/* Minification failed. Returning unminified contents.
(1178,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
/*    font-size: .85em; */
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

.ui-widget {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a.btn-primary {
        color: #fff !important;
        background-color: #337ab7 !important;
        border-color: #2e6da4 !important;
        text-decoration: none !important;
    }

        a.btn-primary:hover {
            color: #fff !important;
            background-color: #286090 !important;
            border-color: #204d74 !important;
            text-decoration: none !important;
        }

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    color: #46a047;
}

.panel-heading h2 {
    margin-top: 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
}

h5, h6 {
    font-size: 1em;
    font-weight: bold;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0px;
}

ol, ul {
    margin-left: 25px;
}

.bold {
    font-weight: bold;    
}

.input-guidance {
    font-style: italic;
    font-size: .9em;
    margin-top: -5px;
    display: block;
    color: #555;
}

.input-guidance-link {
    font-size: .9em;
    margin-top: -5px;
    display: inline;
    color: #333;
    text-decoration: none !important;
    text-decoration-line: none;
    cursor: pointer;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 10px;
    /*max-width: 960px;*/
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;*/
        padding-left: 10px;
        padding-top: 10px;
    }

    /*.featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }*/

header .content-wrapper {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #D0DCE1;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
        color: #333;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    /*font-weight: 600;*/
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #46a047;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }

/* menu
----------------------------------------------------------*/
ul#submenu {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
}

ul#submenu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#submenu li a {
    background: none;
    color: #999;
    text-decoration: none;
}

ul#submenu li a:hover {
    color: #333;
    text-decoration: none;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured #headerImg {
        width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    font: 0/0 serif;
	    text-shadow: none;
	    color: transparent;
	    background-size: 100%;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
        /*background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;*/
    }

    .featured #headerImg {
        background-image: url("/Content/images/960/bannerExhibitorPortal_960.jpg");
    }

        .featured #headerImg .inner {
            padding-top: 23.52%; /* height/width of image */
	        display: block;
	        height: 0;
        }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }


/* Login Form */
    .featured  #insideImg {
        width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    font: 0/0 serif;
	    text-shadow: none;
	    color: transparent;
	    background-size: 100%;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
    }

    .featured  #insideImg {
        background-image: url("/Content/images/960/bannerLogin_960.jpg");
    }

        .featured  #insideImg .inner {
            padding-top: 8.333334%; /* height/width of image */
	        display: block;
	        height: 0;
        }

/* Contact Us */
    .featured  #editImg {
        width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    font: 0/0 serif;
	    text-shadow: none;
	    color: transparent;
	    background-size: 100%;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
    }

    .featured #editImg {
        background-image: url("/Content/images/960/editPage_960.jpg");
    }

        .featured  #editImg .inner {
            padding-top: 12.5%; /* height/width of image */
	        display: block;
	        height: 0;
            }


/* End Contact Us */

/* Edit Exhibitor Data */
.edHeader {
    background-color: white;
    border-radius: 5px;
    padding: 0.5em;
    border: thin solid gainsboro;
    }

.conferenceLogo {
    float:right;
    margin: auto;
    text-align: center;
}

.conferenceLogo img {
    max-height: 240px;
}

.CSRInfo {
    margin-top: 1em;
    text-align: left;
}

.conferenceInfo {
    /*float:left;*/
    min-height: 160px;
    display: inline-block;
}
    .featured  #editHeaderImg {
        width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    font: 0/0 serif;
	    text-shadow: none;
	    color: transparent;
	    background-size: 100%;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
    }

    .featured  #editHeaderImg {
        background-image: url("/Content/images/960/editPage_960.jpg");
    }

        .featured  #editHeaderImg .inner {
            padding-top: 8.33%; /* height/width of image */
	        display: block;
	        height: 0;
        }

.company .editor-field {
    display: block;
}

#companyLogoValidation {
    padding: 6px 10px;
}

#CompanyDescription1_State {
    width: 40px;
}

#CompanyDescription1_Zip {
    width: 70px;
}

.verificationText {
    font-size: 1.1em;
    font-weight: 400;
    padding: 5px 0;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        line-height: 2.5em;
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("/Content/images/960/number1_30x30.png") no-repeat;
        }

        ol.round li.two {
            background: url("/Content/images/960/number2_30x30.png") no-repeat;
        }

        ol.round li.three {
            background: url("/Content/images/960/number3_30x30.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

        .tpmh-details { display: none;}

        .tpmo-instructions { font-size: .75em; }

/* Conference List */



ul.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}


ul.nav li {
    list-style-image: url("/Content/images/960/arrow_16x16.gif");
    display: list-item;
    line-height: 20px;
}

ul.nav li.nav-header {
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
}


ul.nav li a {
    text-decoration: none;
    padding: 3px 0px;
}

/* Create Conference */
ul.ui-autocomplete {
    list-style-type: none;
}


/* Send Email Reminder */
.previewCheckbox {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100px;    
}

    .previewCheckbox .lblCheckbox {
        margin-left: 0.25em;
    }


/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
    background-color: #999;
}



