@charset "utf-8";

/* 2019 conference site colors */
/*
Tan behind Pres Message = rgba(213,196,169,1.0)
Gray = rgba(216,217,222,1.0)
Brown bar at top and bottom = rgba(146,107,40,1.0)
Light Tan Wording = rgba(234,192,128,1.0)
Dark Blue = rgba(69,78,105,1.0)

*/

/* Google Fonts - PT Sans */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

/* Bootstrap fonts 1.11.0 */
@import url("/css/bootstrap-icons.min.css");

/*** Bootstrap overrides ***/

/*** JQValidate ***/
label.error {
	display: block;
	color: red;
}

input.error,
select.error,
textarea.error {
	border-color: red;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  height: 100%;	
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	position: relative;
	margin: 0;
	padding-bottom: 115px;
	min-height: 100%;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	color: #000000;
}
a {
	/*color: #3FAE2A;*/
	color: rgba(69,78,105,1.0);
}
a:hover {
	color: #333333;
}
a:focus {
	outline: none !important;
}

h1, h2, h3, h4, h5 {
	font-family: 'PT Sans', sans-serif;
}

h1 {
	font-size: 30px;
	color: rgba(69,78,105,1.0);
}
h2 {
	font-size: 26px;
	color: rgba(69,78,105,1.0);
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
.btn-primary {
	background-color: rgba(69,78,105,1.0) !important;
}
.btn-primary:hover {
	background-color: rgba(80,80,80,1.0) !important;
}
/* Override table borders for cleaner look */
/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none !important;
}*/
.registrationTable td {
	 border-top: none !important;
}

.registration-buttons:hover {
	opacity: .8;
}
.box-pink {
	background-color: rgba(69,78,105,0.20);
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.box-gray {
	background-color:  rgba(234,192,128,0.5);
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.box-white {
	background-color: #FFF;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 10px;
}
#board img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 6px;
	/*-webkit-box-shadow: 0px 0px 3px 2px #E1E1E1;
	box-shadow: 0px 0px 3px 2px #E1E1E1;*/
}
.caption {
	font-size: 12px;
	line-height: 14px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
#header-info {
	background-color: rgba(225,225,225,1.00);
	border-radius: 8px;
}
#mobile-app-link a:hover {
	text-decoration: none;
}
#admin-main-nav {
	font-weight: bold !important;
}
.navbar-inverse {
	font-family: 'PT Sans', sans-serif !important;
    background-color: rgba(146,107,40,1.0) !important;
    border-color: rgba(146,107,40,1.0) !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.dropdown-menu {
	padding: 15px;
}
.dropdown-menu p {
	padding-left: 10px;
	padding-right: 10px;
}
.dropdown-menu > li > a {
	color: #000;
	font-weight: 700;
	font-size: 16px;
}
.dropdown-menu > li > a:hover {
	background-color: rgba(200,200,200,1.00);

}
.navbar-main .dropdown-menu {
	min-width: 150px;
	padding: 5px;
}
.navbar-main .dropdown-item {
	color: #000;
	font-weight: 100;
	font-size: 14px;
}
#main-container {
	background-color: rgba(255,255,255,1.00);
	min-height: 600px;
	background-image: none;
	border: none;
}
#main-header {
	margin-top: 15px;
	margin-bottom: 15px;
}

#home-slideshow .item img {
	width: 100%;
}

.img-thumbnail {
	text-align: center;
    border-radius: 8px;
    padding: 8px;
	margin-left: 8px;
	margin-right: 8px;
}
.img-thumbnail p {
	font-size: 12px;
}

#exhibitor-display td {
	border: none !important;
}
.pseudoButton:hover {
	text-decoration: none;
	background-color: #e1e1e1;
}
.pseudoButton:active, .pseudoButton:visited {
	text-decoration: none !important;
}
.pseudoButton {
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	/*
	margin-bottom: 5px;
	*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF;
}

#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	
	padding: 20px;
	margin-top: 15px;
	/* margin-bottom: 15px; */
 	min-height: 70px;
	background-color: rgba(69,78,105,1.0);
	border: none;
}

.carousel-caption h3 {
	color: #fff !important;
	background-color: rgba(100,100,115,0.75);
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.carousel-indicators {
    bottom: 5px;
}
/* Fade overrides for carousel slide transition */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.cancelled-listing {
	text-decoration:line-through;
	background-color:#D1D1D1;
}

.cancelled-notice {
	font-weight:bold;
	color:#FF0000;
}

.btn-right-align {
	float:right;
	margin:2px;
}

.speaker-portrait {
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.row-list-item-attendance-confirmations {
	background-color: #e1e1e1;
	margin: .25rem;
	padding: .25rem;
	border-radius: 5px;
}

/**** OLD CSS FOR ADMIN AREA ****/
.adminNavigation td {
	padding: 5px;
	border: 1px dotted #666;
}

.dollar-input {
	display:inline !important;
	width:94% !important;
}


@media (min-width:992px) and (max-width:1199px) {
	.nav-link {
		font-size: smaller;
	}
}

@media (min-width: 992px) {/* non-hamburger menu border */

	#main-container {
		background-image: none;
		border: none;
	}
	

	li.nav-item {
		border: 0px;
		border-left: 1px;
		border-style: solid;
		border-color: #ddd;
	}	
}

@media screen and (max-width: 991px) {/* hamburger menu border */
	.dropdown-menu p {
		color: #fff;
	}

	.dropdown-menu {
		padding-left: 8px;
		padding-right: 8px;
	}

	.dropdown-item {
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 22px; 
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
}
