:root {
	--background-koutiou: white;
	--background-titlou: #673ab7;
	--color-ypoxreotikou: #d93025;
}

html, body {margin:0; padding:0;width:100%;text-align:center; font-family: 'docs-Roboto', Helvetica, Arial, sans-serif;}
html {
    height: 100%;
}
body {
    min-height: 100%;
	overflow:hidden;
}

#container {
	width:98.5%;
    margin: auto;
	margin-top:15px;
	text-align:center;
	font-family: 'docs-Roboto', Helvetica, Arial, sans-serif;
}

.kouti {
	width:100%;
	min-height:200px;
	background-color: var(--background-koutiou);
	-webkit-border-radius: 7px;
    -webkit-box-shadow:2px 2px 3px lightgray,-2px -2px 3px lightgray;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
	text-align:left;
	margin-top:15px;
	padding-bottom:20px;
}

.ypoxreotiko {
	color: var(--color-ypoxreotikou);
}

.titlos_enotitas {
	background-color: var(--background-titlou);
	width:100%;
	min-height:50px;
	line-height: 50px;
	-webkit-border-radius: 7px 7px 0px 0px;
	color:white;
}
.titlos_enotitas p {
	padding-left:20px;
}

.erotisi_enotitas {
	padding:20px;
	padding-top:30px;
}

.epiloges_erotisis {
	 padding-left:20px;
}

input[type='radio'] { 
	width: 20px;
	height: 20px;
	margin-bottom:15px;
	margin-right:10px;
	accent-color: var(--background-titlou);
 }
 
label {  
    display: inline-block;
    margin: 0;
    line-height: 26px;
    height: 26px;
    vertical-align: top;
}

.date_input2 {
	width:30px;
	font-size:16px;
	text-align:center;
	border: none;
	outline: none;
	border-bottom: 2px solid #e4e6eb;
}

.date_input4 {
	width:60px;
	font-size:16px;
	text-align:center;
	border: none;
	outline: none;
	border-bottom: 2px solid #e4e6eb;
}

.text_input {
	width:400px;
	padding-top: 50px;
	font-size:16px;
	text-align:left;
	border: none;
	outline: none;
	border-bottom: 2px solid #e4e6eb;
}

.date_input2:focus, .date_input4:focus, .text_input:focus {
	border-bottom: 2px solid var(--background-titlou);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.date_label {
	font-size:14px;
	color:#b3b5ba;
}
.date_label span {
	padding-left:5px;
	padding-right:20px;
}

.selectbox {
	font-size:17px;
	min-width:365px;
	height:50px;
	padding: 0px 5px;
	margin-bottom:15px;
	background-color:#FFF;
	border: 2px solid #CCC;
    border-radius: 4px;
}

select:invalid { color: gray; }


.buttons {
	margin-top:15px;
	margin-right:15px;
	width:100px;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.141),0 1px 3px 0 rgba(0,0,0,0.122);
	background-color: white;
	color: #1a73e8;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .25px;
	line-height: 36px;
	text-decoration: none;
	text-transform: none;
	min-width: auto;
	outline: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 0;
	-moz-user-select: none;
	-moz-transition: background .2s .1s;
	transition: background .2s .1s;
	border: 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #5f6368;
	cursor: pointer;
	float:left;
	margin-bottom:20px;
}

.buttons:hover {
	background-color: #f5f5f5;
}