/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base Blue
hex #03499A;

Light Blue
hex #009cda;

Base Yellow
hex #FFCB05;

Base Red
hex #FF0000;

Base White
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */


body {
	/*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #e6ebf5;
	background-image: url('link');
	background-repeat: repeat-x;
	background-position: top;
	*/
	background-color: #fff;
	font-size: 16px;
    line-height: 1.75em;
}

a {
	color: #093a5c;
	transition: .5s ease;
}

a:hover {
	color: #009cda;
	text-decoration: none;
}

a:focus {
    text-decoration: none;
}

p {
	font-size: 1em;
	line-height: 1.75em;
	margin: 0 0 25px;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 20px;
	/*margin-top: 25px;*/
	color: #454545;
}

h1 {
	font-size: 34px;
	margin-bottom: 25px;
}

h2 {
	/*
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	text-shadow: none;
	*/
	font-size: 24px;
}

h3 {
	font-size: 20px;
	background-color: #093a5c;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

h3 a {
	color: #0099D6;
}

h4 {
	font-size: 18px;
}

h4.media-heading {
    font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
}


.Masthead {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content-container .container {
	background-color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 20px 20px 20px;
}

@media (min-width: 992px) {
	#content-container .container {
		padding: 20px 0;
	}
}

div#ctl00_dvContent.content-full-expand {
    padding-left: 0;
    padding-right: 0;
}


/* basic table styles */

table {
    width: 100%;
	border: 0;
	border-spacing: 2px;
	border-collapse: separate;
	margin-bottom: 30px;
}

td, th {
    padding: 15px 20px;
	border: 0px;
	vertical-align: top;
}

table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

table tr:nth-child(even) {
    background-color: #efefef;
}

tr th {
	background-color: #004B88;
	color: #fff;
	text-align: center;
}

tr th .fa {
    font-size: 32px;
}

tr th p, tr td p {
	margin-bottom: 0;
}

/* exhibitor list table styles */
table.table {
    border-collapse: collapse;
}

table.table th {
    background-color: unset;
    color: rgb(51, 51, 51);
    text-align: left;
}


/* button styles */

a.primary-button {
    background-color: #0099D6;
    color: #fff;
    padding: 10px 20px;
    transition: .5s ease;
}

a.primary-button:hover {
	background-color: #093a5c;
}

/* ====================== Homepage Tile styles ======================= */

.panel-body .company-listing-info .thumbnail, .panel-body .action-section .thumbnail, .panel-body .logistics-section .thumbnail {
    margin-bottom: 0;
	padding: 0 30px 20px;
}

.company-listing-info, .action-section {
	margin-bottom: 40px;
}

.logistics-section {
    background-color: #ededed;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.logistics-section .thumbnail .media-body {
   text-align: center;
}

.panel-body .thumbnail {
    padding: 20px 30px;
	border-radius: 0;
	background-color: #ededed;
	border: 0;
}
.thumbnail .media-body {
    line-height: 1.75em;
	text-align: center;
}

.thumbnail .media-body ul, .thumbnail .media-body ol {
    text-align: left;
}

/*.company-listing-info .setMinHeight, .action-section .setMinHeight {
	min-height: 15px;
}*/

.setMinHeight {
    min-height: 15px;
}

.panel-group .panel.panel-default {
	border: 0px;
}

/*.tile-section-title {
    /*margin-right: 15px;
    margin-left: 15px;
    background-color: #ededed;
}*/

	.company-listing-info .tile-section-title, .action-section .tile-section-title{
    	margin-left: 15px;
    	margin-right: 15px;
		background-color: #ededed;
	}

.tile-section-title h3 {
    padding: 15px 30px;
    background-color: #ccc;
    color: #333;
	text-align: center;
	font-weight: 600;
}

.logistics-section .tile-section-title h3 {
    margin: 0;
}

.tile-section-title p {
    margin: 0px 30px;
	padding-bottom: 20px;
	text-align: center;
}

.tile-section-title i {
    margin-right: 10px;
}

.company-listing-info  h4.media-heading, .action-section h4.media-heading {
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.logistics-section h4.media-heading {
    margin-bottom: 5px;
    padding-top: 20px;
}

.logistics-section-1 .col-md-6:before, .logistics-section-2 .col-md-6:before {
    content: '';
    border-top: 1px solid #ccc;
    display: block;
    margin: 0 30px;
}

.logistics-section-1 .col-md-6:first-child:before {
    border-top: 0;
}

#ctl00_ContentPlaceHolder1_ucExhibitorConsole_tableBooths .panel-default > .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    /*border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;*/
	padding:0;
}
#ctl00_ContentPlaceHolder1_ucExhibitorConsole_tableBooths .panel-heading .pull-right.text-right:before {
    content: 'Booth:';
    margin-right: 10px;
}

