﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    background: #343a40 url('/theme/account_background') repeat scroll 0 0;
    padding-bottom: 0px;
    min-height: 100%;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.8125rem;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.application-info {
    color: #fff !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.error-layout {
    background: #e4e6e9;
    background-color: #e4e6e9;
}

.error-container {
    text-align: center;
    margin-top: 10%;
}

.error-desription {
    max-width: 500px;
    display: inline-block;
}

.old-browser-notification {
    display: none;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fffbe3;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    line-height: 50px;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .old-browser-notification {
        display: block
    }
}


/* Boostrap overwrites (upgrade from 4.6 to 5.*) */
a {
    text-decoration: none;
    &:hover {
    text-decoration: underline;
    }
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    &:hover
    {
    background-color: #218838;
    border-color: #1e7e34;
    }
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    &:hover {
    background-color: #c82333;
    border-color: #bd2130;
    }
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    &:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    }
}

.btn-warning
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    &:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    }
}