﻿.wrapper {
    margin: 0 auto;
    width: 1030px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    -webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px;
    padding: 5px;
    height: 1050px;
    background-color: rgba(0, 0, 0, 0.03);
}
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.pageTitleArea {
    border-bottom-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.format {
    font-size: 10px;
    color: #0011FF;
}

html, body, table, h2, h4, h5, label {
    font-family: Poppins, Lato;
}

h1 {
    font-family: Poppins, Lato;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    /*margin-left: 50px;*/
    text-transform: uppercase;
}

h3 {
    font-family: Poppins, Lato;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: left;
    line-height: 16px;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: left;
}

ul {
    text-align: left;
}

    ul li {
        line-height: 20px;
        /*font-size: 14px;*/
        color: #666666;
    }

a {
    color: #014101;
    text-decoration:none !important;
}


table {
    font-family: Poppins, Lato;
    line-height: 35px;
    font-size: 12px;
    border: 0px solid #cccccc;
}

tr {
}

th {
    font-size: 18px;
    text-align: center;
}

td {
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 0px;
}

.cancel {
    font-size: 15px;
    line-height: 25px;
}

.radio {
    margin: 0;
    font-family: Poppins, Lato;
    font-size: 13px;
    padding: 0 3px;
}

.radiovertical {
    font-family: Poppins, Lato;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 15px;
    font-family: Verdana;
    font-size: 13px;
    line-height: 24px;
}

.calendar {
    float: left;
}

    .calendar table {
        line-height: 18px;
    }

    .calendar tr {
        line-height: 18px;
    }

    .calendar td {
        margin: 0;
        padding: 0;
    }

.dropdown {
    font-family: Poppins, Lato;
    font-size: 13px;
}

.dropdownbox {
    color: #000;
    outline: none;
    float: left !important;
    height: 25px;
    width: 315px !important;
    font-size: 12px;
}

.textBoxBlue {
    background-color: #cde9f8;
    vertical-align: middle;
    text-align: center;
    padding: 3px;
    margin: 0 5px 0 5px;
    font-size: 11px;
    width: 120px;
    border: 1px solid #666666;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px;
    color: #000;
    outline: none;
    line-height: 13px;
}

    .textBoxBlue:hover {
        background-color: #26377a;
        color: #ffffff;
    }

.textBoxGrey {
    background-color: #666666;
    vertical-align: middle;
    text-align: center;
    padding: 3px;
    font-size: 11px;
    width: 100px;
    margin-left: 8px;
    border: 1px solid #000;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px;
    color: #ffffff;
    outline: none;
    line-height: 13px;
}

    .textBoxGrey:hover {
        background-color: #cccccc;
        color: #474747;
    }

.textBoxPink {
    background-color: #fae1e1;
    vertical-align: middle;
    text-align: center;
    padding: 3px;
    font-size: 11px;
    width: 120px;
    margin-left: 8px;
    border: 1px solid #666666;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px;
    color: #000;
    outline: none;
    line-height: 13px;
}

    .textBoxPink:hover {
        background-color: #800000;
        color: #ffffff;
    }

.textBoxGray {
    background-color: #e2dfdf;
    vertical-align: middle;
    text-align: center;
    padding: 3px;
    font-size: 11px;
    width: 130px;
    border: 1px solid #666666;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px;
    color: #000;
    outline: none;
    line-height: 12px;
    margin: 0 5px 0 5px;
}

    .textBoxGray:hover {
        background-color: #8b8b8b;
        color: #ffffff;
    }



.btnSubmit {
    font: 12px Poppins, Lato;
    font-weight: 700;
    color: #525252;
    float: left;
    line-height: 20px;
    background-color: #cccccc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000000;
}

.btnBack {
    font: 12px Poppins, Lato;
    font-weight: 700;
    color: #525252;
    float: right;
    line-height: 20px;
    background-color: #cccccc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000000;
    margin-right: 25px;
    margin-top: 20px;
}

    .btnBack:hover {
        text-decoration: underline;
        background-color: #525252;
        color: #ffffff;
    }

.btnButton {
    color: #000000;
    font: 12px Poppins, Lato;
    font-weight: 700;
    width: 35%;
    height: 35%;
    min-height: 40px;
    min-width: 275px;
    -moz-text-decoration-style: solid;
    text-decoration-style: solid;
    text-shadow: #666666;
    background-color: #e5e5e5;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #800000;
    border-right-color: #800000;
    border-bottom-color: #800000;
    border-left-color: #800000;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    padding: 5px;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 2px #666666;
    -webkit-box-shadow: 0px 0px 2px #666666;
    box-shadow: 0px 0px 2px #666666;
    display: inline-block;
    position: relative;
}

    .btnButton:hover {
        text-decoration: underline;
    }

.errormessage {
    color: #FF0000;
    font-weight: bold;
}

hr.fade {
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 1.4em 0;
    border: none;
    background: #666666;
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, rgb(255,255,255)), color-stop(0.1, rgb(221,221,221)), color-stop(0.9, rgb(221,221,221)), color-stop(1, rgb(255,255,255)) );
    background-image: -moz-linear-gradient( left center, rgb(255,255,255) 0%, rgb(221,221,221) 10%, rgb(221,221,221) 90%, rgb(255,255,255) 100% );
}

