/*
 * site-wide styles
 */

html, body {
    background-color: #fefefe;
    height: 100%;
}

h1, h2, h3, h4 {
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 600;
}

.highlight {
    background-color: rgba(243,243,21,0.5);
    padding: 2px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-header {
    font-weight: 700;
    text-transform: capitalize;
}

[x-cloak] {
    display: none !important;
}

/*
 * Embed
 */
.theme {
    cursor: pointer;
}
.theme.selected {
    box-shadow: 0 0 5px var(--primary);
}

/*
 * Error Pages
 */
#error_page h1 {
    font-size: 5.0em;
}

/*
 * Admin pages
 */
#admin-customers #table-root .uninstalled,
#admin-stats #table-root .uninstalled {
    opacity: 0.3;
    text-decoration: line-through
}
#admin-customers #table-root .no-orders,
#admin-stats #table-root .no-orders {
    opacity: 0.5;
}

#admin-customers .btn-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: 3px solid white;
}


/*
 * Mobile Styles
 */
@media (max-width: 600px){

}