#ExhibitorConsoleHeaderPreview i {
    margin-left: 10px;
	color: #fff;
}

.panel-heading .media-heading {
    /*margin: 0 0 25px;*/
	padding: 15px 30px;
}

h3.media-heading {
    text-align: center;
}

h3.media-heading small {
    color: unset;
}

.media-heading .pull-right.text-right {
    float: none !important;
    text-align: center;
	padding-top: 10px;
}

.ExhibitorConsoleVisible .panel-body {
    padding: 15px 0 0 0;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group {
    margin-bottom: 0px;
}

/* Title Actions */
.action-required {
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
	margin-top: 10px;
    display: flex;
	font-size: 18px;
	line-height: 24px;
	color: #FF0000;
}
.action-required a {
	color: #FF0000;
	display: inline-block;
}
.action-link {
    padding: 0 15px;
}
.action-rule-left, .action-rule-right {
    display: inline-block;
    border-top: 1px solid #FF0000;
    flex-grow: 1;
    transform: translateY(47%);
}

.tile-icon {
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
	margin-top: 10px;
    display: flex;
	font-size: 18px;
	line-height: 28px;
	color: #212121;
}
.tile-icon a {
	color: #212121;
	display: inline-block;
}
.tile-icon-link {
    padding: 0 15px;
	cursor: default;
}
.tile-icon-rule-left, .tile-icon-rule-right {
    display: inline-block;
    border-top: 1px solid #212121;
    flex-grow: 1;
    transform: translateY(47%);
}

.tile-icon i, .action-required i {
    font-size: 32px;
    line-height: 32px;
}

#Msg4020 {
    display: block;
}

/* hiding tiles on Confirm Company Listing page */
form#aspnetForm[action*="e_BoothProfile.aspx"] #ctl00_ContentPlaceHolder1_ucExhibitorConsole_tableBooths,
form#aspnetForm[action*="e_ExhibitorVideos.aspx"] #ctl00_ContentPlaceHolder1_ucExhibitorConsole_tableBooths,
form#aspnetForm[action*="e_PRAdmin.aspx"] #ctl00_ContentPlaceHolder1_ucExhibitorConsole_tableBooths,
form#aspnetForm[action*="e_SSAdmin.aspx"] #ctl00_ContentPlaceHolder1_ucExhibitorConsole_tableBooths {
    display: none;
}

@media (min-width: 992px) {

	/*.ExhibitorConsoleVisible .col-md-6:nth-child(odd) {
		clear: both;
	}*/

	/*.ExhibitorConsoleVisible .logistics-section .col-md-6:nth-child(even) {
    	clear: both;
	}*/

	.company-listing-info, .action-section {
    	width: 50%;
    	float: left;
		display: inline-block;
    	padding-left: 15px;
    	padding-right: 15px;
	}

	.company-listing-info .col-md-6, .action-section .col-md-6 {
    	width: 100%;
		padding-left: 0;
    	padding-right: 0;
	}

	.logistics-section-1, .logistics-section-2 {
    	width: 50%;
    	float: left;
    	display: inline-block;
	}

	.logistics-section-1 .col-md-6, .logistics-section-2 .col-md-6 {
    	width: 100%;
		padding-left: 0;
    	padding-right: 0;
	}

	.company-listing-info .tile-section-title, .action-section .tile-section-title{
    	margin-left: 0px;
    	margin-right: 0px;
	}

	.logistics-section-2 .col-md-6:first-child:before {
    	border-top: 0;
	}

}

@media (min-width: 576px) {
	h3.media-heading {
    	text-align: left;
	}
	.media-heading .pull-right.text-right {
    	float: right !important;
    	text-align: right;
		padding-top: 0;
	}
}


/* ====================== Additional container styles ======================= */


.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
}

.badge {
	/*
	background-color: #428bca;
	*/
}

.pagination > li > a, .pagination > li > span {
	/*
	color: #428bca;
	*/
}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {
	/*
	color: #004B88;
	*/
}

.nav-tabs > li.active > a {
	/*
	border-top-color: #428bca;
	color: #428bca;
	*/
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}


/* ====================== Navigational styles =============================== */


.navbar-collapse {
	padding: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	background-color: #2e2e2e;
}

.container > .navbar-collapse {
	/*
	border-bottom-color: #ff8000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	*/
}

