﻿@charset "utf-8";
/* CSS Document */
html {
    background: url(/images/layout/bg-pattern.gif);
    padding: 0px;
    margin: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875em;
    line-height: 1.4em;
    color: #444444;
    display: block;
    overflow-x: hidden;
}
/* =================================
* Grid Styles Default
* Used for general layout
================================= */
.wrapper {
    padding: 0;
    float: left;
    display: block;
    margin-right: 3%;
    /*overflow: auto;*/
   
    /*position: absolute;*/
    
}

    .wrapper.last {
        margin-right: 0 !important;
        /*overflow: auto;*/
    }
/* =================================
* Grid Styles Default
* 10 Column Gird
* Used for general layout
================================= */
.col-10-1 {
    width: 7.3%;
}

.col-10-2 {
    width: 17.6%;
}

.col-10-3 {
    width: 27.9%;
}

.col-10-4 {
    width: 38.2%;
}

.col-10-5 {
    width: 48.5%;
}

.col-10-6 {
    width: 58.8%;
}

.col-10-7 {
    width: 69.1%;
}

.col-10-8 {
    width: 79.4%;
}

.col-10-9 {
    width: 89.7%;
}

.col-10-10 {
    width: 100%;
}
/* =================================
* Grid Styles Special
* 12 Column Grid
* Used for unique areas where spaces need to be divided in 3rds and 4ths
=================================
*/
.col-12-1 {
    width: 5.5%;
}

.col-12-2 {
    width: 14%;
}

.col-12-3 {
    width: 22.5%;
}

.col-12-4 {
    width: 31%;
}

.col-12-5 {
    width: 39.5%;
}

.col-12-6 {
    width: 48%;
}

.col-12-7 {
    width: 56.5%;
}

.col-12-8 {
    width: 65%;
}

.col-12-9 {
    width: 73.5%;
}

.col-12-10 {
    width: 82%;
}

.col-12-11 {
    width: 90.5%;
}

.col-12-12 {
    width: 99%;
    margin: 0;
}

img {
    border: 0px;
}

a,
a:link,
a:visited,
a:active {
    font-family: Arial, Helvetica, sans-serif;
    color: #D18609;
}

    a:hover {
        color: #B87403;
    }


h2 {
    margin: 0;
    color: #0A6F7E;
    font-size: 20px;
    /* text-shadow:1px 1px 1px #FFFFFF; */
    line-height: 28px;
}

h2.custom {
    margin: 0 350px;
    color: #0A6F7E;
    font-size: 20px;
    /* text-shadow:1px 1px 1px #FFFFFF; */
   
}

h3 {
    margin: 0;
    color: #0A6F7E;
    font-size: 18px;
    /* text-shadow:1px 1px 1px #FFFFFF; */
    line-height: 23px;
}

h4 {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin: 0px;
}

h5 {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    margin: 0px;
}

.font-xsmall {
    font-size: 10px !important;
}

.font-small {
    font-size: 12px !important;
}

.font-medium {
    font-size: 14px !important;
}

.font-large {
    font-size: 16px !important;
}

.intro-text {
    font-size: 17px;
    line-height: 22px;
    color: #0A6F7E;
}

br.clear {
    display: block;
    clear: both;
    height: 1px;
}

hr {
    display: block;
    float: left;
    width: 100%;
    margin: 1.5em 0;
    border-top: solid 1px #BCBBB7;
    border-bottom: solid 1px #EDEDED;
}

.block {
    display: block;
}

.center {
    text-align: center !important;
}

.tright {
    text-align: right !important;
}

