/*
Alapszinek:
pirosas-narancs: #D43D3F
narancs: #F8941C
sotetzold (fomenu hatter): #2E7D7C
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

a:link     {text-decoration: none; color: #F8941C;}
a:visited  {text-decoration: none; color: #F8941C;}
a:active   {text-decoration: underline; color: #F8941C;}
a:hover    {text-decoration: underline; color: #F8941C;}

body {
	margin: 0 auto;
	padding: 0;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
}
#head { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 185px;
	background-color: #235F5E;
}
.head_logo {
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	width: 1000px;
	height: 175px;
	background-image: url('../img/iCSD2025-logo.jpg');
    background-repeat: no-repeat;
}
#main {
	margin: 0 auto;
	padding-top: 200px;
	width: 1000px;
	background-color: #ffffff;
}
h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	color: #2E7D7C;
	padding: 2px 3px 2px 8px;								/* top right bottom left */
	border-left: 6px solid #2E7D7C;
	background-color: #EBEBEB;
}
h4 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	font-size: 1.2em;
	line-height: 1.0;
	padding: 5px 0;
	color: #274E68;
}			
#foot {
	padding: 10px;
	width: 100%;
	color: #ffffff;
	background-color: #2E7D7C;
	font-size: 0.85em;
}
.hr1 { 
	border: 0;
	height: 1px;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.kotelezo {
	color: #bb0000;
}
form {
	text-align: left;
}
.segit {
	color: #666666;
}
.captcha {
	padding: 5px 10px 5px 10px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	background-color: #C7D7CF;
}
.captcha_text {
	position: absolute;
	right: 60px;
	width: 550px;
	text-align: justify;
	font-size: 1em;
	color: #555555;
}
.red { 
	color: #aa0000;
}
.siker2	{
	display: table;
	border-style: none;
	color: #aa0000;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: 400;
	margin: 0 auto;
	padding: 4px;
	font-size: 1.3em;
}
.authors    { font-weight: bold;
			  color: #444444;
			}
.affils     { font-style: italic;
			  color: #444444;
			}
.title      { font-weight: bold;
		      font-size: 1.1em;
		      color: #222222;
			}
.textInput, .textArea1 {
	width: 98%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 8px;
	resize: vertical;
	background-color: #C7D7CF;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
}
.selectMenu {
	width: 130px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 8px;
	background-color: #C7D7CF;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
}
.selectMenu > option:hover {
    color: #539ef8;
    }
.label {
	vertical-align: top;
	padding-top: 10px;
}
.sbutton {
	display:block;
	margin: 0 auto;
	background-color: #dd0000;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
}
.sbutton:hover {
  background-color: #aa0000;
}
.sbutton2 {
	display:block;
	margin: 0 auto;
	background-color: #305b8f;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
}
.sbutton2:hover {
  background-color: #2E7D7C;
}