﻿/* 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. */
body {
    font-family: sans-serif;
    font-size: 16px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.titletext {
    color: #4db848;
    font-style: bold;
}

.infotxt {
    font-size: 14px;
}

.terms {
    padding: 5px 10px 0px 0px;
}
.privacy_security_contact {
    padding: 5px 10px 0px 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.rcorners2 {
    /*border-radius: 15px !important;
    border: 2px solid #cfd2cb !important;*/
    padding: 0px !important;
    height: calc(1.5em + .75rem + -8px) !important;
}


.btn-primary {
    color: #fff;
    background-color: #4db848;
    border-color: #4db848;
    box-shadow: none;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #4db848;
        border-color: #4db848;
        box-shadow: none;
    }

    .btn-primary:visited {
        color: #fff;
        background-color: #4db848;
        border-color: #4db848;
        box-shadow: none;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #4db848;
        border-color: #4db848;
        box-shadow: none;
    }

    .btn-primary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
        box-shadow: none;
        cursor: default;
    }

/* Provide sufficient contrast against white background */
a, a:hover {
    color: #4db848;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4db848;
    border-color: #4db848;
}

.hidden {
    display: none !important;
}

.disablepage {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    border-radius: .5em;
    background-color: rgba(237, 237, 237, 0.91);
    /*background-color: rgba(0,0,0,0.2);*/
    /*background-color: rgba(0, 0, 0, 0.69);*/
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
}

.ajax-loader-text {
    position: absolute;
    left: 23%;
    top: 15%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
    font-size:14px;
    font-weight:bold !important;
}

#popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#popup {
    background-color: white;
    width: 25%;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


/* 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;  
}*/

#footer2 {
    background: #a2dd8c;
    padding: 0 0 10px 0;
    color: #eee;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    width: 100%;
}

    #footer2 .footer-top {
        background: #4db848;
        padding: 10px 0 10px 0;
        bottom: 0;
    }