.navbar-top > li > a {
	padding: 5px;
	color: #454545;
}

.navbar-top > li > a:hover {
	color: #fff;
	background-color: #009cda;
}

.navbar-nav {
    margin: 0;
}

.navbar-collapse > .navbar-nav > li > a {
	color: white;
}

.navbar-collapse > .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #009cda;
}

.navbar-nav > li > a.active {
	color: #fff;
	background-color: #009cda;
}

.navbar-nav > li.active > a {
	color: #fff;
	background-color: #009cda;
}

.navbar-nav > li > .dropdown-menu {
	/*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

.dropdown-menu {
	background-color: #444;
	border-bottom-color: transparent;
	border-bottom-width: 0;
	border-bottom-style: none;
	padding: 0;
}

@media (min-width: 992px) {
	.dropdown-menu {
		background-color: #2e2e2e;
	}
}

.dropdown-menu > li > a {
	color: #bebebe;
	border-top: 1px solid #8e8e8e;
	padding: 10px 20px;
}

.dropdown-menu > li:first-child > a {
	border-top-width: 0px;
}

.dropdown-menu > li > a:hover {
	color: white;
	background-color: #009cda;
}

.left-nav > li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-nav > li > a {
	/*
	color: white;
	*/
}

.left-nav > li > a:hover {
	/*
	color: white;
	background-color: #ff8000;
	*/
}

.left-nav > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > a:hover {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > a:focus, .left-subnav.in > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > .left-subnav > li > a, .left-subnav.in > li > a {
	/*
	color: #428bca;
	*/
}

.left-nav > li.active > .left-subnav > li > a:hover, .left-subnav.in > li > a:hover {
	/*
	color: #428bca;
	*/
}

.left-subnav.in > li > a {
	/*
	color: #428bca;
	padding: 8px 0px 8px 24px;
	background-color: white;
	*/
}

.left-subnav > li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-subnav > li > a {
	/*
	padding: 8px 0px 8px 11px;
	color: #428bca;
	*/
}

.left-subnav > li > a:hover {
	/*
	color: #428bca;
	background-color: white;
	*/
}

.left-subnav > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-subnav > li.active > a:hover {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.nav-username {
	/*
	padding: 5px;
	color: white;
	height: auto;
	font-size: 14px;
	*/
}

#ctl00_UserInfo_lnkLogout {
	/*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	*/
}

.navbar-toggle {
	/*
	border-color: #428bca;
	background-color: #428bca;
	*/
}

.nav-logout:hover a{
	/*
	background-color:transparent !important;
	text-decoration: none;
	*/
}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}


/* ====================== Custom footer styles ============================== */


#footer-container .container {
	background-color: #212121;
	border-top-style: solid;
	border-top-width: 0;
	color: #cecece;
	padding: 30px 40px 10px;
	box-shadow: none;
}

#footer-container a {
	color: #ffcc00;
	transition: .5s ease;
}

#footer-container a:hover {
	color: #fff;
}

#footer-container h3, #footer-container h2 {
	color: #cecece;
}

#footer-container i.fa.fa-exclamation-triangle {
    float: none;
    font-size: 30px;
    margin: -5px 15px 5px 0;
}

@media (min-width: 992px) {
	#footer-container i.fa.fa-exclamation-triangle {
		float: left;
	}
}

#Footer.footer {
	/*
	background-color: transparent; (This is optional)
	*/
}

.footer_copyright p {
	/*
	margin: 0px;
	padding: 10px 12px;
	font-size: 12px;
	*/
}

.footer h2, .footer h3 {
	color: white;
	padding-bottom: 5px;
}

.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;
    */
}


/* ================== When no content is in left sidebar =================== */

.left-container{
    /*
    min-height: 1px;
    */
}


/* =================== img-responsive for IE ============== */

.img-responsive {
	/*
	width: auto;
	*/
}

/* =================== Fix Focus State for nav ===================== */

.nav > li > a:focus {
    background-color: transparent;
}

/* =================== Right Sidebar Styles  ===================== */

#Msg4018 {
    margin-top: 90px;
}

@media (max-width: 991px) {
	.content-expand {
    	width: 100%;
 		float: none;
	}
	.right-container {
		width: 100%;
    	margin-left: 0;
    	float: none;
	}
}



/* =================== Custom Masthead Styles  ===================== */

#dvCustomMasthead {
    display: block;
}

#dvCustomMasthead .container {
    padding: 35px 15px;
}

.logo {
    display: none;
}

.logo img {
    /*max-width: 360px;*/
	max-height: 62px;
}

.masthead-left {

}

.masthead-right {
	text-align: center;
}

