﻿/* ----------------------------------------------------------------*/
/* Grid over 1003px (mediaqueries)
-----------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1004px) {


    .colcontentblockleft {
        float: left;
        padding: 15px 0 0 0;
        width: 21% !important;
        min-height: 550px;
        line-height: 1em;
        float: left;
    }

    .colcontentblockright {
        float: right;
        padding: 15px 0 0 0;
        width: 76% !important;
        min-height: 550px;
        _height: 550px;
    }

    #pageheader {
        padding-left: 10px;
        padding-top: 1px;
        border: 1px solid black;
        width: 100%;
        font-size: 20px !important;
        height: 50px;
        color: rgb(0, 0, 0);
        /*line-height: 50px;*/
        /*font-weight: bold;*/
        float: left;
        /*background-image: url(../lib/img/tableheadbkgrnd-blue.gif) !important;
    background-repeat: repeat-x;*/
        background-color: #11347d !important;
        color: #fff;
    }

    #searchbox {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 15px;
        /*border: 1px solid black;*/
        width: 100%;
        font-size: small;
    }

    #headerFont {
        font-size: 20px;
        /*background-color: #2f4c72;*/
    }

    .logo img {
        /*width: 100px;*/
        height: 80px;
        width: auto !important;
    }

    .ImageFrame {
        width: 450px !important;
        height: 300px !important;
    }

    .leftSpace {
        padding-left: 13px;
    }

    .paddingLeft {
        padding-left: 12px;
    }

    .searchHeader {
        font-size: smaller;
    }

    #MobileGreetings {
        visibility: hidden;
    }

    .mediumFont {
        font-size: medium;
    }

    #txtSearch {
        width: 500px;
    }

    #cartCount {
        visibility: hidden;
    }

    #topBannerLogo {
        height: 120% !important;
        width: auto !important;
        margin-top: 10px;
    }

    .popover {
        max-width: 800px;
        height: 800px;
    }


    #searchGridMobile {
        display: none;
    }

    #searchGridDeskTop {
        visibility: visible;
    }

    .conferenceDropDownMobile {
        display: visible;
    }

    .conferenceTextBoxMobile {
        display: none;
    }

    .conferenceLabelMobile {
        display: none;
    }

    .CalendarMobile {
        display: none;
    }

    .CalendarDesktop {
        visibility: visible;
    }

    .mediumFont {
        font-size: smaller;
    }

    .smallFont {
        font-size: small;
    }

    .smallestFont {
        font-size: small;
    }

    .mainBodyBold {
        font-family: Verdana, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        line-height: 15px;
    }

    .dropDownWidth {
        width: 460px !important;
    }

    #yearAndMonth {
        visibility: hidden;
    }

    .upcomingContent {
        line-height: 20px;
    }

    .rlbList {
        line-height: 10px;
        margin: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #DetailsBody {
        margin-left: 20px;
        padding-left: 30px;
        margin-top: 18px;
        width: 800px;
    }

    .mainBodyBold {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    }

    .upcomingLink {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    }

    .showOriginalHeader {
        display: none;
    }

    .showHeader {
        visibility: visible;
    }

    .btn-R12Blue {
        background-color: #21439c !important;
        color: white;
    }

        .btn-R12Blue:hover {
            background-color: #21439c !important;
            color: white !important;
            text-decoration: underline;
        }

        .btn-R12Blue:focus {
            background-color: #21439c !important;
            color: white !important;
            text-decoration: underline;
        }

    .btn-R12Grey {
        background-color: #6C757D !important;
        color: white;
    }

        .btn-R12Grey:hover {
            background-color: #6C757D !important;
            color: white !important;
            text-decoration: underline;
        }

        .btn-R12Grey:focus {
            background-color: #6C757D !important;
            color: white !important;
            text-decoration: underline;
        }

    .RadGrid_Outlook .rgPagerCell .rgNumPart a.rgCurrentPage {
        color: black !important;
        background-color: white !important;
    }

    td.tableAltRow {
        background-color: #F8F8F8 !important;
    }

    th.tableCellHeader {
        font-size: 12px !important;
    }

    td.tableCell {
        font-size: 12px !important;
    }

    td.breakoutheader {
        background-color: #007BFF !important;
    }

    td.breakoutAltRow {
        background-color: white !important;
    }

    div.col-3.border a {
        color: darkred !important;
    }

    span.welcomeMsg {
        color: white !important;
    }

    table#recEventsTable tr td {
        color: black !important;
    }

    a.calendarlink {
        font-size: 12px !important;
    }
}
