File "admin-core.css"
Full Path: /home/humancap/cl.humancap.com.my/admin/assets/stylesheets/themes/simplex/admin-core.css
File size: 367.55 KB
MIME-type: text/x-asm
Charset: utf-8
/* Admin CORE custom variables */
/* ------------------ Overwrite Bootstrap default variables ----------------- */
/* global */
/* Text basics */
/* ~14px*/
/* ~12px*/
/* ~25px*/
/* ~23px*/
/* ~21px*/
/* ~19px*/
/* ~17px*/
/* ~15px*/
/* 18/12*/
/* 20/12/*/
/* 16/12*/
/* 14/12*/
/* navbar */
/* Define common padding and border radius sizes */
/* cards */
/* Bootstrap functions */
/* Bootstrap mixins */
/* -------------------------- Bootswatch here -------------------------- */
/* ----------------------------------- End ---------------------------------- */
/* Bootstrap variables */
/* Variables*/
/**/
/* Variables should follow the `$component-state-property-size` formula for*/
/* consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.*/
/* Color system*/
/* stylelint-disable-next-line scss/dollar-variable-default*/
/* stylelint-disable-next-line scss/dollar-variable-default*/
/* stylelint-disable-next-line scss/dollar-variable-default*/
/* Set a specific jump point for requesting color jumps*/
/* The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.*/
/* Customize the light and dark text colors for use in our YIQ color contrast function.*/
/* Options*/
/**/
/* Quickly modify global styling by enabling or disabling optional features.*/
/* Deprecated, no longer affects any compiled CSS*/
/* Spacing*/
/**/
/* Control the default styling of most Bootstrap elements by modifying these*/
/* variables. Mostly focused on spacing.*/
/* You can add more entries to the $spacers map, should you need more variation.*/
/* stylelint-disable-next-line scss/dollar-variable-default*/
/* This variable affects the `.h-*` and `.w-*` classes.*/
/* stylelint-disable-next-line scss/dollar-variable-default*/
/* Body*/
/**/
/* Settings for the `<body>` element.*/
/* Links*/
/**/
/* Style anchor elements.*/
/* Darken percentage for links with `.text-*` class (e.g. `.text-success`)*/
/* Paragraphs*/
/**/
/* Style p element.*/
/* Grid breakpoints*/
/**/
/* Define the minimum dimensions at which your layout will change,*/
/* adapting to different screen sizes, for use in media queries.*/
/* Grid containers*/
/**/
/* Define the maximum width of `.container` for different screen sizes.*/
/* Grid columns*/
/**/
/* Set the number of columns and specify the width of the gutters.*/
/* Components*/
/**/
/* Define common padding and border radius sizes and more.*/
/* stylelint-disable-next-line scss/dollar-variable-default*/
/* Typography*/
/**/
/* Font, line-height, and color for body text, headings, and more.*/
/* stylelint-disable value-keyword-case*/
/* stylelint-enable value-keyword-case*/
/* Assumes the browser default, typically `16px`*/
/* Tables*/
/**/
/* Customizes the `.table` component with basic values, each used across all table variations.*/
/* Buttons + Forms*/
/**/
/* Shared variables that are reassigned to `$input-` and `$btn-` specific variables.*/
/* Buttons*/
/**/
/* For each of Bootstrap's buttons, define text, background, and border color.*/
/* Allows for customizing button radius independently from global border radius*/
/* Forms*/
/* Extra padding to account for the presence of the background-image based indicator*/
/* In pixels because image dimensions*/
/* Used so we can have multiple background elements (e.g., arrow and feedback icon)*/
/* For focus box shadow issue in IE/Edge*/
/* Form validation*/
/* stylelint-disable-next-line scss/dollar-variable-default*/
/* Z-index master list*/
/**/
/* Warning: Avoid customizing these values. They're used for a bird's eye view*/
/* of components dependent on the z-axis and are designed to all work together.*/
/* Navs*/
/* Navbar*/
/* Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link*/
/* Dropdowns*/
/**/
/* Dropdown menu container and contents.*/
/* Pagination*/
/* Jumbotron*/
/* Cards*/
/* Tooltips*/
/* Form tooltips must come after regular tooltips*/
/* Popovers*/
/* Toasts*/
/* Badges*/
/* Use a higher than normal value to ensure completely rounded edges when*/
/* customizing padding or font-size on labels.*/
/* Modals*/
/* Padding applied to the modal body*/
/* Keep this for backwards compatibility*/
/* Alerts*/
/**/
/* Define alert colors, border radius, and padding.*/
/* Progress bars*/
/* List group*/
/* Image thumbnails*/
/* Figures*/
/* Breadcrumbs*/
/* Carousel*/
/* Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)*/
/* Spinners*/
/* Close*/
/* Code*/
/* Utilities*/
/* Printing*/
/* Color variants - https://codepen.io/migli/pen/QaGNVp */
/* Bootstrap 4 mixins from ../../../../../../node_modules/bootstrap/scss/utilities - no change */
/* Color contrast - from Bootstrap 4 utilities - no change */
/* Color variants - https://codepen.io/migli/pen/QaGNVp */
/* Add color variants to $colors */
/* remap grays */
/* from Bootstrap 4 utilities - replaced $theme-colors with $colors */
/* text colors*/
.text-blue {
color: #007bff !important; }
a.text-blue {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue:focus {
color: #0062cc !important; }
a.text-blue:hover {
color: #0062cc !important; }
.text-indigo {
color: #6610f2 !important; }
a.text-indigo {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo:focus {
color: #510bc4 !important; }
a.text-indigo:hover {
color: #510bc4 !important; }
.text-purple {
color: #9B479F !important; }
a.text-purple {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple:focus {
color: #79377c !important; }
a.text-purple:hover {
color: #79377c !important; }
.text-pink {
color: #e83e8c !important; }
a.text-pink {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink:focus {
color: #d91a72 !important; }
a.text-pink:hover {
color: #d91a72 !important; }
.text-red {
color: #D9230F !important; }
a.text-red {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red:focus {
color: #a91b0c !important; }
a.text-red:hover {
color: #a91b0c !important; }
.text-orange {
color: #D9831F !important; }
a.text-orange {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange:focus {
color: #ac6819 !important; }
a.text-orange:hover {
color: #ac6819 !important; }
.text-yellow {
color: #ffc107 !important; }
a.text-yellow {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow:focus {
color: #d39e00 !important; }
a.text-yellow:hover {
color: #d39e00 !important; }
.text-green {
color: #469408 !important; }
a.text-green {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green:focus {
color: #2f6405 !important; }
a.text-green:hover {
color: #2f6405 !important; }
.text-teal {
color: #20c997 !important; }
a.text-teal {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal:focus {
color: #199d76 !important; }
a.text-teal:hover {
color: #199d76 !important; }
.text-cyan {
color: #029ACF !important; }
a.text-cyan {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan:focus {
color: #02749c !important; }
a.text-cyan:hover {
color: #02749c !important; }
.text-slate {
color: #607d8b !important; }
a.text-slate {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate:focus {
color: #4b626d !important; }
a.text-slate:hover {
color: #4b626d !important; }
.text-white {
color: #fff !important; }
a.text-white {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white:focus {
color: #e6e6e6 !important; }
a.text-white:hover {
color: #e6e6e6 !important; }
.text-gray {
color: #777 !important; }
a.text-gray {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray:focus {
color: #5e5e5e !important; }
a.text-gray:hover {
color: #5e5e5e !important; }
.text-gray-dark {
color: #373a3c !important; }
a.text-gray-dark {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark:focus {
color: #1f2021 !important; }
a.text-gray-dark:hover {
color: #1f2021 !important; }
.text-primary {
color: #D9230F !important; }
a.text-primary {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary:focus {
color: #a91b0c !important; }
a.text-primary:hover {
color: #a91b0c !important; }
.text-success {
color: #469408 !important; }
a.text-success {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success:focus {
color: #2f6405 !important; }
a.text-success:hover {
color: #2f6405 !important; }
.text-info {
color: #029ACF !important; }
a.text-info {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info:focus {
color: #02749c !important; }
a.text-info:hover {
color: #02749c !important; }
.text-warning {
color: #9B479F !important; }
a.text-warning {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning:focus {
color: #79377c !important; }
a.text-warning:hover {
color: #79377c !important; }
.text-danger {
color: #D9831F !important; }
a.text-danger {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger:focus {
color: #ac6819 !important; }
a.text-danger:hover {
color: #ac6819 !important; }
.text-blue-100 {
color: #e6f2ff !important; }
a.text-blue-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue-100:focus {
color: #b3d7ff !important; }
a.text-blue-100:hover {
color: #b3d7ff !important; }
.text-blue-200 {
color: #bfdeff !important; }
a.text-blue-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue-200:focus {
color: #8cc4ff !important; }
a.text-blue-200:hover {
color: #8cc4ff !important; }
.text-blue-300 {
color: #80bdff !important; }
a.text-blue-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue-300:focus {
color: #4da2ff !important; }
a.text-blue-300:hover {
color: #4da2ff !important; }
.text-blue-400 {
color: #409cff !important; }
a.text-blue-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue-400:focus {
color: #0d82ff !important; }
a.text-blue-400:hover {
color: #0d82ff !important; }
.text-blue-500 {
color: #007bff !important; }
a.text-blue-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue-500:focus {
color: #0062cc !important; }
a.text-blue-500:hover {
color: #0062cc !important; }
.text-blue-600 {
color: #005cbf !important; }
a.text-blue-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue-600:focus {
color: #00438c !important; }
a.text-blue-600:hover {
color: #00438c !important; }
.text-blue-700 {
color: #003e80 !important; }
a.text-blue-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue-700:focus {
color: #00254d !important; }
a.text-blue-700:hover {
color: #00254d !important; }
.text-blue-800 {
color: #001f40 !important; }
a.text-blue-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue-800:focus {
color: #00060d !important; }
a.text-blue-800:hover {
color: #00060d !important; }
.text-blue-900 {
color: #001226 !important; }
a.text-blue-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-blue-900:focus {
color: black !important; }
a.text-blue-900:hover {
color: black !important; }
.text-indigo-100 {
color: #f0e7fe !important; }
a.text-indigo-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo-100:focus {
color: #d1b6fc !important; }
a.text-indigo-100:hover {
color: #d1b6fc !important; }
.text-indigo-200 {
color: #d9c3fc !important; }
a.text-indigo-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo-200:focus {
color: #ba92fa !important; }
a.text-indigo-200:hover {
color: #ba92fa !important; }
.text-indigo-300 {
color: #b388f9 !important; }
a.text-indigo-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo-300:focus {
color: #9457f7 !important; }
a.text-indigo-300:hover {
color: #9457f7 !important; }
.text-indigo-400 {
color: #8c4cf5 !important; }
a.text-indigo-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo-400:focus {
color: #6d1cf2 !important; }
a.text-indigo-400:hover {
color: #6d1cf2 !important; }
.text-indigo-500 {
color: #6610f2 !important; }
a.text-indigo-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo-500:focus {
color: #510bc4 !important; }
a.text-indigo-500:hover {
color: #510bc4 !important; }
.text-indigo-600 {
color: #4d0cb6 !important; }
a.text-indigo-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo-600:focus {
color: #390986 !important; }
a.text-indigo-600:hover {
color: #390986 !important; }
.text-indigo-700 {
color: #330879 !important; }
a.text-indigo-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo-700:focus {
color: #1f0549 !important; }
a.text-indigo-700:hover {
color: #1f0549 !important; }
.text-indigo-800 {
color: #1a043d !important; }
a.text-indigo-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo-800:focus {
color: #06010d !important; }
a.text-indigo-800:hover {
color: #06010d !important; }
.text-indigo-900 {
color: #0f0224 !important; }
a.text-indigo-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-indigo-900:focus {
color: black !important; }
a.text-indigo-900:hover {
color: black !important; }
.text-purple-100 {
color: #f5edf5 !important; }
a.text-purple-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple-100:focus {
color: #e3cce3 !important; }
a.text-purple-100:hover {
color: #e3cce3 !important; }
.text-purple-200 {
color: #e6d1e7 !important; }
a.text-purple-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple-200:focus {
color: #d4afd6 !important; }
a.text-purple-200:hover {
color: #d4afd6 !important; }
.text-purple-300 {
color: #cda3cf !important; }
a.text-purple-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple-300:focus {
color: #bb81be !important; }
a.text-purple-300:hover {
color: #bb81be !important; }
.text-purple-400 {
color: #b475b7 !important; }
a.text-purple-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple-400:focus {
color: #a055a4 !important; }
a.text-purple-400:hover {
color: #a055a4 !important; }
.text-purple-500 {
color: #9b479f !important; }
a.text-purple-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple-500:focus {
color: #79377c !important; }
a.text-purple-500:hover {
color: #79377c !important; }
.text-purple-600 {
color: #743577 !important; }
a.text-purple-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple-600:focus {
color: #522554 !important; }
a.text-purple-600:hover {
color: #522554 !important; }
.text-purple-700 {
color: #4e2450 !important; }
a.text-purple-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple-700:focus {
color: #2c142d !important; }
a.text-purple-700:hover {
color: #2c142d !important; }
.text-purple-800 {
color: #271228 !important; }
a.text-purple-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple-800:focus {
color: #050205 !important; }
a.text-purple-800:hover {
color: #050205 !important; }
.text-purple-900 {
color: #170b18 !important; }
a.text-purple-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-purple-900:focus {
color: black !important; }
a.text-purple-900:hover {
color: black !important; }
.text-pink-100 {
color: #fdecf4 !important; }
a.text-pink-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink-100:focus {
color: #f8bed9 !important; }
a.text-pink-100:hover {
color: #f8bed9 !important; }
.text-pink-200 {
color: #f9cfe2 !important; }
a.text-pink-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink-200:focus {
color: #f3a2c7 !important; }
a.text-pink-200:hover {
color: #f3a2c7 !important; }
.text-pink-300 {
color: #f49fc6 !important; }
a.text-pink-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink-300:focus {
color: #ef71ab !important; }
a.text-pink-300:hover {
color: #ef71ab !important; }
.text-pink-400 {
color: #ee6ea9 !important; }
a.text-pink-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink-400:focus {
color: #e9408e !important; }
a.text-pink-400:hover {
color: #e9408e !important; }
.text-pink-500 {
color: #e83e8c !important; }
a.text-pink-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink-500:focus {
color: #d91a72 !important; }
a.text-pink-500:hover {
color: #d91a72 !important; }
.text-pink-600 {
color: #ae2f69 !important; }
a.text-pink-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink-600:focus {
color: #862451 !important; }
a.text-pink-600:hover {
color: #862451 !important; }
.text-pink-700 {
color: #741f46 !important; }
a.text-pink-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink-700:focus {
color: #4c142e !important; }
a.text-pink-700:hover {
color: #4c142e !important; }
.text-pink-800 {
color: #3a1023 !important; }
a.text-pink-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink-800:focus {
color: #12050b !important; }
a.text-pink-800:hover {
color: #12050b !important; }
.text-pink-900 {
color: #230915 !important; }
a.text-pink-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-pink-900:focus {
color: black !important; }
a.text-pink-900:hover {
color: black !important; }
.text-red-100 {
color: #fbe9e7 !important; }
a.text-red-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red-100:focus {
color: #f4c1bb !important; }
a.text-red-100:hover {
color: #f4c1bb !important; }
.text-red-200 {
color: #f6c8c3 !important; }
a.text-red-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red-200:focus {
color: #ef9f97 !important; }
a.text-red-200:hover {
color: #ef9f97 !important; }
.text-red-300 {
color: #ec9187 !important; }
a.text-red-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red-300:focus {
color: #e5695b !important; }
a.text-red-300:hover {
color: #e5695b !important; }
.text-red-400 {
color: #e35a4b !important; }
a.text-red-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red-400:focus {
color: #d93422 !important; }
a.text-red-400:hover {
color: #d93422 !important; }
.text-red-500 {
color: #d9230f !important; }
a.text-red-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red-500:focus {
color: #a91b0c !important; }
a.text-red-500:hover {
color: #a91b0c !important; }
.text-red-600 {
color: #a31a0b !important; }
a.text-red-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red-600:focus {
color: #731208 !important; }
a.text-red-600:hover {
color: #731208 !important; }
.text-red-700 {
color: #6d1208 !important; }
a.text-red-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red-700:focus {
color: #3d0a05 !important; }
a.text-red-700:hover {
color: #3d0a05 !important; }
.text-red-800 {
color: #360904 !important; }
a.text-red-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red-800:focus {
color: #070100 !important; }
a.text-red-800:hover {
color: #070100 !important; }
.text-red-900 {
color: #210502 !important; }
a.text-red-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-red-900:focus {
color: black !important; }
a.text-red-900:hover {
color: black !important; }
.text-orange-100 {
color: #fbf3e9 !important; }
a.text-orange-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange-100:focus {
color: #f3dbbe !important; }
a.text-orange-100:hover {
color: #f3dbbe !important; }
.text-orange-200 {
color: #f6e0c7 !important; }
a.text-orange-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange-200:focus {
color: #efc89b !important; }
a.text-orange-200:hover {
color: #efc89b !important; }
.text-orange-300 {
color: #ecc18f !important; }
a.text-orange-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange-300:focus {
color: #e5a963 !important; }
a.text-orange-300:hover {
color: #e5a963 !important; }
.text-orange-400 {
color: #e3a257 !important; }
a.text-orange-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange-400:focus {
color: #dc8a2b !important; }
a.text-orange-400:hover {
color: #dc8a2b !important; }
.text-orange-500 {
color: #d9831f !important; }
a.text-orange-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange-500:focus {
color: #ac6819 !important; }
a.text-orange-500:hover {
color: #ac6819 !important; }
.text-orange-600 {
color: #a36217 !important; }
a.text-orange-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange-600:focus {
color: #764711 !important; }
a.text-orange-600:hover {
color: #764711 !important; }
.text-orange-700 {
color: #6d4210 !important; }
a.text-orange-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange-700:focus {
color: #412709 !important; }
a.text-orange-700:hover {
color: #412709 !important; }
.text-orange-800 {
color: #362108 !important; }
a.text-orange-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange-800:focus {
color: #0a0601 !important; }
a.text-orange-800:hover {
color: #0a0601 !important; }
.text-orange-900 {
color: #211405 !important; }
a.text-orange-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-orange-900:focus {
color: black !important; }
a.text-orange-900:hover {
color: black !important; }
.text-yellow-100 {
color: #fff9e6 !important; }
a.text-yellow-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow-100:focus {
color: #ffedb3 !important; }
a.text-yellow-100:hover {
color: #ffedb3 !important; }
.text-yellow-200 {
color: #fff0c1 !important; }
a.text-yellow-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow-200:focus {
color: #ffe48e !important; }
a.text-yellow-200:hover {
color: #ffe48e !important; }
.text-yellow-300 {
color: #ffe083 !important; }
a.text-yellow-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow-300:focus {
color: #ffd350 !important; }
a.text-yellow-300:hover {
color: #ffd350 !important; }
.text-yellow-400 {
color: #ffd145 !important; }
a.text-yellow-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow-400:focus {
color: #ffc412 !important; }
a.text-yellow-400:hover {
color: #ffc412 !important; }
.text-yellow-500 {
color: #ffc107 !important; }
a.text-yellow-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow-500:focus {
color: #d39e00 !important; }
a.text-yellow-500:hover {
color: #d39e00 !important; }
.text-yellow-600 {
color: #bf9105 !important; }
a.text-yellow-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow-600:focus {
color: #8d6b04 !important; }
a.text-yellow-600:hover {
color: #8d6b04 !important; }
.text-yellow-700 {
color: #806104 !important; }
a.text-yellow-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow-700:focus {
color: #4f3c02 !important; }
a.text-yellow-700:hover {
color: #4f3c02 !important; }
.text-yellow-800 {
color: #403002 !important; }
a.text-yellow-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow-800:focus {
color: #0f0b00 !important; }
a.text-yellow-800:hover {
color: #0f0b00 !important; }
.text-yellow-900 {
color: #261d01 !important; }
a.text-yellow-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-yellow-900:focus {
color: black !important; }
a.text-yellow-900:hover {
color: black !important; }
.text-green-100 {
color: #edf4e6 !important; }
a.text-green-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green-100:focus {
color: #d4e4c3 !important; }
a.text-green-100:hover {
color: #d4e4c3 !important; }
.text-green-200 {
color: #d1e4c1 !important; }
a.text-green-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green-200:focus {
color: #b7d59d !important; }
a.text-green-200:hover {
color: #b7d59d !important; }
.text-green-300 {
color: #a3ca84 !important; }
a.text-green-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green-300:focus {
color: #88bb60 !important; }
a.text-green-300:hover {
color: #88bb60 !important; }
.text-green-400 {
color: #74af46 !important; }
a.text-green-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green-400:focus {
color: #5c8b37 !important; }
a.text-green-400:hover {
color: #5c8b37 !important; }
.text-green-500 {
color: #469408 !important; }
a.text-green-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green-500:focus {
color: #2f6405 !important; }
a.text-green-500:hover {
color: #2f6405 !important; }
.text-green-600 {
color: #356f06 !important; }
a.text-green-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green-600:focus {
color: #1e3f03 !important; }
a.text-green-600:hover {
color: #1e3f03 !important; }
.text-green-700 {
color: #234a04 !important; }
a.text-green-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green-700:focus {
color: #0c1a01 !important; }
a.text-green-700:hover {
color: #0c1a01 !important; }
.text-green-800 {
color: #122502 !important; }
a.text-green-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green-800:focus {
color: black !important; }
a.text-green-800:hover {
color: black !important; }
.text-green-900 {
color: #0b1601 !important; }
a.text-green-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-green-900:focus {
color: black !important; }
a.text-green-900:hover {
color: black !important; }
.text-teal-100 {
color: #e9faf5 !important; }
a.text-teal-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal-100:focus {
color: #bff1e2 !important; }
a.text-teal-100:hover {
color: #bff1e2 !important; }
.text-teal-200 {
color: #c7f2e5 !important; }
a.text-teal-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal-200:focus {
color: #9ee8d2 !important; }
a.text-teal-200:hover {
color: #9ee8d2 !important; }
.text-teal-300 {
color: #90e4cb !important; }
a.text-teal-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal-300:focus {
color: #67dab8 !important; }
a.text-teal-300:hover {
color: #67dab8 !important; }
.text-teal-400 {
color: #58d7b1 !important; }
a.text-teal-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal-400:focus {
color: #31cb9d !important; }
a.text-teal-400:hover {
color: #31cb9d !important; }
.text-teal-500 {
color: #20c997 !important; }
a.text-teal-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal-500:focus {
color: #199d76 !important; }
a.text-teal-500:hover {
color: #199d76 !important; }
.text-teal-600 {
color: #189771 !important; }
a.text-teal-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal-600:focus {
color: #116b50 !important; }
a.text-teal-600:hover {
color: #116b50 !important; }
.text-teal-700 {
color: #10654c !important; }
a.text-teal-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal-700:focus {
color: #09392b !important; }
a.text-teal-700:hover {
color: #09392b !important; }
.text-teal-800 {
color: #083226 !important; }
a.text-teal-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal-800:focus {
color: #010605 !important; }
a.text-teal-800:hover {
color: #010605 !important; }
.text-teal-900 {
color: #051e17 !important; }
a.text-teal-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-teal-900:focus {
color: black !important; }
a.text-teal-900:hover {
color: black !important; }
.text-cyan-100 {
color: #e6f5fa !important; }
a.text-cyan-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan-100:focus {
color: #bce4f2 !important; }
a.text-cyan-100:hover {
color: #bce4f2 !important; }
.text-cyan-200 {
color: #c0e6f3 !important; }
a.text-cyan-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan-200:focus {
color: #95d5eb !important; }
a.text-cyan-200:hover {
color: #95d5eb !important; }
.text-cyan-300 {
color: #81cde7 !important; }
a.text-cyan-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan-300:focus {
color: #56bcdf !important; }
a.text-cyan-300:hover {
color: #56bcdf !important; }
.text-cyan-400 {
color: #41b3db !important; }
a.text-cyan-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan-400:focus {
color: #259bc4 !important; }
a.text-cyan-400:hover {
color: #259bc4 !important; }
.text-cyan-500 {
color: #029acf !important; }
a.text-cyan-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan-500:focus {
color: #02749c !important; }
a.text-cyan-500:hover {
color: #02749c !important; }
.text-cyan-600 {
color: #02749b !important; }
a.text-cyan-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan-600:focus {
color: #014e69 !important; }
a.text-cyan-600:hover {
color: #014e69 !important; }
.text-cyan-700 {
color: #014d68 !important; }
a.text-cyan-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan-700:focus {
color: #012835 !important; }
a.text-cyan-700:hover {
color: #012835 !important; }
.text-cyan-800 {
color: #012734 !important; }
a.text-cyan-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan-800:focus {
color: #000102 !important; }
a.text-cyan-800:hover {
color: #000102 !important; }
.text-cyan-900 {
color: #00171f !important; }
a.text-cyan-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-cyan-900:focus {
color: black !important; }
a.text-cyan-900:hover {
color: black !important; }
.text-slate-100 {
color: #eff2f3 !important; }
a.text-slate-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate-100:focus {
color: #d2dadd !important; }
a.text-slate-100:hover {
color: #d2dadd !important; }
.text-slate-200 {
color: #d7dfe2 !important; }
a.text-slate-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate-200:focus {
color: #b9c7cd !important; }
a.text-slate-200:hover {
color: #b9c7cd !important; }
.text-slate-300 {
color: #b0bec5 !important; }
a.text-slate-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate-300:focus {
color: #93a6af !important; }
a.text-slate-300:hover {
color: #93a6af !important; }
.text-slate-400 {
color: #889ea8 !important; }
a.text-slate-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate-400:focus {
color: #6b8692 !important; }
a.text-slate-400:hover {
color: #6b8692 !important; }
.text-slate-500 {
color: #607d8b !important; }
a.text-slate-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate-500:focus {
color: #4b626d !important; }
a.text-slate-500:hover {
color: #4b626d !important; }
.text-slate-600 {
color: #485e68 !important; }
a.text-slate-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate-600:focus {
color: #33434a !important; }
a.text-slate-600:hover {
color: #33434a !important; }
.text-slate-700 {
color: #303f46 !important; }
a.text-slate-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate-700:focus {
color: #1b2428 !important; }
a.text-slate-700:hover {
color: #1b2428 !important; }
.text-slate-800 {
color: #181f23 !important; }
a.text-slate-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate-800:focus {
color: #030405 !important; }
a.text-slate-800:hover {
color: #030405 !important; }
.text-slate-900 {
color: #0e1315 !important; }
a.text-slate-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-slate-900:focus {
color: black !important; }
a.text-slate-900:hover {
color: black !important; }
.text-white-100 {
color: white !important; }
a.text-white-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white-100:focus {
color: #e6e6e6 !important; }
a.text-white-100:hover {
color: #e6e6e6 !important; }
.text-white-200 {
color: white !important; }
a.text-white-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white-200:focus {
color: #e6e6e6 !important; }
a.text-white-200:hover {
color: #e6e6e6 !important; }
.text-white-300 {
color: white !important; }
a.text-white-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white-300:focus {
color: #e6e6e6 !important; }
a.text-white-300:hover {
color: #e6e6e6 !important; }
.text-white-400 {
color: white !important; }
a.text-white-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white-400:focus {
color: #e6e6e6 !important; }
a.text-white-400:hover {
color: #e6e6e6 !important; }
.text-white-500 {
color: white !important; }
a.text-white-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white-500:focus {
color: #e6e6e6 !important; }
a.text-white-500:hover {
color: #e6e6e6 !important; }
.text-white-600 {
color: #bfbfbf !important; }
a.text-white-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white-600:focus {
color: #a6a6a6 !important; }
a.text-white-600:hover {
color: #a6a6a6 !important; }
.text-white-700 {
color: gray !important; }
a.text-white-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white-700:focus {
color: #676767 !important; }
a.text-white-700:hover {
color: #676767 !important; }
.text-white-800 {
color: #404040 !important; }
a.text-white-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white-800:focus {
color: #272727 !important; }
a.text-white-800:hover {
color: #272727 !important; }
.text-white-900 {
color: #262626 !important; }
a.text-white-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-white-900:focus {
color: #0d0d0d !important; }
a.text-white-900:hover {
color: #0d0d0d !important; }
.text-gray-100 {
color: #f1f1f1 !important; }
a.text-gray-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-100:focus {
color: #d8d8d8 !important; }
a.text-gray-100:hover {
color: #d8d8d8 !important; }
.text-gray-200 {
color: #dddddd !important; }
a.text-gray-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-200:focus {
color: #c4c4c4 !important; }
a.text-gray-200:hover {
color: #c4c4c4 !important; }
.text-gray-300 {
color: #bbbbbb !important; }
a.text-gray-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-300:focus {
color: #a2a2a2 !important; }
a.text-gray-300:hover {
color: #a2a2a2 !important; }
.text-gray-400 {
color: #999999 !important; }
a.text-gray-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-400:focus {
color: gray !important; }
a.text-gray-400:hover {
color: gray !important; }
.text-gray-500 {
color: #777777 !important; }
a.text-gray-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-500:focus {
color: #5e5e5e !important; }
a.text-gray-500:hover {
color: #5e5e5e !important; }
.text-gray-600 {
color: #595959 !important; }
a.text-gray-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-600:focus {
color: #404040 !important; }
a.text-gray-600:hover {
color: #404040 !important; }
.text-gray-700 {
color: #3c3c3c !important; }
a.text-gray-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-700:focus {
color: #232323 !important; }
a.text-gray-700:hover {
color: #232323 !important; }
.text-gray-800 {
color: #1e1e1e !important; }
a.text-gray-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-800:focus {
color: #050505 !important; }
a.text-gray-800:hover {
color: #050505 !important; }
.text-gray-900 {
color: #121212 !important; }
a.text-gray-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-900:focus {
color: black !important; }
a.text-gray-900:hover {
color: black !important; }
.text-gray-dark-100 {
color: #ebebec !important; }
a.text-gray-dark-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark-100:focus {
color: #d1d1d3 !important; }
a.text-gray-dark-100:hover {
color: #d1d1d3 !important; }
.text-gray-dark-200 {
color: #cdcece !important; }
a.text-gray-dark-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark-200:focus {
color: #b3b5b5 !important; }
a.text-gray-dark-200:hover {
color: #b3b5b5 !important; }
.text-gray-dark-300 {
color: #9b9d9e !important; }
a.text-gray-dark-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark-300:focus {
color: #818485 !important; }
a.text-gray-dark-300:hover {
color: #818485 !important; }
.text-gray-dark-400 {
color: #696b6d !important; }
a.text-gray-dark-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark-400:focus {
color: #505253 !important; }
a.text-gray-dark-400:hover {
color: #505253 !important; }
.text-gray-dark-500 {
color: #373a3c !important; }
a.text-gray-dark-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark-500:focus {
color: #1f2021 !important; }
a.text-gray-dark-500:hover {
color: #1f2021 !important; }
.text-gray-dark-600 {
color: #292c2d !important; }
a.text-gray-dark-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark-600:focus {
color: #111212 !important; }
a.text-gray-dark-600:hover {
color: #111212 !important; }
.text-gray-dark-700 {
color: #1c1d1e !important; }
a.text-gray-dark-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark-700:focus {
color: #030404 !important; }
a.text-gray-dark-700:hover {
color: #030404 !important; }
.text-gray-dark-800 {
color: #0e0f0f !important; }
a.text-gray-dark-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark-800:focus {
color: black !important; }
a.text-gray-dark-800:hover {
color: black !important; }
.text-gray-dark-900 {
color: #080909 !important; }
a.text-gray-dark-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-gray-dark-900:focus {
color: black !important; }
a.text-gray-dark-900:hover {
color: black !important; }
.text-primary-100 {
color: #fbe9e7 !important; }
a.text-primary-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary-100:focus {
color: #f4c1bb !important; }
a.text-primary-100:hover {
color: #f4c1bb !important; }
.text-primary-200 {
color: #f6c8c3 !important; }
a.text-primary-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary-200:focus {
color: #ef9f97 !important; }
a.text-primary-200:hover {
color: #ef9f97 !important; }
.text-primary-300 {
color: #ec9187 !important; }
a.text-primary-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary-300:focus {
color: #e5695b !important; }
a.text-primary-300:hover {
color: #e5695b !important; }
.text-primary-400 {
color: #e35a4b !important; }
a.text-primary-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary-400:focus {
color: #d93422 !important; }
a.text-primary-400:hover {
color: #d93422 !important; }
.text-primary-500 {
color: #d9230f !important; }
a.text-primary-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary-500:focus {
color: #a91b0c !important; }
a.text-primary-500:hover {
color: #a91b0c !important; }
.text-primary-600 {
color: #a31a0b !important; }
a.text-primary-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary-600:focus {
color: #731208 !important; }
a.text-primary-600:hover {
color: #731208 !important; }
.text-primary-700 {
color: #6d1208 !important; }
a.text-primary-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary-700:focus {
color: #3d0a05 !important; }
a.text-primary-700:hover {
color: #3d0a05 !important; }
.text-primary-800 {
color: #360904 !important; }
a.text-primary-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary-800:focus {
color: #070100 !important; }
a.text-primary-800:hover {
color: #070100 !important; }
.text-primary-900 {
color: #210502 !important; }
a.text-primary-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-primary-900:focus {
color: black !important; }
a.text-primary-900:hover {
color: black !important; }
.text-success-100 {
color: #edf4e6 !important; }
a.text-success-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success-100:focus {
color: #d4e4c3 !important; }
a.text-success-100:hover {
color: #d4e4c3 !important; }
.text-success-200, .card.bg-success a:hover {
color: #d1e4c1 !important; }
a.text-success-200, .card.bg-success a:hover {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success-200:focus, .card.bg-success a:focus:hover {
color: #b7d59d !important; }
a.text-success-200:hover, .card.bg-success a:hover {
color: #b7d59d !important; }
.text-success-300 {
color: #a3ca84 !important; }
a.text-success-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success-300:focus {
color: #88bb60 !important; }
a.text-success-300:hover {
color: #88bb60 !important; }
.text-success-400 {
color: #74af46 !important; }
a.text-success-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success-400:focus {
color: #5c8b37 !important; }
a.text-success-400:hover {
color: #5c8b37 !important; }
.text-success-500 {
color: #469408 !important; }
a.text-success-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success-500:focus {
color: #2f6405 !important; }
a.text-success-500:hover {
color: #2f6405 !important; }
.text-success-600 {
color: #356f06 !important; }
a.text-success-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success-600:focus {
color: #1e3f03 !important; }
a.text-success-600:hover {
color: #1e3f03 !important; }
.text-success-700 {
color: #234a04 !important; }
a.text-success-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success-700:focus {
color: #0c1a01 !important; }
a.text-success-700:hover {
color: #0c1a01 !important; }
.text-success-800 {
color: #122502 !important; }
a.text-success-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success-800:focus {
color: black !important; }
a.text-success-800:hover {
color: black !important; }
.text-success-900 {
color: #0b1601 !important; }
a.text-success-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-success-900:focus {
color: black !important; }
a.text-success-900:hover {
color: black !important; }
.text-info-100 {
color: #e6f5fa !important; }
a.text-info-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info-100:focus {
color: #bce4f2 !important; }
a.text-info-100:hover {
color: #bce4f2 !important; }
.text-info-200, .card.bg-info a:hover {
color: #c0e6f3 !important; }
a.text-info-200, .card.bg-info a:hover {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info-200:focus, .card.bg-info a:focus:hover {
color: #95d5eb !important; }
a.text-info-200:hover, .card.bg-info a:hover {
color: #95d5eb !important; }
.text-info-300 {
color: #81cde7 !important; }
a.text-info-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info-300:focus {
color: #56bcdf !important; }
a.text-info-300:hover {
color: #56bcdf !important; }
.text-info-400 {
color: #41b3db !important; }
a.text-info-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info-400:focus {
color: #259bc4 !important; }
a.text-info-400:hover {
color: #259bc4 !important; }
.text-info-500 {
color: #029acf !important; }
a.text-info-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info-500:focus {
color: #02749c !important; }
a.text-info-500:hover {
color: #02749c !important; }
.text-info-600 {
color: #02749b !important; }
a.text-info-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info-600:focus {
color: #014e69 !important; }
a.text-info-600:hover {
color: #014e69 !important; }
.text-info-700 {
color: #014d68 !important; }
a.text-info-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info-700:focus {
color: #012835 !important; }
a.text-info-700:hover {
color: #012835 !important; }
.text-info-800 {
color: #012734 !important; }
a.text-info-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info-800:focus {
color: #000102 !important; }
a.text-info-800:hover {
color: #000102 !important; }
.text-info-900 {
color: #00171f !important; }
a.text-info-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-info-900:focus {
color: black !important; }
a.text-info-900:hover {
color: black !important; }
.text-warning-100 {
color: #f5edf5 !important; }
a.text-warning-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning-100:focus {
color: #e3cce3 !important; }
a.text-warning-100:hover {
color: #e3cce3 !important; }
.text-warning-200, .card.bg-warning a:hover {
color: #e6d1e7 !important; }
a.text-warning-200, .card.bg-warning a:hover {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning-200:focus, .card.bg-warning a:focus:hover {
color: #d4afd6 !important; }
a.text-warning-200:hover, .card.bg-warning a:hover {
color: #d4afd6 !important; }
.text-warning-300 {
color: #cda3cf !important; }
a.text-warning-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning-300:focus {
color: #bb81be !important; }
a.text-warning-300:hover {
color: #bb81be !important; }
.text-warning-400 {
color: #b475b7 !important; }
a.text-warning-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning-400:focus {
color: #a055a4 !important; }
a.text-warning-400:hover {
color: #a055a4 !important; }
.text-warning-500 {
color: #9b479f !important; }
a.text-warning-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning-500:focus {
color: #79377c !important; }
a.text-warning-500:hover {
color: #79377c !important; }
.text-warning-600 {
color: #743577 !important; }
a.text-warning-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning-600:focus {
color: #522554 !important; }
a.text-warning-600:hover {
color: #522554 !important; }
.text-warning-700 {
color: #4e2450 !important; }
a.text-warning-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning-700:focus {
color: #2c142d !important; }
a.text-warning-700:hover {
color: #2c142d !important; }
.text-warning-800 {
color: #271228 !important; }
a.text-warning-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning-800:focus {
color: #050205 !important; }
a.text-warning-800:hover {
color: #050205 !important; }
.text-warning-900 {
color: #170b18 !important; }
a.text-warning-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-warning-900:focus {
color: black !important; }
a.text-warning-900:hover {
color: black !important; }
.text-danger-100 {
color: #fbf3e9 !important; }
a.text-danger-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger-100:focus {
color: #f3dbbe !important; }
a.text-danger-100:hover {
color: #f3dbbe !important; }
.text-danger-200, .card.bg-danger a:hover {
color: #f6e0c7 !important; }
a.text-danger-200, .card.bg-danger a:hover {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger-200:focus, .card.bg-danger a:focus:hover {
color: #efc89b !important; }
a.text-danger-200:hover, .card.bg-danger a:hover {
color: #efc89b !important; }
.text-danger-300 {
color: #ecc18f !important; }
a.text-danger-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger-300:focus {
color: #e5a963 !important; }
a.text-danger-300:hover {
color: #e5a963 !important; }
.text-danger-400 {
color: #e3a257 !important; }
a.text-danger-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger-400:focus {
color: #dc8a2b !important; }
a.text-danger-400:hover {
color: #dc8a2b !important; }
.text-danger-500 {
color: #d9831f !important; }
a.text-danger-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger-500:focus {
color: #ac6819 !important; }
a.text-danger-500:hover {
color: #ac6819 !important; }
.text-danger-600 {
color: #a36217 !important; }
a.text-danger-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger-600:focus {
color: #764711 !important; }
a.text-danger-600:hover {
color: #764711 !important; }
.text-danger-700 {
color: #6d4210 !important; }
a.text-danger-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger-700:focus {
color: #412709 !important; }
a.text-danger-700:hover {
color: #412709 !important; }
.text-danger-800 {
color: #362108 !important; }
a.text-danger-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger-800:focus {
color: #0a0601 !important; }
a.text-danger-800:hover {
color: #0a0601 !important; }
.text-danger-900 {
color: #211405 !important; }
a.text-danger-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.text-danger-900:focus {
color: black !important; }
a.text-danger-900:hover {
color: black !important; }
/* background colors */
.bg-blue {
background-color: #007bff !important; }
a.bg-blue {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue:focus {
background-color: #0062cc !important; }
a.bg-blue:hover {
background-color: #0062cc !important; }
.btn-blue {
background-color: #007bff !important; }
a.btn-blue {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue:focus {
background-color: #0062cc !important; }
a.btn-blue:hover {
background-color: #0062cc !important; }
.bg-indigo {
background-color: #6610f2 !important; }
a.bg-indigo {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo:focus {
background-color: #510bc4 !important; }
a.bg-indigo:hover {
background-color: #510bc4 !important; }
.btn-indigo {
background-color: #6610f2 !important; }
a.btn-indigo {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo:focus {
background-color: #510bc4 !important; }
a.btn-indigo:hover {
background-color: #510bc4 !important; }
.bg-purple {
background-color: #9B479F !important; }
a.bg-purple {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple:focus {
background-color: #79377c !important; }
a.bg-purple:hover {
background-color: #79377c !important; }
.btn-purple {
background-color: #9B479F !important; }
a.btn-purple {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple:focus {
background-color: #79377c !important; }
a.btn-purple:hover {
background-color: #79377c !important; }
.bg-pink {
background-color: #e83e8c !important; }
a.bg-pink {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink:focus {
background-color: #d91a72 !important; }
a.bg-pink:hover {
background-color: #d91a72 !important; }
.btn-pink {
background-color: #e83e8c !important; }
a.btn-pink {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink:focus {
background-color: #d91a72 !important; }
a.btn-pink:hover {
background-color: #d91a72 !important; }
.bg-red {
background-color: #D9230F !important; }
a.bg-red {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red:focus {
background-color: #a91b0c !important; }
a.bg-red:hover {
background-color: #a91b0c !important; }
.btn-red {
background-color: #D9230F !important; }
a.btn-red {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red:focus {
background-color: #a91b0c !important; }
a.btn-red:hover {
background-color: #a91b0c !important; }
.bg-orange {
background-color: #D9831F !important; }
a.bg-orange {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange:focus {
background-color: #ac6819 !important; }
a.bg-orange:hover {
background-color: #ac6819 !important; }
.btn-orange {
background-color: #D9831F !important; }
a.btn-orange {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange:focus {
background-color: #ac6819 !important; }
a.btn-orange:hover {
background-color: #ac6819 !important; }
.bg-yellow {
background-color: #ffc107 !important; }
a.bg-yellow {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow:focus {
background-color: #d39e00 !important; }
a.bg-yellow:hover {
background-color: #d39e00 !important; }
.btn-yellow {
background-color: #ffc107 !important; }
a.btn-yellow {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow:focus {
background-color: #d39e00 !important; }
a.btn-yellow:hover {
background-color: #d39e00 !important; }
.bg-green {
background-color: #469408 !important; }
a.bg-green {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green:focus {
background-color: #2f6405 !important; }
a.bg-green:hover {
background-color: #2f6405 !important; }
.btn-green {
background-color: #469408 !important; }
a.btn-green {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green:focus {
background-color: #2f6405 !important; }
a.btn-green:hover {
background-color: #2f6405 !important; }
.bg-teal {
background-color: #20c997 !important; }
a.bg-teal {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal:focus {
background-color: #199d76 !important; }
a.bg-teal:hover {
background-color: #199d76 !important; }
.btn-teal {
background-color: #20c997 !important; }
a.btn-teal {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal:focus {
background-color: #199d76 !important; }
a.btn-teal:hover {
background-color: #199d76 !important; }
.bg-cyan {
background-color: #029ACF !important; }
a.bg-cyan {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan:focus {
background-color: #02749c !important; }
a.bg-cyan:hover {
background-color: #02749c !important; }
.btn-cyan {
background-color: #029ACF !important; }
a.btn-cyan {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan:focus {
background-color: #02749c !important; }
a.btn-cyan:hover {
background-color: #02749c !important; }
.bg-slate {
background-color: #607d8b !important; }
a.bg-slate {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate:focus {
background-color: #4b626d !important; }
a.bg-slate:hover {
background-color: #4b626d !important; }
.btn-slate {
background-color: #607d8b !important; }
a.btn-slate {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate:focus {
background-color: #4b626d !important; }
a.btn-slate:hover {
background-color: #4b626d !important; }
.bg-white {
background-color: #fff !important; }
a.bg-white {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white:focus {
background-color: #e6e6e6 !important; }
a.bg-white:hover {
background-color: #e6e6e6 !important; }
.btn-white {
background-color: #fff !important; }
a.btn-white {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white:focus {
background-color: #e6e6e6 !important; }
a.btn-white:hover {
background-color: #e6e6e6 !important; }
.bg-gray {
background-color: #777 !important; }
a.bg-gray {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray:focus {
background-color: #5e5e5e !important; }
a.bg-gray:hover {
background-color: #5e5e5e !important; }
.btn-gray {
background-color: #777 !important; }
a.btn-gray {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray:focus {
background-color: #5e5e5e !important; }
a.btn-gray:hover {
background-color: #5e5e5e !important; }
.bg-gray-dark {
background-color: #373a3c !important; }
a.bg-gray-dark {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark:focus {
background-color: #1f2021 !important; }
a.bg-gray-dark:hover {
background-color: #1f2021 !important; }
.btn-gray-dark {
background-color: #373a3c !important; }
a.btn-gray-dark {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark:focus {
background-color: #1f2021 !important; }
a.btn-gray-dark:hover {
background-color: #1f2021 !important; }
.bg-primary {
background-color: #D9230F !important; }
a.bg-primary {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary:focus {
background-color: #a91b0c !important; }
a.bg-primary:hover {
background-color: #a91b0c !important; }
.btn-primary {
background-color: #D9230F !important; }
a.btn-primary {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary:focus {
background-color: #a91b0c !important; }
a.btn-primary:hover {
background-color: #a91b0c !important; }
.bg-success {
background-color: #469408 !important; }
a.bg-success {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success:focus {
background-color: #2f6405 !important; }
a.bg-success:hover {
background-color: #2f6405 !important; }
.btn-success {
background-color: #469408 !important; }
a.btn-success {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success:focus {
background-color: #2f6405 !important; }
a.btn-success:hover {
background-color: #2f6405 !important; }
.bg-info {
background-color: #029ACF !important; }
a.bg-info {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info:focus {
background-color: #02749c !important; }
a.bg-info:hover {
background-color: #02749c !important; }
.btn-info {
background-color: #029ACF !important; }
a.btn-info {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info:focus {
background-color: #02749c !important; }
a.btn-info:hover {
background-color: #02749c !important; }
.bg-warning {
background-color: #9B479F !important; }
a.bg-warning {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning:focus {
background-color: #79377c !important; }
a.bg-warning:hover {
background-color: #79377c !important; }
.btn-warning {
background-color: #9B479F !important; }
a.btn-warning {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning:focus {
background-color: #79377c !important; }
a.btn-warning:hover {
background-color: #79377c !important; }
.bg-danger {
background-color: #D9831F !important; }
a.bg-danger {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger:focus {
background-color: #ac6819 !important; }
a.bg-danger:hover {
background-color: #ac6819 !important; }
.btn-danger {
background-color: #D9831F !important; }
a.btn-danger {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger:focus {
background-color: #ac6819 !important; }
a.btn-danger:hover {
background-color: #ac6819 !important; }
.bg-blue-100 {
background-color: #e6f2ff !important; }
a.bg-blue-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue-100:focus {
background-color: #b3d7ff !important; }
a.bg-blue-100:hover {
background-color: #b3d7ff !important; }
.btn-blue-100 {
background-color: #e6f2ff !important; }
a.btn-blue-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue-100:focus {
background-color: #b3d7ff !important; }
a.btn-blue-100:hover {
background-color: #b3d7ff !important; }
.bg-blue-200 {
background-color: #bfdeff !important; }
a.bg-blue-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue-200:focus {
background-color: #8cc4ff !important; }
a.bg-blue-200:hover {
background-color: #8cc4ff !important; }
.btn-blue-200 {
background-color: #bfdeff !important; }
a.btn-blue-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue-200:focus {
background-color: #8cc4ff !important; }
a.btn-blue-200:hover {
background-color: #8cc4ff !important; }
.bg-blue-300 {
background-color: #80bdff !important; }
a.bg-blue-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue-300:focus {
background-color: #4da2ff !important; }
a.bg-blue-300:hover {
background-color: #4da2ff !important; }
.btn-blue-300 {
background-color: #80bdff !important; }
a.btn-blue-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue-300:focus {
background-color: #4da2ff !important; }
a.btn-blue-300:hover {
background-color: #4da2ff !important; }
.bg-blue-400 {
background-color: #409cff !important; }
a.bg-blue-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue-400:focus {
background-color: #0d82ff !important; }
a.bg-blue-400:hover {
background-color: #0d82ff !important; }
.btn-blue-400 {
background-color: #409cff !important; }
a.btn-blue-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue-400:focus {
background-color: #0d82ff !important; }
a.btn-blue-400:hover {
background-color: #0d82ff !important; }
.bg-blue-500 {
background-color: #007bff !important; }
a.bg-blue-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue-500:focus {
background-color: #0062cc !important; }
a.bg-blue-500:hover {
background-color: #0062cc !important; }
.btn-blue-500 {
background-color: #007bff !important; }
a.btn-blue-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue-500:focus {
background-color: #0062cc !important; }
a.btn-blue-500:hover {
background-color: #0062cc !important; }
.bg-blue-600 {
background-color: #005cbf !important; }
a.bg-blue-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue-600:focus {
background-color: #00438c !important; }
a.bg-blue-600:hover {
background-color: #00438c !important; }
.btn-blue-600 {
background-color: #005cbf !important; }
a.btn-blue-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue-600:focus {
background-color: #00438c !important; }
a.btn-blue-600:hover {
background-color: #00438c !important; }
.bg-blue-700 {
background-color: #003e80 !important; }
a.bg-blue-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue-700:focus {
background-color: #00254d !important; }
a.bg-blue-700:hover {
background-color: #00254d !important; }
.btn-blue-700 {
background-color: #003e80 !important; }
a.btn-blue-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue-700:focus {
background-color: #00254d !important; }
a.btn-blue-700:hover {
background-color: #00254d !important; }
.bg-blue-800 {
background-color: #001f40 !important; }
a.bg-blue-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue-800:focus {
background-color: #00060d !important; }
a.bg-blue-800:hover {
background-color: #00060d !important; }
.btn-blue-800 {
background-color: #001f40 !important; }
a.btn-blue-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue-800:focus {
background-color: #00060d !important; }
a.btn-blue-800:hover {
background-color: #00060d !important; }
.bg-blue-900 {
background-color: #001226 !important; }
a.bg-blue-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-blue-900:focus {
background-color: black !important; }
a.bg-blue-900:hover {
background-color: black !important; }
.btn-blue-900 {
background-color: #001226 !important; }
a.btn-blue-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-blue-900:focus {
background-color: black !important; }
a.btn-blue-900:hover {
background-color: black !important; }
.bg-indigo-100 {
background-color: #f0e7fe !important; }
a.bg-indigo-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo-100:focus {
background-color: #d1b6fc !important; }
a.bg-indigo-100:hover {
background-color: #d1b6fc !important; }
.btn-indigo-100 {
background-color: #f0e7fe !important; }
a.btn-indigo-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo-100:focus {
background-color: #d1b6fc !important; }
a.btn-indigo-100:hover {
background-color: #d1b6fc !important; }
.bg-indigo-200 {
background-color: #d9c3fc !important; }
a.bg-indigo-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo-200:focus {
background-color: #ba92fa !important; }
a.bg-indigo-200:hover {
background-color: #ba92fa !important; }
.btn-indigo-200 {
background-color: #d9c3fc !important; }
a.btn-indigo-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo-200:focus {
background-color: #ba92fa !important; }
a.btn-indigo-200:hover {
background-color: #ba92fa !important; }
.bg-indigo-300 {
background-color: #b388f9 !important; }
a.bg-indigo-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo-300:focus {
background-color: #9457f7 !important; }
a.bg-indigo-300:hover {
background-color: #9457f7 !important; }
.btn-indigo-300 {
background-color: #b388f9 !important; }
a.btn-indigo-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo-300:focus {
background-color: #9457f7 !important; }
a.btn-indigo-300:hover {
background-color: #9457f7 !important; }
.bg-indigo-400 {
background-color: #8c4cf5 !important; }
a.bg-indigo-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo-400:focus {
background-color: #6d1cf2 !important; }
a.bg-indigo-400:hover {
background-color: #6d1cf2 !important; }
.btn-indigo-400 {
background-color: #8c4cf5 !important; }
a.btn-indigo-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo-400:focus {
background-color: #6d1cf2 !important; }
a.btn-indigo-400:hover {
background-color: #6d1cf2 !important; }
.bg-indigo-500 {
background-color: #6610f2 !important; }
a.bg-indigo-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo-500:focus {
background-color: #510bc4 !important; }
a.bg-indigo-500:hover {
background-color: #510bc4 !important; }
.btn-indigo-500 {
background-color: #6610f2 !important; }
a.btn-indigo-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo-500:focus {
background-color: #510bc4 !important; }
a.btn-indigo-500:hover {
background-color: #510bc4 !important; }
.bg-indigo-600 {
background-color: #4d0cb6 !important; }
a.bg-indigo-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo-600:focus {
background-color: #390986 !important; }
a.bg-indigo-600:hover {
background-color: #390986 !important; }
.btn-indigo-600 {
background-color: #4d0cb6 !important; }
a.btn-indigo-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo-600:focus {
background-color: #390986 !important; }
a.btn-indigo-600:hover {
background-color: #390986 !important; }
.bg-indigo-700 {
background-color: #330879 !important; }
a.bg-indigo-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo-700:focus {
background-color: #1f0549 !important; }
a.bg-indigo-700:hover {
background-color: #1f0549 !important; }
.btn-indigo-700 {
background-color: #330879 !important; }
a.btn-indigo-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo-700:focus {
background-color: #1f0549 !important; }
a.btn-indigo-700:hover {
background-color: #1f0549 !important; }
.bg-indigo-800 {
background-color: #1a043d !important; }
a.bg-indigo-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo-800:focus {
background-color: #06010d !important; }
a.bg-indigo-800:hover {
background-color: #06010d !important; }
.btn-indigo-800 {
background-color: #1a043d !important; }
a.btn-indigo-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo-800:focus {
background-color: #06010d !important; }
a.btn-indigo-800:hover {
background-color: #06010d !important; }
.bg-indigo-900 {
background-color: #0f0224 !important; }
a.bg-indigo-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-indigo-900:focus {
background-color: black !important; }
a.bg-indigo-900:hover {
background-color: black !important; }
.btn-indigo-900 {
background-color: #0f0224 !important; }
a.btn-indigo-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-indigo-900:focus {
background-color: black !important; }
a.btn-indigo-900:hover {
background-color: black !important; }
.bg-purple-100 {
background-color: #f5edf5 !important; }
a.bg-purple-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple-100:focus {
background-color: #e3cce3 !important; }
a.bg-purple-100:hover {
background-color: #e3cce3 !important; }
.btn-purple-100 {
background-color: #f5edf5 !important; }
a.btn-purple-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple-100:focus {
background-color: #e3cce3 !important; }
a.btn-purple-100:hover {
background-color: #e3cce3 !important; }
.bg-purple-200 {
background-color: #e6d1e7 !important; }
a.bg-purple-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple-200:focus {
background-color: #d4afd6 !important; }
a.bg-purple-200:hover {
background-color: #d4afd6 !important; }
.btn-purple-200 {
background-color: #e6d1e7 !important; }
a.btn-purple-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple-200:focus {
background-color: #d4afd6 !important; }
a.btn-purple-200:hover {
background-color: #d4afd6 !important; }
.bg-purple-300 {
background-color: #cda3cf !important; }
a.bg-purple-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple-300:focus {
background-color: #bb81be !important; }
a.bg-purple-300:hover {
background-color: #bb81be !important; }
.btn-purple-300 {
background-color: #cda3cf !important; }
a.btn-purple-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple-300:focus {
background-color: #bb81be !important; }
a.btn-purple-300:hover {
background-color: #bb81be !important; }
.bg-purple-400 {
background-color: #b475b7 !important; }
a.bg-purple-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple-400:focus {
background-color: #a055a4 !important; }
a.bg-purple-400:hover {
background-color: #a055a4 !important; }
.btn-purple-400 {
background-color: #b475b7 !important; }
a.btn-purple-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple-400:focus {
background-color: #a055a4 !important; }
a.btn-purple-400:hover {
background-color: #a055a4 !important; }
.bg-purple-500 {
background-color: #9b479f !important; }
a.bg-purple-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple-500:focus {
background-color: #79377c !important; }
a.bg-purple-500:hover {
background-color: #79377c !important; }
.btn-purple-500 {
background-color: #9b479f !important; }
a.btn-purple-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple-500:focus {
background-color: #79377c !important; }
a.btn-purple-500:hover {
background-color: #79377c !important; }
.bg-purple-600 {
background-color: #743577 !important; }
a.bg-purple-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple-600:focus {
background-color: #522554 !important; }
a.bg-purple-600:hover {
background-color: #522554 !important; }
.btn-purple-600 {
background-color: #743577 !important; }
a.btn-purple-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple-600:focus {
background-color: #522554 !important; }
a.btn-purple-600:hover {
background-color: #522554 !important; }
.bg-purple-700 {
background-color: #4e2450 !important; }
a.bg-purple-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple-700:focus {
background-color: #2c142d !important; }
a.bg-purple-700:hover {
background-color: #2c142d !important; }
.btn-purple-700 {
background-color: #4e2450 !important; }
a.btn-purple-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple-700:focus {
background-color: #2c142d !important; }
a.btn-purple-700:hover {
background-color: #2c142d !important; }
.bg-purple-800 {
background-color: #271228 !important; }
a.bg-purple-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple-800:focus {
background-color: #050205 !important; }
a.bg-purple-800:hover {
background-color: #050205 !important; }
.btn-purple-800 {
background-color: #271228 !important; }
a.btn-purple-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple-800:focus {
background-color: #050205 !important; }
a.btn-purple-800:hover {
background-color: #050205 !important; }
.bg-purple-900 {
background-color: #170b18 !important; }
a.bg-purple-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-purple-900:focus {
background-color: black !important; }
a.bg-purple-900:hover {
background-color: black !important; }
.btn-purple-900 {
background-color: #170b18 !important; }
a.btn-purple-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-purple-900:focus {
background-color: black !important; }
a.btn-purple-900:hover {
background-color: black !important; }
.bg-pink-100 {
background-color: #fdecf4 !important; }
a.bg-pink-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink-100:focus {
background-color: #f8bed9 !important; }
a.bg-pink-100:hover {
background-color: #f8bed9 !important; }
.btn-pink-100 {
background-color: #fdecf4 !important; }
a.btn-pink-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink-100:focus {
background-color: #f8bed9 !important; }
a.btn-pink-100:hover {
background-color: #f8bed9 !important; }
.bg-pink-200 {
background-color: #f9cfe2 !important; }
a.bg-pink-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink-200:focus {
background-color: #f3a2c7 !important; }
a.bg-pink-200:hover {
background-color: #f3a2c7 !important; }
.btn-pink-200 {
background-color: #f9cfe2 !important; }
a.btn-pink-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink-200:focus {
background-color: #f3a2c7 !important; }
a.btn-pink-200:hover {
background-color: #f3a2c7 !important; }
.bg-pink-300 {
background-color: #f49fc6 !important; }
a.bg-pink-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink-300:focus {
background-color: #ef71ab !important; }
a.bg-pink-300:hover {
background-color: #ef71ab !important; }
.btn-pink-300 {
background-color: #f49fc6 !important; }
a.btn-pink-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink-300:focus {
background-color: #ef71ab !important; }
a.btn-pink-300:hover {
background-color: #ef71ab !important; }
.bg-pink-400 {
background-color: #ee6ea9 !important; }
a.bg-pink-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink-400:focus {
background-color: #e9408e !important; }
a.bg-pink-400:hover {
background-color: #e9408e !important; }
.btn-pink-400 {
background-color: #ee6ea9 !important; }
a.btn-pink-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink-400:focus {
background-color: #e9408e !important; }
a.btn-pink-400:hover {
background-color: #e9408e !important; }
.bg-pink-500 {
background-color: #e83e8c !important; }
a.bg-pink-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink-500:focus {
background-color: #d91a72 !important; }
a.bg-pink-500:hover {
background-color: #d91a72 !important; }
.btn-pink-500 {
background-color: #e83e8c !important; }
a.btn-pink-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink-500:focus {
background-color: #d91a72 !important; }
a.btn-pink-500:hover {
background-color: #d91a72 !important; }
.bg-pink-600 {
background-color: #ae2f69 !important; }
a.bg-pink-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink-600:focus {
background-color: #862451 !important; }
a.bg-pink-600:hover {
background-color: #862451 !important; }
.btn-pink-600 {
background-color: #ae2f69 !important; }
a.btn-pink-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink-600:focus {
background-color: #862451 !important; }
a.btn-pink-600:hover {
background-color: #862451 !important; }
.bg-pink-700 {
background-color: #741f46 !important; }
a.bg-pink-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink-700:focus {
background-color: #4c142e !important; }
a.bg-pink-700:hover {
background-color: #4c142e !important; }
.btn-pink-700 {
background-color: #741f46 !important; }
a.btn-pink-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink-700:focus {
background-color: #4c142e !important; }
a.btn-pink-700:hover {
background-color: #4c142e !important; }
.bg-pink-800 {
background-color: #3a1023 !important; }
a.bg-pink-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink-800:focus {
background-color: #12050b !important; }
a.bg-pink-800:hover {
background-color: #12050b !important; }
.btn-pink-800 {
background-color: #3a1023 !important; }
a.btn-pink-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink-800:focus {
background-color: #12050b !important; }
a.btn-pink-800:hover {
background-color: #12050b !important; }
.bg-pink-900 {
background-color: #230915 !important; }
a.bg-pink-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-pink-900:focus {
background-color: black !important; }
a.bg-pink-900:hover {
background-color: black !important; }
.btn-pink-900 {
background-color: #230915 !important; }
a.btn-pink-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-pink-900:focus {
background-color: black !important; }
a.btn-pink-900:hover {
background-color: black !important; }
.bg-red-100 {
background-color: #fbe9e7 !important; }
a.bg-red-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red-100:focus {
background-color: #f4c1bb !important; }
a.bg-red-100:hover {
background-color: #f4c1bb !important; }
.btn-red-100 {
background-color: #fbe9e7 !important; }
a.btn-red-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red-100:focus {
background-color: #f4c1bb !important; }
a.btn-red-100:hover {
background-color: #f4c1bb !important; }
.bg-red-200 {
background-color: #f6c8c3 !important; }
a.bg-red-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red-200:focus {
background-color: #ef9f97 !important; }
a.bg-red-200:hover {
background-color: #ef9f97 !important; }
.btn-red-200 {
background-color: #f6c8c3 !important; }
a.btn-red-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red-200:focus {
background-color: #ef9f97 !important; }
a.btn-red-200:hover {
background-color: #ef9f97 !important; }
.bg-red-300 {
background-color: #ec9187 !important; }
a.bg-red-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red-300:focus {
background-color: #e5695b !important; }
a.bg-red-300:hover {
background-color: #e5695b !important; }
.btn-red-300 {
background-color: #ec9187 !important; }
a.btn-red-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red-300:focus {
background-color: #e5695b !important; }
a.btn-red-300:hover {
background-color: #e5695b !important; }
.bg-red-400 {
background-color: #e35a4b !important; }
a.bg-red-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red-400:focus {
background-color: #d93422 !important; }
a.bg-red-400:hover {
background-color: #d93422 !important; }
.btn-red-400 {
background-color: #e35a4b !important; }
a.btn-red-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red-400:focus {
background-color: #d93422 !important; }
a.btn-red-400:hover {
background-color: #d93422 !important; }
.bg-red-500 {
background-color: #d9230f !important; }
a.bg-red-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red-500:focus {
background-color: #a91b0c !important; }
a.bg-red-500:hover {
background-color: #a91b0c !important; }
.btn-red-500 {
background-color: #d9230f !important; }
a.btn-red-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red-500:focus {
background-color: #a91b0c !important; }
a.btn-red-500:hover {
background-color: #a91b0c !important; }
.bg-red-600 {
background-color: #a31a0b !important; }
a.bg-red-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red-600:focus {
background-color: #731208 !important; }
a.bg-red-600:hover {
background-color: #731208 !important; }
.btn-red-600 {
background-color: #a31a0b !important; }
a.btn-red-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red-600:focus {
background-color: #731208 !important; }
a.btn-red-600:hover {
background-color: #731208 !important; }
.bg-red-700 {
background-color: #6d1208 !important; }
a.bg-red-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red-700:focus {
background-color: #3d0a05 !important; }
a.bg-red-700:hover {
background-color: #3d0a05 !important; }
.btn-red-700 {
background-color: #6d1208 !important; }
a.btn-red-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red-700:focus {
background-color: #3d0a05 !important; }
a.btn-red-700:hover {
background-color: #3d0a05 !important; }
.bg-red-800 {
background-color: #360904 !important; }
a.bg-red-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red-800:focus {
background-color: #070100 !important; }
a.bg-red-800:hover {
background-color: #070100 !important; }
.btn-red-800 {
background-color: #360904 !important; }
a.btn-red-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red-800:focus {
background-color: #070100 !important; }
a.btn-red-800:hover {
background-color: #070100 !important; }
.bg-red-900 {
background-color: #210502 !important; }
a.bg-red-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-red-900:focus {
background-color: black !important; }
a.bg-red-900:hover {
background-color: black !important; }
.btn-red-900 {
background-color: #210502 !important; }
a.btn-red-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-red-900:focus {
background-color: black !important; }
a.btn-red-900:hover {
background-color: black !important; }
.bg-orange-100 {
background-color: #fbf3e9 !important; }
a.bg-orange-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange-100:focus {
background-color: #f3dbbe !important; }
a.bg-orange-100:hover {
background-color: #f3dbbe !important; }
.btn-orange-100 {
background-color: #fbf3e9 !important; }
a.btn-orange-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange-100:focus {
background-color: #f3dbbe !important; }
a.btn-orange-100:hover {
background-color: #f3dbbe !important; }
.bg-orange-200 {
background-color: #f6e0c7 !important; }
a.bg-orange-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange-200:focus {
background-color: #efc89b !important; }
a.bg-orange-200:hover {
background-color: #efc89b !important; }
.btn-orange-200 {
background-color: #f6e0c7 !important; }
a.btn-orange-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange-200:focus {
background-color: #efc89b !important; }
a.btn-orange-200:hover {
background-color: #efc89b !important; }
.bg-orange-300 {
background-color: #ecc18f !important; }
a.bg-orange-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange-300:focus {
background-color: #e5a963 !important; }
a.bg-orange-300:hover {
background-color: #e5a963 !important; }
.btn-orange-300 {
background-color: #ecc18f !important; }
a.btn-orange-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange-300:focus {
background-color: #e5a963 !important; }
a.btn-orange-300:hover {
background-color: #e5a963 !important; }
.bg-orange-400 {
background-color: #e3a257 !important; }
a.bg-orange-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange-400:focus {
background-color: #dc8a2b !important; }
a.bg-orange-400:hover {
background-color: #dc8a2b !important; }
.btn-orange-400 {
background-color: #e3a257 !important; }
a.btn-orange-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange-400:focus {
background-color: #dc8a2b !important; }
a.btn-orange-400:hover {
background-color: #dc8a2b !important; }
.bg-orange-500 {
background-color: #d9831f !important; }
a.bg-orange-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange-500:focus {
background-color: #ac6819 !important; }
a.bg-orange-500:hover {
background-color: #ac6819 !important; }
.btn-orange-500 {
background-color: #d9831f !important; }
a.btn-orange-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange-500:focus {
background-color: #ac6819 !important; }
a.btn-orange-500:hover {
background-color: #ac6819 !important; }
.bg-orange-600 {
background-color: #a36217 !important; }
a.bg-orange-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange-600:focus {
background-color: #764711 !important; }
a.bg-orange-600:hover {
background-color: #764711 !important; }
.btn-orange-600 {
background-color: #a36217 !important; }
a.btn-orange-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange-600:focus {
background-color: #764711 !important; }
a.btn-orange-600:hover {
background-color: #764711 !important; }
.bg-orange-700 {
background-color: #6d4210 !important; }
a.bg-orange-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange-700:focus {
background-color: #412709 !important; }
a.bg-orange-700:hover {
background-color: #412709 !important; }
.btn-orange-700 {
background-color: #6d4210 !important; }
a.btn-orange-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange-700:focus {
background-color: #412709 !important; }
a.btn-orange-700:hover {
background-color: #412709 !important; }
.bg-orange-800 {
background-color: #362108 !important; }
a.bg-orange-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange-800:focus {
background-color: #0a0601 !important; }
a.bg-orange-800:hover {
background-color: #0a0601 !important; }
.btn-orange-800 {
background-color: #362108 !important; }
a.btn-orange-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange-800:focus {
background-color: #0a0601 !important; }
a.btn-orange-800:hover {
background-color: #0a0601 !important; }
.bg-orange-900 {
background-color: #211405 !important; }
a.bg-orange-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-orange-900:focus {
background-color: black !important; }
a.bg-orange-900:hover {
background-color: black !important; }
.btn-orange-900 {
background-color: #211405 !important; }
a.btn-orange-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-orange-900:focus {
background-color: black !important; }
a.btn-orange-900:hover {
background-color: black !important; }
.bg-yellow-100 {
background-color: #fff9e6 !important; }
a.bg-yellow-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow-100:focus {
background-color: #ffedb3 !important; }
a.bg-yellow-100:hover {
background-color: #ffedb3 !important; }
.btn-yellow-100 {
background-color: #fff9e6 !important; }
a.btn-yellow-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow-100:focus {
background-color: #ffedb3 !important; }
a.btn-yellow-100:hover {
background-color: #ffedb3 !important; }
.bg-yellow-200 {
background-color: #fff0c1 !important; }
a.bg-yellow-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow-200:focus {
background-color: #ffe48e !important; }
a.bg-yellow-200:hover {
background-color: #ffe48e !important; }
.btn-yellow-200 {
background-color: #fff0c1 !important; }
a.btn-yellow-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow-200:focus {
background-color: #ffe48e !important; }
a.btn-yellow-200:hover {
background-color: #ffe48e !important; }
.bg-yellow-300 {
background-color: #ffe083 !important; }
a.bg-yellow-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow-300:focus {
background-color: #ffd350 !important; }
a.bg-yellow-300:hover {
background-color: #ffd350 !important; }
.btn-yellow-300 {
background-color: #ffe083 !important; }
a.btn-yellow-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow-300:focus {
background-color: #ffd350 !important; }
a.btn-yellow-300:hover {
background-color: #ffd350 !important; }
.bg-yellow-400 {
background-color: #ffd145 !important; }
a.bg-yellow-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow-400:focus {
background-color: #ffc412 !important; }
a.bg-yellow-400:hover {
background-color: #ffc412 !important; }
.btn-yellow-400 {
background-color: #ffd145 !important; }
a.btn-yellow-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow-400:focus {
background-color: #ffc412 !important; }
a.btn-yellow-400:hover {
background-color: #ffc412 !important; }
.bg-yellow-500 {
background-color: #ffc107 !important; }
a.bg-yellow-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow-500:focus {
background-color: #d39e00 !important; }
a.bg-yellow-500:hover {
background-color: #d39e00 !important; }
.btn-yellow-500 {
background-color: #ffc107 !important; }
a.btn-yellow-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow-500:focus {
background-color: #d39e00 !important; }
a.btn-yellow-500:hover {
background-color: #d39e00 !important; }
.bg-yellow-600 {
background-color: #bf9105 !important; }
a.bg-yellow-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow-600:focus {
background-color: #8d6b04 !important; }
a.bg-yellow-600:hover {
background-color: #8d6b04 !important; }
.btn-yellow-600 {
background-color: #bf9105 !important; }
a.btn-yellow-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow-600:focus {
background-color: #8d6b04 !important; }
a.btn-yellow-600:hover {
background-color: #8d6b04 !important; }
.bg-yellow-700 {
background-color: #806104 !important; }
a.bg-yellow-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow-700:focus {
background-color: #4f3c02 !important; }
a.bg-yellow-700:hover {
background-color: #4f3c02 !important; }
.btn-yellow-700 {
background-color: #806104 !important; }
a.btn-yellow-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow-700:focus {
background-color: #4f3c02 !important; }
a.btn-yellow-700:hover {
background-color: #4f3c02 !important; }
.bg-yellow-800 {
background-color: #403002 !important; }
a.bg-yellow-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow-800:focus {
background-color: #0f0b00 !important; }
a.bg-yellow-800:hover {
background-color: #0f0b00 !important; }
.btn-yellow-800 {
background-color: #403002 !important; }
a.btn-yellow-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow-800:focus {
background-color: #0f0b00 !important; }
a.btn-yellow-800:hover {
background-color: #0f0b00 !important; }
.bg-yellow-900 {
background-color: #261d01 !important; }
a.bg-yellow-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-yellow-900:focus {
background-color: black !important; }
a.bg-yellow-900:hover {
background-color: black !important; }
.btn-yellow-900 {
background-color: #261d01 !important; }
a.btn-yellow-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-yellow-900:focus {
background-color: black !important; }
a.btn-yellow-900:hover {
background-color: black !important; }
.bg-green-100 {
background-color: #edf4e6 !important; }
a.bg-green-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green-100:focus {
background-color: #d4e4c3 !important; }
a.bg-green-100:hover {
background-color: #d4e4c3 !important; }
.btn-green-100 {
background-color: #edf4e6 !important; }
a.btn-green-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green-100:focus {
background-color: #d4e4c3 !important; }
a.btn-green-100:hover {
background-color: #d4e4c3 !important; }
.bg-green-200 {
background-color: #d1e4c1 !important; }
a.bg-green-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green-200:focus {
background-color: #b7d59d !important; }
a.bg-green-200:hover {
background-color: #b7d59d !important; }
.btn-green-200 {
background-color: #d1e4c1 !important; }
a.btn-green-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green-200:focus {
background-color: #b7d59d !important; }
a.btn-green-200:hover {
background-color: #b7d59d !important; }
.bg-green-300 {
background-color: #a3ca84 !important; }
a.bg-green-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green-300:focus {
background-color: #88bb60 !important; }
a.bg-green-300:hover {
background-color: #88bb60 !important; }
.btn-green-300 {
background-color: #a3ca84 !important; }
a.btn-green-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green-300:focus {
background-color: #88bb60 !important; }
a.btn-green-300:hover {
background-color: #88bb60 !important; }
.bg-green-400 {
background-color: #74af46 !important; }
a.bg-green-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green-400:focus {
background-color: #5c8b37 !important; }
a.bg-green-400:hover {
background-color: #5c8b37 !important; }
.btn-green-400 {
background-color: #74af46 !important; }
a.btn-green-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green-400:focus {
background-color: #5c8b37 !important; }
a.btn-green-400:hover {
background-color: #5c8b37 !important; }
.bg-green-500 {
background-color: #469408 !important; }
a.bg-green-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green-500:focus {
background-color: #2f6405 !important; }
a.bg-green-500:hover {
background-color: #2f6405 !important; }
.btn-green-500 {
background-color: #469408 !important; }
a.btn-green-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green-500:focus {
background-color: #2f6405 !important; }
a.btn-green-500:hover {
background-color: #2f6405 !important; }
.bg-green-600 {
background-color: #356f06 !important; }
a.bg-green-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green-600:focus {
background-color: #1e3f03 !important; }
a.bg-green-600:hover {
background-color: #1e3f03 !important; }
.btn-green-600 {
background-color: #356f06 !important; }
a.btn-green-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green-600:focus {
background-color: #1e3f03 !important; }
a.btn-green-600:hover {
background-color: #1e3f03 !important; }
.bg-green-700 {
background-color: #234a04 !important; }
a.bg-green-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green-700:focus {
background-color: #0c1a01 !important; }
a.bg-green-700:hover {
background-color: #0c1a01 !important; }
.btn-green-700 {
background-color: #234a04 !important; }
a.btn-green-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green-700:focus {
background-color: #0c1a01 !important; }
a.btn-green-700:hover {
background-color: #0c1a01 !important; }
.bg-green-800 {
background-color: #122502 !important; }
a.bg-green-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green-800:focus {
background-color: black !important; }
a.bg-green-800:hover {
background-color: black !important; }
.btn-green-800 {
background-color: #122502 !important; }
a.btn-green-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green-800:focus {
background-color: black !important; }
a.btn-green-800:hover {
background-color: black !important; }
.bg-green-900 {
background-color: #0b1601 !important; }
a.bg-green-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-green-900:focus {
background-color: black !important; }
a.bg-green-900:hover {
background-color: black !important; }
.btn-green-900 {
background-color: #0b1601 !important; }
a.btn-green-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-green-900:focus {
background-color: black !important; }
a.btn-green-900:hover {
background-color: black !important; }
.bg-teal-100 {
background-color: #e9faf5 !important; }
a.bg-teal-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal-100:focus {
background-color: #bff1e2 !important; }
a.bg-teal-100:hover {
background-color: #bff1e2 !important; }
.btn-teal-100 {
background-color: #e9faf5 !important; }
a.btn-teal-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal-100:focus {
background-color: #bff1e2 !important; }
a.btn-teal-100:hover {
background-color: #bff1e2 !important; }
.bg-teal-200 {
background-color: #c7f2e5 !important; }
a.bg-teal-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal-200:focus {
background-color: #9ee8d2 !important; }
a.bg-teal-200:hover {
background-color: #9ee8d2 !important; }
.btn-teal-200 {
background-color: #c7f2e5 !important; }
a.btn-teal-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal-200:focus {
background-color: #9ee8d2 !important; }
a.btn-teal-200:hover {
background-color: #9ee8d2 !important; }
.bg-teal-300 {
background-color: #90e4cb !important; }
a.bg-teal-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal-300:focus {
background-color: #67dab8 !important; }
a.bg-teal-300:hover {
background-color: #67dab8 !important; }
.btn-teal-300 {
background-color: #90e4cb !important; }
a.btn-teal-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal-300:focus {
background-color: #67dab8 !important; }
a.btn-teal-300:hover {
background-color: #67dab8 !important; }
.bg-teal-400 {
background-color: #58d7b1 !important; }
a.bg-teal-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal-400:focus {
background-color: #31cb9d !important; }
a.bg-teal-400:hover {
background-color: #31cb9d !important; }
.btn-teal-400 {
background-color: #58d7b1 !important; }
a.btn-teal-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal-400:focus {
background-color: #31cb9d !important; }
a.btn-teal-400:hover {
background-color: #31cb9d !important; }
.bg-teal-500 {
background-color: #20c997 !important; }
a.bg-teal-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal-500:focus {
background-color: #199d76 !important; }
a.bg-teal-500:hover {
background-color: #199d76 !important; }
.btn-teal-500 {
background-color: #20c997 !important; }
a.btn-teal-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal-500:focus {
background-color: #199d76 !important; }
a.btn-teal-500:hover {
background-color: #199d76 !important; }
.bg-teal-600 {
background-color: #189771 !important; }
a.bg-teal-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal-600:focus {
background-color: #116b50 !important; }
a.bg-teal-600:hover {
background-color: #116b50 !important; }
.btn-teal-600 {
background-color: #189771 !important; }
a.btn-teal-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal-600:focus {
background-color: #116b50 !important; }
a.btn-teal-600:hover {
background-color: #116b50 !important; }
.bg-teal-700 {
background-color: #10654c !important; }
a.bg-teal-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal-700:focus {
background-color: #09392b !important; }
a.bg-teal-700:hover {
background-color: #09392b !important; }
.btn-teal-700 {
background-color: #10654c !important; }
a.btn-teal-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal-700:focus {
background-color: #09392b !important; }
a.btn-teal-700:hover {
background-color: #09392b !important; }
.bg-teal-800 {
background-color: #083226 !important; }
a.bg-teal-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal-800:focus {
background-color: #010605 !important; }
a.bg-teal-800:hover {
background-color: #010605 !important; }
.btn-teal-800 {
background-color: #083226 !important; }
a.btn-teal-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal-800:focus {
background-color: #010605 !important; }
a.btn-teal-800:hover {
background-color: #010605 !important; }
.bg-teal-900 {
background-color: #051e17 !important; }
a.bg-teal-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-teal-900:focus {
background-color: black !important; }
a.bg-teal-900:hover {
background-color: black !important; }
.btn-teal-900 {
background-color: #051e17 !important; }
a.btn-teal-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-teal-900:focus {
background-color: black !important; }
a.btn-teal-900:hover {
background-color: black !important; }
.bg-cyan-100 {
background-color: #e6f5fa !important; }
a.bg-cyan-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan-100:focus {
background-color: #bce4f2 !important; }
a.bg-cyan-100:hover {
background-color: #bce4f2 !important; }
.btn-cyan-100 {
background-color: #e6f5fa !important; }
a.btn-cyan-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan-100:focus {
background-color: #bce4f2 !important; }
a.btn-cyan-100:hover {
background-color: #bce4f2 !important; }
.bg-cyan-200 {
background-color: #c0e6f3 !important; }
a.bg-cyan-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan-200:focus {
background-color: #95d5eb !important; }
a.bg-cyan-200:hover {
background-color: #95d5eb !important; }
.btn-cyan-200 {
background-color: #c0e6f3 !important; }
a.btn-cyan-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan-200:focus {
background-color: #95d5eb !important; }
a.btn-cyan-200:hover {
background-color: #95d5eb !important; }
.bg-cyan-300 {
background-color: #81cde7 !important; }
a.bg-cyan-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan-300:focus {
background-color: #56bcdf !important; }
a.bg-cyan-300:hover {
background-color: #56bcdf !important; }
.btn-cyan-300 {
background-color: #81cde7 !important; }
a.btn-cyan-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan-300:focus {
background-color: #56bcdf !important; }
a.btn-cyan-300:hover {
background-color: #56bcdf !important; }
.bg-cyan-400 {
background-color: #41b3db !important; }
a.bg-cyan-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan-400:focus {
background-color: #259bc4 !important; }
a.bg-cyan-400:hover {
background-color: #259bc4 !important; }
.btn-cyan-400 {
background-color: #41b3db !important; }
a.btn-cyan-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan-400:focus {
background-color: #259bc4 !important; }
a.btn-cyan-400:hover {
background-color: #259bc4 !important; }
.bg-cyan-500 {
background-color: #029acf !important; }
a.bg-cyan-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan-500:focus {
background-color: #02749c !important; }
a.bg-cyan-500:hover {
background-color: #02749c !important; }
.btn-cyan-500 {
background-color: #029acf !important; }
a.btn-cyan-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan-500:focus {
background-color: #02749c !important; }
a.btn-cyan-500:hover {
background-color: #02749c !important; }
.bg-cyan-600 {
background-color: #02749b !important; }
a.bg-cyan-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan-600:focus {
background-color: #014e69 !important; }
a.bg-cyan-600:hover {
background-color: #014e69 !important; }
.btn-cyan-600 {
background-color: #02749b !important; }
a.btn-cyan-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan-600:focus {
background-color: #014e69 !important; }
a.btn-cyan-600:hover {
background-color: #014e69 !important; }
.bg-cyan-700 {
background-color: #014d68 !important; }
a.bg-cyan-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan-700:focus {
background-color: #012835 !important; }
a.bg-cyan-700:hover {
background-color: #012835 !important; }
.btn-cyan-700 {
background-color: #014d68 !important; }
a.btn-cyan-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan-700:focus {
background-color: #012835 !important; }
a.btn-cyan-700:hover {
background-color: #012835 !important; }
.bg-cyan-800 {
background-color: #012734 !important; }
a.bg-cyan-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan-800:focus {
background-color: #000102 !important; }
a.bg-cyan-800:hover {
background-color: #000102 !important; }
.btn-cyan-800 {
background-color: #012734 !important; }
a.btn-cyan-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan-800:focus {
background-color: #000102 !important; }
a.btn-cyan-800:hover {
background-color: #000102 !important; }
.bg-cyan-900 {
background-color: #00171f !important; }
a.bg-cyan-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-cyan-900:focus {
background-color: black !important; }
a.bg-cyan-900:hover {
background-color: black !important; }
.btn-cyan-900 {
background-color: #00171f !important; }
a.btn-cyan-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-cyan-900:focus {
background-color: black !important; }
a.btn-cyan-900:hover {
background-color: black !important; }
.bg-slate-100 {
background-color: #eff2f3 !important; }
a.bg-slate-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate-100:focus {
background-color: #d2dadd !important; }
a.bg-slate-100:hover {
background-color: #d2dadd !important; }
.btn-slate-100 {
background-color: #eff2f3 !important; }
a.btn-slate-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate-100:focus {
background-color: #d2dadd !important; }
a.btn-slate-100:hover {
background-color: #d2dadd !important; }
.bg-slate-200 {
background-color: #d7dfe2 !important; }
a.bg-slate-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate-200:focus {
background-color: #b9c7cd !important; }
a.bg-slate-200:hover {
background-color: #b9c7cd !important; }
.btn-slate-200 {
background-color: #d7dfe2 !important; }
a.btn-slate-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate-200:focus {
background-color: #b9c7cd !important; }
a.btn-slate-200:hover {
background-color: #b9c7cd !important; }
.bg-slate-300 {
background-color: #b0bec5 !important; }
a.bg-slate-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate-300:focus {
background-color: #93a6af !important; }
a.bg-slate-300:hover {
background-color: #93a6af !important; }
.btn-slate-300 {
background-color: #b0bec5 !important; }
a.btn-slate-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate-300:focus {
background-color: #93a6af !important; }
a.btn-slate-300:hover {
background-color: #93a6af !important; }
.bg-slate-400 {
background-color: #889ea8 !important; }
a.bg-slate-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate-400:focus {
background-color: #6b8692 !important; }
a.bg-slate-400:hover {
background-color: #6b8692 !important; }
.btn-slate-400 {
background-color: #889ea8 !important; }
a.btn-slate-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate-400:focus {
background-color: #6b8692 !important; }
a.btn-slate-400:hover {
background-color: #6b8692 !important; }
.bg-slate-500 {
background-color: #607d8b !important; }
a.bg-slate-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate-500:focus {
background-color: #4b626d !important; }
a.bg-slate-500:hover {
background-color: #4b626d !important; }
.btn-slate-500 {
background-color: #607d8b !important; }
a.btn-slate-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate-500:focus {
background-color: #4b626d !important; }
a.btn-slate-500:hover {
background-color: #4b626d !important; }
.bg-slate-600 {
background-color: #485e68 !important; }
a.bg-slate-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate-600:focus {
background-color: #33434a !important; }
a.bg-slate-600:hover {
background-color: #33434a !important; }
.btn-slate-600 {
background-color: #485e68 !important; }
a.btn-slate-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate-600:focus {
background-color: #33434a !important; }
a.btn-slate-600:hover {
background-color: #33434a !important; }
.bg-slate-700 {
background-color: #303f46 !important; }
a.bg-slate-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate-700:focus {
background-color: #1b2428 !important; }
a.bg-slate-700:hover {
background-color: #1b2428 !important; }
.btn-slate-700 {
background-color: #303f46 !important; }
a.btn-slate-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate-700:focus {
background-color: #1b2428 !important; }
a.btn-slate-700:hover {
background-color: #1b2428 !important; }
.bg-slate-800 {
background-color: #181f23 !important; }
a.bg-slate-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate-800:focus {
background-color: #030405 !important; }
a.bg-slate-800:hover {
background-color: #030405 !important; }
.btn-slate-800 {
background-color: #181f23 !important; }
a.btn-slate-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate-800:focus {
background-color: #030405 !important; }
a.btn-slate-800:hover {
background-color: #030405 !important; }
.bg-slate-900 {
background-color: #0e1315 !important; }
a.bg-slate-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-slate-900:focus {
background-color: black !important; }
a.bg-slate-900:hover {
background-color: black !important; }
.btn-slate-900 {
background-color: #0e1315 !important; }
a.btn-slate-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-slate-900:focus {
background-color: black !important; }
a.btn-slate-900:hover {
background-color: black !important; }
.bg-white-100 {
background-color: white !important; }
a.bg-white-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white-100:focus {
background-color: #e6e6e6 !important; }
a.bg-white-100:hover {
background-color: #e6e6e6 !important; }
.btn-white-100 {
background-color: white !important; }
a.btn-white-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white-100:focus {
background-color: #e6e6e6 !important; }
a.btn-white-100:hover {
background-color: #e6e6e6 !important; }
.bg-white-200 {
background-color: white !important; }
a.bg-white-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white-200:focus {
background-color: #e6e6e6 !important; }
a.bg-white-200:hover {
background-color: #e6e6e6 !important; }
.btn-white-200 {
background-color: white !important; }
a.btn-white-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white-200:focus {
background-color: #e6e6e6 !important; }
a.btn-white-200:hover {
background-color: #e6e6e6 !important; }
.bg-white-300 {
background-color: white !important; }
a.bg-white-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white-300:focus {
background-color: #e6e6e6 !important; }
a.bg-white-300:hover {
background-color: #e6e6e6 !important; }
.btn-white-300 {
background-color: white !important; }
a.btn-white-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white-300:focus {
background-color: #e6e6e6 !important; }
a.btn-white-300:hover {
background-color: #e6e6e6 !important; }
.bg-white-400 {
background-color: white !important; }
a.bg-white-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white-400:focus {
background-color: #e6e6e6 !important; }
a.bg-white-400:hover {
background-color: #e6e6e6 !important; }
.btn-white-400 {
background-color: white !important; }
a.btn-white-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white-400:focus {
background-color: #e6e6e6 !important; }
a.btn-white-400:hover {
background-color: #e6e6e6 !important; }
.bg-white-500 {
background-color: white !important; }
a.bg-white-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white-500:focus {
background-color: #e6e6e6 !important; }
a.bg-white-500:hover {
background-color: #e6e6e6 !important; }
.btn-white-500 {
background-color: white !important; }
a.btn-white-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white-500:focus {
background-color: #e6e6e6 !important; }
a.btn-white-500:hover {
background-color: #e6e6e6 !important; }
.bg-white-600 {
background-color: #bfbfbf !important; }
a.bg-white-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white-600:focus {
background-color: #a6a6a6 !important; }
a.bg-white-600:hover {
background-color: #a6a6a6 !important; }
.btn-white-600 {
background-color: #bfbfbf !important; }
a.btn-white-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white-600:focus {
background-color: #a6a6a6 !important; }
a.btn-white-600:hover {
background-color: #a6a6a6 !important; }
.bg-white-700 {
background-color: gray !important; }
a.bg-white-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white-700:focus {
background-color: #676767 !important; }
a.bg-white-700:hover {
background-color: #676767 !important; }
.btn-white-700 {
background-color: gray !important; }
a.btn-white-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white-700:focus {
background-color: #676767 !important; }
a.btn-white-700:hover {
background-color: #676767 !important; }
.bg-white-800 {
background-color: #404040 !important; }
a.bg-white-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white-800:focus {
background-color: #272727 !important; }
a.bg-white-800:hover {
background-color: #272727 !important; }
.btn-white-800 {
background-color: #404040 !important; }
a.btn-white-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white-800:focus {
background-color: #272727 !important; }
a.btn-white-800:hover {
background-color: #272727 !important; }
.bg-white-900 {
background-color: #262626 !important; }
a.bg-white-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-white-900:focus {
background-color: #0d0d0d !important; }
a.bg-white-900:hover {
background-color: #0d0d0d !important; }
.btn-white-900 {
background-color: #262626 !important; }
a.btn-white-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-white-900:focus {
background-color: #0d0d0d !important; }
a.btn-white-900:hover {
background-color: #0d0d0d !important; }
.bg-gray-100 {
background-color: #f1f1f1 !important; }
a.bg-gray-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-100:focus {
background-color: #d8d8d8 !important; }
a.bg-gray-100:hover {
background-color: #d8d8d8 !important; }
.btn-gray-100 {
background-color: #f1f1f1 !important; }
a.btn-gray-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-100:focus {
background-color: #d8d8d8 !important; }
a.btn-gray-100:hover {
background-color: #d8d8d8 !important; }
.bg-gray-200 {
background-color: #dddddd !important; }
a.bg-gray-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-200:focus {
background-color: #c4c4c4 !important; }
a.bg-gray-200:hover {
background-color: #c4c4c4 !important; }
.btn-gray-200 {
background-color: #dddddd !important; }
a.btn-gray-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-200:focus {
background-color: #c4c4c4 !important; }
a.btn-gray-200:hover {
background-color: #c4c4c4 !important; }
.bg-gray-300 {
background-color: #bbbbbb !important; }
a.bg-gray-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-300:focus {
background-color: #a2a2a2 !important; }
a.bg-gray-300:hover {
background-color: #a2a2a2 !important; }
.btn-gray-300 {
background-color: #bbbbbb !important; }
a.btn-gray-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-300:focus {
background-color: #a2a2a2 !important; }
a.btn-gray-300:hover {
background-color: #a2a2a2 !important; }
.bg-gray-400 {
background-color: #999999 !important; }
a.bg-gray-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-400:focus {
background-color: gray !important; }
a.bg-gray-400:hover {
background-color: gray !important; }
.btn-gray-400 {
background-color: #999999 !important; }
a.btn-gray-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-400:focus {
background-color: gray !important; }
a.btn-gray-400:hover {
background-color: gray !important; }
.bg-gray-500 {
background-color: #777777 !important; }
a.bg-gray-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-500:focus {
background-color: #5e5e5e !important; }
a.bg-gray-500:hover {
background-color: #5e5e5e !important; }
.btn-gray-500 {
background-color: #777777 !important; }
a.btn-gray-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-500:focus {
background-color: #5e5e5e !important; }
a.btn-gray-500:hover {
background-color: #5e5e5e !important; }
.bg-gray-600 {
background-color: #595959 !important; }
a.bg-gray-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-600:focus {
background-color: #404040 !important; }
a.bg-gray-600:hover {
background-color: #404040 !important; }
.btn-gray-600 {
background-color: #595959 !important; }
a.btn-gray-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-600:focus {
background-color: #404040 !important; }
a.btn-gray-600:hover {
background-color: #404040 !important; }
.bg-gray-700 {
background-color: #3c3c3c !important; }
a.bg-gray-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-700:focus {
background-color: #232323 !important; }
a.bg-gray-700:hover {
background-color: #232323 !important; }
.btn-gray-700 {
background-color: #3c3c3c !important; }
a.btn-gray-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-700:focus {
background-color: #232323 !important; }
a.btn-gray-700:hover {
background-color: #232323 !important; }
.bg-gray-800 {
background-color: #1e1e1e !important; }
a.bg-gray-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-800:focus {
background-color: #050505 !important; }
a.bg-gray-800:hover {
background-color: #050505 !important; }
.btn-gray-800 {
background-color: #1e1e1e !important; }
a.btn-gray-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-800:focus {
background-color: #050505 !important; }
a.btn-gray-800:hover {
background-color: #050505 !important; }
.bg-gray-900 {
background-color: #121212 !important; }
a.bg-gray-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-900:focus {
background-color: black !important; }
a.bg-gray-900:hover {
background-color: black !important; }
.btn-gray-900 {
background-color: #121212 !important; }
a.btn-gray-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-900:focus {
background-color: black !important; }
a.btn-gray-900:hover {
background-color: black !important; }
.bg-gray-dark-100 {
background-color: #ebebec !important; }
a.bg-gray-dark-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark-100:focus {
background-color: #d1d1d3 !important; }
a.bg-gray-dark-100:hover {
background-color: #d1d1d3 !important; }
.btn-gray-dark-100 {
background-color: #ebebec !important; }
a.btn-gray-dark-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark-100:focus {
background-color: #d1d1d3 !important; }
a.btn-gray-dark-100:hover {
background-color: #d1d1d3 !important; }
.bg-gray-dark-200 {
background-color: #cdcece !important; }
a.bg-gray-dark-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark-200:focus {
background-color: #b3b5b5 !important; }
a.bg-gray-dark-200:hover {
background-color: #b3b5b5 !important; }
.btn-gray-dark-200 {
background-color: #cdcece !important; }
a.btn-gray-dark-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark-200:focus {
background-color: #b3b5b5 !important; }
a.btn-gray-dark-200:hover {
background-color: #b3b5b5 !important; }
.bg-gray-dark-300 {
background-color: #9b9d9e !important; }
a.bg-gray-dark-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark-300:focus {
background-color: #818485 !important; }
a.bg-gray-dark-300:hover {
background-color: #818485 !important; }
.btn-gray-dark-300 {
background-color: #9b9d9e !important; }
a.btn-gray-dark-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark-300:focus {
background-color: #818485 !important; }
a.btn-gray-dark-300:hover {
background-color: #818485 !important; }
.bg-gray-dark-400 {
background-color: #696b6d !important; }
a.bg-gray-dark-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark-400:focus {
background-color: #505253 !important; }
a.bg-gray-dark-400:hover {
background-color: #505253 !important; }
.btn-gray-dark-400 {
background-color: #696b6d !important; }
a.btn-gray-dark-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark-400:focus {
background-color: #505253 !important; }
a.btn-gray-dark-400:hover {
background-color: #505253 !important; }
.bg-gray-dark-500 {
background-color: #373a3c !important; }
a.bg-gray-dark-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark-500:focus {
background-color: #1f2021 !important; }
a.bg-gray-dark-500:hover {
background-color: #1f2021 !important; }
.btn-gray-dark-500 {
background-color: #373a3c !important; }
a.btn-gray-dark-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark-500:focus {
background-color: #1f2021 !important; }
a.btn-gray-dark-500:hover {
background-color: #1f2021 !important; }
.bg-gray-dark-600 {
background-color: #292c2d !important; }
a.bg-gray-dark-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark-600:focus {
background-color: #111212 !important; }
a.bg-gray-dark-600:hover {
background-color: #111212 !important; }
.btn-gray-dark-600 {
background-color: #292c2d !important; }
a.btn-gray-dark-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark-600:focus {
background-color: #111212 !important; }
a.btn-gray-dark-600:hover {
background-color: #111212 !important; }
.bg-gray-dark-700 {
background-color: #1c1d1e !important; }
a.bg-gray-dark-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark-700:focus {
background-color: #030404 !important; }
a.bg-gray-dark-700:hover {
background-color: #030404 !important; }
.btn-gray-dark-700 {
background-color: #1c1d1e !important; }
a.btn-gray-dark-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark-700:focus {
background-color: #030404 !important; }
a.btn-gray-dark-700:hover {
background-color: #030404 !important; }
.bg-gray-dark-800 {
background-color: #0e0f0f !important; }
a.bg-gray-dark-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark-800:focus {
background-color: black !important; }
a.bg-gray-dark-800:hover {
background-color: black !important; }
.btn-gray-dark-800 {
background-color: #0e0f0f !important; }
a.btn-gray-dark-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark-800:focus {
background-color: black !important; }
a.btn-gray-dark-800:hover {
background-color: black !important; }
.bg-gray-dark-900 {
background-color: #080909 !important; }
a.bg-gray-dark-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-gray-dark-900:focus {
background-color: black !important; }
a.bg-gray-dark-900:hover {
background-color: black !important; }
.btn-gray-dark-900 {
background-color: #080909 !important; }
a.btn-gray-dark-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-gray-dark-900:focus {
background-color: black !important; }
a.btn-gray-dark-900:hover {
background-color: black !important; }
.bg-primary-100 {
background-color: #fbe9e7 !important; }
a.bg-primary-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary-100:focus {
background-color: #f4c1bb !important; }
a.bg-primary-100:hover {
background-color: #f4c1bb !important; }
.btn-primary-100 {
background-color: #fbe9e7 !important; }
a.btn-primary-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary-100:focus {
background-color: #f4c1bb !important; }
a.btn-primary-100:hover {
background-color: #f4c1bb !important; }
.bg-primary-200 {
background-color: #f6c8c3 !important; }
a.bg-primary-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary-200:focus {
background-color: #ef9f97 !important; }
a.bg-primary-200:hover {
background-color: #ef9f97 !important; }
.btn-primary-200 {
background-color: #f6c8c3 !important; }
a.btn-primary-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary-200:focus {
background-color: #ef9f97 !important; }
a.btn-primary-200:hover {
background-color: #ef9f97 !important; }
.bg-primary-300 {
background-color: #ec9187 !important; }
a.bg-primary-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary-300:focus {
background-color: #e5695b !important; }
a.bg-primary-300:hover {
background-color: #e5695b !important; }
.btn-primary-300 {
background-color: #ec9187 !important; }
a.btn-primary-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary-300:focus {
background-color: #e5695b !important; }
a.btn-primary-300:hover {
background-color: #e5695b !important; }
.bg-primary-400 {
background-color: #e35a4b !important; }
a.bg-primary-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary-400:focus {
background-color: #d93422 !important; }
a.bg-primary-400:hover {
background-color: #d93422 !important; }
.btn-primary-400 {
background-color: #e35a4b !important; }
a.btn-primary-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary-400:focus {
background-color: #d93422 !important; }
a.btn-primary-400:hover {
background-color: #d93422 !important; }
.bg-primary-500 {
background-color: #d9230f !important; }
a.bg-primary-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary-500:focus {
background-color: #a91b0c !important; }
a.bg-primary-500:hover {
background-color: #a91b0c !important; }
.btn-primary-500 {
background-color: #d9230f !important; }
a.btn-primary-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary-500:focus {
background-color: #a91b0c !important; }
a.btn-primary-500:hover {
background-color: #a91b0c !important; }
.bg-primary-600, .select2-container--clean .select2-selection--multiple .select2-selection__choice, .select2-container--clean .select2-results__option[aria-selected="true"] {
background-color: #a31a0b !important; }
a.bg-primary-600, .select2-container--clean .select2-selection--multiple a.select2-selection__choice, .select2-container--clean a.select2-results__option[aria-selected="true"] {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary-600:focus, .select2-container--clean .select2-selection--multiple a.select2-selection__choice:focus, .select2-container--clean a.select2-results__option:focus[aria-selected="true"] {
background-color: #731208 !important; }
a.bg-primary-600:hover, .select2-container--clean .select2-selection--multiple a.select2-selection__choice:hover, .select2-container--clean a.select2-results__option:hover[aria-selected="true"] {
background-color: #731208 !important; }
.btn-primary-600 {
background-color: #a31a0b !important; }
a.btn-primary-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary-600:focus {
background-color: #731208 !important; }
a.btn-primary-600:hover {
background-color: #731208 !important; }
.bg-primary-700 {
background-color: #6d1208 !important; }
a.bg-primary-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary-700:focus {
background-color: #3d0a05 !important; }
a.bg-primary-700:hover {
background-color: #3d0a05 !important; }
.btn-primary-700 {
background-color: #6d1208 !important; }
a.btn-primary-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary-700:focus {
background-color: #3d0a05 !important; }
a.btn-primary-700:hover {
background-color: #3d0a05 !important; }
.bg-primary-800 {
background-color: #360904 !important; }
a.bg-primary-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary-800:focus {
background-color: #070100 !important; }
a.bg-primary-800:hover {
background-color: #070100 !important; }
.btn-primary-800 {
background-color: #360904 !important; }
a.btn-primary-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary-800:focus {
background-color: #070100 !important; }
a.btn-primary-800:hover {
background-color: #070100 !important; }
.bg-primary-900 {
background-color: #210502 !important; }
a.bg-primary-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-primary-900:focus {
background-color: black !important; }
a.bg-primary-900:hover {
background-color: black !important; }
.btn-primary-900 {
background-color: #210502 !important; }
a.btn-primary-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-primary-900:focus {
background-color: black !important; }
a.btn-primary-900:hover {
background-color: black !important; }
.bg-success-100 {
background-color: #edf4e6 !important; }
a.bg-success-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success-100:focus {
background-color: #d4e4c3 !important; }
a.bg-success-100:hover {
background-color: #d4e4c3 !important; }
.btn-success-100 {
background-color: #edf4e6 !important; }
a.btn-success-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success-100:focus {
background-color: #d4e4c3 !important; }
a.btn-success-100:hover {
background-color: #d4e4c3 !important; }
.bg-success-200 {
background-color: #d1e4c1 !important; }
a.bg-success-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success-200:focus {
background-color: #b7d59d !important; }
a.bg-success-200:hover {
background-color: #b7d59d !important; }
.btn-success-200 {
background-color: #d1e4c1 !important; }
a.btn-success-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success-200:focus {
background-color: #b7d59d !important; }
a.btn-success-200:hover {
background-color: #b7d59d !important; }
.bg-success-300 {
background-color: #a3ca84 !important; }
a.bg-success-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success-300:focus {
background-color: #88bb60 !important; }
a.bg-success-300:hover {
background-color: #88bb60 !important; }
.btn-success-300 {
background-color: #a3ca84 !important; }
a.btn-success-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success-300:focus {
background-color: #88bb60 !important; }
a.btn-success-300:hover {
background-color: #88bb60 !important; }
.bg-success-400 {
background-color: #74af46 !important; }
a.bg-success-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success-400:focus {
background-color: #5c8b37 !important; }
a.bg-success-400:hover {
background-color: #5c8b37 !important; }
.btn-success-400 {
background-color: #74af46 !important; }
a.btn-success-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success-400:focus {
background-color: #5c8b37 !important; }
a.btn-success-400:hover {
background-color: #5c8b37 !important; }
.bg-success-500 {
background-color: #469408 !important; }
a.bg-success-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success-500:focus {
background-color: #2f6405 !important; }
a.bg-success-500:hover {
background-color: #2f6405 !important; }
.btn-success-500 {
background-color: #469408 !important; }
a.btn-success-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success-500:focus {
background-color: #2f6405 !important; }
a.btn-success-500:hover {
background-color: #2f6405 !important; }
.bg-success-600 {
background-color: #356f06 !important; }
a.bg-success-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success-600:focus {
background-color: #1e3f03 !important; }
a.bg-success-600:hover {
background-color: #1e3f03 !important; }
.btn-success-600 {
background-color: #356f06 !important; }
a.btn-success-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success-600:focus {
background-color: #1e3f03 !important; }
a.btn-success-600:hover {
background-color: #1e3f03 !important; }
.bg-success-700 {
background-color: #234a04 !important; }
a.bg-success-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success-700:focus {
background-color: #0c1a01 !important; }
a.bg-success-700:hover {
background-color: #0c1a01 !important; }
.btn-success-700 {
background-color: #234a04 !important; }
a.btn-success-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success-700:focus {
background-color: #0c1a01 !important; }
a.btn-success-700:hover {
background-color: #0c1a01 !important; }
.bg-success-800 {
background-color: #122502 !important; }
a.bg-success-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success-800:focus {
background-color: black !important; }
a.bg-success-800:hover {
background-color: black !important; }
.btn-success-800 {
background-color: #122502 !important; }
a.btn-success-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success-800:focus {
background-color: black !important; }
a.btn-success-800:hover {
background-color: black !important; }
.bg-success-900 {
background-color: #0b1601 !important; }
a.bg-success-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-success-900:focus {
background-color: black !important; }
a.bg-success-900:hover {
background-color: black !important; }
.btn-success-900 {
background-color: #0b1601 !important; }
a.btn-success-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-success-900:focus {
background-color: black !important; }
a.btn-success-900:hover {
background-color: black !important; }
.bg-info-100 {
background-color: #e6f5fa !important; }
a.bg-info-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info-100:focus {
background-color: #bce4f2 !important; }
a.bg-info-100:hover {
background-color: #bce4f2 !important; }
.btn-info-100 {
background-color: #e6f5fa !important; }
a.btn-info-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info-100:focus {
background-color: #bce4f2 !important; }
a.btn-info-100:hover {
background-color: #bce4f2 !important; }
.bg-info-200 {
background-color: #c0e6f3 !important; }
a.bg-info-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info-200:focus {
background-color: #95d5eb !important; }
a.bg-info-200:hover {
background-color: #95d5eb !important; }
.btn-info-200 {
background-color: #c0e6f3 !important; }
a.btn-info-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info-200:focus {
background-color: #95d5eb !important; }
a.btn-info-200:hover {
background-color: #95d5eb !important; }
.bg-info-300 {
background-color: #81cde7 !important; }
a.bg-info-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info-300:focus {
background-color: #56bcdf !important; }
a.bg-info-300:hover {
background-color: #56bcdf !important; }
.btn-info-300 {
background-color: #81cde7 !important; }
a.btn-info-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info-300:focus {
background-color: #56bcdf !important; }
a.btn-info-300:hover {
background-color: #56bcdf !important; }
.bg-info-400 {
background-color: #41b3db !important; }
a.bg-info-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info-400:focus {
background-color: #259bc4 !important; }
a.bg-info-400:hover {
background-color: #259bc4 !important; }
.btn-info-400 {
background-color: #41b3db !important; }
a.btn-info-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info-400:focus {
background-color: #259bc4 !important; }
a.btn-info-400:hover {
background-color: #259bc4 !important; }
.bg-info-500 {
background-color: #029acf !important; }
a.bg-info-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info-500:focus {
background-color: #02749c !important; }
a.bg-info-500:hover {
background-color: #02749c !important; }
.btn-info-500 {
background-color: #029acf !important; }
a.btn-info-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info-500:focus {
background-color: #02749c !important; }
a.btn-info-500:hover {
background-color: #02749c !important; }
.bg-info-600 {
background-color: #02749b !important; }
a.bg-info-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info-600:focus {
background-color: #014e69 !important; }
a.bg-info-600:hover {
background-color: #014e69 !important; }
.btn-info-600 {
background-color: #02749b !important; }
a.btn-info-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info-600:focus {
background-color: #014e69 !important; }
a.btn-info-600:hover {
background-color: #014e69 !important; }
.bg-info-700 {
background-color: #014d68 !important; }
a.bg-info-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info-700:focus {
background-color: #012835 !important; }
a.bg-info-700:hover {
background-color: #012835 !important; }
.btn-info-700 {
background-color: #014d68 !important; }
a.btn-info-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info-700:focus {
background-color: #012835 !important; }
a.btn-info-700:hover {
background-color: #012835 !important; }
.bg-info-800 {
background-color: #012734 !important; }
a.bg-info-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info-800:focus {
background-color: #000102 !important; }
a.bg-info-800:hover {
background-color: #000102 !important; }
.btn-info-800 {
background-color: #012734 !important; }
a.btn-info-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info-800:focus {
background-color: #000102 !important; }
a.btn-info-800:hover {
background-color: #000102 !important; }
.bg-info-900 {
background-color: #00171f !important; }
a.bg-info-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-info-900:focus {
background-color: black !important; }
a.bg-info-900:hover {
background-color: black !important; }
.btn-info-900 {
background-color: #00171f !important; }
a.btn-info-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-info-900:focus {
background-color: black !important; }
a.btn-info-900:hover {
background-color: black !important; }
.bg-warning-100 {
background-color: #f5edf5 !important; }
a.bg-warning-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning-100:focus {
background-color: #e3cce3 !important; }
a.bg-warning-100:hover {
background-color: #e3cce3 !important; }
.btn-warning-100 {
background-color: #f5edf5 !important; }
a.btn-warning-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning-100:focus {
background-color: #e3cce3 !important; }
a.btn-warning-100:hover {
background-color: #e3cce3 !important; }
.bg-warning-200 {
background-color: #e6d1e7 !important; }
a.bg-warning-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning-200:focus {
background-color: #d4afd6 !important; }
a.bg-warning-200:hover {
background-color: #d4afd6 !important; }
.btn-warning-200 {
background-color: #e6d1e7 !important; }
a.btn-warning-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning-200:focus {
background-color: #d4afd6 !important; }
a.btn-warning-200:hover {
background-color: #d4afd6 !important; }
.bg-warning-300 {
background-color: #cda3cf !important; }
a.bg-warning-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning-300:focus {
background-color: #bb81be !important; }
a.bg-warning-300:hover {
background-color: #bb81be !important; }
.btn-warning-300 {
background-color: #cda3cf !important; }
a.btn-warning-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning-300:focus {
background-color: #bb81be !important; }
a.btn-warning-300:hover {
background-color: #bb81be !important; }
.bg-warning-400 {
background-color: #b475b7 !important; }
a.bg-warning-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning-400:focus {
background-color: #a055a4 !important; }
a.bg-warning-400:hover {
background-color: #a055a4 !important; }
.btn-warning-400 {
background-color: #b475b7 !important; }
a.btn-warning-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning-400:focus {
background-color: #a055a4 !important; }
a.btn-warning-400:hover {
background-color: #a055a4 !important; }
.bg-warning-500 {
background-color: #9b479f !important; }
a.bg-warning-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning-500:focus {
background-color: #79377c !important; }
a.bg-warning-500:hover {
background-color: #79377c !important; }
.btn-warning-500 {
background-color: #9b479f !important; }
a.btn-warning-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning-500:focus {
background-color: #79377c !important; }
a.btn-warning-500:hover {
background-color: #79377c !important; }
.bg-warning-600 {
background-color: #743577 !important; }
a.bg-warning-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning-600:focus {
background-color: #522554 !important; }
a.bg-warning-600:hover {
background-color: #522554 !important; }
.btn-warning-600 {
background-color: #743577 !important; }
a.btn-warning-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning-600:focus {
background-color: #522554 !important; }
a.btn-warning-600:hover {
background-color: #522554 !important; }
.bg-warning-700 {
background-color: #4e2450 !important; }
a.bg-warning-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning-700:focus {
background-color: #2c142d !important; }
a.bg-warning-700:hover {
background-color: #2c142d !important; }
.btn-warning-700 {
background-color: #4e2450 !important; }
a.btn-warning-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning-700:focus {
background-color: #2c142d !important; }
a.btn-warning-700:hover {
background-color: #2c142d !important; }
.bg-warning-800 {
background-color: #271228 !important; }
a.bg-warning-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning-800:focus {
background-color: #050205 !important; }
a.bg-warning-800:hover {
background-color: #050205 !important; }
.btn-warning-800 {
background-color: #271228 !important; }
a.btn-warning-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning-800:focus {
background-color: #050205 !important; }
a.btn-warning-800:hover {
background-color: #050205 !important; }
.bg-warning-900 {
background-color: #170b18 !important; }
a.bg-warning-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-warning-900:focus {
background-color: black !important; }
a.bg-warning-900:hover {
background-color: black !important; }
.btn-warning-900 {
background-color: #170b18 !important; }
a.btn-warning-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-warning-900:focus {
background-color: black !important; }
a.btn-warning-900:hover {
background-color: black !important; }
.bg-danger-100 {
background-color: #fbf3e9 !important; }
a.bg-danger-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger-100:focus {
background-color: #f3dbbe !important; }
a.bg-danger-100:hover {
background-color: #f3dbbe !important; }
.btn-danger-100 {
background-color: #fbf3e9 !important; }
a.btn-danger-100 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger-100:focus {
background-color: #f3dbbe !important; }
a.btn-danger-100:hover {
background-color: #f3dbbe !important; }
.bg-danger-200 {
background-color: #f6e0c7 !important; }
a.bg-danger-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger-200:focus {
background-color: #efc89b !important; }
a.bg-danger-200:hover {
background-color: #efc89b !important; }
.btn-danger-200 {
background-color: #f6e0c7 !important; }
a.btn-danger-200 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger-200:focus {
background-color: #efc89b !important; }
a.btn-danger-200:hover {
background-color: #efc89b !important; }
.bg-danger-300 {
background-color: #ecc18f !important; }
a.bg-danger-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger-300:focus {
background-color: #e5a963 !important; }
a.bg-danger-300:hover {
background-color: #e5a963 !important; }
.btn-danger-300 {
background-color: #ecc18f !important; }
a.btn-danger-300 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger-300:focus {
background-color: #e5a963 !important; }
a.btn-danger-300:hover {
background-color: #e5a963 !important; }
.bg-danger-400 {
background-color: #e3a257 !important; }
a.bg-danger-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger-400:focus {
background-color: #dc8a2b !important; }
a.bg-danger-400:hover {
background-color: #dc8a2b !important; }
.btn-danger-400 {
background-color: #e3a257 !important; }
a.btn-danger-400 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger-400:focus {
background-color: #dc8a2b !important; }
a.btn-danger-400:hover {
background-color: #dc8a2b !important; }
.bg-danger-500 {
background-color: #d9831f !important; }
a.bg-danger-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger-500:focus {
background-color: #ac6819 !important; }
a.bg-danger-500:hover {
background-color: #ac6819 !important; }
.btn-danger-500 {
background-color: #d9831f !important; }
a.btn-danger-500 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger-500:focus {
background-color: #ac6819 !important; }
a.btn-danger-500:hover {
background-color: #ac6819 !important; }
.bg-danger-600 {
background-color: #a36217 !important; }
a.bg-danger-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger-600:focus {
background-color: #764711 !important; }
a.bg-danger-600:hover {
background-color: #764711 !important; }
.btn-danger-600 {
background-color: #a36217 !important; }
a.btn-danger-600 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger-600:focus {
background-color: #764711 !important; }
a.btn-danger-600:hover {
background-color: #764711 !important; }
.bg-danger-700 {
background-color: #6d4210 !important; }
a.bg-danger-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger-700:focus {
background-color: #412709 !important; }
a.bg-danger-700:hover {
background-color: #412709 !important; }
.btn-danger-700 {
background-color: #6d4210 !important; }
a.btn-danger-700 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger-700:focus {
background-color: #412709 !important; }
a.btn-danger-700:hover {
background-color: #412709 !important; }
.bg-danger-800 {
background-color: #362108 !important; }
a.bg-danger-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger-800:focus {
background-color: #0a0601 !important; }
a.bg-danger-800:hover {
background-color: #0a0601 !important; }
.btn-danger-800 {
background-color: #362108 !important; }
a.btn-danger-800 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger-800:focus {
background-color: #0a0601 !important; }
a.btn-danger-800:hover {
background-color: #0a0601 !important; }
.bg-danger-900 {
background-color: #211405 !important; }
a.bg-danger-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.bg-danger-900:focus {
background-color: black !important; }
a.bg-danger-900:hover {
background-color: black !important; }
.btn-danger-900 {
background-color: #211405 !important; }
a.btn-danger-900 {
/* TODO: re-enable along with mq4-hover-shim*/
/* @if $enable-hover-media-query {*/
/* // See Media Queries Level 4: https://drafts.csswg.org/mediaqueries/#hover*/
/* // Currently shimmed by https://github.com/twbs/mq4-hover-shim*/
/* @media (hover: hover) {*/
/* &:hover { @content }*/
/* }*/
/* }*/
/* @else {*/
/* }*/ }
a.btn-danger-900:focus {
background-color: black !important; }
a.btn-danger-900:hover {
background-color: black !important; }
/* background text contrast */
.bg-blue {
color: #fff; }
.bg-indigo {
color: #fff; }
.bg-purple {
color: #fff; }
.bg-pink {
color: #fff; }
.bg-red {
color: #fff; }
.bg-orange {
color: #fff; }
.bg-yellow {
color: #111; }
.bg-green {
color: #fff; }
.bg-teal {
color: #fff; }
.bg-cyan {
color: #fff; }
.bg-slate {
color: #fff; }
.bg-white {
color: #111; }
.bg-gray {
color: #fff; }
.bg-gray-dark {
color: #fff; }
.bg-primary {
color: #fff; }
.bg-success {
color: #fff; }
.bg-info {
color: #fff; }
.bg-warning {
color: #fff; }
.bg-danger {
color: #fff; }
.bg-blue-100 {
color: #111; }
.bg-blue-200 {
color: #111; }
.bg-blue-300 {
color: #111; }
.bg-blue-400 {
color: #fff; }
.bg-blue-500 {
color: #fff; }
.bg-blue-600 {
color: #fff; }
.bg-blue-700 {
color: #fff; }
.bg-blue-800 {
color: #fff; }
.bg-blue-900 {
color: #fff; }
.bg-indigo-100 {
color: #111; }
.bg-indigo-200 {
color: #111; }
.bg-indigo-300 {
color: #111; }
.bg-indigo-400 {
color: #fff; }
.bg-indigo-500 {
color: #fff; }
.bg-indigo-600 {
color: #fff; }
.bg-indigo-700 {
color: #fff; }
.bg-indigo-800 {
color: #fff; }
.bg-indigo-900 {
color: #fff; }
.bg-purple-100 {
color: #111; }
.bg-purple-200 {
color: #111; }
.bg-purple-300 {
color: #111; }
.bg-purple-400 {
color: #fff; }
.bg-purple-500 {
color: #fff; }
.bg-purple-600 {
color: #fff; }
.bg-purple-700 {
color: #fff; }
.bg-purple-800 {
color: #fff; }
.bg-purple-900 {
color: #fff; }
.bg-pink-100 {
color: #111; }
.bg-pink-200 {
color: #111; }
.bg-pink-300 {
color: #111; }
.bg-pink-400 {
color: #111; }
.bg-pink-500 {
color: #fff; }
.bg-pink-600 {
color: #fff; }
.bg-pink-700 {
color: #fff; }
.bg-pink-800 {
color: #fff; }
.bg-pink-900 {
color: #fff; }
.bg-red-100 {
color: #111; }
.bg-red-200 {
color: #111; }
.bg-red-300 {
color: #111; }
.bg-red-400 {
color: #fff; }
.bg-red-500 {
color: #fff; }
.bg-red-600 {
color: #fff; }
.bg-red-700 {
color: #fff; }
.bg-red-800 {
color: #fff; }
.bg-red-900 {
color: #fff; }
.bg-orange-100 {
color: #111; }
.bg-orange-200 {
color: #111; }
.bg-orange-300 {
color: #111; }
.bg-orange-400 {
color: #111; }
.bg-orange-500 {
color: #fff; }
.bg-orange-600 {
color: #fff; }
.bg-orange-700 {
color: #fff; }
.bg-orange-800 {
color: #fff; }
.bg-orange-900 {
color: #fff; }
.bg-yellow-100 {
color: #111; }
.bg-yellow-200 {
color: #111; }
.bg-yellow-300 {
color: #111; }
.bg-yellow-400 {
color: #111; }
.bg-yellow-500 {
color: #111; }
.bg-yellow-600 {
color: #fff; }
.bg-yellow-700 {
color: #fff; }
.bg-yellow-800 {
color: #fff; }
.bg-yellow-900 {
color: #fff; }
.bg-green-100 {
color: #111; }
.bg-green-200 {
color: #111; }
.bg-green-300 {
color: #111; }
.bg-green-400 {
color: #fff; }
.bg-green-500 {
color: #fff; }
.bg-green-600 {
color: #fff; }
.bg-green-700 {
color: #fff; }
.bg-green-800 {
color: #fff; }
.bg-green-900 {
color: #fff; }
.bg-teal-100 {
color: #111; }
.bg-teal-200 {
color: #111; }
.bg-teal-300 {
color: #111; }
.bg-teal-400 {
color: #111; }
.bg-teal-500 {
color: #fff; }
.bg-teal-600 {
color: #fff; }
.bg-teal-700 {
color: #fff; }
.bg-teal-800 {
color: #fff; }
.bg-teal-900 {
color: #fff; }
.bg-cyan-100 {
color: #111; }
.bg-cyan-200 {
color: #111; }
.bg-cyan-300 {
color: #111; }
.bg-cyan-400 {
color: #fff; }
.bg-cyan-500 {
color: #fff; }
.bg-cyan-600 {
color: #fff; }
.bg-cyan-700 {
color: #fff; }
.bg-cyan-800 {
color: #fff; }
.bg-cyan-900 {
color: #fff; }
.bg-slate-100 {
color: #111; }
.bg-slate-200 {
color: #111; }
.bg-slate-300 {
color: #111; }
.bg-slate-400 {
color: #111; }
.bg-slate-500 {
color: #fff; }
.bg-slate-600 {
color: #fff; }
.bg-slate-700 {
color: #fff; }
.bg-slate-800 {
color: #fff; }
.bg-slate-900 {
color: #fff; }
.bg-white-100 {
color: #111; }
.bg-white-200 {
color: #111; }
.bg-white-300 {
color: #111; }
.bg-white-400 {
color: #111; }
.bg-white-500 {
color: #111; }
.bg-white-600 {
color: #111; }
.bg-white-700 {
color: #fff; }
.bg-white-800 {
color: #fff; }
.bg-white-900 {
color: #fff; }
.bg-gray-100 {
color: #111; }
.bg-gray-200 {
color: #111; }
.bg-gray-300 {
color: #111; }
.bg-gray-400 {
color: #111; }
.bg-gray-500 {
color: #fff; }
.bg-gray-600 {
color: #fff; }
.bg-gray-700 {
color: #fff; }
.bg-gray-800 {
color: #fff; }
.bg-gray-900 {
color: #fff; }
.bg-gray-dark-100 {
color: #111; }
.bg-gray-dark-200 {
color: #111; }
.bg-gray-dark-300 {
color: #111; }
.bg-gray-dark-400 {
color: #fff; }
.bg-gray-dark-500 {
color: #fff; }
.bg-gray-dark-600 {
color: #fff; }
.bg-gray-dark-700 {
color: #fff; }
.bg-gray-dark-800 {
color: #fff; }
.bg-gray-dark-900 {
color: #fff; }
.bg-primary-100 {
color: #111; }
.bg-primary-200 {
color: #111; }
.bg-primary-300 {
color: #111; }
.bg-primary-400 {
color: #fff; }
.bg-primary-500 {
color: #fff; }
.bg-primary-600, .select2-container--clean .select2-selection--multiple .select2-selection__choice, .select2-container--clean .select2-results__option[aria-selected="true"] {
color: #fff; }
.bg-primary-700 {
color: #fff; }
.bg-primary-800 {
color: #fff; }
.bg-primary-900 {
color: #fff; }
.bg-success-100 {
color: #111; }
.bg-success-200 {
color: #111; }
.bg-success-300 {
color: #111; }
.bg-success-400 {
color: #fff; }
.bg-success-500 {
color: #fff; }
.bg-success-600 {
color: #fff; }
.bg-success-700 {
color: #fff; }
.bg-success-800 {
color: #fff; }
.bg-success-900 {
color: #fff; }
.bg-info-100 {
color: #111; }
.bg-info-200 {
color: #111; }
.bg-info-300 {
color: #111; }
.bg-info-400 {
color: #fff; }
.bg-info-500 {
color: #fff; }
.bg-info-600 {
color: #fff; }
.bg-info-700 {
color: #fff; }
.bg-info-800 {
color: #fff; }
.bg-info-900 {
color: #fff; }
.bg-warning-100 {
color: #111; }
.bg-warning-200 {
color: #111; }
.bg-warning-300 {
color: #111; }
.bg-warning-400 {
color: #fff; }
.bg-warning-500 {
color: #fff; }
.bg-warning-600 {
color: #fff; }
.bg-warning-700 {
color: #fff; }
.bg-warning-800 {
color: #fff; }
.bg-warning-900 {
color: #fff; }
.bg-danger-100 {
color: #111; }
.bg-danger-200 {
color: #111; }
.bg-danger-300 {
color: #111; }
.bg-danger-400 {
color: #111; }
.bg-danger-500 {
color: #fff; }
.bg-danger-600 {
color: #fff; }
.bg-danger-700 {
color: #fff; }
.bg-danger-800 {
color: #fff; }
.bg-danger-900 {
color: #fff; }
/* border colors */
.border-blue {
border-color: #007bff !important; }
.border-indigo {
border-color: #6610f2 !important; }
.border-purple {
border-color: #9B479F !important; }
.border-pink {
border-color: #e83e8c !important; }
.border-red {
border-color: #D9230F !important; }
.border-orange {
border-color: #D9831F !important; }
.border-yellow {
border-color: #ffc107 !important; }
.border-green {
border-color: #469408 !important; }
.border-teal {
border-color: #20c997 !important; }
.border-cyan {
border-color: #029ACF !important; }
.border-slate {
border-color: #607d8b !important; }
.border-white {
border-color: #fff !important; }
.border-gray {
border-color: #777 !important; }
.border-gray-dark {
border-color: #373a3c !important; }
.border-primary {
border-color: #D9230F !important; }
.border-success {
border-color: #469408 !important; }
.border-info {
border-color: #029ACF !important; }
.border-warning {
border-color: #9B479F !important; }
.border-danger {
border-color: #D9831F !important; }
.border-blue-100 {
border-color: #e6f2ff !important; }
.border-blue-200 {
border-color: #bfdeff !important; }
.border-blue-300 {
border-color: #80bdff !important; }
.border-blue-400 {
border-color: #409cff !important; }
.border-blue-500 {
border-color: #007bff !important; }
.border-blue-600 {
border-color: #005cbf !important; }
.border-blue-700 {
border-color: #003e80 !important; }
.border-blue-800 {
border-color: #001f40 !important; }
.border-blue-900 {
border-color: #001226 !important; }
.border-indigo-100 {
border-color: #f0e7fe !important; }
.border-indigo-200 {
border-color: #d9c3fc !important; }
.border-indigo-300 {
border-color: #b388f9 !important; }
.border-indigo-400 {
border-color: #8c4cf5 !important; }
.border-indigo-500 {
border-color: #6610f2 !important; }
.border-indigo-600 {
border-color: #4d0cb6 !important; }
.border-indigo-700 {
border-color: #330879 !important; }
.border-indigo-800 {
border-color: #1a043d !important; }
.border-indigo-900 {
border-color: #0f0224 !important; }
.border-purple-100 {
border-color: #f5edf5 !important; }
.border-purple-200 {
border-color: #e6d1e7 !important; }
.border-purple-300 {
border-color: #cda3cf !important; }
.border-purple-400 {
border-color: #b475b7 !important; }
.border-purple-500 {
border-color: #9b479f !important; }
.border-purple-600 {
border-color: #743577 !important; }
.border-purple-700 {
border-color: #4e2450 !important; }
.border-purple-800 {
border-color: #271228 !important; }
.border-purple-900 {
border-color: #170b18 !important; }
.border-pink-100 {
border-color: #fdecf4 !important; }
.border-pink-200 {
border-color: #f9cfe2 !important; }
.border-pink-300 {
border-color: #f49fc6 !important; }
.border-pink-400 {
border-color: #ee6ea9 !important; }
.border-pink-500 {
border-color: #e83e8c !important; }
.border-pink-600 {
border-color: #ae2f69 !important; }
.border-pink-700 {
border-color: #741f46 !important; }
.border-pink-800 {
border-color: #3a1023 !important; }
.border-pink-900 {
border-color: #230915 !important; }
.border-red-100 {
border-color: #fbe9e7 !important; }
.border-red-200 {
border-color: #f6c8c3 !important; }
.border-red-300 {
border-color: #ec9187 !important; }
.border-red-400 {
border-color: #e35a4b !important; }
.border-red-500 {
border-color: #d9230f !important; }
.border-red-600 {
border-color: #a31a0b !important; }
.border-red-700 {
border-color: #6d1208 !important; }
.border-red-800 {
border-color: #360904 !important; }
.border-red-900 {
border-color: #210502 !important; }
.border-orange-100 {
border-color: #fbf3e9 !important; }
.border-orange-200 {
border-color: #f6e0c7 !important; }
.border-orange-300 {
border-color: #ecc18f !important; }
.border-orange-400 {
border-color: #e3a257 !important; }
.border-orange-500 {
border-color: #d9831f !important; }
.border-orange-600 {
border-color: #a36217 !important; }
.border-orange-700 {
border-color: #6d4210 !important; }
.border-orange-800 {
border-color: #362108 !important; }
.border-orange-900 {
border-color: #211405 !important; }
.border-yellow-100 {
border-color: #fff9e6 !important; }
.border-yellow-200 {
border-color: #fff0c1 !important; }
.border-yellow-300 {
border-color: #ffe083 !important; }
.border-yellow-400 {
border-color: #ffd145 !important; }
.border-yellow-500 {
border-color: #ffc107 !important; }
.border-yellow-600 {
border-color: #bf9105 !important; }
.border-yellow-700 {
border-color: #806104 !important; }
.border-yellow-800 {
border-color: #403002 !important; }
.border-yellow-900 {
border-color: #261d01 !important; }
.border-green-100 {
border-color: #edf4e6 !important; }
.border-green-200 {
border-color: #d1e4c1 !important; }
.border-green-300 {
border-color: #a3ca84 !important; }
.border-green-400 {
border-color: #74af46 !important; }
.border-green-500 {
border-color: #469408 !important; }
.border-green-600 {
border-color: #356f06 !important; }
.border-green-700 {
border-color: #234a04 !important; }
.border-green-800 {
border-color: #122502 !important; }
.border-green-900 {
border-color: #0b1601 !important; }
.border-teal-100 {
border-color: #e9faf5 !important; }
.border-teal-200 {
border-color: #c7f2e5 !important; }
.border-teal-300 {
border-color: #90e4cb !important; }
.border-teal-400 {
border-color: #58d7b1 !important; }
.border-teal-500 {
border-color: #20c997 !important; }
.border-teal-600 {
border-color: #189771 !important; }
.border-teal-700 {
border-color: #10654c !important; }
.border-teal-800 {
border-color: #083226 !important; }
.border-teal-900 {
border-color: #051e17 !important; }
.border-cyan-100 {
border-color: #e6f5fa !important; }
.border-cyan-200 {
border-color: #c0e6f3 !important; }
.border-cyan-300 {
border-color: #81cde7 !important; }
.border-cyan-400 {
border-color: #41b3db !important; }
.border-cyan-500 {
border-color: #029acf !important; }
.border-cyan-600 {
border-color: #02749b !important; }
.border-cyan-700 {
border-color: #014d68 !important; }
.border-cyan-800 {
border-color: #012734 !important; }
.border-cyan-900 {
border-color: #00171f !important; }
.border-slate-100 {
border-color: #eff2f3 !important; }
.border-slate-200 {
border-color: #d7dfe2 !important; }
.border-slate-300 {
border-color: #b0bec5 !important; }
.border-slate-400 {
border-color: #889ea8 !important; }
.border-slate-500 {
border-color: #607d8b !important; }
.border-slate-600 {
border-color: #485e68 !important; }
.border-slate-700 {
border-color: #303f46 !important; }
.border-slate-800 {
border-color: #181f23 !important; }
.border-slate-900 {
border-color: #0e1315 !important; }
.border-white-100 {
border-color: white !important; }
.border-white-200 {
border-color: white !important; }
.border-white-300 {
border-color: white !important; }
.border-white-400 {
border-color: white !important; }
.border-white-500 {
border-color: white !important; }
.border-white-600 {
border-color: #bfbfbf !important; }
.border-white-700 {
border-color: gray !important; }
.border-white-800 {
border-color: #404040 !important; }
.border-white-900 {
border-color: #262626 !important; }
.border-gray-100 {
border-color: #f1f1f1 !important; }
.border-gray-200 {
border-color: #dddddd !important; }
.border-gray-300 {
border-color: #bbbbbb !important; }
.border-gray-400 {
border-color: #999999 !important; }
.border-gray-500 {
border-color: #777777 !important; }
.border-gray-600 {
border-color: #595959 !important; }
.border-gray-700 {
border-color: #3c3c3c !important; }
.border-gray-800 {
border-color: #1e1e1e !important; }
.border-gray-900 {
border-color: #121212 !important; }
.border-gray-dark-100 {
border-color: #ebebec !important; }
.border-gray-dark-200 {
border-color: #cdcece !important; }
.border-gray-dark-300 {
border-color: #9b9d9e !important; }
.border-gray-dark-400 {
border-color: #696b6d !important; }
.border-gray-dark-500 {
border-color: #373a3c !important; }
.border-gray-dark-600 {
border-color: #292c2d !important; }
.border-gray-dark-700 {
border-color: #1c1d1e !important; }
.border-gray-dark-800 {
border-color: #0e0f0f !important; }
.border-gray-dark-900 {
border-color: #080909 !important; }
.border-primary-100 {
border-color: #fbe9e7 !important; }
.border-primary-200 {
border-color: #f6c8c3 !important; }
.border-primary-300 {
border-color: #ec9187 !important; }
.border-primary-400 {
border-color: #e35a4b !important; }
.border-primary-500 {
border-color: #d9230f !important; }
.border-primary-600, .select2-container--clean .select2-selection--multiple .select2-selection__choice {
border-color: #a31a0b !important; }
.border-primary-700 {
border-color: #6d1208 !important; }
.border-primary-800 {
border-color: #360904 !important; }
.border-primary-900 {
border-color: #210502 !important; }
.border-success-100 {
border-color: #edf4e6 !important; }
.border-success-200 {
border-color: #d1e4c1 !important; }
.border-success-300 {
border-color: #a3ca84 !important; }
.border-success-400 {
border-color: #74af46 !important; }
.border-success-500 {
border-color: #469408 !important; }
.border-success-600 {
border-color: #356f06 !important; }
.border-success-700 {
border-color: #234a04 !important; }
.border-success-800 {
border-color: #122502 !important; }
.border-success-900 {
border-color: #0b1601 !important; }
.border-info-100 {
border-color: #e6f5fa !important; }
.border-info-200 {
border-color: #c0e6f3 !important; }
.border-info-300 {
border-color: #81cde7 !important; }
.border-info-400 {
border-color: #41b3db !important; }
.border-info-500 {
border-color: #029acf !important; }
.border-info-600 {
border-color: #02749b !important; }
.border-info-700 {
border-color: #014d68 !important; }
.border-info-800 {
border-color: #012734 !important; }
.border-info-900 {
border-color: #00171f !important; }
.border-warning-100 {
border-color: #f5edf5 !important; }
.border-warning-200 {
border-color: #e6d1e7 !important; }
.border-warning-300 {
border-color: #cda3cf !important; }
.border-warning-400 {
border-color: #b475b7 !important; }
.border-warning-500 {
border-color: #9b479f !important; }
.border-warning-600 {
border-color: #743577 !important; }
.border-warning-700 {
border-color: #4e2450 !important; }
.border-warning-800 {
border-color: #271228 !important; }
.border-warning-900 {
border-color: #170b18 !important; }
.border-danger-100 {
border-color: #fbf3e9 !important; }
.border-danger-200 {
border-color: #f6e0c7 !important; }
.border-danger-300 {
border-color: #ecc18f !important; }
.border-danger-400 {
border-color: #e3a257 !important; }
.border-danger-500 {
border-color: #d9831f !important; }
.border-danger-600 {
border-color: #a36217 !important; }
.border-danger-700 {
border-color: #6d4210 !important; }
.border-danger-800 {
border-color: #362108 !important; }
.border-danger-900 {
border-color: #211405 !important; }
/* Admin CORE Utilities */
/*/ Remove the unit of a length*/
/*/ @param {Number} $number - Number to remove unit from*/
/*/ @return {Number} - Unitless number*/
/**/
/* https://codepen.io/jakob-e/pen/doMoML*/
/* Function to create an optimized svg url*/
/* Version: 1.0.6*/
/* Background svg mixin*/
/* Helper function to replace characters in a string*/
/*=============================================
= Global caret settings =
=============================================*/
.dropdown-toggle:not(.sidebar-toggler):after, .sidebar-mini-toggler:after {
line-height: 1.125rem;
position: absolute;
top: calc(50% - 7px);
right: 1rem;
display: block;
width: 7px;
height: 14px;
margin: 0;
content: " ";
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
-o-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
border: none;
background-repeat: no-repeat; }
.dropdown-toggle {
position: relative;
padding-right: 2.5rem; }
.dropdown-toggle:not(.dropdown-light):after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='angle-right' role='img' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-right fa-w-8 fa-2x'%3E%3Cpath fill='%23212529' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' class=''%3E%3C/path%3E%3C/svg%3E"); }
.dropdown-toggle.dropdown-light:after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='angle-right' role='img' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-right fa-w-8 fa-2x'%3E%3Cpath fill='%23f1f1f1' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' class=''%3E%3C/path%3E%3C/svg%3E"); }
.dropdown-toggle[aria-expanded="true"]:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.heading-elements .heading-elements .dropdown-toggle, .heading-elements
.btn.dropdown-toggle {
margin-top: -0.5rem;
margin-bottom: -0.5rem; }
.heading-elements .dropdown-toggle[aria-expanded="true"]:after,
.btn.dropdown-toggle[aria-expanded="true"]:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.btn-icon.dropdown-toggle {
padding-right: 2.5rem !important; }
.sidebar-mini-toggler:after {
margin: 0 12px 0 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='angle-down' role='img' viewBox='0 0 320 512' class='svg-inline--fa fa-angle-down fa-w-10 fa-2x'%3E%3Cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' class=''%3E%3C/path%3E%3C/svg%3E"); }
.autocomplete-suggestions {
border: 1px solid #999;
background: #fff;
overflow: auto; }
.autocomplete-suggestion {
padding: 2px 5px;
white-space: nowrap;
overflow: hidden;
cursor: default; }
.autocomplete-selected {
background: #f0f0f0; }
.autocomplete-suggestions strong {
font-weight: normal;
color: #3399ff; }
.autocomplete-group {
padding: 2px 5px; }
.autocomplete-group strong {
display: block;
border-bottom: 1px solid #000; }
.footable-toggle {
position: relative;
line-height: 1.125rem;
display: block;
width: 21px;
height: 21px;
margin: 0;
content: " ";
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
-o-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
border: none;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-inline--fa fa-caret-square-down fa-w-14' aria-hidden='true' focusable='false' data-prefix='far' data-icon='caret-square-down' role='img' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23777' d='M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E"); }
.footable-toggle.fooicon-minus {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
/* Admin CORE main SCSS */
html,
body {
/* font-size: $font-size-base !important;*/
min-height: 100%;
color: #212529 !important; }
.page-container .content-wrapper {
width: 100%;
padding-top: 1.5rem;
padding-right: 15px;
padding-left: 15px; }
.page-container .content-wrapper .table-responsive {
min-height: 300px; }
/*==============================
= navbar =
==============================*/
.navbar .dropdown-menu {
line-height: 1.5; }
.navbar.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
/* Desktops and laptops ----------- */
@media (min-width: 768px) {
.navbar-tall {
line-height: 100px;
min-height: 100px; } }
/*===============================
= sidebar =
===============================*/
/* https://codepen.io/migli/pen/dJZQxZ*/
/* custom variables*/
.sidebar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
color: rgba(0, 0, 0, 0.5); }
.sidebar-toggler .sidebar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
cursor: pointer; }
.sidebar-toggler .sidebar-toggler-icon.sidebar-toggler-icon-light {
background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
.sidebar-container {
position: absolute;
width: 100%;
z-index: 1002; }
.sidebar {
position: relative;
width: 100%;
border-radius: 0.25rem;
-webkit-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out; }
.sidebar .sidebar-user .category-content {
padding: 2rem 20px;
text-align: center; }
.sidebar .sidebar-content {
position: relative;
border-radius: 0.25rem;
margin-bottom: 1.25rem; }
.sidebar .category-title {
position: relative;
margin: 0;
border-bottom-style: solid;
border-bottom-width: 1px; }
.sidebar .sidebar-category:last-child .category-title {
border-bottom: none; }
.sidebar.sidebar-default .category-title > a {
display: block;
text-decoration: none;
padding: 12px 20px;
font-weight: 500;
font-size: 0.63462rem; }
.sidebar .category-content {
position: relative; }
.sidebar .category-content .nav {
position: relative;
margin: 0;
padding: 1rem 0; }
.sidebar .category-content .nav li {
position: relative;
list-style: none; }
.sidebar .category-content .nav li > a {
font-size: 0.75rem;
padding: 1rem 20px;
-webkit-transition: background 0.15s linear, color 0.15s linear;
-o-transition: background 0.15s linear, color 0.15s linear;
transition: background 0.15s linear, color 0.15s linear; }
.sidebar .category-content .nav li > a > [class*="svg-inline"] {
float: left;
top: 0;
margin-top: 2px;
margin-right: 15px;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out; }
.sidebar .category-content .nav li ul {
padding: 0; }
.sidebar .category-content .nav li ul > li a {
padding-left: 2.75rem; }
.sidebar .category-content .nav > li > a {
font-weight: 500; }
@media (min-width: 992px) {
.page-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around; }
.page-container .content-wrapper {
width: calc(100% - 280px); }
.page-container .sidebar-container.has-mini ~ .content-wrapper {
width: calc(100% - 94px); }
.sidebar-container {
position: relative;
padding: 1.5rem 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 280px;
flex: 0 0 280px;
vertical-align: top; }
.sidebar-container.has-mini {
-webkit-box-flex: 0;
-ms-flex: 0 0 94px;
flex: 0 0 94px; }
.sidebar {
height: auto;
min-width: 240px; }
.sidebar h4,
.sidebar h5,
.sidebar h6,
.sidebar small,
.sidebar .category-title span,
.sidebar .sidebar-user span {
display: block; }
.sidebar span.nav-text {
display: inline-block; }
.sidebar .sidebar-mini-toggler {
padding: 20px;
position: absolute;
right: 0;
top: calc(50% - 20px); }
.sidebar.sidebar-mini {
height: auto;
min-width: 54px;
width: 54px;
display: block; }
.sidebar.sidebar-mini .category-content .nav li > a {
padding: 1rem; }
.sidebar.sidebar-mini .category-content .nav li > a > [class*="svg-inline"] {
float: none;
margin: auto; }
.sidebar.sidebar-mini .sidebar-user .category-content {
padding: 2rem 1rem; }
.sidebar.sidebar-mini h4,
.sidebar.sidebar-mini h5,
.sidebar.sidebar-mini h6,
.sidebar.sidebar-mini small,
.sidebar.sidebar-mini .category-title,
.sidebar.sidebar-mini .sidebar-user span,
.sidebar.sidebar-mini span.nav-text,
.sidebar.sidebar-mini #sidebar-filters-nav {
display: none !important; }
.sidebar.sidebar-mini li a {
min-height: 3.5rem; }
.sidebar.sidebar-mini li a.dropdown-toggle:after {
display: none; }
.sidebar.sidebar-mini .sidebar-mini-toggler:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.sidebar.sidebar-separate .sidebar-content {
-webkit-box-shadow: none;
box-shadow: none; }
.sidebar.sidebar-separate .sidebar-category {
margin-bottom: 1.25rem;
border-radius: 0.25rem; }
.sidebar.sidebar-fixed {
position: sticky;
top: 4.5rem; }
.sidebar .sidebar-user .category-content:first-child {
border-top-right-radius: 0.25rem;
border-top-left-radius: 0.25rem; }
.sidebar .sidebar-content {
margin-bottom: 0; } }
/*===============================
= borders =
===============================*/
.border-sm {
border-width: 2px !important; }
.border-md {
border-width: 3px !important; }
.border-lg {
border-width: 4px !important; }
[class*="border-top"] {
border-top-style: solid;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.border-top {
border-top-width: 1px !important; }
.border-top-sm {
border-top-width: 2px !important; }
.border-top-md {
border-top-width: 3px !important; }
.border-top-lg {
border-top-width: 4px !important; }
[class*="border-bottom"] {
border-bottom-style: solid;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.border-bottom {
border-bottom-width: 1px !important; }
.border-bottom-sm {
border-bottom-width: 2px !important; }
.border-bottom-md {
border-bottom-width: 3px !important; }
.border-bottom-lg {
border-bottom-width: 4px !important; }
/*=============================
= cards =
=============================*/
.card {
border: none;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.card .card-header {
font-weight: 500;
padding: 0.9375rem 0.9375rem; }
.card .card-header,
.card .card-footer {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.card a:hover {
text-decoration: none; }
.heading-elements {
position: relative;
float: right;
margin-left: auto !important; }
.heading-elements .close {
margin-left: 0.375rem; }
/*==============================
= badges =
==============================*/
.badge {
font-size: 10px;
font-weight: 500;
line-height: 1.53846;
padding: 3px 6px 2px 6px;
letter-spacing: 0.1px;
text-transform: uppercase; }
.badge.badge-flat {
padding: 1px 4px 0 4px;
border-width: 2px;
border-style: solid;
border-radius: 0;
background: transparent; }
.badge.badge-flat.badge-primary {
color: #D9230F;
border-color: #D9230F; }
.badge.badge-flat.badge-secondary {
color: #fff;
border-color: #fff; }
.badge.badge-flat.badge-success {
color: #469408;
border-color: #469408; }
.badge.badge-flat.badge-info {
color: #029ACF;
border-color: #029ACF; }
.badge.badge-flat.badge-warning {
color: #9B479F;
border-color: #9B479F; }
.badge.badge-flat.badge-danger {
color: #D9831F;
border-color: #D9831F; }
/*=============================
= forms =
=============================*/
legend {
font-size: 0.75rem;
margin-bottom: 1rem;
padding: 0.5rem 1rem;
text-transform: uppercase;
border-bottom: 1px solid #dddddd; }
label {
font-weight: 500; }
label:not(.form-check-label) {
padding-right: 2rem; }
select[name="npp"] {
height: calc(1.6875rem + 2px) !important; }
.form-check {
margin-bottom: 0.5625rem; }
.select2-container--open {
z-index: 99999; }
.input-group .select2-selection {
height: 100% !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important; }
.input-group .select2-selection span {
line-height: 1.5 !important; }
#rp-search-field a {
cursor: pointer; }
/* select2 overwrite */
.select2-container--clean .select2-selection--multiple {
border-color: #ced4da !important; }
.select2-container--clean .select2-selection--multiple .select2-selection__choice {
font-weight: 400 !important;
float: left;
margin-top: 5px;
margin-right: 5px;
padding: 1px 5px !important;
cursor: default;
color: #fff;
border-radius: 3px !important; }
.select2-container--clean .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove {
margin-right: 4px !important;
color: #fff; }
.select2-container--clean .select2-selection--multiple .select2-results__option--highlighted[aria-selected] {
background-color: #D9230F !important; }
.select2-container--clean .select2-selection--single {
padding: 8px 0.5625rem !important; }
.select2-container--clean .select2-selection--single .select2-selection__rendered {
line-height: 1.5 !important; }
.select2-container--clean .select2-results__options {
font-size: 11px; }
/* pickadate */
.picker.picker--opened {
min-width: 260px; }
.picker__table td {
font-size: 12px; }
/* jedit */
span[class*="jedit-"] {
position: relative;
display: block;
border: 1px dashed #777;
padding: 5px 10px;
margin: -5px -10px;
min-width: 100px; }
span[class*="jedit-"]:after {
background: transparent; }
span[class*="jedit-"][data-loading="true"] {
display: block;
min-height: 2.592em; }
span[class*="jedit-"][data-loading="true"]:after {
content: ' ';
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("../../../images/ajax-loader.svg") 1em center rgba(0, 0, 0, 0.5) no-repeat;
background-size: contain; }
/* Filter list */
#filters-list .form-group {
margin-bottom: 5px; }
#filters-list label {
font-size: 11px; }
/*===============================
= buttons =
===============================*/
.btn {
max-height: 3.875rem;
white-space: nowrap;
text-transform: uppercase; }
.btn.btn-xs {
max-height: 3.75rem; }
.btn.btn-sm {
max-height: 3.75rem; }
.btn.btn-lg {
max-height: 4.125rem; }
.btn.btn-xs {
padding: 0.3125rem 0.5625rem;
font-size: 0.63462rem;
line-height: 1.5;
border-radius: 2px; }
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
margin-left: 1px; }
.close {
margin-left: 0.75rem; }
/*=============================
= icons =
=============================*/
.icon-object {
display: inline-block;
margin: 1rem;
padding: 1.5rem;
text-align: center;
border-radius: 50%;
border: 1px solid #ccc; }
.icon-object > i {
font-size: 1.875rem;
top: 0; }
/*=============================
= modals =
=============================*/
#bulk-delete-modal {
background-color: transparent;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: auto; }
#bulk-delete-modal .modal-body {
background-color: #fafafa; }
/*==============================
= tables =
==============================*/
.table-data,
.table-data table {
font-size: 0.6875rem;
color: inherit !important; }
.table-data th.sorting {
position: relative;
padding-right: 40px;
cursor: pointer; }
.table-data th.sorting a[class^="sorting-"] {
position: absolute;
right: 20px;
height: 50%;
color: #f1f1f1; }
.table-data th.sorting a[class^="sorting-"].sorting-up {
top: 0; }
.table-data th.sorting a[class^="sorting-"].sorting-up svg {
position: relative;
top: 2px !important; }
.table-data th.sorting a[class^="sorting-"].sorting-down {
bottom: 0; }
.table-data th.sorting a[class^="sorting-"].sorting-down svg {
position: relative;
top: -4px !important; }
.table-data td {
padding: 0.5rem 1rem; }
.table thead th {
font-weight: 500;
white-space: nowrap;
border-top: none; }
.table td[id^="has-nested"] {
vertical-align: top !important; }
.table th,
.table td {
vertical-align: middle !important; }
/*==============================
= alerts =
==============================*/
.has-icon.alert {
padding-left: 70px; }
.has-icon.alert:before {
padding: 13px 0 0 13px; }
.has-icon.h4 {
padding-left: 30px; }
.has-icon.h4:before {
padding: 7px 0 0 13px; }
.has-icon:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 50px;
height: 100%;
content: " ";
border-radius: 3px 0 0 3px;
background-repeat: no-repeat;
background-position: center center; }
.has-icon.alert:after {
position: absolute;
top: calc(50% - 6px);
left: 50px;
width: 0;
height: 0;
content: " ";
border-width: 6px 0 6px 6px;
border-style: solid; }
.has-icon.has-icon-success:before {
background-color: #469408;
/* check-circle*/
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='check-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check-circle fa-w-16'%3E%3Cpath fill='%23fff' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 30%; }
.has-icon.alert-success:before {
background-color: #469408;
/* check*/
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 30%; }
.has-icon.alert-success:after {
border-color: transparent transparent transparent #469408; }
.has-icon.alert-info:before {
color: #029ACF;
background-color: #029ACF;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='info' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' class='svg-inline--fa fa-info fa-w-6'%3E%3Cpath fill='%23fff' d='M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 11.25%;
/* 30% * 192/512*/ }
.has-icon.alert-info:after {
border-color: transparent transparent transparent #029ACF; }
.has-icon.alert-warning:before {
background-color: #9B479F;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='exclamation-triangle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-exclamation-triangle fa-w-18'%3E%3Cpath fill='%23fff' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 33.75%;
/* 30% * 576/512*/ }
.has-icon.alert-warning:after {
border-color: transparent transparent transparent #9B479F; }
.has-icon.alert-danger:before {
background-color: #D9831F;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-fa-processed='' data-prefix='fas' data-icon='exclamation-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-exclamation-circle fa-w-16'%3E%3Cpath fill='%23fff' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 30%; }
.has-icon.alert-danger:after {
border-color: transparent transparent transparent #D9831F; }
.alert {
position: relative;
border: none; }
.alert :first-child {
margin-top: 0; }
.alert p {
margin-bottom: 0.5em; }
.alert p:last-child {
margin-bottom: 0; }
.alert a:not(.btn) {
text-decoration: underline; }
/*==================================
= pagination =
==================================*/
.pagination-flat a.page-link {
color: inherit;
border: none;
border-radius: 0.25rem;
background: none; }
.pagination-flat .page-item.disabled a.page-link {
color: inherit;
opacity: 0.7;
background: none; }
/*=================================
= utilities =
=================================*/
.dropdown-menu.show {
z-index: 9999; }
.dropdown-menu-right {
right: 0;
left: auto; }
.font-size-base-md {
font-size: 0.875rem; }
.font-size-base-lg {
font-size: 1rem; }
.position-left {
margin-right: 10px; }
.position-right {
margin-left: 10px; }
.text-semibold {
font-weight: 500; }
/*======================================
= Website navbar =
======================================*/
#website-navbar {
padding: 0.5rem 1rem;
font-size: 1rem; }
#website-navbar .navbar-nav .nav-link {
display: block;
font-weight: 500;
color: rgba(0, 0, 0, 0.5); }
#website-navbar .navbar-nav .nav-link.dropdown-toggle {
padding-right: 26px !important; }
#website-navbar .navbar-nav .nav-link:hover, #website-navbar .navbar-nav .nav-link:focus {
text-decoration: none;
color: #46423b; }
#website-navbar .navbar-nav .nav-link.active {
color: #dc3545; }