﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    font-size: 14px;
    min-height: 100%;
    position: relative;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'ZonaPro-Regular', Arial, sans-serif;
}

img {
    max-width: 100%;
}

/* START: ANCHORS */
a {
    color: #dc2619;
}

a:hover,
a:focus {
    color: #dc2619;
}

.small-url {
    font-size: 1rem;
    color: #000;
    text-decoration: underline;
    display: block;
    margin-bottom: 15px;
}

.small-url:hover,
.small-url:focus {
    color:  #000;
}
/* END: ANCHORS */

h1,
h2,
h3,
h4,
h5 {
    font-family: 'ZonaPro-Bold', Arial, sans-serif;
}

.text-bold {
    font-family: 'ZonaPro-Bold', Arial, sans-serif;
}

.text-red {
    color: #dc2619;
}

.navbar-brand {
    margin-right: .5rem;
    color: #dc2619 !important;
    font-family: 'BlackDiamond', Arial, sans-serif;
    font-size: 32px;
    text-align: center;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-brand__tagline {
    display: block;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
}

@media screen and (min-width: 479px) {
    .navbar-brand__tagline {
        display: inline-block;
        margin-left: 1rem;
    }
}

.main {
    margin-top: 4rem;
}

.intro_title {
    font-family: 'ZonaPro-Bold', Arial, sans-serif;
    font-size: 32px;
}

.intro_buttons {
    text-align: center;
}

.intro_buttons .btn {
    margin-bottom: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
}

.logo {
    margin-top: 3rem;
    text-align: center;
}

.logo_subtitle {
    color: #dc2619;
    display: block;
    font-family: 'BlackDiamond', Arial, sans-serif;
    font-size: 48px;
}

.form-title {
    margin-bottom: 3rem;
}

h4.form-title {
    font-size: 1.25rem;
}

label {
    font-family: 'ZonaPro-Bold', Arial, sans-serif;
}

.btn {
    border-radius: 12px 0;
    color: #fff;
    padding: 13px 16px;
    text-align: center;
}

.btn:focus, 
.btn.focus,
.btn-dark:focus,
.btn-dark.focus {
    box-shadow: none;
}

.btn-dark {
    background-color: #000000;
    border-color: #000000;
}

.btn-dark:hover {
    background-color: #dc2619;
    border-color: #dc2619;
    color: #ffffff;
}

.btn-red {
    background-color: #dc2619;
    border-color: #dc2619;
}

.btn-red:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-dark:focus,
.btn-red:focus {
    color: #ffffff;
}

.btn-logout {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    font-weight: 700;
    color: #dc2619;
    padding: 0.5rem 0rem 0.5rem 0rem !important;
}

.navbar-nav__user {
    margin-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0.5rem;
}

@media screen and (min-width: 1200px) {
    .navbar-nav__user {
        margin-top: 0;
        border-top: 0;
        padding-top: 0;
    }
}

.has-loader {
    position: relative;
}

.spinner {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding-bottom: 3rem;
    padding-top: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.is-loading::after {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.is-loading .spinner {
    display: flex;
}

.customer-page__section,
.reports-page__section {
    margin-bottom: 2rem;
}

.cvm-search .btn {
    padding: 8px 16px;
}

.coupons-table .btn {
    min-width: 138px;
}

.coupons-table .btn-dark:hover {
    background-color: #000000;
    border-color: #000000;
}

.coupons-table .btn-red:hover {
    background-color: #dc2619;
    border-color: #dc2619;
}

.table thead th {
    border-top: 0;
    font-size: 0.75rem;
}

.order-amount-form {
    margin-top: 2rem;
    padding: 1rem 1.25rem;
    background: #f6f6f6;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.success-page {
    padding-top: 3rem;
    font-size: 1.5rem;
}

.success-page .btn {
    margin-left: .5rem;
    margin-right: .5rem;
}

/* VENDORS EXTENSIONS*/
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    margin: 0 10px;
}
.alert-success {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.text-danger.field-validation-error {
    background: #FFE0E1;
    padding: 15px;
    display: block;
    color: #ED5786 !important;
}