﻿@font-face {
    font-family: VWHead;
    src: url(../fonts/VW_Head/VWHeadWeb-Regular.ttf);
}

@font-face {
    font-family: VWHeadBold;
    src: url(../fonts/VW_Head/VWHeadWeb-Bold.ttf);
}

@font-face {
    font-family: VWText;
    src: url(../fonts/VW_Text/VWTextWeb-Regular.ttf);
}

@font-face {
    font-family: VWTextBold;
    src: url(../fonts/VW_Text/VWTextWeb-Bold.ttf);
}

h1, h2, h3, h4, h5, h6 {
    font-family: VWHeadBold;
}


p, span, label, input, ul, li {
    font-family: VWText;
}


/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


.loading {
    display: block;
    position: fixed;
    z-index: 1000;
    background: no-repeat scroll center center rgba(0,0,0,0.3);
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
   
}

.loader {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 50px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    height: 50px;
    margin-left: -16px;
    margin-top: -16px;
   
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