.Grid {
    background-color: #fff;
    margin: 15px 0px 10px 10px;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Poppins, Lato;
    color: #474747;
    font-size: 11px;
    overflow-x:scroll;
    width:auto;
}

    .Grid td {
        padding: 2px 5px;
        border: solid 1px #c1c1c1;
        text-align: center;
    }

    .Grid th {
        padding: 4px 6px;
        color: #fff;
        background: #525252;
        border-left: solid 1px #525252;
        font-size: 14px;
    }

    .Grid .alt {
        background: #D9D9D9;
        line-height: 25px;
    }

    .Grid .pgr {
        background: #014101;
    }

        .Grid .pgr table {
            margin: 3px 0;
        }

    .Grid tr {
        line-height: 25px;
    }

    .Grid .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-left: solid 1px #666;
        font-weight: bold;
        color: #fff;
    }

    .Grid .pgr a {
        color: Gray;
        text-decoration: none;
    }

        .Grid .pgr a:hover {
            color: #f6c91a;
            text-decoration: none;
        }

    .Grid .desc {
        width: 40%;
    }

.Email {
    padding: 4px 6px;
    color: #474747;
    background: #e5e5e5 !important;
    border-left: solid 0px #cccccc;
    font-size: 13px;
    text-align: center;
}


.Login {
    font-family: Poppins, Lato;
    letter-spacing: 2px;
    font-size: 16px !important;
    font-variant-caps: all-small-caps;
    font-weight: bold;
    background-color: #cde9f8 !important;
    line-height: 18px;
    padding: 3px 0 5px 0;
}

.nada3 {
    background-color: #fff;
    border: 0px #000 solid !important;
    line-height: 16px;
    font-weight: normal;
    font-size: 11px;
    color: #474747;
    text-align: left;
    padding-left: 7px;
}

.nada1 {
    background-color: #fff;
    border: 0px #000 solid;
    line-height: 16px;
    font-weight: normal;
    font-size: 11px;
    color: #474747;
    text-align: left;
    padding-left: 5px;
}

.question {
    font-weight: bold;
    color: #111111;
    float: left;
    width: 100%;
}

