/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
    font-family: Montserrat, arial, sans-serif;
    font-size: 16px;
    margin-bottom: 60px;
}

/* Add a bit more whitespace than the default Bootstrap values */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.7rem;
}

h1 {
    font-size: 32px;
}

.navbar {
    font-size: 90%;
    z-index: 1000;
}

.sign-in-logo, .navbar img {
    position: relative;
    bottom: -8px;
}

.navbar img {
    width: 200px;
}

.brand-wrapper > img {
   max-width: 300px;
}

.brand-wrapper label {
    text-align: right;
    max-width: 300px;
}

.nav-item {
    margin-right: 30px;
}

.nav-link:hover {
    color: black;
}

.nav-link.active {
    color: black;
    font-weight: 600;
}

.container {
    margin-top: 20px;
}

.news-section div {
    margin-top: 20px;
    margin-bottom: 20px;
}

.orders-container, .leads-container, .product-key-container {
    width: 90%;
    margin: auto;
}

.register-container {
    max-width: 700px;
}

.form-container {
    max-width: 450px;
}

.sign-in-container {
    max-width: 450px;
    border-radius: 16px;
    padding: 10px 40px;
    margin-top: 40px;
}

.table {
    font-size: 80%;
}



.hide-subscribe {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#slideout {
    z-index: 100;
    background: #ececec;
    position: fixed;
    top: 120px;
    right: -470px;
    width: 450px;
    height: 550px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#slideout form {
    display: block;
    padding: 20px;
}

#slideout.on {
    right: 0;
}

.product-filter-container {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-filter {
    display: inline-block;
    background-color: #2E2F30;
    color: white;
    border-radius: 24px;
    text-decoration: none;
    padding: 8px 16px;
    margin: 4px;
    cursor: pointer;
    font-size: 90%;
}

.product-filter.active {
    background-color: #EFEFEF;
    color: #2E2F30;
}

.product-filter:not(.active):hover {
    background-color: #666666;
}

.form-control[readonly="readonly"] {
    background-color: #ececec;
}

.form-group {
    margin-bottom: 10px;
}

.required-field::after {
    content: " * ";
}

.product-select-container {
    width: 600px;
    margin: auto;
}

.modal-dialog {
    max-width: 700px;
}

.trial-link {
    font-weight: 600;
}

.form-control::placeholder {
    font-size: 0.8rem;
}

/* Over-ride Devise Bootstrap error message styles */
.alert-danger > .close {
    display: none;
}

.alert-danger > .alert-heading {
    display: none;
}

.logo {
    margin-top: 14px;
    margin-bottom: 30px;
}

.logo-image {
    width: 300px;
}

.flash-alert {
    color: red;
}
