@import url("bootstrap.min.css");

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

*, *:focus  { 
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	-webkit-tap-highlight-color: transparent; 
	border-color: inherit;
}

html {
	width: 100%;	
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: url(../../img/core/contact-background.png); 
	font-family: Roboto, Arial;
	font-size: 14px;
	color: #888888;
	line-height: 1.5;
}

main {
	padding: 70px 0px 40px 0px;
}

a, a:focus, a:visited {
	color: #7d95b9;
	font-weight:bold;
	transition: 0.5s;
}

a:hover, a:active {
	color: #7d95b9;;
	outline: none;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Typography */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

h1 { 
	color: #7d95b9; 
	font-weight: normal; 
}

h1 small { 
	color: #888888; 
}

h2 {
	font-size: 2.2rem;
}

@media (max-width: 768px) {
	h2 { text-align:center; }
}


h2, h3 {
	color: #7d95b9;
	font-weight: normal;
}

h4 {
	font-weight: normal;
}


p {
	margin: 0px 0 0px 0;
	padding: 10px 0 10px 0;
}

h2 + ul {
	margin-top:20px;
}

.img-responsive {
	height:auto;
	width:100%;  
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Lists */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	list-style: none;
	margin: 0px 15px 15px 15px;
	text-align: justify;
}

ul > li > ul > li { 
	color:#777777;
}

ul.align-left {
	 margin-left: 0;
	 padding: 0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

header {    
	background: url(../../img/core/header.png) center center no-repeat; 
    background-position: center center;
	background-size: cover;
	border-bottom:1px solid #e5e5e5;
	color: #fff;
	font-size: 1rem;
	font-style: italic;
    padding: 100px 0px 100px 0px;
	text-align: center;
	width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

header h1,  header h2 {     
	color: #fff;
	font-style: italic;
	font-weight: normal;
}

header h1.sm {
	font-size: 2rem;
}

header h1,  header h2 {     
	color: #fff;
	font-weight: normal;
}

header ul {
		list-style:none;
}

header .conference-dates {
		font-size: 1.6rem;
}

@media (min-width: 768px) {  header { text-align: left; } }


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Sections */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

section { padding: 50px 0;}

section .container + .container { margin-top: 25px; }

section.primary {background: #ffffff; border-bottom:1px solid; border-color:#dfdfdf}
section.secondary {background: #fafafa; border-bottom:1px solid; border-color:#dfdfdf}

section.warning {background: #fff3cd; border-bottom:1px solid; border-color:#dfdfdf}

section.contact {
	color: #ffffff;
	font-style: italic;
} 

section.contact a, section.contact h3 {
	color: #ffffff;
}

section.contact h1, section.contact h2{
	color:#ffffff;
} 

.index-box {
	border: 1px solid #dfdfdf;
	border-radius: 12px;	
	overflow: hidden;	
}

.index-box .title {
	padding: 12px;
	background: #f2f2f2;
	font-size: 1.6rem;	
	width: 100%;
}

.index-box .content {
	padding: 12px;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Footer */
/* --------------------------------------------------------------------------------------------------------------------------- */

footer { 
	background: #7d95b9;
	border-top: #b1c1d8 1px solid;
	bottom: 0;
	color: #ffffff; 
	font-size: 0.9em; 
	font-style: italic;
	font-weight: bold;
	margin: 0; 
	padding: 12px 0px 12px 0px; 
	position: fixed;
    text-align: center;	
	text-transform: uppercase;
	width: 100%;
	z-index: 1000;  
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Navigation menu */
/* --------------------------------------------------------------------------------------------------------------------------- */

.navbar {
	background: #7d95b9;
	border-bottom: #b1c1d8 1px solid;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	min-height: 70px;
	padding:0;
	text-transform: uppercase;
}

.navbar-nav {
	margin:0;
}	
	
.navbar-nav .nav-link {
	color: #fff;
	width:100%;
}
	
.navbar-nav .nav-link:hover {
	color: #d6d6d6; 
}
	
.navbar-nav .nav-link.active {
	color: #d6d6d6; 

}

.navbar-light .navbar-nav .nav-link.active {
	color: #d6d6d6; 

}
	
.navbar-nav .nav-link.active:hover {
	color: #d6d6d6; 

}

.navbar-brand {
	margin-left:15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-brand {
	margin:0;
	padding:0;
	width: 220px;
}

.navbar-brand img {
	width:100%;
	height:auto;
}

.navbar .navbar-toggler, .navbar .navbar-toggler {
    color: #fff;
    border:0;
}


.navbar-toggler {

}


.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
	outline:none !important;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Table */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

table thead tr td {
	font-weight:bold;
}

table tr:last-child {
	border-bottom:1px solid #dee2e6;
}

.table, .table-striped {
	--bs-table-color: #888888;
	--bs-table-striped-color: #888888;
	color: #888888;
	line-height: 1.5;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Others */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.rounded-edges {
	border: 1px solid #dfdfdf;
	border-radius: 20px;	
	overflow: hidden;	
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Registration From */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.registration_form .form-control:focus {border:#7d95b9 1px solid; outline:none !important;outline-width: 0 !important;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-webkit-tap-highlight-color: transparent;}
.registration_form table tr td {vertical-align: middle;}
.registration_form input[type=submit] {background:#7d95b9;color:#fff;}
.registration_form input[type=submit]:hover {cursor:pointer;background:#ffffff;color:#7d95b9;}
.registration_form input[type="file"] {background: none;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* speaker */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.speaker {
	width: 100%;
	text-align: center;
	margin: 10px;
}

.speaker .photo {
	width: 70%;
	margin: auto;
}

.speaker .photo img {
	width: 100%;
	height: auto;
}

 .speaker .photo img.full-width {
	width: 100%;
}

 .speaker .lastname {
	font-size: 18px;
}

 .speaker .affiliation {
	font-size: 13px;
}

 .speaker .abstract-title {
	font-size: 13px;
	font-weight: bold;
}

 .speaker .photo + .lastname {
	margin-top: 10px;
}

.speaker .abstract-and-bio a + a { 
	margin-left:30px;
}