.sectionTitle {
    font-family: 'Trebuchet MS';
    font-style: inherit;
    font-variant: inherit;
    line-height: inherit;
    vertical-align: baseline;
    font-size: 26px;
    font-weight: bold;
    color: #080808;
    line-height: 1.2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.field {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: white;
    border-radius: 3px;
    border: 1px solid #cccccc;
    color: #000;
    float: left;
    outline: none;
    height: 20px !important;
    width: 305px;
}

.inputDate {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: white;
    border-radius: 3px;
    border: 0px solid #cccccc;
    float: left;
    outline: none;
    width: 100px;
    color: #800000;
    padding-left: 5px;
    padding-top: 8px;
}
.labelholder {
    font-weight: bold;

    color: #111111;
    float: left;
    width: 150px !important;

}
.labelDate {
    font-weight: bold;
    padding-left: 10px;
    color: #111111;
    float: left;

    width: 150px !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: lightgray;
    border-radius: 3px;
    border: 1px solid #cccccc;
}
/*Form View Event Details section*/
.fvEventDetails {
    background-color: #fff;
    margin: 5px;
    border: solid 1px #cccccc;
    border-collapse: collapse;
    font-family: Poppins, Lato;
    color: #474747;
    font-size: 12px;
    width: 99%;
    float: left;
    height: auto;
}

    .fvEventDetails table {
        margin: 0px auto;
    }

    .fvEventDetails th {
        padding: 4px 6px;
        color: #474747;
        background: #e2dfdf;
        border-left: solid 0px #e5e5e5;
        font-size: 13px;
        width: 100px;
        text-align: center;
        line-height: 25px;
    }

    .fvEventDetails tr {
    }

    .fvEventDetails td {
        background-color: rgba(0, 0, 0, 0.024);
        vertical-align: middle;
        text-align: center;
        padding: 3px 5px;
        line-height: 20px;
    }

        .fvEventDetails td.datatel {
            background-color: #cde9f8;
            border: 0px;
            line-height: 20px;
            font-weight: normal;
            font-size: 12px;
            width: 75px;
            padding: 0;
            margin: 0 5px;
        }

.DetailsInput {
    background-color: #fff;
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px;
    padding-left:5px;
}
/** Form View Event Description **/
.fvEventDescription {
    background-color: #fff;
    margin: 5px 10px 5px 5px;
    border: solid 0px #cccccc;
    border-collapse: collapse;
    font-family: Poppins, Lato;
    color: #474747;
    font-size: 11px;
    width: 100%;
    float: left;
    height: auto;
}

    .fvEventDescription table {
        margin: 0px auto;
    }

    .fvEventDescription th {
        padding: 4px 6px;
        color: #474747;
        background: #e2dfdf;
        border-left: solid 0px #e5e5e5;
        font-size: 13px;
        width: 100px;
        text-align: center;
        line-height: 25px;
    }

    .fvEventDescription tr {
    }

    .fvEventDescription td {
        background-color: #fff;
        vertical-align: middle;
        text-align: left;
        /*padding: 3px 5px;
		line-height: 20px;*/
        margin-top: 10px !important;
        padding-top: 0;
    }

        .fvEventDescription td.label {
            background-color: #e2dfdf;
            border: 0px;
            font-weight: bold;
            font-size: 14px;
            width: 75px;
            padding: 0 5px;
            margin: 0 5px 10px 5px;
        }

        .fvEventDescription td.dataInput {
            background-color: #fff;
            line-height: 20px;
            font-weight: normal;
            font-size: 12px;
            border: 1px solid #cccccc;
            -webkit-border-radius: 3px 3px;
            -moz-border-radius: 3px 3px;
            border-radius: 3px;
            /*width: 100px;*/
        }

        .fvEventDescription td.empty {
            background-color: #fff;
            border: 0px;
            line-height: 20px;
            font-weight: normal;
            font-size: 11px;
        }
    .fvEventDescription textarea {
        width: 95%;
    }
/*Form View Category section*/
.fvCategory {
    background-color: #fff;
    margin: 5px 10px 5px 5px;
    border: solid 1px #cccccc;
    border-collapse: collapse;
    font-family: Poppins, Lato;
    color: #474747;
    font-size: 11px;
    width: 99%;
    float: left;
    height: auto;
}

    .fvCategory table {
        margin: 0px auto;
    }

    .fvCategory th {
        padding: 4px 6px;
        color: #474747;
        background: #e2dfdf;
        border-left: solid 0px #e5e5e5;
        font-size: 13px;
        width: 100px;
        text-align: center;
        line-height: 25px;
    }

    .fvCategory tr {
    }

    .fvCategory td {
        background-color: #fff;
        vertical-align: middle;
        text-align: left;
        /*padding: 3px 5px;
		line-height: 20px;*/
        margin: 0;
        padding: 0;
    }

        .fvCategory td.label {
            background-color: #fff;
            border: 0px;
            font-weight: bold;
            font-size: 14px;
            width: 80px;
            padding: 0;
            margin: 0;
        }

        .fvCategory td.dataInput {
            background-color: #fff;
            line-height: 20px;
            font-weight: normal;
            font-size: 12px;
            border: 1px solid #666666;
            -webkit-border-radius: 3px 3px;
            -moz-border-radius: 3px 3px;
            border-radius: 3px;
            width: 100px;
        }

        .fvCategory td.Title {
            font-family: Poppins, Lato;
            letter-spacing: 2px;
            font-size: 15px !important;
            font-variant-caps: all-small-caps;
            font-weight: bold;
            background-color: #ffffff !important;
            line-height: 18px;
            text-align: center !important;
            border: 0px;
        }
/**End**/

/*Form View EVent Status section*/
.fvStatus {
    background-color: #fff;
    margin: 5px 10px 5px 5px;
    border: solid 1px #cccccc;
    border-collapse: collapse;
    font-family: Poppins, Lato;
    color: #474747;
    font-size: 13px;
    width: 99%;
    float: left;
    height: auto;
}

    .fvStatus table {
        margin: 0px auto;
    }

    .fvStatus th {
        padding: 4px 6px;
        color: #474747;
        background: #e2dfdf;
        border-left: solid 0px #e5e5e5;
        font-size: 13px;
        width: 100px;
        text-align: center;
        line-height: 25px;
    }

    .fvStatus tr {
    }

    .fvStatus td {
        background-color: #fff;
        vertical-align: middle;
        text-align: center;
        /*padding: 3px 5px;
		line-height: 20px;*/
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

        .fvStatus td.label {
            background-color: #e2dfdf;
            border: 0px;
            font-weight: bold;
            font-size: 14px;
            width: 75px;
            padding: 0 5px;
            margin: 0 5px;
        }

        .fvStatus td.dataInput {
            background-color: #fff;
            line-height: 20px;
            font-weight: normal;
            font-size: 12px;
            border: 1px solid #666666;
            -webkit-border-radius: 3px 3px;
            -moz-border-radius: 3px 3px;
            border-radius: 3px;
            width: 100px;
        }

        .fvStatus td.Title {
            font-family: Poppins, Lato;
            letter-spacing: 2px;
            font-size: 15px !important;
            font-variant-caps: all-small-caps;
            font-weight: bold;
            background-color: #ffffff !important;
            line-height: 18px;
            text-align: center !important;
            border: 0px;
        }

/*Form View Pin section*/
.fvPin {
    background-color: #fff;
    margin: 5px 10px 5px 5px;
    border: solid 1px #cccccc;
    border-collapse: collapse;
    font-family: Poppins, Lato;
    color: #474747;
    font-size: 13px;

    float: left;
    height: auto;

    border-collapse: separate;
}

    .fvPin table {
        margin: 0px auto;
        background-color: #fff !important;
    }

    .fvPin th {
        padding: 4px 6px;
        color: #474747;
        background: red;
        border-left: solid 0px #e5e5e5;
        font-size: 13px;
        width: 100px;
        text-align: center;
        line-height: 25px;
    }

    .fvPin tr {
        background-color: #fff;
        border: 0px!important;
    }

    .fvPin td {
        background-color: #fff!important;
        vertical-align: middle;
        text-align: center;
        /*padding: 3px 5px;
		line-height: 20px;*/
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

        .fvPin td.label {
            background-color: #e2dfdf;
            border: 0px;
            font-weight: bold;
            font-size: 14px;
            width: 75px;
            padding: 0 5px;
            margin: 0 5px;
        }

        .fvPin td.dataInput {
            background-color: #fff;
            line-height: 20px;
            font-weight: normal;
            font-size: 12px;
            border: 1px solid #666666;
            -webkit-border-radius: 3px 3px;
            -moz-border-radius: 3px 3px;
            border-radius: 3px;
            width: 100px;
        }

        .fvPin td.Title {
            font-family: Poppins, Lato;
            letter-spacing: 2px;
            font-size: 15px !important;
            font-variant-caps: all-small-caps;
            font-weight: bold;
            background-color: #ffffff !important;
            line-height: 18px;
            text-align: center !important;
            border: 0px;
        }

.Title {
    font-family: Poppins, Lato;
    letter-spacing: 2px;
    font-size: 15px !important;
    font-variant-caps: all-small-caps;
    font-weight: bold;
    background-color: #ffffff !important;
    line-height: 18px;
    text-align: center !important;
}
/**  News Feed Style **/
.News {
    font-family: Poppins, Lato;
    /*max-width:1100px !important;*/
/*clear:both;*/
}

    .News table {
        line-height: 35px;
        font-size: 12px;
        border: 0px solid #cccccc;
    }

    .News tr {
    }

    .News th {
        text-align: left;
        font-size: 2.2em;
        margin-top: 0.25em;
        margin-right: 0px;
        margin-bottom: 0.25em;
        padding-left: 0px;
        padding-top: 0.25em;
        padding-right: 0px;
        padding-bottom: 0.25em;
        line-height: 1.4;
        color: #646464;
    }

    .News td {
        margin-top: 2px;
        padding-top: 2px;
        padding-left: 20px; 
        padding-bottom: 0px;
        font-size: 15px !important;
        line-height: 22px;
    }

        .News td p {
            clear: both;
            font-size: 13px;
            line-height: 22px;
        }

.EventTitle {
    font-size: 17px;
    font-weight: bold;
    padding-left: 0px !important;
    margin-top: 25px;
    text-transform: uppercase;
}

.SubmitInfo {
    font-style: italic;
    color: #666666;
    margin-bottom: 35px;
    margin-top: 10px;
}

.DescBox
{
    padding-left: 25px !important;
    margin-left:25px;
}
.Event-Descriptions {
    font-family: sans-serif;
    color: #000!important;
}


/**Keep this code at bottom of page**/
.table-curved {
    border-collapse: separate;
    border: solid #ccc 2px;
    border-radius: 9px;
}

    .table-curved tr:last-child td {
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
    }



.textBoxGreen {
    background-color:#a7fdcd;
    vertical-align: middle;
    text-align: center;
    padding: 3px;
    margin: 0 5px 0 5px;
    font-size: 11px;
    width: 120px;
    border: 1px solid #666666;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px;
    color: #000;
    outline: none;
    line-height: 13px;
}

.textBoxreen:hover {
        background-color: #075f2e;
        color: #ffffff;
    }

.newsImage {
    border-radius: 8px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width: 600px;
    min-width: 200px;
    height: auto;
}