﻿* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

body {
    -webkit-text-size-adjust: 100%;
    font-size: 110%;
    font-family: 'Segoe UI', sans-serif;
    color: #333333;
    margin: 0;
}

textarea {
    font-family: inherit;
    font-size: inherit;
}

input, textarea, select {
    border: 1px solid #4682b4;
}

    input:hover, textarea:hover, select:hover {
        border-color: #FF9933;
    }

    /* input:read-only {
        border-style: none;
    }*/

    input[type="text"]:focus,
    input[type="url"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    .mytextarea:focus,
    select:focus {
        border-color: #2196F3 !important;
        box-shadow: 0 0 3px #2196F3 !important;
        outline: none !important;
    }

    input[type="submit"] {
        border: 1px solid #000000;
        color: #000000;
        cursor: pointer;
        background-color: #FFFFFF;
    }

    input[type=submit]:hover {
        background-color: #DCE4F5;
    }

    input[type=submit]:disabled,
    button:disabled {
        background-color: #DCE4F5;
        opacity: 0.5;
        color: #9d9b9b
    }

p {
    font-size: 1.0rem;
    text-align: justify;
}

/* Custom Checkbox */
/* Customize the label (the container) */
.ccbcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .ccbcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgb(194,213,241);
}

/* On mouse-over, add a grey background color */
.ccbcontainer:hover input ~ .checkmark {
    background-color: rgb(69,104,152);
}

/* When the checkbox is checked, add a blue background */
.ccbcontainer input:checked ~ .checkmark {
    background-color: rgb(69,104,152);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ccbcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ccbcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end custom checkbox */

.expdiv {
    width: 100%;
    max-width: 700px;
    height: auto !important;
    height: 240px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
}

.varwidth {
    width: 66%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 479px) {

    .varwidth {
        /* forces max width on small screens */
        width: 94% !important;
    }
}

.bannerpic {
    width: 100%;
    height: auto;
}

/* Banner */
#right {
    margin-left: 180px;
    background: #ffffff;
}

#left {
    width: 170px;
    float: left;
    background: #ffffff;
}

.outerwrap {
    position: relative;
    overflow: hidden;
}

.container {
    float: left;
    position: relative;
    left: 50%;
}

.center {
    float: left;
    position: relative;
    left: -50%;
}

.infopanel {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: none;
    clear: both;
    min-height: 30vh;
}

.infoframe {
    border: 1px solid #808080;
    height: 200px;
    text-align: center;
}

.pthanks {
    padding-top: 0px;
    padding-left: 0px;
    font-size: inherit;
    line-height: inherit;
}

/* Venue panel*/
#venueleft {
    width: 60%;
    float: left;
}

#venueright {
    width: 35%;
    float: right;
}

@media screen and (max-width: 480px) {
    #venueleft {
        width: 100%;
    }

    #venueright {
        width: 100%;
    }
}

.text4 {
    padding-right: 0.4rem;
}

.rferror {
    /* see applib:RequiredField_CustomValidator() */
    border-color: red !important;
    box-shadow: 0 0 10px red;
}

.extlink {
    position: absolute;
    bottom: 0px;
    right: 4px;
    background-image: url('../Images/extlink.png');
    background-repeat: no-repeat;
    width: 12px;
    height: auto;
}

.noextlink {
    display: none;
}

.midtext {
    width: 84%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.w100text {
}

#row1left, #row2left {
    float: left;
    width: 50%;
    text-align: center;
}

#row1right, #row2right {
    float: left;
    min-width: 150px;
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 479px) {
    #row1left, #row2left {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        background-color: #FFFFFF;
    }

    #row1right, #row2right {
        min-width: 150px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        margin-top: 0px;
        background-color: #FFFFFF;
    }

    .midtext {
        margin-right: auto;
        margin-left: auto;
    }

    .w100text {
        /* forces max width on small screens */
        width: 100% !important;
    }
}

h1, h2, h4, h6 {
    margin: 0px;
    font-size: 1.20rem;
    color: #052a71;
    font-weight: normal;
}

/*h2 {
    margin: 0px;
    font-size: 0.70rem;
    color: #052a71;
    font-weight: normal;
}*/

h3 {
    margin: 0px;
    font-size: 0.80rem;
    color: #ffffff;
    font-weight: normal;
}

/*h4 {
    margin: 0px;
    font-size: 1.10rem;
    color: #052a71;
    font-weight: normal;
}
*/
img {
    border-style: none;
}

.textboxhover {
    background-color: #DCE4F5;
}

.tb {
    border: 1px solid #2E52A4;
    background-image: url('../../images/textboxfade.png');
    background-repeat: repeat-x;
    color: #2E52A4 !important;
}

textarea {
    font-family: inherit;
    font-size: inherit;
    resize: vertical;
}

a {
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}

.bluelink {
    font-weight: normal;
    color: #2E52A4;
    text-decoration: underline;
}

.taplink {
    padding: 1px 9px 1px 8px;
    border: 1px solid #000000;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    text-decoration: none;
}

