﻿.modal-header {
    display: inline;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

body {
    font-family: "Arial", "Times New Roman", Times, serif;
    background-color: #f2f2f2;
}

form {
    width: 100%;
    height: 100%;
    padding-top: 4.5rem;
    min-height: 75rem;
}

div.card {
    overflow: clip;
}


.btn {
    text-decoration: none;
}
.btn-yellow {
    background-color: #fd0 !important;
    color: #3c3c3c !important;
}
.btn-yellow:hover {
    background-color: #ffee80 !important;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
    text-align:center;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.toplogin {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bottomlogin {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

p.pdark {
    background-color: #3c3c3c;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card {
    margin-bottom: 20px;
}
.card-header {
    color: #fff;
    background-color: #3C3C3C;
}
.card-body {
    color: #3C3C3C;
    background-color: #FFDD00;
}


input [type="checkbox"]:not(.tablefilter) + label, input[type="radio"]:not(.tablefilter) + label {
    margin-left: 3px !important;
    margin-right: 10px !important;
}


input[type=text]:read-only {
    background-image: none !important;
    background-color: lightgray !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* navbar */
.navbar {
    background-color: #fff;
}
.navbar a{
    text-align:center;
}


    .navbar a.active {
        background-color: #f2f2f2;
        border-radius: 9999px;
    }
/* end navbar */

/* footer */

#site-footer {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #3c3c3c;
    padding: 72px 0;
    margin-top: 60px;
    color: #fff;

}



#site-footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 37px;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,0) repeat-x center top url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27398%27 height=%2717%27 viewBox=%270 0 864 37%27%3E%3Cpath fill=%27%233C3C3C%27 d=%27M864 37H0V31.2234H41.8923L71.7543 0H113.932L143.746 31.2234H185.972L215.786 0H257.964L287.826 31.2234H330.003L359.818 0H401.995L431.857 31.2234H474.035L503.897 0H546.075L575.889 31.2234H618.067L647.929 0H690.106L719.921 31.2234H762.146L791.96 0H834.138L864 31.2234V37Z%27%3E%3C/path%3E%3C/svg%3E");
    top: -17px;
    
}

@media (min-width: 896px) 
{
    #site-footer:before {
        background: rgba(0, 0, 0, 0) repeat-x center top url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27864%27 height=%2737%27 viewBox=%270 0 864 37%27%3E%3Cpath fill=%27%233C3C3C%27 d=%27M864 37H0V31.2234H41.8923L71.7543 0H113.932L143.746 31.2234H185.972L215.786 0H257.964L287.826 31.2234H330.003L359.818 0H401.995L431.857 31.2234H474.035L503.897 0H546.075L575.889 31.2234H618.067L647.929 0H690.106L719.921 31.2234H762.146L791.96 0H834.138L864 31.2234V37Z%27%3E%3C/path%3E%3C/svg%3E");
        top: -37px;
    }
}

.site-footer__contact-info-phone-number a {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

.site-footer__contact-info a {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    color: #75a8db;
}

.site-footer__logo img {
    display: block;
    margin: auto;
}

.site-footer__contact-info{
    text-align:center;
}

/* end footer */