:root {
	--sitePrimColor: #ee4037;
  }


body{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
}
ul{
	padding:0px;
	margin:0;
	list-style-type: none;
}
a{
	text-decoration:none;
}
p{
	line-height: 20px;
}
.allcontent{
	padding-left:0;
	padding-right:0;
}
#header{	
	background-color: #000;
	/* height:36px; */
}
#slideShowDiv{
	margin-top:36px;
	/********************/
    z-index:-99;
	position: fixed;
    top: 0;
}

.navbar{
	padding:0;
}
.nav-item{
	color:#fff;	
    font-weight: bold;
	border-bottom:4px transparent solid;
}
.nav-item:hover{
	color:#fff;	
	border-bottom:4px var(--sitePrimColor) solid;
	cursor: pointer;
}
.active{
	border-bottom:4px var(--sitePrimColor) solid;
}
.carousel-item-next{
	border-bottom:4px var(--sitePrimColor) solid;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}
.navbar-toggler-icon{
	color:#fff;
}
.navbar-nav{
	background-color:#000;
	padding-left:10px;
}
.navbar-collapse{
	z-index:100;
}
.dropdown-menu{
	background-color: #000;
    border-radius: 0;
}
.dropdown-item{
    color: #fff;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
.dropdown-item:hover{
    color: var(--sitePrimColor);
	background-color: #000;
}
/*.navbar-collapse {
	background-color: #99cc33;
    z-index: 1000;	
    padding-left: 10px;
}*/
#content{
	width:100%;
	/* height:100%; */
	background-color:#fff;
	overflow: auto;
    margin-top: 400px;
}
/* #wrapper {
    position:absolute;
    height:100%;
    width:100%;
} */
.panels {
    position:relative;
    /* height:100%; */
    /* min-height:100%; */
    width:100%;
    /* z-index:1000; */
}
.title{
	color:var(--sitePrimColor);
	font-size:22px;
	text-align: center;
    font-weight: bold;
	padding-top: 15px;
}
.bgColor{
	background-color:var(--sitePrimColor);
	border-top: 3px solid #ee4037;
	border-bottom: 3px solid #ee4037;
}
.text-center{
	text-align: center;
}
.carousel-item {
    background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.carousel-overlay-link{
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.carousel-overlay-link:hover{
	color:var(--sitePrimColor);
	text-decoration: none;
}

.carousel-overlay{
	text-align: center;
}

.home-banner {
	width:100%;
}

@media only screen and (min-width: 576px) {
	.carousel-item {
		height: 400px;
	}
	#content{
		margin-top: 432px;
	}
	.carousel-overlay{
		height: 400px;
	}
	.carousel-overlay-link{
		top: 360px;
	}
	.home-banner {
		padding-top: 30px; 
	}
	/* .carousel-img {
		display: none !important;
	} */
}

@media only screen and (max-width: 576px) {
	.carousel-item {
		height: 200px;
	}
	#content{
		margin-top: 232px;
	}
	.carousel-overlay{
		height: 200px;
	}
	.carousel-overlay-link{
		top: 160px;
	}
	.home-banner {
		padding-top: 20px; 
	}
	/* .carousel-img {
		display: none !important;
	} */
}

.formdiv{
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;	
	text-align: center;
}
.w80{
	margin-left: 10%;
	width: 80%;	
    margin-top: 10px;
}

.btn-rc {
	min-width: 135px;
	margin-top: 0.5rem;
}

@media only screen and (min-width: 576px) {
	.btn-abstract {
		margin-left: 0.5rem;
	}
}

.btn-alert-dismiss {
	padding-top: 0.5rem !important; 
}
.my-error-class{
	border: 1px solid red;
    background: #FFCECE;
}

.btn-continue {
	margin-bottom: 1rem;
}


.boa_title {
	font-size: large;
    padding-bottom: 15px;
    text-align: center;
}
.boa_authors {
	padding-bottom: 15px;
	padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.boa_institutions {
	text-align: left;
    padding-left: 30px;
    padding-bottom: 10px;
}
.boa_section {
	font-style: italic;
    text-align: left;
    padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.boa_content {
	padding-bottom: 30px;
	text-align: left;
    padding-left: 10px;
	padding-top: 10px;
}

.abstract-panel {
	border: 1px solid var(--sitePrimColor);
    padding: 15px;
    font-size: large;
    margin-bottom: 20px;
}
.main-content{
	min-height:500px;
}
.smallicon{
	height: 28px;
    padding-left: 15px;
}
.minititle{
	color: var(--sitePrimColor);
    font-weight: bold;
    font-size: 16px;
	padding-top: 20px; 
}
.mycard{
	margin-top: 10px;
}
.listLi li{
	padding-bottom:7px;
}
.isDisabled {
	color: #ccc;
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
}
.isDisabled:hover{
	color:#ccc;	
	cursor: not-allowed;
	text-decoration: none;	
}
.listDec{
	list-style-type: disc;
	padding-left: 40px;
    margin-top: -10px;
}
.primeBackgrund{
	background-color: var(--sitePrimColor);
}
.dnews{
	padding-bottom: 35px;
}
.radio-div{
	margin-bottom: 10px;
}
.sm-mar-bot{
	margin-bottom: 0;
}
.ul-decorated{
	list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 16px;
	line-height: 20px;
}
.nav-email{
	color:var(--sitePrimColor);
}
.nav-text{
	color:#fff;
}
.vs-paper{
	margin-bottom: 7px;
}