﻿body {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}


.ui-widget-header {
    font-size: 10pt;
}

.ui-menu-item {
    font-size: 10pt;
}

#menuHeader img {
    /*position: absolute; 	right: 0px;*/
    float: right;
}

.tableHeader {
    background-color: #f5f5f5;
}

.fixed {
    min-width: 130px !important;
}

.txtHeading {
    font-family: Calibri, Verdana, Arial;
    font-size: 26px;
    font-style: italic;
    margin: 0px;
}

.form-check {
    padding-left: 0;
}

input[type=checkbox] + label {
    margin-left: 5px;
}

.h3 {
    margin-bottom: 20px
}

th.rotate {
    height: 180px;
    vertical-align: bottom;
    white-space: nowrap;
    border-right: 1px solid #ccc;
    font-weight: normal !important;
}

    th.rotate > div {
        width: 30px;
        transform: rotate(270deg) translate(-0px, 0px);
        -webkit-transform: rotate(270deg) translate(-0px, 0px);
        -moz-transform: rotate(270deg) translate(-0px, 0px);
    }

        th.rotate > div > span {
            padding: 5px 10px;
        }

.hover {
    background-color: rgba(176,196,222,.2);
}

caption {
    text-align: left;
    font-weight: bold;
    padding: 2px;
}

.req {
    font-size: 12px;
    color: Red;
}

#footer {
    margin-top: 10px;
    background-color: #EEEEEE;
    border-top: 1px solid gray;
    bottom: 0px;
    height: 32px;
    position: fixed;
    width: 100% !important;
    font-size: 8pt;
}

#bodyDiv {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

a {
    color: #3D59AB;
    text-decoration: none;
}

    a:hover {
        color: #FF4500; /*orangered*/
        text-decoration: underline;
    }

.txt0 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.txtVersion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #DCDCDC;
    padding-right: 5px;
}

.txt1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.readonly {
    background-color: #FFDEAD; /*navajowhite*/
}

.disabledTextBox {
    border: 1px solid buttonshadow;
    background-color: #CCCCCC;
}


#ctl00_divError {
    position: absolute;
}

#divNoScript {
    position: absolute;
    left: 250px;
    top: 15px;
    width: auto;
    height: auto;
}

.divNoScript {
    color: black;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    padding: 5px;
}

#mailSent {
    color: White;
    position: relative;
    padding: 10px;
    border: 1px solid black;
    background-color: Green;
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

#divScores {
    height: 40px;
    font-size: large;
}

#loadingContainer {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 30px;
    margin: -30px 0 0 -30px;
}

#menuHeader {
    background-color: #B0C4DE;
    background-image: url(../images/newlogo.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 61px;
    border-bottom: 1px solid Gray;
}

.rqd {
    color: #FF0000;
}

.eventNotes {
    max-width: 800px;
}



/* Component styles */
.wrapper {
    line-height: 1.5em;
    margin: 0 auto;
    padding: 0px !important;
    width: 98%;
    max-width: 1900px;
    overflow: hidden;
}

    .wrapper table {
        border-collapse: collapse;
        margin: 0px !important;
        padding: 0px;
        width: 100%;
        background: #fff;
    }

    .wrapper td, th {
        padding: 5px;
        text-align: left;
    }

    .wrapper th {
        background-color: #4F94CD;
        font-weight: normal;
        color: #fff;
        white-space: nowrap;
    }

    .wrapper tbody th {
        background-color: #4682B4;
        font-weight: normal;
    }

    .wrapper tbody tr:nth-child(2n-1) {
        background-color: #f5f5f5;
        transition: all .125s ease-in-out;
    }

    .wrapper tbody tr:hover {
        background-color: rgba(176,196,222,.5);
    }

        .wrapper tbody tr:hover th {
            color: gold;
        }

.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin: 0px;
    width: 100%;
}

    .sticky-wrap .sticky-thead, .sticky-wrap .sticky-col, .sticky-wrap .sticky-intersect {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .125s ease-in-out;
        z-index: 50;
        width: auto;
    }

    .sticky-wrap .sticky-thead {
        box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
        z-index: 100;
        width: 100%;
    }

    .sticky-wrap .sticky-intersect {
        opacity: 1;
        z-index: 150;
    }

        .sticky-wrap .sticky-intersect th {
            /*	background-color: #666; 	color: #eee;*/
        }

    .sticky-wrap td, .sticky-wrap th {
        box-sizing: border-box;
    }

    .sticky-wrap.overflow-y {
        overflow-y: auto;
        max-height: 70vh;
    }


.row.form-group {
    padding-top: 3px;
    padding-bottom: 3px;
}
