.gdpr{	
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height:100px;
	background-color: rgba(0,0,0,0.5);
	border-top: 3px solid red;
	z-index:9999;
	padding-left:20px;
}

.stabilize-mainbody {
	margin-top:-10rem;
	position:relative;
	background-color: rgba(255,255,255);
	padding-top:3rem;
}

.form-control1 {
	font-size: 16px;
	transition: all 0.4s;
	box-shadow: none;
}
.form-control1:focus {
	border-color: #5cb85c;
}
.form-control1, .btn {
	border-radius: 50px;
	outline: none !important;
}
.login-signup-form {
	width: 480px;
	margin: 0 auto;
	padding: 0px;
 
}
.login-signup-form form {
	!border-radius: 5px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
	padding: 40px;
}
.login-signup-form a {
	color: #5cb85c;
	font-size: 12px;
}    
.login-signup-form h2 {
	text-align: center;
	font-size: 34px;
	margin: 10px 0 15px;
}
.login-signup-form .hint-text {
	color: #999;
	text-align: center;
	margin-bottom: 20px;
}
.login-signup-form .form-group {
	margin-bottom: 20px;
}
.login-signup-form .btn {        
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}
.login-signup-btn {
	text-align: center;
	border-color: #5cb85c;
	transition: all 0.4s;
}
.login-signup-btn:hover {
	background: #5cb85c;
	opacity: 0.8;
}
.login-or-seperator {
	margin: 50px 0 15px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}
.login-or-seperator b {
	padding: 0 10px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	display: inline-block;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	position: relative;
	top: -22px;
	z-index: 1;
}
.login-social-btn .btn {
	color: #fff;
	margin: 10px 0 0 15px;
	font-size: 15px;
	border-radius: 50px;
	font-weight: normal;
	border: none;
	transition: all 0.4s;
}	
.login-social-btn .btn:first-child {
	margin-left: 0;
}
.login-social-btn .btn:hover {
	opacity: 0.8;
}
.login-social-btn .btn-primary {
	background: #507cc0;
}
.login-social-btn .btn-info {
	background: #64ccf1;
}
.login-social-btn .btn-danger {
	background: #df4930;
}
.login-social-btn .btn i {
	float: left;
	margin: 3px 10px;
	font-size: 20px;
}


.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}




/* css για την εμφάνιση του parcel trace */
.events li { 
  display: flex; 
  color: #999;
}

.events time { 
  width:100px;
  position: relative;
  padding: 0 1.5em;  
  color: red;}

.events time::after { 
   content: "";
   position: absolute;
   z-index: 2;
   right: 0;
   top: 0;
   transform: translateX(50%);
   border-radius: 50%;
   background: #fff;
   border: 2px #B03A2E solid;
   width: 1.0em;
   height: 1.0em;
}



.events span {
  padding: 0 1.5em 1.5em 1.5em;
  position: relative;
}

.events span::before {
   content: "";
   position: absolute;
   z-index: 1;
   left: 0;
   height: 100%;
   border-left: 1px #145A32 solid;
}

.events strong {
   display: block;
   font-weight: bolder;
   color: #000;
}

.events { margin: 1em; width: 50%; }
.events, 
.events *::before, 
.events *::after { box-sizing: border-box; }
/* css για την εμφάνιση του parcel trace */