﻿/* 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
-------------------------------------------------- */


.toast {
    transition: 0.32s all ease-in-out
}

.toast-container--fade {
    right: 0;
    bottom: 0
}

    .toast-container--fade .toast-wrapper {
        display: inline-block
    }

.toast.fade-init {
    opacity: 0
}

.toast.fade-show {
    opacity: 1
}

.tp-20 {
    padding: 0 20px 0 20px;
}

.tb-800 th {
    font-weight: bold;
}

.toast.fade-hide {
    opacity: 0
}

.tp-20 {
    padding: 0 20px 0 20px;
}

.tb_heading th {
    font-weight: bold;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1057; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.loader {
    font-size: 48px;
    color: #FFF;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    position: relative;
    left: 46%;
    top: 50%;
}

    .loader:after {
        content: 'Loading';
        position: relative;
        z-index: 5;
    }

    .loader:before {
        content: '';
        height: 6px;
        border: 1px solid;
        border-radius: 10px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: linear-gradient(#FF3D00 100%, transparent 0) no-repeat;
        background-size: 0% auto;
        animation: 10s lineGrow linear infinite;
    }

.ui-front {
    z-index: 1050 !important;
}