.tleft {
    text-align: left !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.no-margin {
    margin: 0 !important;
}

.all-margin {
    margin: 25px !important;
}

.left-margin {
    margin-left: 25px !important;
}

.right-margin {
    margin-right: 25px !important;
}

.top-margin {
    margin-top: 25px !important;
}

.bottom-margin {
    margin-bottom: 25px !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.border-left {
    border-left: solid 1px #e0e0e0;
}

.border-right {
    border-right: solid 1px #e0e0e0;
}

.border-top {
    border-top: solid 1px #e0e0e0;
}

.border-bottom {
    border-bottom: solid 1px #e0e0e0;
}

.no-border {
    border: none !important;
}

.no-left-border {
    border-left: none !important;
}

.no-right-border {
    border-right: none !important;
}

.no-top-border {
    border-top: none !important;
}

.no-bottom-border {
    border-bottom: none !important;
}

.no-padding {
    padding: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.box-size {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.generic {
    list-style-type: none;
    padding: 0;
}

.underline {
    text-decoration: underline;
}

.dark {
    color: #222 !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.sub-text {
    font-size: .75rem !important;
    font-style: italic;
}

.body-home {
    background: url(/images/layout/bg-home.jpg) repeat-x;
}

.body-interior {
    background: url(/images/layout/bg-interior.jpg) repeat-x;
}

.body-wrapper {
    display: block;
    margin: 0px auto;
    width: 900px;
}


.body-wrapper2 {
   display: block;
    display: inline-block;
     width: 30px;
     height: 30px;
    float: left;
    margin-left: 400px;
}

.icon-checkmark.circle-green {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0D6A72;
    padding: 4px;
    color: #FFF;
}

.icon-checkmark.circle-white {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFF;
    padding: 4px;
    color: #0D6A72;
}
/* Button Styles */
/*Normal Action Link*/
.button-action {
    display: block;
    float: left;
    clear: both;
    cursor: pointer;
    padding: .75em 1em;
    margin: .5em 0;
    border: none;
    background-color: #FDC540;
    font-weight: bold;
    font-size: 1.3em !important;
    text-decoration: none !important;
    text-shadow: 0 1px #f6d5a3;
    color: #AA5D09 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .button-action.right {
        float: right;
    }

    .button-action:hover {
        background-color: #fab000;
    }

    .button-action.header-btn-right {
        float: right;
        clear: none;
        margin: 0;
    }



/*Form Button*/
.button-form {
    display: block;
    float: left;
    clear: both;
    cursor: pointer;
    padding: .75em 1em;
    margin: .5em 0;
    border: none;
    background-color: #096555;
    font-weight: bold;
    font-size: 1.3em;
    text-shadow: 0 1px #04382F;
    color: #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .button-form.right {
        float: right;
    }

      .button-form.custom {
        margin: .5em 325px;
    }

    .button-form:hover {
        background-color: #04382F;
    }



.multi-btn-line {
    clear: none;
}

.full-btn-line {
    width: 100%;
}

.button-form.inactive {
    background-color: #CACACA;
    text-shadow: none;
    cursor: initial;
}

    .button-form.inactive:hover {
        background-color: #CACACA;
        text-shadow: 0;
    }
/*Small Action Link*/
.button-small-action {
    display: block;
    float: left;
    clear: both;
    cursor: pointer;
    padding: .5em .75em;
    border: none;
    background-color: #DDDDDD;
    font-size: 1.1em;
    color: #666666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .button-small-action:hover {
        background-color: #D0D0D0;
    }
/*Tiny Action Link*/
.button-tiny-action {
    border: none;
    color: #AA5D09;
    background-color: initial;
    cursor: pointer;
    text-decoration: underline;
    font-size: 1rem;
}
/* Form Styles */
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"],
select,
textarea {
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-top: 2px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    display: block;
    background: #FFF;
    padding: 7px;
    margin-bottom: 10px;
    outline: 0;
    font-size: 12px;
    font-family: arial, sans-serif;
    color: #666;
    margin-right: 0px;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    position: relative;
    top: 2px;
}

input.tiny,
select.tiny,
textarea.tiny {
    width: 10% !important;
}

input.small,
select.small,
textarea.small {
    width: 25% !important;
}

input.medium,
select.medium,
textarea.medium {
    width: 35% !important;
}

input.large,
select.large,
textarea.large {
    width: 50% !important;
}

input.xlarge,
select.xlarge,
textarea.xlarge {
    width: 65% !important;
}

input.xxlarge,
select.xxlarge,
textarea.xxlarge {
    width: 75% !important;
}

input.xxxlarge,
select.xxxlarge,
textarea.xxxlarge {
    width: 95% !important;
}

input.full,
select.full,
textarea.full {
    width: 100% !important;
}

textarea {
    max-width: 100%;
    line-height: 150%;
}

    textarea.short-textarea {
        height: 80px;
    }

    input[type="text"]:active,
    input[type="password"]:active,
    textarea:active,
    select:active,
    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border-color: #0A6F7E;
    }

    input.error,
    textarea.error,
    select.error {
        border-color: #BD091B !important;
    }

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form p {
    margin-top: 15px;
    margin-bottom: 5px;
}

    form p:first-child {
        margin-top: 0;
    }

form small {
    font-weight: normal;
    font-size: 10px;
    color: #999;
}

.validation-error {
    font-style: italic;
    color: #BD091B !important;
}


/*********************/
/* NEW HEADER 2017 */
/*********************/

.new-site-body {
    height: 212px;
    background-color: white;
    top: 0;
    margin-top: -19px;
}

/*Activate this class when ready to switch over!*/
.body-interior {
    height: 89px;
    background-color: white;
    margin-top: -9px;
    background-image: none;
}

.csf-header {
    height: 89px;
    background: #FFF;
}

.header-logo {
    float: left;
    display: inline-block;
    width: 295px;
    height: auto;
}

.header-logo a {
    display: block;
    height: auto;
    text-decoration: none;
}

.header-logo a img {
    display: block;
    height: auto;
    width: 100%;
}

.csf-nav-menu {
    display: inline-block;
    float: right;
    margin-top: 42px;
}

.csf-nav-menu a {
    text-decoration: none;
    color: #0d6366;
}

.csf-nav-menu a:hover {
    color: #094749;
}

.csf-nav-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.csf-nav-menu ul li {
    font-size: 1.2rem;
    color: #094749;
}




/* Quote Bubble */

/*Right triangle, placed bottom right side slightly in*/

/*.tri-right.border.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 30px;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}*/




/* Generic modal Styles */
.generic-modal-header {
    position: relative;
    background: #f5f5f5;
    width: 400px;
    padding: 15px 20px;
    color: #096555;
    font-weight: bold;
    font-size: 1.5em;
}

.generic-modal-content {
    width: 400px;
    padding: 5px 10px;
    color: #444444;
    font-size: 1.2em;
}

.generic-modal-footer {
    background: #f5f5f5;
    width: 400px;
    padding: 8px 10px;
    color: white;
    font-weight: 900;
    font-size: 40px;
}

.header-modal-close {
    position: absolute;
    top: 6px;
    right: 9px;
    cursor: pointer;
    font-size: 19px;
    color: #000;
    text-shadow: none;
}

.footer-modal-close {
    float: right;
    cursor: pointer;
    background-color: #2cf;
    color: #fff;
    font-weight: 900;
    padding: 0 20px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
/* Site Masthead and Navigation */
.masthead {
    display: block;
    float: left;
    width: 900px;
    height: 84px;
    clear: both;
    background: url(/images/layout/mast-head.jpg) no-repeat;
}

    .masthead div {
        display: block;
        float: right;
        width: 400px;
        color: #FFFFFF;
        margin: 34px 0px 0px 0px;
        text-shadow: -1px -1px -1px #000000;
        text-align: right;
        font-size: 20px;
    }

a.logo-nav {
    display: block;
    float: left;
    width: 297px;
    height: 50px;
    margin-top: 18px;
    text-decoration: none;
    background-image: url(/images/layout/logo-main.jpg);
    background-position: 0px 0px;
}

    a.logo-nav:hover {
        background-position: 0px -50px;
    }

ul.main-nav {
    display: block;
    float: left;
    width: 900px;
    height: 35px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.main-nav li {
        display: block;
        float: left;
        height: 35px;
    }

        ul.main-nav li a {
            display: block;
            float: left;
            height: 26px;
            text-align: center;
            padding: 9px 0px 0px 0px;
            font-size: 13px;
            font-weight: normal;
            color: #FFFFFF;
            text-decoration: none;
            background-position: 0px -70px;
            text-shadow: -1px -1px -1px #000000;
        }

.reg:hover {
    background-position: 0px -35px;
}

.current {
    background-position: 0px 0px !important;
    color: #0A6F7E !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px #FFFFFF !important;
}

#navLinkHome {
    width: 69px;
    background-image: url(/images/layout/btn-home.jpg);
}

#navLinkAbout {
    width: 80px;
    background-image: url(/images/layout/btn-about.jpg);
}

#navLinkAccomodations {
    width: 129px;
    background-image: url(/images/layout/btn-accomodations.jpg);
}

#navLinkRegister {
    width: 90px;
    background-image: url(/images/layout/btn-register.jpg);
}

#navLinkAgenda {
    width: 90px;
    background-image: url(/images/layout/btn-agenda.jpg);
}

