/*Container styles*/

body {
    margin: 0 auto;
    background-image: url(../../custom/images/interface/page_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    height: auto;
    min-height: 600px;
    background-color: #9a9b9b;
    font-family: Arial, "Sans-serif";
}

body.no-nav {
	background-color: rgb(255, 255, 255);
	background-image: none;
}

h1,h2,h3,h4,h5 {
	color: #0B9998;
}

a {
	color: #0B9998;
}

a:hover {
	color: #858484;
}

.badge {
	background-color: #0B9998;
}

.pagination > li > a, .pagination > li > span {
	color: #0B9998;
}

/*Nav styles*/

.navbar-top > li > a {
	color: #b63532;
}

.navbar-top > li > a:hover {
	color: lightgray;
	background-color: transparent;
}

.container > .navbar-collapse {
	border-bottom-color: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

.nav-username {
	color: gray;
}

.navbar-collapse {
	background-color: #005E8A;
}

.navbar-toggle {
	border-color: #0B9998;
	background-color: #0B9998;
}

.dropdown-menu {
	background-color: #005E8A;
	border-bottom: none;
	border-bottom-width: none;
	border-bottom-style: none;
}

.dropdown-menu > li a {
	color: white;
	font-size: 9pt;
}

.dropdown-menu > li a:hover {
	color: white;
	background-color: #0B9998;
}

.nav-tabs > li.active > a {
	border-top-color: #0B9998;
}

/*Footer styles*/

#footer-container .container {
	background-color: none;
	border-top-color: none;
	border-top-style: none;
}

.footer_copyright p {
	color: #7e7e7d;
}

.list-inline > li {
	padding-top: 15px;
}

.list-inline > li > a {
	color: #b63532;
}

/*Media queries*/

@media (max-width: 992px) {
	#ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav, #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav ul {
	text-align: center;
	font-size: 9pt;
	}
	.navbar-nav > li > a.active {
		color: white;
		background-color: #0B9998;
	}
	.navbar-nav > li > a:hover {
		background-color: #202020;
		color: white;
	}
}

@media (min-width: 768px) {
	#content-container .container {
		padding-top: 20px;
		min-height: 750px;
	}
}

@media (min-width: 768px) {
	#tdleftnav > div > ul > li > a {
		font-size: 9pt;
		padding: 10px 20px;
		border-right: 1px solid #fff;
	}
	#tdleftnav > div > ul > li > a:hover {
		background-color: #00000042;
		color: white;
	}
	i.fa.fa-caret-down {
		display: none;
	}
}

@media (max-width: 768px) {
	.navbar-brand {
		margin-top: 2px;
		padding-left: 135px;
	}
	#ctl00_UserInfo1_lnkLogout {
		padding-top: 0px;
	}
	#ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav, #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav ul {
	text-align: center;
	font-size: 9pt;
	}
	.visible-xs-block {
		padding-bottom: 15px;
	}
}
.Masthead {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    background: white;
}

h1.a2z {
    text-shadow: none;
    border: 4px solid #0B9998 !important;
    padding: 15px;
    background: #85CCCB !important;
    color: white !important;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background: #0B9998 ;
    border-color: #0B9998 ;
}
 /******************** Client e_ExhibitorConsole.aspx icons ************************/

    .icon-ebooth_icon.basic:after {
        content: 'Basic';
        display: block;
        font-size: 10px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .icon-ebooth_icon.silver:after {
        content: 'Elite';
        display: block;
        font-size: 10px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .icon-ebooth_icon.gold:after {
        content: 'Ultimate';
        display: block;
        font-size: 10px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .icon-ebooth_icon.bronze:after {
        content: 'Premium';
        display: block;
        font-size: 10px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .icon-ebooth_icon.grey:after {
        content: 'Basic';
        display: block;
        font-size: 10px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .icon-ebooth_icon.platinum:after {
        content: 'Platinum';
        display: block;
        font-size: 10px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    /***********************Bold Exhibitor Status Styles *****************************/

    .selected > .icon-ebooth_icon.silver:after {
        font-weight: bold;
    }

    .selected > .icon-ebooth_icon.gold:after {
        font-weight: bold;
    }

    .selected > .icon-ebooth_icon.grey:after {
        font-weight: bold;
    }

    .selected > .icon-ebooth_icon.basic:after {
        font-weight: bold;
    }

    .selected > .icon-ebooth_icon.bronze:after {
        font-weight: bold;
    }

    .selected > .icon-ebooth_icon.platinum:after {
        font-weight: bold;
    }

/*********************** Highliting the number of listings available *****************************/

.listing { 
	font-weight: 600;
    color: rgb(88, 95, 105);
    border: 1px solid lightgrey;
    background-color: #eeeeee;
    padding: 5px;
    border-radius: 4px;
    margin: 10px 0px;
    width: 100%;
}

.listing span:nth-child(2) { 
	background-color: #E89124;
    border-radius: 4px;
    padding: 0px 7px;
    text-align: center;
    color: white;
    margin-left: 3px;
    float: right;
}

a.addon {
    color: #0095c8;
}








