﻿body {
    font-family: Verdana;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12pt;
}



/* First Column */

.logo {
    margin-top: 5px;
    max-width: 200px;
}

.backimage {
    margin-top: 5px;
    max-width: 40px;
    border: solid 2px #888;
    border-radius: 20px;
    background-color: rgba(127,168,217,0.5);
}

    .backimage:hover {
        background-color: rgba(127,127,127,0.5);
    }

.supporters_title {
    color: white;
    font-size: 1.4em;
    text-align: center;
    margin-top: 15px;
}

a div.supporters_heading {
    text-decoration: none;
}

a div.supporters_body {
    text-decoration: none;
}

.supporters_heading {
    display: block;
    color: white;
    font-size: 1.0em;
    text-align: center;
    margin: 10px 5% 0px 5%;
    background-color: #004791;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.supporters_body {
    display: block;
    color: #004791;
    font-size: 1.2em;
    text-align: center;
    margin: 0px 5% 15px 5%;
    background-color: rgba(127,168,217,0.5);
    border: solid 2px #004791;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .supporters_body:hover {
        background-color: #004791;
        color: white;
    }

/* Second Column */

.event_notice {
    background-color: #F6821F;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.event_notice_title {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: white;
    font-size: 1.6em;
    font-weight: 700;
}

.event_notice_subtitle {
    display: block;
    padding: 0px;
    margin-bottom: 15px;
    text-align: center;
    color: white;
    font-family: cursive;
    font-size: 1.3em;
    font-weight: 400;
}

.event_notice_joinbutton {
    display: block;
    padding: 0px;
    margin-left: 15px;
}


.event_notice_supporters_no {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

.event_notice_supporters_no_title {
    color: white;
    font-size: 0.8em;
    font-weight: 800;
}

.event_notice_supporters_no_text {
    color: #004791;
    font-size: 1.0em;
    font-weight: 800;
}

.event_notice_intro {
    display: block;
    padding: 0px;
    margin: 15px 5% 0px 5%;
    color: red;
    font-size: 0.9em;
    text-align: center;
}

.next_event_panel {
    display: block;
    border: solid 2px #F6821F;
    padding: 20px 5%; /* Was 20% now 5% to move button more to the right */
    border-radius: 10px;
    margin: 10px 0px;
    background-color: rgba(255,255,255,0.25);
}

#next_event_panel_title {
    display: block;
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
}

#next_event_panel_eventtitle, .next_event_panel_eventtitle {
    display: block;
    padding: 0px;
    margin: 10px 0px;
    text-align: center;
    color: #004791;
    font-size: 1.4em;
    font-weight: 700;
}

.next_event_panel_lineitem {
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #004791;
    font-size: 1.0em;
    font-weight: 500;
}

/*Third Column*/


.event_lister_body {
    display: block;
    color: #004791;
    text-align: center;
    margin: 0px 5% 20px 5%;
    background-color: rgba(127,168,217,0.5);
    border: solid 2px #004791;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.eventlist {
    width: 95%;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.event {
    width: 70%;
    margin: 10px 5%;
    padding: 10px 5%;
    display: block;
    border-bottom: solid 1px
}

.event_detail {
    display: block;
    text-align: left;
    font-size: 0.8em;
}

.event:hover {
    cursor: pointer;
    background-color: aliceblue;
}

.event_detail_date {
    font-size: 0.8em;
}

.event_detail_title {
    font-size: 1.1em;
    font-weight: 700;
}

/* width */
.eventlist::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.eventlist::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.eventlist::-webkit-scrollbar-thumb {
    background: #007BFF;
    border-radius: 10px;
}

    /* Handle on hover */
    .eventlist::-webkit-scrollbar-thumb:hover {
        background: #F6821F;
    }

/*Supporter Page*/
.supporters_title2 {
    color: black;
    font-weight: 800;
    font-size: 2.0em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: 2.0;
}

.supporterbox {
    border-radius: 10px;
    border: solid 2px #004791;
    background-color: rgba(255,255,255,0.5);
    height: 200px;
    box-shadow: 5px 5px 8px rgba(0,0,128,0.5);
}

    .supporterbox:hover {
        background-color: rgba(255,255,255,1);
    }

    .supporterbox a {
        text-decoration: none;
    }

    .supporterbox h4 {
        color: black;
        font-size: 0.9em;
        font-weight: bold;
        margin: 10px 10%;
        display: block;
        text-align: center;
    }

    .supporterbox p {
        font-size: 0.8em;
        font-weight: normal;
        margin: 10px 10%;
        display: block;
        text-align: center;
    }

    .supporterbox div.imgbox {
        display: block;
        text-align: center;
        padding: 0px;

        border-radius: 10px;
        background-color: white;
        bottom: 10px;
    }

        .supporterbox div.imgbox img {
            max-width: 95%;
            border-radius: 10px;
            border: solid 2px #808080;
            padding: 3px;
        }


/*Centred Form*/

.form-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}


.form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.form-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .form-footer > :not(:last-child) {
        margin-right: .25rem;
    }


