﻿body
{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: rgb(230, 235, 245);
}

    body.no-nav
    {
        background-color: rgb(255, 255, 255);
    }

h1, .h1, h2, .h2, h3, .h3
{
    margin-top: 5px;
}

h1
{
    color: rgb(88, 95, 105);
    font-family: "Open Sans Light", sans-serif;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    text-shadow: 3px 3px 1px rgba(0,0,0,0.1);
}

h2
{
    color: rgb(66, 139, 202);
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: normal;
    text-shadow: none;
}

h3
{
    color: rgb(88, 95, 105);
    font-family: "Open San Semibold", sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-shadow: none;
}

h4
{
    color: rgb(88, 95, 105);
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-shadow: none;
}

h5
{
    color: rgb(88, 95, 105);
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-shadow: none;
}

h6
{
    color: rgb(88, 95, 105);
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-shadow: none;
}

label
{
    padding-top: 2px;
    font-weight: normal;
}

.Masthead
{
    box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
}

.container > .navbar-collapse
{
    border-bottom-color: rgb(255,128,0);
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.nav
{
}

.right-container
{
    border-radius: 2px;
    width: 100%;
}

@media all and (min-width:768px)
{
    .right-container
    {
        width: 70%;
        margin-left: 30%;
    }
}

@media all and (min-width:992px)
{
    .right-container
    {
        width: 19%;
        margin-left: 1%;
        float: left;
    }
}

.sidebar-no-content
{
    display: none;
}

.panel-default > .panel-heading
{
    color: rgb(88, 95, 105);
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-shadow: none;
}

.LoggedUserInfo
{
    width: 50%;
    float: left;
}

.control-label
{
    font-weight: normal;
}

#Msg4001
{
    display: none;
}

#Msg4002
{
    display: none;
}

#Msg4003
{
    display: none;
}

#Msg4004
{
    display: none;
}

/* 45994 */
.no-nav.ebooth #Msg4001, 
.no-nav.ebooth #Msg4002,
.no-nav.ebooth #Msg4003,
.no-nav.ebooth #Msg4004,
.no-nav.ebooth #Msg4005,
.no-nav.ebooth #Msg4006,
.no-nav.ebooth #Msg4007,
.no-nav.ebooth #Msg4008,
.no-nav.ebooth #Msg4009,
.no-nav.ebooth #Msg4009,
.no-nav.ebooth #Msg4011,
.no-nav.ebooth #Msg4012,
.no-nav.ebooth #Msg4013,
.no-nav.ebooth #Msg4014,
.no-nav.ebooth #Msg4015,
.no-nav.ebooth #Msg4016,
.no-nav.ebooth #Msg4017,
.no-nav.ebooth #Msg4018,
.no-nav.ebooth #Msg4019,
.no-nav.ebooth #Msg4020,
.no-nav.ebooth #Msg4021,
.no-nav.ebooth #Msg4022,
.no-nav.ebooth #Msg4023,
.no-nav.ebooth #Msg4024
{
	display:none;
}
#dvCustomMasthead
{
    display: none;
}

.subhead-top
{
    display: none;
}

.footer p
{
    padding-top: 10px;
}

.footer h2
{
    color: white;
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.footer ul
{
    padding-left: 0px;
    margin-top: 10px;
    float: left;
}

    .footer ul li
    {
        color: white;
        text-decoration: none;
        margin-bottom: 8px;
        list-style-type: none;
    }

        .footer ul li a
        {
            color: white;
        }

.btn-u
{
    background: rgb(27, 73, 125);
    padding: 6px 13px;
    border: 0px currentColor;
    border-image: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.social-icons
{
    margin: 0px;
    padding: 0px 6px;
}

    .social-icons li
    {
        list-style: none;
        text-indent: -9999px;
        margin-right: 3px;
        margin-bottom: 5px;
        display: inline-block;
    }

        .social-icons li a
        {
            background-position: 0px 0px;
            transition: 0.3s ease-in-out;
            width: 28px;
            height: 28px;
            display: block;
            background-repeat: no-repeat;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
        }

a.social-icon
{
    background-position: 0px 0px;
    transition: 0.3s ease-in-out;
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a
{
    background-position: 0px -38px;
}

.social-icons-color li a
{
    background-position: 0px 0px !important;
    opacity: 0.7;
    -webkit-backface-visibility: hidden;
}

    .social-icons-color li a:hover
    {
        opacity: 1;
    }

.social_rss
{
    background: url("../img/rss.png") no-repeat;
}

.social_facebook
{
    background: url("../img/facebook.png") no-repeat;
}

.social_twitter
{
    background: url("../img/twitter.png") no-repeat;
}

.social_linkedin
{
    background: url("../img/linkedin.png") no-repeat;
}

.icon-gallery-test i
{
    font-size: 22px;
}

.footer_copyright p
{
    margin: 0px;
    padding: 10px 12px;
    font-size: 12px;
}

@media all and (min-width:768px)
{
    #Msg4001
    {
        display: block;
    }

    #Msg4002
    {
        display: block;
    }

    #Msg4003
    {
        display: block;
    }

    #Msg4004
    {
        display: block;
    }

    #dvCustomMasthead
    {
        display: block;
    }
}

.subhead-top
{
    display: block;
    min-height: 20px;
    background-color: white;
}

#content-container .container
{
    box-shadow: 0px -5px 5px rgba(0,0,0,0.2);
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
}

@media all and (min-width:768px)
{
    #content-container .container
    {
        padding-top: 20px;
    }
}

.dropdown-language
{
    min-width: 75px !important;
}

    .dropdown-language > li
    {
        padding: 2px;
    }

.dropdown:hover .dropdown-menu
{
    display: block;
}

.navbar-nav > li > a,
.left-nav > li > a,
.left-nav .left-subnav > li > a
{
    color: white;
}

    .navbar-nav > li > a:hover
    {
        color: rgb(66, 139, 202);
        background-color: white;
    }

    .navbar-nav > li > a.active
    {
        color: rgb(66, 139, 202);
        background-color: white;
    }

.navbar-collapse
{
    padding: 0px;
    box-shadow: 0px -2px 3px rgba(0,0,0,0.2);
    background-color: rgb(66, 139, 202);
}

.navbar-header
{
    margin-left: 0px!important;
    margin-right: 0px!important;
    background-color:#fff;
}

.dropdown-menu > li > a:hover
{
    color: white;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
    background-color: rgb(255,128,0);
}

.dropdown-menu
{
    border-bottom-color: rgb(255,128,0);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    position: relative;
    min-width: 100%;
}

.dropdown-colorselector .dropdown-menu {
	position:absolute;
}

@media all and (min-width:768px)
{
    .dropdown-menu
    {
        position: absolute;
        min-width: 200px;
    }
}

.left-sub-menu
{
    position: absolute;
}

    .left-sub-menu > li > a
    {
        padding: 5px 5px 5px 20px;
        border-bottom-color: rgb(224, 237, 237);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

.left-subnav > li
{
    border-bottom-color: rgb(224, 237, 237);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .left-subnav > li > a
    {
        padding: 8px 0px 8px 11px;
        color: rgb(66, 139, 202);
    }

    .left-subnav > li.active > a
    {
        color: rgb(255, 255, 255);
        background-color: rgb(66, 139, 202);
    }

        .left-subnav > li.active > a:hover
        {
            color: rgb(255, 255, 255);
            background-color: rgb(66, 139, 202);
        }

        .left-subnav > li.active > a:focus
        {
            color: rgb(255, 255, 255);
            background-color: rgb(66, 139, 202);
        }

    .left-subnav > li > a:hover
    {
        color: rgb(255, 255, 255);
        text-shadow: 1px 0px 1px rgba(0,0,0,0.1);
        background-color: rgb(66, 139, 202);
    }

.left-navbar
{
    margin-top: 20px;
}

.left-nav > li
{
    border-bottom-color: rgb(224, 237, 237);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .left-nav > li.active > a
    {
        color: white;
        background-color: rgb(66, 139, 202);
    }
    
    .left-nav > li.active, .left-subnav.in > li
    {
        background-color: rgb(255, 255, 255);
    }
    .left-nav > li.active > .left-subnav > li > a,.left-subnav.in > li > a
    {
        color: rgb(66, 139, 202);
        padding: 8px 0px 8px 24px;
    }
    .left-nav > li.active > .left-subnav > li > a:hover,.left-subnav.in > li > a:hover
    {
        color: rgb(255, 255, 255);
    }

        .left-nav > li.active > a:hover
        {
            color: white;
            background-color: rgb(66, 139, 202);
        }

        .left-nav > li.active > a:focus,.left-subnav.in > li.active > a
        {
            color: white;
            background-color: rgb(66, 139, 202);
        }

    .left-nav > li > a:hover
    {
        color: white;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        background-color: rgb(66, 139, 202);
    }

@media all and (min-width:768px)
{
    .left-navbar
    {
        max-height: 100%;
    }
}

.navbar-toggle
{
    border-color: rgb(66, 139, 202);
    margin-right: 15px;
    background-color: rgb(66, 139, 202);
}

.icon-bar
{
    background-color: white;
}

@media all and (max-width:768px)
{
    .navbar-collapse
    {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .navbar-nav > li > a
    {
        padding: 10px 40px;
    }

    .dropdown-menu > li > a:link
    {
        padding: 8px 50px;
    }

    .NavContainer
    {
        margin-top: 15px;
    }
}

.navbar-collapse.in
{
    overflow: hidden;
}

.dropdown-toggle > a:link
{
    color: black !important;
}

#Msg4006
{
    display: none;
}

#dvTopSidebar
{
    display: none;
}

#Msg4020
{
    display: none;
}

#Msg4024
{
    display: none;
}

@media all and (min-width:768px)
{
    #Msg4006
    {
        display: block;
    }

    #dvTopSidebar
    {
        display: block;
    }

    #Msg4020
    {
        display: block;
    }

    #Msg4024
    {
        display: block;
    }
}

.left-container
{
    border-radius: 2px;
    width: 100%;
}

#Msg4007
{
    display: none;
}

#Msg4008
{
    display: none;
}

#LeftSideBar
{
    display: none;
}

#Msg4009
{
    display: none;
}

#CustomLeftInc
{
    display: none;
}

#Msg4010
{
    display: none;
}

@media all and (min-width:768px)
{
    #Msg4007
    {
        display: block;
    }

    #Msg4008
    {
        display: block;
    }

    #LeftSideBar
    {
        display: block;
    }

    #Msg4009
    {
        display: block;
    }

    #CustomLeftInc
    {
        display: block;
    }

    #Msg4010
    {
        display: block;
    }

    .left-container
    {
        width: 29%;
        margin-right: 1%;
        float: left;
    }
}

@media all and (min-width:768px)
{
    .left-container
    {
        width: 19%;
    }
}

.content
{
    padding-right: 10px;
    padding-left: 10px;
}

.content-expand
{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.content-full-expand
{
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

@media all and (min-width:768px)
{
    .content
    {
        width: 70%;
        float: left;
    }

    .content-expand
    {
        width: 80%;
        padding-right: 15px;
        padding-left: 10px;
        float: left;
    }
}

@media all and (min-width:992px)
{
    .content
    {
        width: 60%;
    }

    .content-expand
    {
        width: 80%;
    }

    .th
    {
        color: rgb(88, 95, 105);
        background-color: rgb(245, 245, 245);
    }

    .subhead-bottom
    {
        display: block;
    }
}

#footer-container .container
{
    background-color: rgb(66, 139, 202);
    border-top-color: rgb(255,128,0);
    border-top-style: solid;
    border-top-width: 2px;
    box-shadow: 0px -2px 2px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.2);
}

.copyright
{
    margin: 0px;
    text-align: center;
    color: white;
}

.nav-lang li > a
{
    padding: 0px;
}

.btn
{
    border-radius: 4px;
}

.form-control
{
    border-radius: 0px;
    transition: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: none;
}

.form-horizontal
{
    box-shadow: none;
}

    .form-horizontal .form-group
    {
        margin-right: 0px;
        margin-left: 0px;
    }

    .form-horizontal header
    {
        background: rgb(255, 255, 255);
        padding: 8px 30px;
        color: inherit;
        font-size: 20px;
        font-weight: 400;
    }

    .form-horizontal fieldset
    {
        padding: 10px;
        border: 1px solid rgb(238, 238, 238);
        border-image: none;
        display: block;
    }

    .form-horizontal header
    {
        background-color: rgb(149, 165, 166);
    }

.form-inline .form-group
{
    margin: 5px;
}

.form-inline fieldset
{
    padding: 10px;
    border: 1px solid rgb(238, 238, 238);
    border-image: none;
    display: block;
}

.radio input[type=radio], .checkbox input[type=checkbox]
{
    margin-left: 0px;
}

.error
{
    padding: 0px 1px;
    color: rgb(238, 147, 147);
    line-height: 15px;
    font-size: 11px;
    font-style: normal;
    margin-top: 6px;
    display: block;
}

li > a
{
    cursor: pointer;
}

list-inline > li
{
    padding: 3px;
}

.list-unstyled > li > img
{
    height: 20px;
    max-width: 20px;
}

.list-inline > li > img
{
    height: 20px;
    max-width: 20px;
}

.list-unstyled > li > a
{
    margin-left: 10px;
}

.list-inline > li > a
{
    margin-left: 10px;
}

.container
{
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-search
{
    border-radius: 0px;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    background-color: rgb(255, 255, 255);
}

.nav-tabs > li.active > a
{
    border-top-color: rgb(66, 139, 202);
    border-top-width: 1px;
    border-top-style: solid;
}

    .nav-tabs > li.active > a:hover
    {
        border-top-color: rgb(66, 139, 202);
        border-top-width: 1px;
        border-top-style: solid;
    }

.nav-tabs > li.pull-right > a
{
    border: currentColor;
    border-image: none;
}

.nav-tabs > li > a
{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-image: none;
}

.nav-username
{
    padding: 5px;
    height: auto;
    font-size: 14px;
}

.navbar-top > li > a
{
    padding: 5px;
    color: rgb(66, 139, 202);
}

thead
{
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    color: rgb(51, 51, 51);
    background-color: rgb(245, 245, 245);
}

.table
{
    margin-bottom: 0px;
}

.nav-tabs.nav + div
{
    border-radius: 0px;
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.exhibitorListPanel table th.addRemoveExpoPlan
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table td.addRemoveExpoPlan
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table th.upgraded
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table td.upgraded
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table th.video
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table td.video
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table th.product
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table td.product
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table th.pressRelease
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table td.pressRelease
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table th.showSpecial
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table td.showSpecial
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table th.cf
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table td.cf
{
    width: 40px;
    text-align: center;
}

.exhibitorListPanel table th.relevance,
.exhibitorListPanel table td.relevance 
{
	width:80px;
	max-width:80px;
	min-width:80px;	
	text-align:center;
}



.exhibitorListPanel table th.companyName
{
    width: 200px;
}

.exhibitorListPanel table td.companyName
{
    width: 200px;
}

.exhibitorListPanel table th.boothLabel
{
    width: 100px;
}

.exhibitorListPanel table td.boothLabel
{
    width: 100px;
}

.exhibitorListPanel th
{
    cursor: pointer;
}

.exhibitorListPanel .nav.nav-tabs li.pull-right a{
    padding-left:4px;
    padding-right:2px;
}

.exhibitorListPanel tr[sticky] a,
.exhibitorListPanel tr[sticky] a i {
	font-weight:bold;
	
}

.exhibitorListPanel tr[sticky] > td, 
.exhibitorListPanel tr[sticky]:hover > td{
	background-color:#cee9ff !important;
	
}

@media all and (max-width:767px)
{
    .exhibitorListPanel .cf
    {
        display: none !important;
    }
}

@media all and (max-width:991px) and (min-width:768px)
{
    .exhibitorListPanel .cf
    {
        display: none !important;
    }
}

.advanceSearchPanel ul
{
    margin: 0px 0px 0px 40px;
    padding: 0px;
    list-style-type: none;
}

    .advanceSearchPanel ul ul
    {
        margin-left: 40px;
    }

    .advanceSearchPanel ul li a
    {
        width: 28px;
        margin-left: -30px;
	vertical-align:top;
	
    }

        .advanceSearchPanel ul li a .fa
        {
            padding: 0px 0px 0px 0px;
	    
        }
	
	.advanceSearchPanel .exhibitorCustomField {
		margin-left:0px;
	}

.abtn-expandAll, 
.abtn-collapseAll, 
.abtn-selectAll, 
.abtn-unselectAll
{   
    cursor: pointer;
}

.abtn-expandAll::before
{
    content: attr(title0);
}

.abtn-collapseAll::before
{
    content: attr(title1);
}

.abtn-selectAll::before
{
    content: attr(title0);
}

.abtn-unselectAll::before
{
    content: attr(title1);
}

.advanceSearchPanel h4 + span
{
    line-height: 38px;
}


@media print
{
    a[href]::after
    {
        content: none !important;
    }
}

#toggle a i.fa:before
{
    content: "\f068";
}

#toggle a.collapsed i.fa:before
{
    content: "\f067";
}

#toggleProduct a i.fa:before
{
    content: "\f0d8";
}

#toggleProduct a.collapsed i.fa:before
{
    content: "\f0d7";
}

a
{
    cursor: pointer;
}

.panel-body a.collapsed #span2
{
    display: none;
}

.panel-body a.collapsed #span1
{
    display: inline;
}

.panel-body a #span2
{
    display: inline;
}

.panel-body a #span1
{
    display: none;
}

.affix
{
    top: 0px;
    background-color: white;
}


.badge
{
    background-color: rgb(66,139,202);
}

#eboothContainer .nav > li > a
{
    padding: 11px;
}



.table-responsive
{
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

    .table-responsive > .table
    {
        margin-bottom: 0;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > td
        {
            white-space: nowrap;
        }

    .table-responsive > .table-bordered
    {
        border: 0;
    }

        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child
        {
            border-left: 0;
        }

        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child
        {
            border-right: 0;
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td
        {
            border-bottom: 0;
        }

#_FloorPlanImage
{
    overflow: auto;
}

.modal-lg-98 {
    width: 98%;
}

.navbar-form
{
    margin: 0px;
    padding: 0px;
}

.input-group-addon
{
    padding: 6px;
}

.panel-body .navbar
{
    margin: 0px;
    min-height: 0px;
}

*::-webkit-input-placeholder
{
    color: #AAA !Important;
}

*:-moz-placeholder
{
    color: #AAA !Important;
}

*:-ms-input-placeholder
{
    color: #AAA !Important;
}

#tdBreadCrumb
{
    padding: 10px;
    background-color: white;
}

.breadcrumb
{
    margin: 0px;
    padding: 7px 0px 0px 0px;
    background-color: transparent;
}

.rgSort, .rgSortAsc, .rgSortDesc
{
    display: none;
}

.fa
{
    margin-left: 2px;
    margin-right: 2px;
}

.carousel-nav a.left
{
    right: 36px;
}

.carousel-nav a
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -50px;
    right: 0;
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    border: 1px solid transparent;
    background: #f5f5f5;
    opacity: 1;
}


.bg-2
{
    background-color: rgb(66,139,202);
    color: #FFF;
}

.animate-hover-slide .figure
{
    position: relative;
    overflow: hidden;
}

    .animate-hover-slide .figure img
    {
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
    }

    .animate-hover-slide .figure .figcaption
    {
        /*height: 50%;*/
        padding: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
    }

        .animate-hover-slide .figure .figcaption > a
        {
            color: white;
        }

    .animate-hover-slide .figure:hover .figcaption
    {
        opacity: 0.95;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transition: -webkit-transform .4s,opacity .1s;
        -moz-transition: -moz-transform .4s,opacity .1s;
        -o-transition: -o-transform .4s,opacity .1s;
        transition: transform 0.4s, opacity 0.1s;
    }

    .animate-hover-slide .figure .figcaption
    {
        text-align: center;
    }

    .animate-hover-slide .figure .figcaption-btn
    {
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0px;
        opacity: 0;
        padding-left: 20px;
        text-align: center;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
    }

    .animate-hover-slide .figure:hover .figcaption-btn
    {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transition: -webkit-transform .4s,opacity .1s;
        -moz-transition: -moz-transform .4s,opacity .1s;
        -o-transition: -o-transform .4s,opacity .1s;
        transition: transform 0.4s, opacity 0.1s;
    }

    .animate-hover-slide .figure .figcaption-txt
    {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0px;
        opacity: 0;
        padding-left: 20px;
        text-align: center;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
        -moz-transition: -moz-transform .4s,opacity .1s .3s;
        -o-transition: -o-transform .4s,opacity .1s .3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
    }

    .animate-hover-slide .figure:hover .figcaption-txt
    {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transition: -webkit-transform .4s,opacity .1s;
        -moz-transition: -moz-transform .4s,opacity .1s;
        -o-transition: -o-transform .4s,opacity .1s;
        transition: transform 0.4s, opacity 0.1s;
    }

    .animate-hover-slide .figure .figcaption-txt .title
    {
        padding: 0;
        margin: 30px 0 0 0;
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
    }

    .animate-hover-slide .figure .figcaption-txt .subtitle
    {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 12px;
    }

    .animate-hover-slide .figure a
    {
        position: relative;
        top: 94%;
        margin-top: -11px;
    }

    .animate-hover-slide .figure .figcaption h3
    {
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #f2f2f2;
    }

@media (max-width: 480px)
{
    #ctl00_ContentPlaceHolder1_loginFormMyBriefcase
    {
        border: none !important;
    }
}
@media (max-width: 480px)
{
    #ctl00_ContentPlaceHolder1_loginFormCompanyLogin
    {
        border: none !important;
    }
}

@media (max-width: 480px)
{
   #ctl00_ContentPlaceHolder1_chkProductType > span
        {
            display:block !important;
        }
}
 #ctl00_ContentPlaceHolder1_chkProductType > span > input
       {
           display: inline-block !important;
           margin-right: 3px !important;
           margin-left: 8px !important;
       }
 #imgPin.unpinned .fa {
           color: #428bca;
           border: 1px solid rgb(197,197,197);
}
 .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td
{
    white-space: nowrap;
}

 @media all and (min-width:768px)
{
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td
    {
        white-space: normal;
    }    
    
}
@media (min-width: 1200px)
{
    .ProdCaptionHover:hover
    {
        background-color: #428BCA;
    }

        .ProdCaptionHover:hover a
        {
            color: #FFF;
        }
}
.ExhibitorConsoleVisible {
    display: block;
}
.ExhibitorConsoleHidden {
    display: none;
}
.ProductCaption
{
    /*height: 80px;
    overflow: hidden;
    */
    margin-top: 1px;    
    position:relative;    
}

.productTypeIcons {
	position:absolute;
	bottom:0px;
	padding:0px 10px 5px 0px;
	width:100%;
}

.NoUnderlineAnchor
{
    text-decoration: none !important;
}
.underline {
    border-bottom:1px solid rgb(255,128,0);
}

	.exhibitorListPanel .table-responsive {
		border:none;
		margin-bottom:0px;
	}
	
@media (max-width: 767px) {
	.exhibitorListPanel .navbar-form .form-control-static {
		padding-top:0px;
		padding-bottom:0px;
	}
	
	.exhibitorListPanel .panel-body {
		padding-bottom:0px;
	}
	

}

@media (max-width: 1024px) {
	
	.exhibitorListPanel #alphaIndexContainer {
		padding-left:0px;padding-right:0px;
	}
	
	.table-responsive .pagination {
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.table-responsive .pagination li {
		display:table-cell;
	}
}
.ButtonToAnchor{
    background:none!important;
    border:none!important;
    padding:0!important;
    cursor: pointer;
}

.badge {
 line-height: 1.5;
}

@media (min-width: 767px) {
 .panel-session {
  min-height: 450px;
 }
}
#ctl00_ContentPlaceHolder1_SpeakersAlphaIndex.affix > ul
        {
            margin:0 0;
        }
@media (max-width:1024px)    {
        .setMinHeight
        {
            min-height: 135px !important;
        }
    }
.setMinHeight
        {
            min-height: 100px;
        }
	@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
            .divEBoothLogo
            {
            position: initial;
            bottom: 0px; 
            right: 0px;
            padding: 0px;
            }
        }
	@media (min-width: 767px) {
        .divEBoothLogo
        {
            position: absolute;
            bottom: 15px; 
            right: 5px;
            padding: 5px;
        }
	}
	
	

.form-control[disabled],
.form-control[readonly]{
	cursor:auto;
}
	
#sessionsDateTab > .table-responsive .pagination li {
	display: table-cell;
	white-space:nowrap;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
    #sessionsDateTab > .container-fluid
    {
        border: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    
}
@media (max-width: 768px) {
#ctl00_ContentPlaceHolder1_SpeakersAlphaIndex
    {
    	z-index: 15;
	overflow-x: auto;
    }
}







@media (min-width:768px) and (max-width: 992px)
{
#ctl00_dvLeftSection {
	display:none;
}
#ctl00_dvLeftSection + #ctl00_dvContent {
	width:100%;
}

    #ctl00_dvTopNavigation .navbar-header
    {
        width: 750px !important;
        margin-left: auto !important;
        margin-right: auto !important;
	float:none;
	padding-bottom:6px;
    }

    .navbar-collapse
    {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 750px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

        .navbar-collapse.top-navbar.collapse
        {
            display: none !important;
        }

            .navbar-collapse.top-navbar.collapsing,
            .navbar-collapse.top-navbar.collapse.in
            {
                display: block !important;
            }

    #ctl00_dvTopNavigation .navbar-nav > li
    {
        float: none;
    }

    #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav,
    #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav ul
    {
        width: 100%;
        float: none;
        position: initial;	
    }
    
    #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav ul {
    	border-bottom:none;
    }
}

.clearable{
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -15px center;
  padding: 3px 24px 3px 4px; /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; }


.advanceSearchPanel ul li.singleCategory > a,
.advanceSearchPanel ul li.singleCategory > label {
	display:none;
}
.advanceSearchPanel ul li.singleCategory > ul {
	display:inherit !important;
	margin-left:0px;
}


#attendeeSearchControls ul {
	
	list-style:none;
}

#attendeeSearchControls ul li a {
	width: 28px;
	margin-left: -30px;
	vertical-align: top;

}
#attendeeList tbody tr td {
	vertical-align:middle !important;
}

#attendeeList .media-object.img-thumbnail{
	max-width:50px;
}
a.disabled {
	color:#777;
	cursor:not-allowed;
}

.eBoothControls.list-inline li {
	padding:0px; 2px;
}

.eBoothControls.list-inline li a{
	margin:0px;
}
.container.subhead-bottom.visible-xs, .container.subhead-bottom.visible-xs .navbar-brand.nav-username
{
    width:100%;
    text-align:center;
}
.topActionButtons {
	
}
.language-toggle {

}
.nav-logout:hover a{
	background-color:transparent !important;
	text-decoration: none;
}
.nav-username {

}
.main-nav-top{
	
}
.bottomActionButtons{

}

.strikeText{
   text-decoration: line-through;
}

/*15.1.1*/
#ctl00_ContentPlaceHolder1_pnlCompanyExistsOnSameDomain
{
    width:80%;
    max-height:90%
}

#ctl00_ContentPlaceHolder1_upnlCompanyExistsOnSameDomain {            
    max-height:100%;            
}

#ctl00_ContentPlaceHolder1_upnlCompanyExistsOnSameDomain .table-responsive {
    max-height:400px;
    overflow:scroll;
}

    #ctl00_ContentPlaceHolder1_upnlCompanyExistsOnSameDomain .table-responsive tr > td:nth-of-type(3)
    {
        width:150px;
    }


div#_btnDONOTCHANGE1 {
    display:none;
}

.overlayBg {
    background-color:gray;
    opacity:0.5;
}

.cke_source {
	white-space: initial !important;
}