taplink:hover {
    background-color: #DCE4F5;
}

 .tapbtn {
    padding: 2px 9px 1px 8px;
    border: 2px solid #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}

.tapbtn2 {
    padding: 1px 9px 2px 8px;
    border: 2px solid #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 120%;
}

.tapbtn a {
    text-decoration: none;
}

.namepos {
    padding-bottom: 3px;
}

.round {
    border: 1px solid #666666;
    border-radius: 4px;
}
/*CCEEF2*/
.altrow {
    background-color: #CBDCED;
}

.errmsg {
    color: #FF0000;
    font-size: smaller;
}


select {
    border: 1px solid #2E52A4;
    color: #2E52A4;
}

.col00 {
    background: rgb(69,104,152) !important;
}

.col01 {
    background: rgb(76,114,167) !important;
}

.col02 {
    background: rgb(83,127,184) !important;
}

.col03 {
    background: rgb(103,145,201) !important;
}

.col04 {
    background: rgb(128,164,211) !important;
}

.col05 {
    background: rgb(150,180,222) !important;
}

.col06 {
    background: rgb(175,200,234) !important;
}

.col07 {
    background: rgb(194,213,241) !important;
}

.col08 {
    background: rgb(69,104,152) !important;
}

.col09 {
    background: rgb(76,114,167) !important;
}

.col10 {
    background: rgb(83,127,184) !important;
}

.col11 {
    background: rgb(103,145,201) !important;
}

.col12 {
    background: rgb(128,164,211) !important;
}

.col13 {
    background: rgb(150,180,222) !important;
}

.col14 {
    background: rgb(175,200,234) !important;
}

.col15 {
    background: rgb(194,213,241) !important;
}

.bdr00 {
    border-color: rgb(69,104,152) !important;
}

.bdr01 {
    border-color: rgb(69,104,152) !important;
}

.bdr02 {
    border-color: rgb(69,104,152) !important;
}

.bdr03 {
    border-color: rgb(69,104,152) !important;
}

.bdr04 {
    border-color: rgb(69,104,152) !important;
}

.bdr05 {
    border-color: rgb(69,104,152) !important;
}

.bdr06 {
    border-color: rgb(69,104,152) !important;
}

.bdr07 {
    border-color: rgb(69,104,152) !important;
}

.bdr08 {
    border-color: rgb(69,104,152) !important;
}

.bdr09 {
    border-color: rgb(69,104,152) !important;
    background: rgb(76,114,167) !important;
}

.bdr10 {
    border-color: rgb(69,104,152) !important;
}

.bdr11 {
    border-color: rgb(69,104,152) !important;
}

.bdr12 {
    border-color: rgb(69,104,152) !important;
}

.bdr13 {
    border-color: rgb(69,104,152) !important;
}

.bdr14 {
    border-color: rgb(69,104,152) !important;
}

.bdr15 {
    border-color: rgb(69,104,152) !important;
}

.colred {
    background: rgb(255,0,0) !important;
}

.bdrred {
    border-color: rgb(255,0,0) !important;
}

.colwhite {
    background: rgb(255,255,255) !important;
    color: rgb(69,104,152) !important;
}

.bdrwhite {
    border-color: rgb(69,104,152) !important;
}

.colresults {
   background: rgb(204,0,153) !important;
}

.bdrresults {
    border-color: rgb(204, 0 ,153) !important;
}

.colempty {
    background: #E0E0E0 !important;
}

.nlthankyou {
    display: none;
    margin: 0 0 13px;
    padding: 10px;
    border: solid 1px #bd8;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.modalPopup {
    border: 1px solid Gray;
    background-color: #ffffff;
    padding: 0px;
    text-align: left;
}

.modalPopupDragHandle {
    background-color: #ffffff;
    padding: 2px;
    width: 100%;
    font-weight: bold;
    text-align: left;
}

.help {
    font-size: 90%;
    font-weight: normal;
}

.redstar {
    color: #ff0000;
    font-size: 200%;
    vertical-align: top;
}

.reddagger {
    color: #ff0000;
    vertical-align: top;
}

.eform {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1rem;
}

.boxl {
    width: 98%;
}

.boxm {
    width: 75%;
}

.boxs {
    width: 40%;
}

#venueleft {
    width: 60%;
    float: left;
}

#venueright {
    width: 35%;
    float: right;
}

@media screen and (max-width: 479px) {
    .eform {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 1rem;
    }

    .boxl {
        width: 98%;
    }

    .boxm {
        width: 98%;
    }

    .boxs {
        width: 50%;
    }

    .text4 {
        padding-right: 0.0rem;
    }

    #venueleft {
        width: 100%;
    }

    #venueright {
        width: 100%;
    }
}

/* GridView */
.mGrid {
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: 1px none #c1c1c1;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        /*border: solid 1px #c1c1c1;*/
        color: #707070;
        font-size: 0.7rem;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #525252;
        /*background: #ffffff url('../images/grd_head.png') repeat-x top;    
    background-position: top;*/
        border-left: solid 1px #c1c1c1;
        /*border-right: solid 1px #c1c1c1;*/
        /*border-top: solid 1px #c1c1c1;*/
        font-size: 0.7rem;
        font-weight: normal;
    }

        .mGrid th a {
            padding-right: 2rem;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
        }

    .mGrid .alt {
        background-color: #CBDCED;
    }

    .mGrid .pgr {
        background: #ffffff;
        border-color: #C1C1C1;
        border-width: 1px;
        border-style: Solid;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #c1c1c1;
            font-weight: bold;
            color: #c1c1c1;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

    .mGrid .sel {
        background: #fcfcfc url(../../images/grd_sel.png) repeat-x top;
    }

.sortasc-header A {
    background-position: right center;
    background-image: url('../Admin/images/sortasc.png');
    background-repeat: no-repeat;
}

.sortdesc-header A {
    background-position: right center;
    background-image: url('../Admin/images/sortdesc.png');
    background-repeat: no-repeat;
}

/* alternate row style for use when not in an mgrid */
.altrow {
    background: #fcfcfc url(../../images/grd_alt.png) repeat-x top;
}

/* touch screen vs computer */
/* touch */
.click {
    display: none;
}

.tap {
    display: inline-block;
}

/* computer */
@media (pointer: fine) {
    .click {
        display: inline-block;
    }

    .tap {
        display: none;
    }
}