.BackButton {
    font-size: 16pt;
    color: white;
    text-decoration: none;
    padding-left: 30px;
    background-image: url(/setup/Images/icons/BackButton.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 2px 5px 2px 35px;
}

    .BackButton:hover {
        color: black;
        text-decoration: none;
        background-color: azure;
    }

.CampaignBackButton {
    margin-left: -20px;
    color: darkslategray;
    background-image: none;
}

    .CampaignBackButton:hover {
        color: black;
        background-color: transparent;
    }

.notice_panel {
    padding: 20px 20%;
    width: 80%;
    margin: 50px 10%;
    border-radius: 10px;
    border: solid 4px #004791;
    background-color: rgba(0,0,128,0.5);
}

    .notice_panel a {
        color: black;
        text-decoration: none;
    }

.tickbox {
    color: green;
    width: 50px;
    height: 30px;
    font-size: 20px;
    border-radius: 20px;
    border: solid 2px green;
    background-color: #fa0000;
    padding: 9px;
    display: inline-block;
    position: relative;
}

.BigTextBox {
    width: 50%;
}

.btn-settings {
    background-image: url(/Campaigns/Images/icons/Settings1.png);
    background-repeat: no-repeat;
    background-position: center;
}



.adminbox {
    border-radius: 10px;
    border: solid 4px #004791;
    background-color: rgba(255,255,255,0.5);
    height: 200px;
}

    .adminbox:hover {
        background-color: rgba(255,255,255,1);
    }

    .adminbox a {
        text-decoration: none;
    }

    .adminbox h4 {
        font-size: 0.9em;
        font-weight: bold;
        margin: 10px 10%;
        display: block;
        text-align: center;
    }

    .adminbox p {
        font-size: 0.8em;
        font-weight: normal;
        margin: 10px 10%;
        display: block;
        text-align: center;
    }

    .adminbox div.imgbox {
        margin: 5px 10%;
        display: block;
        text-align: center;
        padding: 0px;
        height: auto;
        width: 60%;
        position: absolute;
        bottom: 0px;
    }

        .adminbox div.imgbox img {
            width: 100%;
            max-width: 100px;
            height: 100px;
            border-radius: 10px;
            border: solid 2px #808080;
        }

/*

    Styles introduced by RC
*/

.campaignVideoWrapper {
    position: relative;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.permalink_section {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    height: 100px !important;
    margin: 0px 5px 0px 5px;
}

.supporterContainer {
    overflow: hidden;
    height: 100px !important;
}

.supporterContainerFloated1 {
    position: relative;
}

.supportercol1 {
    float: left;
    width: 45%;
    position: relative;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 3px;
    text-align: left;
    font-size: 0.85em;
}

.supportercol2 {
    float: right;
    width: 50%;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 5px;
}

    .supportercol2 img {
        float: right;
        height: 90px;
        width: auto;
        max-height: 60%;
        max-width: 100%;
    }

.spacer {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-wrap-text {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.wrapword {
    white-space: pre-wrap !important; /* css-3 */
    white-space: normal !important;
    word-wrap: break-word !important; /* Internet Explorer 5.5+ */
    word-break: break-word !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.next-event-button {
    float: right;
}

/* Styles for error messages */

.validation-summary-errors {
    margin-bottom: 1em;
    margin-top: 10px;
    background-position: 10px 3px;
    background-color: white;
    clear: both;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px red;
}

    .validation-summary-errors ul {
        margin: 0 !important;
    }

    .validation-summary-errors .strong {
        font-weight: bold;
    }

    .validation-summary-errors li {
        margin: 0 !important;
        padding-left: 0 !important;
        background: none !important;
        /* color: #000; Black */
        _display: block;
    }

    .validation-summary-errors span {
        float: left;
        height: 30px;
        padding: 10px 60px 5px 55px;
        /*background-color: #FFFFFF;*/ /*Stops the span obscuring the image */
        color: red;
    }


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-35px {
    margin-bottom: 35px;
}

.width-25 {
    width: 25%;
}

.width-40 {
    width: 40%;
}

.width-80 {
    width: 80%;
}

.width-100 {
    width: 100%;
}

.adminlogon_title {
    color: #F58220;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.AuthoriseSupporterHeading {
    color: white;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: underline;
}

.br::after {
    content: "\a";
    white-space: pre;
}
/* line break */
.bro::after {
    content: "\200b";
}
/* zero-width space */

.fs-18 {
    font-size: 18px;
}

/* Panel styles*/
.panel .panel-heading {
    font-size: 1.0em;
}

.panel img {
    display: block;
}

.panel .panel-body {
    color: #333;
    background-color: #fff;
    padding: 15px;
}

.panel-warning .panel-heading {
    background-color: #F6821f;
    color: white;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-warning {
    border-color: #F6821f;
}

.panel {
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #F6821f;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.top-margin-sm {
    margin-top: 14px;
}

.mb-10 {
    margin-bottom: 10px;
}

#copyright {
    color: #000;
    font-family: Arial;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.NewMessage {
    color: green;
    font-weight: bold;
}

.NoNewMessage {
    color: black;
}

.scrollabletextbox {
    height: 200px;
    width: 100%;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 82%;
    overflow-y: scroll;
}

.zumosbluebackground {
    background-color: #0059BD;
}

.zumosorangebackground {
    background-color: #F68121;
}

.zumosorangepanel {
    background-color: #F68121;
    color: white;
}


.zumosgreybackground {
    background-color: #D4D4D4;
}

.zumosblue {
    color: #0059BD;
}

.zumosorange {
    color: #F68121;
}

.zumosgrey {
    color: #D4D4D4;
}

.zumosblack {
    color: black;
}

.zumosorangewhite {
    color: #FBEAD4;
}

.zumoswhite {
    color: white;
}

.mr-10 {
    margin-right: 10px;
}

.fw-bold {
    font-weight: bold;
}

.fs-join {
    font-size: 20px;
}

.fs-header {
    font-size: 50px;
}

.mt-welcome {
    margin-top: 20px;
}

.mt-20 {
    margin-top: 10px;
}

#btnLogin {
    font-size: 20px;
}

/* Media specific styles*/

@media only screen and (min-width : 250px) and (max-width: 768px ) {
    .mobilemt-10 {
        margin-top: 10px !important;
    }
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}
