﻿
.fundraiser-list {
}

.fundraiser-card {
    border: 1px solid;
    border-radius: 4px;
    margin: 10px 0;
    padding: 5px;
    border-color: darkgray;
}

    .fundraiser-card h1 {
        margin-bottom: 5px;
        color: #0d9dc9 !important;
    }

.fundraiser-card-selected, .fundraiser-card:hover {
    background-color: lightgrey;
}

.fundraiser-card a {
    text-decoration: none;
    color: #504f4e;
}

hr {
    color: darkgray;
}


body #wrap #body table td#altr .wrap .ttl h1 {
    margin-bottom: 20px;
}

body #wrap #body table td#altl .wrap ul.signupSteps li:before {
    color: #162d53;
}

input[type='checkbox'] {
    width: auto;
}

#body #altr {
    background-color: inherit;
}

#body #altr .ttl h1 {
    color: #ffffff;
}

    #body #altr .ttl {
        background-color: #162d53;
        background-image: none;
        background-repeat: no-repeat;
    }

body #wrap #ftr .mnu {
    display: inherit;
}

body #wrap #mnu div.RadMenu ul li div.rmSlide ul li {
    background-color: #ebf1f2;
    display: block;
    margin-left: 0;
    float: left;
    width: 250px;
    border-top: none;
    padding-left: 10px;
}

body #wrap #mnu div.RadMenu ul li div.rmSlide ul li a {
    display: block;
    color: #848280;
}

body #wrap #mnu div.RadMenu ul li div.rmSlide ul li a span {
    line-height: 3;
    text-align: left;
}


body #wrap #body table td#altr .wrap .txt .buttons ul li a:hover, .signupButton:hover {
    background: #f13937;
}

hr {
    background-color: grey;
}

input[type=image] {
    width: auto;
}

.button {
    position: relative;
    border-radius: 62.5rem;
    background-color: rgba(25, 190, 240, 1);
    color: #fff;
    padding: 1rem 2rem;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    min-width: 14.0625rem;
    border: none;
    overflow: hidden;
    transition: transform 0.25s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    min-height: 0;
    line-height: normal;
    margin: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.075em;
}


input[type=password] {
    width: 250px;
    border: none;
    background-color: rgba(245, 245, 245, 1);
    padding: 1rem;
    border-radius: 0.625rem;
    line-height: 1;
}


h1 {
    color: #0d9dc9;
}

h2 {
    color: #162d53;
}

input[type="submit"]:hover {
    background-color: rgb(9 149 191);
}

.arby-catering table.input td:nth-child(1) {
    width: 60%;
}

.arby-catering h2 + p {
    font-style: italic;
    color: grey;
    font-size: 1.1em;
}

.validator {
    color: #c02b0a;
    font-weight: bold;
}

.fundraiser-selection-validator, .arby-quantity-validator  {
    background-color: #fff9f9;
    border: 1px solid #c02b0a;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    padding: 13px;
    margin-top: 10px;
    border-radius: 5px;

}

span.fundraiser-selection-validator[style*="inline"], span.arby-quantity-validator {
    display: block !important;
}

body #wrap #mnu div.RadMenu ul li {
    font-size: 1.1em;
}

#ftr a {
    color: white !important;

}


#ftr a:hover {
    color: white; 
}

.riSingle .riTextBox {
    height: unset !important;
}

body #wrap h1, body #wrap h2, body #wrap h3, body #wrap h4, body #wrap h5, body #wrap h6 {
    margin-bottom: 5px;
}

.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell {
    background-image: none !important;
}


.RadComboBox_Default .rcbInputCellLeft .rcbInput {
    background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}


.RadCalendarPopup .RadCalendar .rcMainTable .rcRow td:not(.rcDisabled) > a {
    font-weight: bold;
}