#navLinkCme {
    width: 90px;
    background-image: url(/images/layout/btn-cme.jpg);
}

#navLinkExhibitors {
    width: 100px;
    background-image: url(/images/layout/btn-exhibitors.jpg);
}

#navLinkFees {
    width: 72px;
    background-image: url(/images/layout/btn-fees.jpg);
}

#navLinkFaculty {
    width: 90px;
    background-image: url(/images/layout/btn-faculty.jpg);
}

#navLinkBlog {
    width: 72px;
    background-image: url(/images/layout/btn-contact.jpg);
}

#navLinkContact {
    width: 90px;
    background-image: url(/images/layout/btn-contact.jpg);
}

.ExhibitorRegistrationAdditionalOptionsDiv {
    text-wrap: normal;
    width: 65%;
    float: left;
}

.page-title-wrapper {
    display: block;
    float: left;
    clear: both;
    width: 900px;
    padding: 30px 0 0;
}

.page-title-wrapper h1 {
        font-weight: normal;
        font-size: 27px;
        color: #097876;
        float: left;
        margin: 0;
        padding-top: 5px;
        height: 27px;
        display: block;
        width: 600px;
        text-shadow: 1px 1px 1px #FFFFFF;
    }

.main-content {
    display: block;
    float: left;
    width: 645px;
    margin: 25px 25px 25px 0;
}

.main-content2 {
    display: block;
    float: left;
    /*width: 1000px; Does not fit within site-wide width, hurts layout..*/
    margin: 25px 0;
}

a.alt-a {
    color: #333333;
    text-decoration: none;
}

    a.alt-a:hover {
        text-decoration: underline;
        color: #0A6F7E;
    }
/* In Session Section */
.in-session {
    display: block;
    float: left;
    margin: 2em 0 .5em 0;
    padding: 0 1em 1em 1em;
    background-color: #0A6F7E;
    width: 876px;
    color: #fff;
    text-align: center;
}

.in-session h1 {
    display: block;
    width: 100%;
    color: white;
    text-shadow: 1px 1px 1px #222222 !important;
}

    .in-session p {
        width: 700px;
        margin: 0 auto;
        font-size: 1.1em;
    }
/*Side Bar*/ 
.side-bar {
    display: block;
    margin-top: 25px;
    float: left;
    width: 210px;
    padding: 10px;
    background: url(/images/layout/side-bar-bg.gif) repeat-y;
}

/*.sidebar-quote {
    font-size: 12px;
    font-style: italic;
    color: #FFF;
    background: url(/images/layout/quote-bg.jpg) no-repeat #138da8;
    padding: 10px 10px 0px 10px;
    width: 170px;
    display: block;
}

.sidebar-quote-bottom {
    background: url(/images/layout/quote-bottom.jpg) no-repeat;
    width: 190px;
    height: 28px;
    clear: both;
    display: block;
}*/ 


/* Side Bar CSS Example */
.sidebar-quote {
    display: block;
    position: relative;
    margin-bottom:2em;
    padding: 10px 10px 12px;
    width: 170px;
    clear: both;
    font-size: 12px;
    font-style: italic;
    color: #FFF;
    background: no-repeat #138da8;
}

.sidebar-quote:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: auto;
  right: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: #138da8 transparent transparent #138da8;
}




.side-bar-callout {
    display: block;
    float: left;
    clear: both;
    width: 188px;
    padding: 10px;
    margin-bottom: 10px;
    background: #E0E0E0;
    /* border-top:1px solid #CBCBCB;
    border-left:1px solid #CBCBCB;
    border-bottom:1px solid #EDEDED;
    border-right:1px solid #EDEDED; */
}

