/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
	
Base orange
hex #ff8000;
	
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;
	*/
}

a {

	color: black;

}

a:hover {

	color: #FDB813;
	text-decoration: underline;

}

h1 {

	color: #8A8989;

}

h2 {

	color: #8A8989;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-shadow: none;

}

h3 {
	/*
	color: #428bca;
	*/
}

h4 {
	/*
	color: #428bca;
	*/
}

h5 {
	/*
	color: #428bca;
	*/
}

.Masthead {
	/*
	box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	*/
}

#content-container .container {
	/*
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	*/
}


/* ====================== Additional container styles ======================= */


.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
}

.badge {

	background-color: #8A8989;

}

.pagination > li > a, .pagination > li > span {

	color: #8A8989;

}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {

	color: #FDB813;

}

.nav-tabs > li.active > a {

	border-top-color: #8A8989;
	color: #8A8989;

}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}


/* ====================== Navigational styles =============================== */


.navbar-collapse {

	padding: 0px;
	box-shadow: 0px -2px 3px rgba(0,0,0,0.2);
	background-color: #8A8989;

}

.container > .navbar-collapse {
	/*
	border-bottom-color: #ff8000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	*/
}

.navbar-top > li > a {

	padding: 5px;
	color: black;

}

.navbar-top > li > a:hover {

	color: #FBBA18;
	background-color: white;

}

.navbar-nav > li > a {
	/*
	color: white;
	*/
}

.navbar-nav > li > a:hover {

	color: #8A8989;
	background-color: white;

}

.navbar-nav > li > a.active {

	color: #8A8989;
	background-color: white;

}

.navbar-nav > li > .dropdown-menu {
	/*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

.dropdown-menu {
	/*
	background-color: white;
	border-bottom-color: #ff8000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	*/
}

.dropdown-menu > li > a {
	/*
	color: #333;
	*/
}

.dropdown-menu > li > a:hover {
	/*
	color: white;
	background-color: #ff8000;
	*/
}

.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: #000000;
	background-color: #ffffff;

}

.left-nav > li.active > a {

	color: white;
	background-color: #8A8989;

}

.left-nav > li.active > a:hover {

	color: white;
	background-color: #8A8989;

}

.left-nav > li.active > a:focus, .left-subnav.in > li.active > a {

	color: white;
	background-color: #8A8989;

}

.left-nav > li.active > .left-subnav > li > a, .left-subnav.in > li > a {

	color: #8A8989;

}

.left-nav > li.active > .left-subnav > li > a:hover, .left-subnav.in > li > a:hover {

	color: #8A8989;

}

.left-subnav.in > li > a {

	color: #8A8989;
	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: #8A8989;

}

.left-subnav > li > a:hover {

	color: #8A8989;
	background-color: white;

}

.left-subnav > li.active > a {

	color: white;
	background-color: #8A8989;

}

.left-subnav > li.active > a:hover {

	color: white;
	background-color: #8A8989;

}

.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: #8A8989;
	background-color: #8A8989;

}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}


/* ====================== Default footer styles ============================= */


#footer-container .container {

	background-color: #8A8989;
	border-top-color: #ff8000;
	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);

}


/* ====================== Custom footer styles ============================== */


#footer-container .container {
	/*
	background-color: #428bca;
	border-top-color: #ff8000;
	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);
	*/
}

.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;
	*/
}

/******************** 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: 'Premium';
        display: block;
        font-size: 10px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .icon-ebooth_icon.gold:after {
        content: 'Elite';
        display: block;
        font-size: 10px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .icon-ebooth_icon.bronze:after {
        content: 'Bronze';
        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;
    }

    /***********************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;
    }
	/*********************** 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;
}