/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input[type="text"],
    #loginForm input[type="password"]
     {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }


input[type='image'].loginBtn {
    background-color: transparent;
    border: 0;
    padding: 0;
    width: auto;
}

input.loginBtn {
    margin-left: 25px;
}

img.loginBtn {
    margin-left: 25px;
}

.homeLoginBtn {
    vertical-align: middle;
}

    .homeLoginBtn .imageText {
        position: absolute;
        margin-top: 11px;
        display: inline;
    }

#loginImgLink {
    height: 40px;
    width: 120px;
    display:inline-block;
}


#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }



label.checkbox {
    padding-left: 5px;
    display: inline;
    font-size: inherit;
}

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 567px;
}

#fsEditUser .editor-field {
    display: block;
}

#fsEditUser input[type='text'], textarea {
    width: 100%;
}



ul.exhDataTypeList {
    margin-left: 0;
    padding-left: 20px;
}

textarea {
    font-family: inherit;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    margin-top: 8px;
}

input[type="file"] {
    width: auto;
    display: inline;
}

    input[type="radio"] {
        width: 20px;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: .3em .5em;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: .3em .5em;
        margin-right: 4px;
    }

input[type='checkbox'] {
    float: left;
}

input#speakers[type='number'] {
    width: 60px;
    text-align: right;
}

label.lblCheckbox {
    margin-left: 0.75em;
    padding-left: 0.5em;
}

.submitButtonCenter {
    text-align: center;
}

.editor-field {
    margin-bottom: 5px;
}

.presentations .ui-widget-header {
    border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #bee1aa /*#cccccc{bgColorHeader}*/ url(/Content/images/headerBg.jpg)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/ ;
	color: #222222/*{fcHeader}*/;
	font-weight: normal;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7abc41), to(#bee1aa)); /* from=bottom to=top*/

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #bee1aa, #7abc41);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #bee1aa, #7abc41);

  /* IE 10 */
  background: -ms-linear-gradient(top, #bee1aa, #7abc41);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #bee1aa, #7abc41);
}

.presentations .buttonCell {
    width: 54px;
    white-space: nowrap;
}

.ui-button-text-only .ui-button-text {
    padding: .3em .5em;
}

.sessions input[type='button'], .boothonly input[type='button'], .enduserpasses input[type='button'], .virtualsessions input[type='button'] {
    margin: 0;
}

.sessions .ui-widget-header, .virtualsessions .ui-widget-header {
    border: 1px solid #aaaaaa /*{borderColorHeader}*/;
    background: #bee1aa /*#cccccc{bgColorHeader}*/ url(/Content/images/headerBg.jpg) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    color: #222222 /*{fcHeader}*/;
    font-weight: normal;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7abc41), to(#bee1aa)); /* from=bottom to=top*/
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #bee1aa, #7abc41);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #bee1aa, #7abc41);
    /* IE 10 */
    background: -ms-linear-gradient(top, #bee1aa, #7abc41);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #bee1aa, #7abc41);
}

.sessions .buttonCell, .virtualsessions .buttonCell {
    width: 54px;
    white-space: nowrap;
}

.enduserpasses .ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #bee1aa /*#cccccc{bgColorHeader}*/ url(/Content/images/headerBg.jpg)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: normal;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bee1aa), to(#7abc41)); /* from=bottom to=top*/

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #bee1aa, #7abc41);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #bee1aa, #7abc41);

	/* IE 10 */
	background: -ms-linear-gradient(top, #bee1aa, #7abc41);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #bee1aa, #7abc41);


}

.enduserpasses .buttonCell {
	width: 54px;
	white-space: nowrap;
}

.boothOnly .ui-widget-header {
    border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #bee1aa /*#cccccc{bgColorHeader}*/ url(/Content/images/headerBg.jpg)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: normal;

      /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7abc41), to(#bee1aa)); /* from=bottom to=top*/

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #bee1aa, #7abc41);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #bee1aa, #7abc41);

  /* IE 10 */
  background: -ms-linear-gradient(top, #bee1aa, #7abc41);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #bee1aa, #7abc41);

}

.boothOnly .buttonCell {
    width: 54px;
    white-space: nowrap;
}

.presentations label, .enduserpasses label, .sessions label, .virtualsessions label, .boothOnly label {
  	font-weight: normal;
    font-size: 1.1em;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        /*display: block;*/
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.requirementTitle {
    margin-bottom: 0.75em;
}

.requirementDetails {
    margin: 0.5em;
    padding: 0.5em;
    border: 1px solid #999999;
    background: #bee1aa;
}

    .requirementDetails input[type='checkbox'] {
        margin-right: 4px;
    }

.activationLink {
    margin-bottom: 1em;
}

.split {
   width: 3em;
}
.CSRTable td {
    padding: 0em 2em 0em 0em;
    border: 0 none;
}

.CSRTable td.grid-header {
    font-weight: bold;
    text-align: center;
}

    .CSRTable td select {
        font-size: 1.2em;
        padding: 5px;
    }



/********************
*   Mobile Styles   *
********************/
@media only screen and (min-width: 481px) and (max-width: 768px) {

    /* header
    ----------------------------------------------------------*/
    /*header .float-left,
    header .float-right {
        float: none;
    } */

    /* logo 
    header .site-title {
        margin: 10px;
        text-align: center;
    }*/

    /* login */
    #login {
        display: block;
        font-size: .85em;
        margin: 0 0 12px;
        text-align: right;
    }


        /*#login a {
            background: none;
            color: #fff;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }*/

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    /*ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }*/


    /* main layout
    ----------------------------------------------------------*/
    /*.main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }*/

    /*.content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }*/

    body {
        margin: 0;
        padding: 0; !important
    }

    .featured {
        background-color: #fff;
    }

    .featured .content-wrapper #headerImg {
        background-image: url("/Content/images/768/bannerExhibitorPortal_768.jpg");
    }

        .featured .content-wrapper #headerImg .inner {
            padding-top: 29.43%; /* height/width of image */
	        display: block;
	        height: 0;
        }


    /*.featured .content-wrapper {
        padding: 10px;
    }*/


    /* Login Form */
    .featured  #insideImg {
        width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    font: 0/0 serif;
	    text-shadow: none;
	    color: transparent;
	    background-size: 100%;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
    }

    .featured  #insideImg {
        background-image: url("/Content/images/768/bannerLogin_768.jpg");
    }

        .featured  #insideImg .inner {
            padding-top: 15.625%; /* height/width of image */
	        display: block;
	        height: 0;
        }

    .featured  #editHeaderImg {
        background-image: url("/Content/images/768/editPage_768.jpg");
    }

        .featured  #editHeaderImg .inner {
            padding-top: 10.42%; /* height/width of image */
	        display: block;
	        height: 0;
        }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            line-height: 1.8em;
            padding-left: 30px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

            ol.round li.one {
                background: url("/Content/images/768/number1_25x25.png") no-repeat;
            }

            ol.round li.two {
                background: url("/Content/images/768/number2_25x25.png") no-repeat;
            }

            ol.round li.three {
                background: url("/Content/images/768/number3_25x25.png") no-repeat;
            }

