body{
	background : #E6B87E;
	margin: 0 0 0 0;
	//background-image:url(../_images/background.png);
	background-repeat:repeat;
}
.steps{
	font : 25px Verdana;
	text-align: center;
	font-weight: bold;
}
.parastaseis{
	font: 12px Verdana;
	font-weight : bold;
	color: #E6B87E;
	background-color:#807673;
}
.parastaseisW{
	font: 12px Verdana;
	font-weight : bold;
	color: #ffffff;
	background-color:#807673;
}
.source{
	background : #807673;
}
.button{
	text-align : center;
}
.image{
	border : 2px solid #004a83;
	height:135px;
	width:97px;
}
.button_center{
	height:30px;
	font: 12px Verdana;
	font-weight : bold;
	color: #004a83;
	background : url(../_images/button_center.gif);
	cursor: pointer;
}
.button_left{
	height:30px;
	width: 20px;
	background : url(../_images/button_left.gif);
	background-repeat : no-repeat;
	cursor: pointer;
}
.button_right{
	height:30px;
	width: 18px;
	background : url(../_images/button_right.gif);
	background-repeat : no-repeat;
	cursor: pointer;
}
.steps_first_left_on{
	height:30px;
	width:12px;
	background-image : url(../_images/steps_on_bg.gif);
	background-repeat : no-repeat;
}
.steps_first_left_off{
	height:30px;
	width:12px;
	background-image : url(../_images/steps_off_bg.gif);
	background-repeat : no-repeat;
}
.steps_on_bg{
	height:30px;
	width:90px;
	background-image : url(../_images/steps_on_bg.gif);
}
.steps_cross_left_on{
	height:30px;
	width:50px;
	background-image : url(../_images/steps_cross_left_on.gif);
	background-repeat: no-repeat;
}
.steps_cross_right_on{
	height:30px;
	width:50px;
	background-image : url(../_images/steps_cross_right_on.gif);
	background-repeat: no-repeat;
}
.steps_off_bg{
	height:30px;
	width: 90px;
	background-image : url(../_images/steps_off_bg.gif);
}
.steps_cross_all_off{
	height:30px;
	width:50px;
	background-image : url(../_images/steps_cross_all_off.gif);
	background-repeat: no-repeat;
}
.steps_last_right_off{
	height:30px;
	width:35px;
	background-image : url(../_images/steps_last_right_off.gif);
	background-repeat: no-repeat;
}
.steps_last_right_on{
	height:30px;
	width:35px;
	background-image : url(../_images/steps_last_right_on.gif);
	background-repeat: no-repeat;
}
.kati{
	width: auto;
	overflow: auto;
	font: 12px Verdana;
	font-weight : bold;
	color: White;
	background-color: #807673;
	/*border: 1px solid #004a83;*/
	padding: 5px;
	text-align: justify;
}
.theseis{
	font: 12px Verdana;
	font-weight : bold;
	height: 30px;
	padding-left: 15px;
	color:#FFFFFF
}
.table_border{
	border: 1px solid #333333;
	padding-left: 15px;
	height: 30px;
}
.table2{
	border: 1px solid #333333;
	font: 11px Verdana;
	font-weight: bold;
	color:#FFFFFF
}
.errorStyle{
	background-color:#cf142b;
	font: 12px Verdana;
	font-weight : bold;
	color: #ffffff;
	margin-bottom: 10px;
	min-height:0;
	line-height:200%;
}
.terms{
	font: 11px Verdana;
	font-weight : bold;
	color: #ffffff;
	background : #E6B87E;
}
.modal-body {

    background: #7f7573;
}

.mail{
	box-shadow:none;
	background-color:#807673 !important;
	border:none;
	border-bottom:2px solid #E6B87E;
	color:#ffffff;

}

.mail:focus{
	box-shadow:none;

	color:#E6B87E;
	background-color:#807673 !important;
	border:none;
	border-bottom:2px solid #007700;
}
.navbar-default {
	border-radius:initial;

}

.navbar-default .navbar-nav > .active > a {
	color: #fff;
  	background-color: #807673;

}

#errore {
	font-size: 25px;
	color: #fff;
    background: #3e883e;
    padding: 10px;
    margin-bottom:10px;

}

.badge1 {
   position:relative;
}
.badge1[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-10px;
   right:-10px;
   font-size:.5em;
   background:green;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}

input[type="radio"] + .label-text:before{
			content: "\f111";
			font-family: "FontAwesome";
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			width: 1em;
			display: inline-block;
			margin-right: 5px;
		}

		input[type="radio"]:checked + .label-text:before{
			content: "\f111";
			color: #007700;
			animation: effect 250ms ease-in;
			width: 1em;
		}

		input[type="radio"]:disabled + .label-text{
			color: #aaa;
		}

		input[type="radio"]:disabled + .label-text:before{
			content: "\f111";
			color: #ccc;
		}

		/*Radio Toggle*/

		.toggle input[type="radio"] + .label-text:before{
			content: "\f111";
			font-family: "FontAwesome";
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			width: 1;
			display: inline-block;
			margin-right: 10px;
		}

		.toggle input[type="radio"]:checked + .label-text:before{
			content: "\f111";
			color: #16a085;
			animation: effect 250ms ease-in;
		}

		.toggle input[type="radio"]:disabled + .label-text{
			color: #aaa;
		}

		.toggle input[type="radio"]:disabled + .label-text:before{
			content: "\f204";
			color: #ccc;
		}


		@keyframes effect{
			0%{transform: scale(0);}
			25%{transform: scale(1.3);}
			75%{transform: scale(1.4);}
			100%{transform: scale(1.2);}
}

#logoheader{
	
	height:166px;
}

.footy{
	
	color:white;
}

@media (max-width: 576px) {
	#logo2 img {max-width:320px !important;}
}