.side-bar-slideshow {
    display: block;
    float: right;
    width: 188px;
    padding: 10px;
    background: #D1D1D1;
    margin: 0 0 20px 0;
}

    .side-bar-slideshow a,
    .side-bar-slideshow a:link,
    .side-bar-slideshow a:visited,
    .side-bar-slideshow a:active,
    .side-bar-slideshow a:hover {
        text-decoration: none;
        color: #333333;
    }

    .side-bar-slideshow img {
        width: 188px;
        height: 135px;
        margin-bottom: 10px;
        background: #FFFFFF;
    }

a.side-bar-slideshow-btn,
a.side-bar-slideshow-btn:link,
a.side-bar-slideshow-btn:visited,
a.side-bar-slideshow-btn:active {
    color: #333333;
    display: block;
    float: left;
    clear: both;
    text-decoration: none;
}

    a.side-bar-slideshow-btn:hover {
        text-decoration: underline;
    }

.side-bar-list {
    padding: 0 0 0 1.25em;
}

.footer-wrapper {
    display: block;
    float: left;
    width: 900px;
    padding: 20px 0;
}

a.btn-register-main {
    text-decoration: none;
    display: block;
    float: right;
    width: 170px;
    height: 48px;
    margin-top: -9px;
    background-image: url(/images/layout/btn-register-main.png);
    background-position: 0 0;
}

    a.btn-register-main:hover {
        background-position: 0 -48px;
    }

a.btn-register-attendees {
    text-decoration: none;
    display: block;
    float: left;
    width: 238px;
    height: 40px;
    margin-top: -9px;
    background-image: url(/images/layout/btn-register-attendees.png);
    background-position: 0 0;
}

    a.btn-register-attendees:hover {
        background-position: 0 -40px;
    }

a.btn-register-residents {
    text-decoration: none;
    display: block;
    float: left;
    width: 238px;
    height: 40px;
    margin-top: -9px;
    background-image: url(/images/layout/btn-register-residents.png);
    background-position: 0 0;
}

    a.btn-register-residents:hover {
        background-position: 0 -40px;
    }

a.btn-register-exhibitors {
    text-decoration: none;
    display: block;
    float: left;
    width: 238px;
    height: 40px;
    margin-top: -9px;
    background-image: url(/images/layout/btn-register-exhibitors.png);
    background-position: 0px 0px;
}

    a.btn-register-exhibitors:hover {
        background-position: 0px -40px;
    }

a.btn-register-ala-carte {
    text-decoration: none;
    display: block;
    float: left;
    width: 304px;
    height: 40px;
    margin-top: -9px;
    background-image: url(/images/layout/btn-ala-carte.png);
    background-position: 0px 0px;
}

    a.btn-register-ala-carte:hover {
        background-position: 0px -40px;
    }
/* Home Page */
.home-hero-wrapper {
    display: block;
    float: left;
    height: 291px;
    width: 900px;
    clear: both;
    background: #FFFFFF;
}