/* Conference List */
ul.nav li {
    list-style-image: url("/Content/images/768/arrow_14x14.gif");
}
     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input, textarea {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

@media only screen and (max-width: 480px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background-color: #D0DCE1;
            color: #333;
            /*font-weight: 600;*/
            margin-left: 10px;
            margin-right: 3px;
            padding: 2px 3px;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

        .main-content h3 {
            line-height: 1.25em;
        }

    /*.content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }*/

    .featured .content-wrapper #headerImg {
        background-image: url("/Content/images/480/bannerExhibitorPortal_480.jpg");
    }

        .featured .content-wrapper #headerImg .inner {
            padding-top: 20%; /* height/width of image */
	        display: block;
	        height: 0;
        }


    /*.featured .content-wrapper {
        padding: 10px;
    }*/

        /* Login Form */
    .featured  #insideImg {
        width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    font: 0/0 serif;
	    text-shadow: none;
	    color: transparent;
	    background-size: 100%;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
    }

    .featured  #insideImg {
        background-image: url("/Content/images/480/bannerLogin_480.jpg");
    }

        .featured  #insideImg .inner {
            padding-top: 20%; /* height/width of image */
	        display: block;
	        height: 0;
        }


    .featured  #editHeaderImg {
        background-image: url("/Content/images/480/editPage_480.jpg");
    }

        .featured  #editHeaderImg .inner {
            padding-top: 12.5%; /* height/width of image */
	        display: block;
	        height: 0;
        }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
        margin-left: 10px;
    }

        ol.round li {
            line-height: 1.5em;
            padding-left: 30px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

            ol.round li.one {
                background: url("/Content/images/480/number1_20x20.png") no-repeat;
            }

            ol.round li.two {
                background: url("/Content/images/480/number2_20x20.png") no-repeat;
            }

            ol.round li.three {
                background: url("/Content/images/480/number3_20x20.png") no-repeat;
            }

/* Conference List */
ul.nav li {
    list-style-image: url("/Content/images/480/arrow_10x10.gif");
}
     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.deadline {
    font-size: 0.8em;
    float:right;
}

.deadline .alert {
padding: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 0; 
}

.filename {
    font-size: 0.75em;
}

.fileIcon {
    text-align: center;
    width: 84px;
    line-height: 1em;
    float: left;
}

.echosignForm {
    margin-top: 20px;
    margin-left: 10px;
}

.signFile .fileIcon {
    display: inline;
    float: none;
}

.signFile .filename {
    display: inline-block;
}

.echosignForm div {
    vertical-align: middle;
    margin: 0 4px;
}

.echosignForm label {
    display: inline;
    font-weight: bold;
    font-size: 0.8em;
}

.echosignForm input {
    display: inline;
}

.echosignForm input.signature {
    font-family: Pacifico, cursive;
    font-size: 16px;
    font-weight: bold;
}
.clear {
    clear: both;
}

.signFile {
    min-height: 96px;
}

input[type='datetime'] {
    width: 120px;
}

.conferenceText, .exhibitorText {
    margin: 0 20px;
}

.exhibitKitLink {
    margin-top: 1em;
}

    .exhibitKitLink h4 {
        margin: 1.25em 0 0.5em 0;
    }

    .exhibitKitLink .buttonSet {
        margin: 0.5em 0;
    }


.submitbutton {
    margin: 1em 0;
}

label.checkbox {
    float: left;
    padding-left: 5px;
    margin-top: 0px;
}

div.checkbox {
    padding-left: 20px;
    clear:both;
    display: block;
    margin-bottom: 0px;
}


.exhibitorPresentation label.checkbox {
    float: left;
    padding-left: 5px;
    margin-top: 0px;
}

.exhibitorPresentation div.checkbox {
    padding-left: 20px;
    clear:both;
    display: block;
    margin-bottom: 0px;
}

ul.InPersonVirtual {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.InPersonVirtual li {
    display: inline-block;
}

fieldset .exhibitorAttendee {
    border: solid 1px gainsboro;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background-color: #bee1aa;
}







.btnAdd {
    text-align: center;
    margin-top: 1em;
}

.ui-widget-content td {
    padding: 4px;
}

.boothOnly table, .enduserpasses table, .sessions table, .virtualsessions table, .presentations table {
    width: 100%;
}

.epTabs li a {
    font-size: smaller;
}

fieldset.exhibitorPresentation {
    background-color: #fff;
    border: solid 1px gainsboro;
    padding: 10px;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

}

.exhibitorAttendee .prefix {
    width: 40px;
}

.exhibitorAttendee .name {
    width: 49%;
}

.exhibitorAttendee .suffix, .exhibitorPresentation .suffix {
    width: 110px;
}

.exhibitorAttendee .state, .exhibitorPresentation .state {
    width: 40px;
}

.exhibitorAttendee .zip, .exhibitorPresentation .zip {
    width: 100px;
}

.exhibitorAttendee .address {
    width: 385px;
    height: 5em;
}

.exhibitorAttendee .title, .exhibitorAttendee .department, .exhibitorAttendee .company, .exhibitorAttendee .address, .exhibitorAttendee .city, .exhibitorAttendee .country, .exhibitorAttendee, .phone, .exhibitorAttendee .fax, .exhibitorAttendee .email {
    width: 100%;
}

.editor-field {
    display: inline-block;
    width: 100%;
}

.editor-inlinelabel {
    display: inline;
}

.exhibitorAttendee .talktitle {
    width: 585px;
}

#PresentationTitleContainer .editor-field .input-group {
    width: 100%;
}

#TalkTitleContainer .col-xs-3 {
    padding: 0;
}

#TalkTitleContainer .col-xs-3::after {
    content: ":";
    position: absolute;
    margin: 5px;
}

ol#options {
    list-style-type: none;
    margin: 10px 25px 10px 0px;
}

#options li {
    border: thin solid #7a7a7a;
    margin-left: 4px;
    padding: 4px;
    width: 100%;
}

#options li.noBorder {
    border: 0;
    margin-left: 4px;
    padding: 4px;
    width: 100%;
}

#options li input[type="checkbox"], #newOption input[type="checkbox"] {
    margin-right: 4px;
}

#options li button {
    float: right;
}

#options li textarea {
    width: 75%;
    height: 4em;
}

#newOption {
    background-color: gainsboro;
    padding: 4px;
    border: thin solid #7a7a7a;
}

.inlineLabelWithField {
    display: inline-block;
}

.disabled {
    background-color: #EEE;
}

.hidden {
    display: none;
}

.disabled-talkdatetime {
    background-color: #EEE;
}

.cke_editable img {
    max-width: 100%;
}

label.editor-label {
    font-size: inherit;
    font-weight: normal;
    margin-left: 4px;
    float: left;
    clear: right;
}
/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(chosen-sprite.png) no-repeat -30px -20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