.masthead-right h1 {
    margin: 0 0 12px 0;
    color: #093a5c;
    font-size: 38px;
}

.dates {

}

.dates span {
    color: #01aef0;
    margin: 0 5px;
}

.navbar-header {
	margin-bottom: 20px;
}

.navbar-header img.img-responsive {
    max-width: 199px !important;
    margin: 10px 15px 0 15px;
    width: 75%;
}

@media (min-width: 992px) {
	.logo {
		display: block;
		margin: 30px 0 0 0 !important;
		text-align: left !important;
	}
	.masthead-right {
    	text-align: right;
		margin: 0;
		padding: 0 15px;
	}
	#dvCustomMasthead .container {
    	padding: 35px 0px;
	}

}

/* =================== FAQ Styles  ===================== */

/* hiding FAQ category selection */
#ctl00_ContentPlaceHolder1_pnlCategories {
    display: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}


/* =================== Print Styles  ===================== */

@media print {

	table {
		border-collapse: collapse;
	}

	table td, table th {
    	border: 1px solid;
	}

	#ctl00_dvRightSection.right-container {
    	display: none;
	}

	#ctl00_dvTopNavigation.navigation-container {
    	display: none;
	}

	#header.container {
    	display: none;
	}

	#footer-container {
    	display: none;
	}
	#ctl00_dvContent.content-expand {
    	width: 100%;
	}

}

/* =================== Exhibitor List Styles  ===================== */

.exhibitorListPanel th.boothLabel .fa-map-marker, .exhibitorListPanel th.companyName .fa-sort-desc, .exhibitorListPanel th.companyName .fa-sort-asc {
    font-size: 24px;
}

/* hiding menu on exhibitor list page */

form#aspnetForm[action*="Exhibitors.aspx"] .navigation-container,
form#aspnetForm[action*="eBooth.aspx"] .navigation-container,
form#aspnetForm[action*="ShowSpecials.aspx"] .navigation-container,
form#aspnetForm[action*="PressReleases.aspx"] .navigation-container,
form#aspnetForm[action*="VideoList.aspx"] .navigation-container {
    display: none;
}

form#aspnetForm[action*="Exhibitors.aspx"] #Msg4016, form#aspnetForm[action*="eBooth.aspx"] #Msg4016 {
	display: none;
}

/* hiding the help button */
.exhibitorListPanel ul.nav.nav-tabs li:nth-child(4) {
	display: none;
}

/* hiding input background on press releases, show specials, etc. */
input#ctl00_txtFocusOnPanel{
    background-image: none !important;
}

#__lpform_ctl00_txtFocusOnPanel_numspan,
#__lpform_ctl00_txtFocusOnPanel {
	display: none;
}

/* updating custom masthead */
form#aspnetForm[action*="Exhibitors.aspx"] .col-md-6.masthead-right h1,
form#aspnetForm[action*="eBooth.aspx"] .col-md-6.masthead-right h1,
form#aspnetForm[action*="ShowSpecials.aspx"] .col-md-6.masthead-right h1,
form#aspnetForm[action*="PressReleases.aspx"] .col-md-6.masthead-right h1,
form#aspnetForm[action*="VideoList.aspx"] .col-md-6.masthead-right h1 {
	display: none;
}

form#aspnetForm[action*="Exhibitors.aspx"] .col-md-6.masthead-right:before,
form#aspnetForm[action*="eBooth.aspx"] .col-md-6.masthead-right:before,
form#aspnetForm[action*="ShowSpecials.aspx"] .col-md-6.masthead-right:before,
form#aspnetForm[action*="PressReleases.aspx"] .col-md-6.masthead-right:before,
form#aspnetForm[action*="VideoList.aspx"] .col-md-6.masthead-right:before {
	display: block;
	content: 'Exhibitor List';
	margin: 6px 0 12px 0;
    color: #03499A;
    font-size: 38px;
}

form#aspnetForm[action*="Exhibitors.aspx"] .masthead-left .logo,
form#aspnetForm[action*="eBooth.aspx"] .masthead-left .logo,
form#aspnetForm[action*="ShowSpecials.aspx"] .masthead-left .logo,
form#aspnetForm[action*="PressReleases.aspx"] .masthead-left .logo,
form#aspnetForm[action*="VideoList.aspx"] .masthead-left .logo {
	display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}

/* bold upgraded exhibitors */
td.companyName.bold, td.boothLabel.bold {
    font-weight: bold;
}

/* hide products column */
td.product, th.product, td.upgraded, th.upgraded, td.video, th.video {
    display: none;
}
