﻿.btn-gold {
    color: #000000;
    background-color: #ffd700;
    border-color: #b39700;
}

    .btn-gold:focus,
    .btn-gold.focus {
        color: #000000;
        background-color: #e6c200;
        border-color: #b39700;
    }

    .btn-gold:hover {
        color: #000000;
        background-color: #e6c200;
        border-color: #b39700;
    }

    .btn-gold:active,
    .btn-gold.active,
    .open > .dropdown-toggle.btn-gold {
        color: #000000;
        background-color: #ffd700;
        background-image: none;
        border-color: #b39700;
    }

        .btn-gold:active:hover,
        .btn-gold.active:hover,
        .open > .dropdown-toggle.btn-gold:hover,
        .btn-gold:active:focus,
        .btn-gold.active:focus,
        .open > .dropdown-toggle.btn-gold:focus,
        .btn-gold:active.focus,
        .btn-gold.active.focus,
        .open > .dropdown-toggle.btn-gold.focus {
            color: #000000;
            background-color: #ffd700;
            border-color: #b39700;
        }

    .btn-gold.disabled:hover,
    .btn-gold[disabled]:hover,
    fieldset[disabled] .btn-gold:hover,
    .btn-gold.disabled:focus,
    .btn-gold[disabled]:focus,
    fieldset[disabled] .btn-gold:focus,
    .btn-gold.disabled.focus,
    .btn-gold[disabled].focus,
    fieldset[disabled] .btn-gold.focus {
        background-color: #ffd700;
        border-color: #b39700;
    }

    .btn-gold .badge {
        color: #000000;
        background-color: #ffffff;
    }

.btn-blue {
    color: #000000;
    background-color: #007BFF;
    border-color: #b39700;
}

    .btn-blue:focus,
    .btn-blue.focus {
        color: #000000;
        background-color: #0056b3;
        border-color: #b39700;
    }

    .btn-blue:hover {
        color: #000000;
        background-color: #0056b3;
        border-color: #b39700;
    }

    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-blue {
        color: #000000;
        background-color: #007BFF;
        background-image: none;
        border-color: #b39700;
    }

        .btn-blue:active:hover,
        .btn-blue.active:hover,
        .open > .dropdown-toggle.btn-blue:hover,
        .btn-blue:active:focus,
        .btn-blue.active:focus,
        .open > .dropdown-toggle.btn-blue:focus,
        .btn-blue:active.focus,
        .btn-blue.active.focus,
        .open > .dropdown-toggle.btn-blue.focus {
            color: #000000;
            background-color: #007BFF;
            border-color: #b39700;
        }

    .btn-blue.disabled:hover,
    .btn-blue[disabled]:hover,
    fieldset[disabled] .btn-blue:hover,
    .btn-blue.disabled:focus,
    .btn-blue[disabled]:focus,
    fieldset[disabled] .btn-blue:focus,
    .btn-blue.disabled.focus,
    .btn-blue[disabled].focus,
    fieldset[disabled] .btn-blue.focus {
        background-color: #007BFF;
        border-color: #b39700;
    }

    

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #FDFDFD;
    font-family: 'Mulish', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color: #002D62;
    color: #fff;
    left: 0px;
}


.folder-child {
    background: #002D62;
}

/* Custom page CSS -------------------------------------------------- */
/* Not required for template or sticky footer method. */

.teamcontainer {
    margin: auto;
    max-width: 800px;
    padding: 10px 10px 10px 10px;
}

.form-control-custom {
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=checkbox] {
    transform: scale(2);
}

.panel {
    border-radius: 8px;
    border-color: #ffffff;
    padding: 8px;
}

.wdiv {
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    opacity: .99;
}
.shadow-box {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* X-offset, Y-offset, blur radius, shadow color */
}


.mulish-200 > {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.mulish-400 > {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.rounded-border {
    border: 18px solid #002D62; /* 30px wide border with navy blue color */
    border-radius: 10px; /* 10px rounded corners */
}

.btn-blue .badge {
    color: #000000;
    background-color: #ffffff;
}

.red-bg {
    color: #ffffff;
    background-color: #D11242;
}

.navy-blue-bg {
    color: #ffffff;
    background-color: #002D62;
}

.lighter-blue-bg {
    color: #ffffff;
    background-color: #00487D;
}

.bluegrad-bg {
    background-image: url('../../images/grad001.jpg');
    background-size: 100% 100%; /* Stretches to fit both width and height */
    background-position: center;
    /*background-repeat: no-repeat;*/ /* Prevents repeating */
    color: #ffffff;
}
.donor-name {
    font-size: 18px;
    font-weight: bold;
    color: #00487D;
}
.donation-amount {
    font-size: 18px;
    font-weight: bold;
    color: #D11242;
}
.navy-blue {
    color: #002D62;
}
.red-font {
   color: #D11242;
}
.section {
    max-width: 98%;
    margin: auto;
    padding: 4px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    border-radius: 8px;
    margin-bottom: 40px;
}
.donor-name {
    font-size: 24px;
    color: #002D62;
    font-weight: bold;
}
.donor-msg {
    font-size: 14px;
    color: #696969;
    font-weight:bold;
}
.player-name {
    font-size: 24px;
    color: #D11242;
    font-weight: bold;
}