﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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;
    line-height: 60px; /* Vertically center the text there */
}

.main-container {
    margin-top: 100px;
}

/* loader css */
.page-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    background-image: url(../images/page-loader.gif);
    background-repeat: no-repeat;
    background-position: calc(50% - 20px) calc(50% - 45px);
    background-size: 99px 99px;
}

.loader-content {
    left: calc(50% - 115px);
}

    .loader-content, .loader-content:after {
        display: block;
        position: absolute;
        top: 50%;
    }

.loader-title {
    text-align: center;
    font: normal normal bold 38px/90px Karla;
    letter-spacing: 0px;
    color: #adb5bd;
    opacity: 1;
    margin: 0;
    line-height: 1.4;
}

.loader-subtitle {
    text-align: center;
    font: normal normal normal 22px/26px Karla;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
    width: 260px;
    margin: auto;
}
.loader-img {
    width:100px;
    height:100px;
    background-image: url(../images/page-loader.gif);
    background-repeat: no-repeat;
    background-size: 99px 99px;
    margin: auto;
}

.loader-logo {
    height: 120px;
    background-image: url(../images/LogoGreenSmall.png);
    background-repeat: no-repeat;
    background-size: 260px 113px;
    margin: auto;
}
/*.loader::before {
    content: "";
    background-image: url(../images/bg.png);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
}*/
.loader-text{
    margin-top:10px;
    font-size:20px;
    font-weight:bold;
}

body {
    overflow: hidden;
}
/*end*/