.home-callout {
    display: block;
    float: left;
    width: 286px;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .home-callout h3 {
        display: block;
        float: left;
        width: 266px;
        padding: 8px 10px;
        color: #FFFFFF;
        text-shadow: -1px -1px -1px #04382f;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 15px 0;
        background: #096555;
    }

.navi {
    position: absolute;
    z-index: 1000;
    width: 90px;
    height: 20px;
    margin: 260px 0 0 794px;
}

    .navi a {
        width: 18px;
        height: 18px;
        float: left;
        background: url(/images/content/home/carousel-controls.png) 0 0 no-repeat;
        display: block;
        font-size: 1px;
        cursor: pointer;
    }

        .navi a:hover {
            background-position: -18px 0;
        }

        .navi a.active {
            background-position: -36px 0px;
        }

.scrollable {
    position: relative;
    overflow: hidden;
    width: 900px;
    height: 291px;
}

    .scrollable .items {
        width: 20000em;
        position: absolute;
        clear: both;
    }

    .scrollable a,
    .scrollable a:link,
    .scrollable a:visited,
    .scrollable a:hover {
        margin: 0px;
        padding: 0px;
    }

    .scrollable img {
        float: left;
        background-color: #fff;
        cursor: pointer;
        width: 900px;
        height: 291px;
    }

    .scrollable .active {
        z-index: 9999;
        position: relative;
    }

.items div {
    display: block;
    width: 900px;
    height: 291px;
    float: left;
}

.brands-wrapper {
    display: block;
    width: 645px;
    float: left;
    margin: 7px 0;
    padding: 0;
}

.logo-wrapper {
    float: left;
    display: block;
    width: 150px;
    height: 100px;
    padding: 0px;
    background: #E7E7E7;
}

.brands-wrapper .border-right,
.logo-border-right {
    margin-right: 14px;
}
/*--------------------------*/
/*------Login-------*/
/*--------------------------*/
.login-area {
    display: block;
    float: left;
    width: 100%;
    /*height: 460px;*/
    clear: both;
    margin: 0 0 1em 0;
    padding: 1em 2em 2.5em 2em;
    background-color: #FFF;
    color: #666666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .login-area h1,
    .login-area h3 {
        text-align: center;
        margin-bottom: 1em;
    }

    .login-area h1 {
        font-size: 1.85em;
    }

    .login-area .login-fields-left {
        width: 80%;
        margin-left: 1em;
    }

    .login-area .login-fields-right {
        width: 80%;
        margin-left: 3em;
    }

    .login-area .border-right,
    .login-area .border-left {
        margin: 1px;
    }

.login-button-center {
    margin-left: 5em;
}

.login-register-stage {
    position: relative;
    perspective: 1000px;
    height: 460px;
    width: 630px;
}

.login-register-container {
    position: absolute;
    height: 100%;
    width: 100%;
}

    .login-register-container.show-register .login-container {
        z-index: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .login-register-container.show-register .register-container {
        z-index: 2;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.login-container,
.register-container {
    position: absolute;
}

.login-container {
    z-index: 2;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.register-container {
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
/*--------------------------*/
/*------Fees-------*/
/*--------------------------*/
.heading-bar {
    display: block;
    float: left;
    width: 100%;
}

    .heading-bar h3,
    h3.heading-bar {
        display: block;
        float: left;
        width: 100%;
        margin: 1em 0;
        clear: both;
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        padding: 6px 0 6px 10px;
        background-color: #096555;
        color: #FFFFFF;
        text-shadow: -1px -1px -1px #04382f;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

em.disclaimer {
    font-size: 10px;
    line-height: 16px;
}
/*--------------------------*/
/*------About-------*/
/*--------------------------*/
.about-slideshow {
    display: block;
    float: right;
    width: 230px;
    padding: 10px;
    background: #D1D1D1;
    margin: 0 0 20px 20px;
}

    .about-slideshow a,
    .about-slideshow a:link,
    .about-slideshow a:visited,
    .about-slideshow a:active,
    .about-slideshow a:hover {
        text-decoration: none;
        color: #333333;
    }

    .about-slideshow img {
        width: 230px;
        height: 230px;
        margin-bottom: 10px;
        background: #FFFFFF;
    }

a.about-slideshow-btn,
a.about-slideshow-btn:link,
a.about-slideshow-btn:visited,
a.about-slideshow-btn:active {
    color: #333333;
    display: block;
    float: left;
    clear: both;
    text-decoration: none;
}

    a.about-slideshow-btn:hover {
        text-decoration: underline;
    }
/*Synopsis of Previous Years*/
.synopsis-section {
    display: block;
    float: left;
    width: 100%;
    margin: 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #BCBBB7;
}

    .synopsis-section img {
        float: left;
        margin: 0 20px 20px 0;
    }

    .synopsis-section ul li {
        margin-left: 18em;
    }
/*------- Tables -------*/
/*Grey, alternate rows*/
table.reg {
    border-collapse: collapse;
    background: #E0E0E0;
    border-top: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-bottom: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
    width: 643px;
}

    table.reg ul {
        margin: 0 !important;
        padding-left: 20px !important;
    }

    table.reg td {
        padding: 7px;
        text-align: left;
        border: 1px solid #CBCBCB;
        font-size: 13px;
        line-height: 20px;
    }

    table.reg th.head {
        padding: 8px;
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        background: #096555 !important;
        color: #FFFFFF;
        text-shadow: -1px -1px -1px #04382f;
    }

    table.reg th.subhead {
        padding: 7px;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #ef9305;
        border: 1px solid #CBCBCB;
    }

    .data-40 {
        width: 40%;
    }

.even {
    background: #DDDDDD;
}

td.tbd {
    width: 90px;
    font-style: italic;
    font-weight: bold;
    color: #0A6F7E;
    font-size: 14px !important;
}

tr.evening {
    background: #EFEFEF !important;
}
/*White, Data Display*/
table.data-display {
    /*display: block;*/
    border-collapse: collapse;
    border: none;
    width: 100%;
    clear: both;
}

    table.data-display th {
        font-size: 1.2em;
    }

    table.data-display td,
    table.data-display th {
        vertical-align: top;
        text-align: left;
        padding: .75em .25em;
        line-height: 1em;
    }

    table.data-display tr td:first-child,
    table.data-display tr th:first-child {
        width: 200px;
        font-weight: bold;
    }

table.three-column tr td:first-child,
table.three-column tr th:first-child {
    width: 300px;
}

table.three-column tr td:nth-child(2),
table.three-column tr th:nth-child(2) {
    text-align: center;
    width: 200px;
}

table.three-column tr td:last-child,
table.three-column tr th:last-child {
    text-align: right;
    width: 200px;
}

table.data-display tr.data-detail td {
    padding-left: 2em;
    padding-top: .25em;
    padding-bottom: .75em;
    font-weight: normal;
    text-align: left;
}
/*Gray, Data Display*/
table.data-display-gray {
    border-collapse: collapse;
    border: none;
    width: 100%;
    clear: both;
}

    table.data-display-gray th {
        font-size: 1.2em;
        background-color: #666;
        color: #fff;
    }

    table.data-display-gray td,
    table.data-display-gray th {
        vertical-align: top;
        text-align: left;
        padding: .75em;
        line-height: 1em;
        border: 1px solid #DDD;
    }

    table.data-display-gray tr td:first-child,
    table.data-display-gray tr th:first-child {
        font-weight: bold;
    }
/*--------------------------*/
/*------Attendee / Exhibitor Registration-------*/
/*--------------------------*/

.registration-form-column {
    width: 75.1% !important;
}

.registration-form-aside-column {
    width: 21.9% !important;
}

.registration-wrapper {
    display: block;
    float: left;
    width: 100%;
    padding: 1em 1.3em;
    word-wrap: break-word;
    line-height: 1.3em;
    background-color: #ffffff;
    color: #666666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.registration-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .registration-table tr {
        border-top: 1px solid #e7e7e7;
    }

    .registration-table th {
        padding-bottom: .5em;
    }

    .registration-table th,
    .registration-table td {
        padding-top: 10px;
        vertical-align: top;
        text-align: left;
    }

    .registration-table tr td:first-child {
        width: 60%;
        padding: 10px 15px 8px 0;
        line-height: 1.4em;
        font-weight: bold;
        font-size: .85rem;
        color: #444444;
    }

        .registration-table tr td:first-child span {
            float: left;
            clear: both;
            font-size: .75rem;
            font-weight: normal;
            color: #848484;
        }

            .registration-table tr td:first-child span:first-child {
                margin-top: .25em;
            }

    .registration-table tr td:last-child,
    .table-heading th:last-child {
        float: right;
        text-align: right;
    }
/*--------------------------*/
/*------ Attendee Registration-------*/
/*--------------------------*/
/* Ticket Registration Selection*/
.table-head {
    display: block;
    padding: 10px 20px;
    background-color: #096555;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .table-head h2 {
        color: #FFFFFF;
        text-shadow: 0 1px #04382F;
    }

.table-heading {
    font-weight: bold;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: .5em;
    border: none !important;
}

.discounts {
    display: block;
    float: left;
    margin-top: 2em;
    padding: .5em 1em;
    background-color: #E7E7E7;
}

    .discounts input[type="text"] {
        float: left;
        width: 159px !important;
        margin-top: .5em;
    }

    .discounts .validation-error,
    .discounts .validation-success {
        width: 100% !important;
        margin-top: .5em;
    }

    .discounts .validation-error {
        color: #FF0000;
    }

    .discounts .validation-success {
        padding: .5em;
        background-color: #AAE6DC;
        color: #096555;
        box-sizing: border-box;
    }

    .discounts h3 {
        padding: 8px 8px 0 0;
        margin-bottom: -10px;
        font-size: .9rem;
        color: #04382F;
    }

    .discounts .button-form {
        margin-left: .5em;
        padding: .65em 1em;
        clear: none;
        font-size: 1em;
    }

.registration-table tr.discount-line-item {
    color: #FF0000;
}

    .registration-table tr.discount-line-item td:first-child {
        text-align: right;
    }

.register-faculty {
    display: block;
    width: 100%;
    margin: 0 0 .75em 0;
    padding: 0;
    background-color: #FFF;
}

.faculty-code-entry {
    margin-left: 1.6em;
    color: #333333;
}

    .faculty-code-entry label,
    .faculty-code-entry span {
        font-weight: bold;
        margin-bottom: .25em;
    }

.ticket-holder-info-area {
    display: block;
    float: left;
    margin-top: 1em;
    padding: .5em;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
}

.holder-ticket-number {
    margin: 0;
    padding: .25em .5em;
    background-color: #ededed;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #222;
}
/* Registration Information */
.registration-wrapper input[type="text"],
.registration-wrapper select {
    width: 90%;
}

    .registration-wrapper input[type="text"].initial-width,
    .registration-wrapper select.initial-width {
        width: initial !important;
    }
/*--------------------------*/
/*------ Exhibitor Registration-------*/
/*--------------------------*/
/*Exhibitor Progress Tabs*/
.registration-process-tabs {
    display: block;
    float: left;
    margin: 0 auto 1em;
    padding: .25em;
    width: 100%;
    font-size: 1.25em;
    background: #FFFFFF;
}

    .registration-process-tabs ul {
        margin: 0 auto;
        padding: 0;
        max-width: 900px;
        list-style: none;
        justify-content: center;
    }

        .registration-process-tabs ul li {
            display: block;
            float: left;
            width: 20%;
            margin: 0;
            text-align: center;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .registration-process-tabs.attendees ul li {
        width: 33.333%;
    }

    .registration-process-tabs ul li .reg-step {
        display: block;
        margin: .55em 0 .35em;
        margin-bottom: .3em;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }

    .registration-process-tabs ul li .step-wrapper {
        display: block;
        padding: .75em;
        height: 71px;
        background-color: #F7F7F7;
    }

        .registration-process-tabs ul li .step-wrapper .icon-checkmark {
            font-size: .6em;
            margin: 0 .5em 0 0;
        }

    .registration-process-tabs ul li a:link,
    .registration-process-tabs ul li a:active,
    .registration-process-tabs ul li a:visited,
    .registration-process-tabs ul li a {
        display: block;
        line-height: 1.4em;
        color: #666;
        transition: background-color 0.2s, color 0.2s;
        text-decoration: none;
        font-size: .85rem;
    }

        .registration-process-tabs ul li a:hover {
            color: #0b795c;
        }

    .registration-process-tabs ul li .tab-current {
        background: #0D6A72;
        background-image: -webkit-radial-gradient(top, circle cover, #0c745d 0%, #0d6a72 80%);
        background-image: -moz-radial-gradient(top, circle cover, #0c745d 0%, #0d6a72 80%);
        background-image: -o-radial-gradient(top, circle cover, #0c745d 0%, #0d6a72 80%);
        background-image: radial-gradient(top, circle cover, #0c745d 0%, #0d6a72 80%);
    }

        .registration-process-tabs ul li .tab-current a {
            color: #FFF;
        }

/*Exhibitor Registration Form*/
.col-10-7.registration-main-column {
    width: 66.1%;
}

.col-10-3.registration-side-column {
    width: 30.9%;
}

.registration-area-header {
    display: block;
    float: left;
    clear: both;
    margin: 0 0 1.5em 0;
}

    .registration-area-header p {
        font-size: .875rem;
        line-height: 1.3em;
        margin-top: .3em;
    }

    .registration-area-header .section-edit-action {
        float: left;
        margin: .55em 0 0 1em;
        font-size: 1.2em;
    }

.sponsor-highlight {
    color: #096555;
    font-weight: bold;
}

.registration-wrapper .order-total {
    font-size: 1.5em;
    font-weight: bold;
    padding: 1em 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    color: #222;
}
/* Exhibitor Info Toggles */
.registration-toggle-area-title {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 1em;
    background-color: #0B795C;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
}

    .registration-toggle-area-title ~ .registration-toggle-area-title {
        margin-top: 1em;
    }

    .registration-toggle-area-title input,
    .registration-toggle-area-title label,
    .registration-toggle-area-title h3 {
        float: left;
        margin: 0 .5em 0 0;
    }

    .registration-toggle-area-title label,
    .registration-toggle-area-title h3 {
        font-size: 1.5em;
        color: #FFF;
    }

        .registration-toggle-area-title label:hover {
            color: #FDC540;
        }

    .registration-toggle-area-title .expand-option-details a {
        float: right;
        color: #FFF;
    }

        .registration-toggle-area-title .expand-option-details a:hover {
            color: #FDC540;
        }

    .registration-toggle-area-title input[type="radio"]:checked + label {
        color: #FDC540;
    }

.registration-toggle-area-content-wrapper {
    display: block;
    float: left;
    width: 98%;
    padding-right: .75em;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    display: none;
}

.registration-toggle-area-content {
    padding: .5em .75em;
}

.registration-toggle-area-content-wrapper ul li {
    margin: 0 0 .5em 0;
}

.registration-save {
    margin-top: 1em;
}
/*Exhibitor Options and Add-on's*/
.exhibitor-options ol {
    margin: 0;
    margin-left: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: exhib-counter;
}

    .exhibitor-options ol li.custom-option-number:before {
        float: left;
        padding: 3px 7px;
        margin-right: .75em;
        content: counter(exhib-counter, decimal);
        counter-increment: exhib-counter;
        font-weight: bold;
        font-size: 1.2em;
        text-align: right;
        background-color: #e7e7e7;
        color: #444;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .exhibitor-options ol span.option-question {
        float: left;
        margin-top: .25em;
        width: 92.4%;
        font-size: 1.2em;
        font-weight: bold;
        color: #444;
    }

    .exhibitor-options ol li.option-selection-area {
        display: block;
        float: left;
        margin: 0 0 1.5em 2.5em;
    }

    .exhibitor-options ol li.option-selection-area p {
        margin-top: .75em;
        font-size: .875rem;
        line-height: 1.25em;
    }

.option-selection-area .indent-add-on {
    float: left;
    margin-left: 1em;
}

.sponsor-option-label {
    float: left;
    margin: .75em 0 0 1em;
}

.additional-content-callout {
    display: block;
    float: left;
    padding: .5em 2em;
    background-color: #fff8e9;
}
/** Exhibitor Summary**/
.registration-summary-wrapper {
    padding: 1em;
    max-width: 280px;
    background-color: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #95C0D1;
}

.registration-summary-wrapper.stick {
    position: fixed;
    top: 10px;
}

.registration-summary-header {
    float: left;
    width: 100%;
    margin: .2em 0 .75em 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #096555;
}

.registration-summary-wrapper table th {
    text-align: left;
}

.registration-summary-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.registration-summary-wrapper table tr {
    border-top: 1px solid #e7e7e7;
}

    .registration-summary-wrapper table td {
        line-height: 1.2em;
        padding: .5em 0;
    }

        .registration-summary-wrapper table td:first-child {
            width: 110px;
            padding-right: .5em;
        }

        .registration-summary-wrapper table th:nth-child(2),
        .registration-summary-wrapper table td:nth-child(2) {
            text-align: center;
        }

        .registration-summary-wrapper table th:last-child,
        .registration-summary-wrapper table td:last-child {
            width: 25%;
            text-align: right;
        }

.registration-summary-wrapper tr.total {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
}

.account-intro {
    font-size: .875rem;
    line-height: 1.4em;
    margin: .75em 0;
}
/*---------------*/
/**Exhibitors Page Pricing Table***/
/*---------------*/
table.exhibitor-inner-table {
    background: none;
    border: none !important;
    width: 643px;
    padding: 0;
}

    table.exhibitor-inner-table td {
        padding: 0;
        text-align: left;
        font-size: 13px;
        line-height: 20px;
        border: none;
    }

.sponsorship-head {
    font-size: 18px;
    color: #096555 !important;
}

table.exhibitor-inner-table td:first-child {
    width: 75% !important;
}

table.exhibitor-inner-table td:last-child {
    width: 25% !important;
}

table.exhibitor-inner-table th.head {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background: none !important;
    color: #222222;
    text-shadow: none;
}

.description-small {
    font-size: 12px;
    font-style: italic;
    color: #096555;
}
/**--- Other Random Table Styles ---**/
table.reg-form td.label {
    font-weight: bold;
    width: 275px;
}

td.text input,
td.text select {
    width: 90%;
    font-size: 11px;
    padding: 5px !important;
}

table.reg td a {
    display: block;
    float: right;
    width: 102px;
    height: 50px;
    margin: 0px;
}

    table.reg td a img {
        float: right;
    }

.section-image {
    display: block;
    float: left;
    width: 645px;
}
/* Register */
.percent-research-margin {
    margin-top: 4px;
}

.form-indent {
    max-width: 95%;
    margin-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Faculty */
ul.faculty {
    display: block;
    float: left;
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

    ul.faculty li {
        display: block;
        float: left;
        padding: 2px 0;
    }

.invited,
.invited li {
    width: 205px;
}

.press,
.press li {
    width: 455px;
}

.director,
.director li {
    width: 600px;
}

.highlighted {
    color: #CC0000;
}

.drpdn {
    padding: 5px !important;
    line-height: 27px;
    display: block;
}
/* Contact Us */
.contact-info-wrapper {
    display: block;
    float: left;
    width: 300px;
    margin-right: 20px;
}

.ti {
    background: url(/images/layout/desc-bg.jpg) repeat-x #7c7c7c;
    border: none !important;
    color: #FFF;
}

    .ti td {
        border: none !important;
    }

a.pre-read {
    display: inline !important;
    float: none !important;
    width: auto !important;
}

form.unsub input[type="text"] {
    width: 350px;
    padding: 6px;
    margin: 10px 0;
}
/* Modal styles and animation */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: .6;
    z-index: 1010;
    height: 100%;
    width: 100%;
    display: none;
}

#modal-container {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1015;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
    -webkit-transform: scale(1.25) translateX(-50%);
    -moz-transform: scale(1.25) translateX(-50%);
    -ms-transform: scale(1.25) translateX(-50%);
    transform: scale(1.25) translateX(-50%);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
    -ms-transition: -ms-transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
    transition: transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

    #modal-container.visible {
        pointer-events: auto;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
        -moz-transition: -moz-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
        -ms-transition: -ms-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
        transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
    }

/*Grid Test - by Chad Kreitler*/

.rsvp-ticket-type {
    display: block;
    margin: .35em 0 .5em;
    font-weight: normal;
    font-size: .875em;
    color: #848484;
    font-family: Arial;
}

.Grid {
    border: none;
    
    
}

.AboveGrid {
    background-color: white !important;
    color: #848484;
    /*font-size: 1rem;*/
    font-family: Arial;
    line-height: 100%;
    vertical-align: top;
    text-align: left;
    padding: .75em .75em 1.5em;

}

.Grid td {
    background-color: white;
    color: black;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 100%;
    vertical-align: top;
    text-align: left;
    padding: .75em .75em 1.5em;
    border: 1px solid #FFF;
}

.Grid th {
    background-color:  white;
    color: black;
    text-align: left;
    border: none;
    border: 1px solid #FFF;
}

.ChildGrid td {
    background-color: white !important;
    color: #444444;
    font-size: .85rem;
    line-height: 1.5em;
    padding: .75em;
    border-top: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
}

.ChildGrid th {
    background-color: white !important;
    color: Black;
    font-size: 12pt;
    line-height: 200%;
    text-align: left;
    /*border-top: #e8e8e8;*/
    /*padding-left: 15px;*/
}


.Nested_ChildGrid td {
    background-color: #fff !important;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}

.Nested_ChildGrid th {
    background-color: #0c5947 !important;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}


/*Grid used for Exhibitor Additional Opportunities*/
.NewGrid th {
    
    background-color: white !important;
    color: Black;
    font-size: 12pt;
    line-height: 200%;
    text-align: left;
    /*border-top: #e8e8e8;*/
    padding-left: 15px;
    border-top: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
}

.NewGrid td {
    background-color: white !important;
    color: #444444;
    font-size: .85rem;
    line-height: 1.5em;
    padding: .75em;
    border-top: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
}


.Nested_NewGrid td {
    /*background-color: #fff !important;*/
    color: black;
    font-size: 10pt;
    line-height: 100%;
}

.Nested_NewGrid th {
    /*background-color: #0c5947 !important;*/
    color: White;
    font-size: 10pt;
    line-height: 100%;
}

.CPReports.mod
{
     margin: 25px -300px;
     
}


.CPReports.Exhibitor
{
     margin: 25px -500px;
     
}



.CPReports
{
     margin: 25px 0;
}

.CPReports.AttendeeCounts
{
     max-width: 1000px;
     margin: 10px 200px;
}



.CPReports.AttendeeCounts td
{
     max-width: 500px;
     align-items: center;
     text-align: center;
    
}

.CPReports.AttendeeCounts th
{
     max-width: 500px;
     align-items: center;
     text-align: center;
    
}

.ReportForm
{
  margin: 0 auto; 
}



/*Grid used for CP Reports*/
.CPReports th {
    background-color: white !important;
    color: Black;
    font-size: 12pt;
    line-height: 100%;
    text-align: left;
    /*border-top: #e8e8e8;*/
    padding-left: 15px;
    border-top: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    
}

.CPReports td {
    
    /*max-width: 150px;*/
    background-color: white !important;
    color: #444444;
    font-size: .85rem;
    line-height: 1.0em;
    padding: .5em;
    border-top: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
}


.Nested_CPReports td {
    /*background-color: #fff !important;*/
    color: black;
    font-size: 10pt;
    line-height: 100%;
    width: 75px;
}

.Nested_CPReports th {
    /*background-color: #0c5947 !important;*/
    align-items:center;
    align-content:center;
    color: White;
    font-size: 10pt;
    line-height: 100%;
}


.inDiv {
    padding: 7px;
    text-align: left;
    border: 1px solid #CBCBCB;
    font-size: 13px;
    line-height: 20px;
}


.hideGridColumn {
    display: none;
}

.label2 {
    font-family:Arial;
   
    
    color: #404344;
}

.scrolling { 
    position: fixed;
    top: 0;
}



/* End Modal Styles and animation*/

