/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Αυγ 2020, 7:20:05 πμ
    Author     : EIRINI
*/
/* gia 3 arxeia login + profile + 404 */  
h1, h2, h3{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    color:#000000;
}
h2{
    font-size:x-large;   
}
a.profile-menu:link {
    text-decoration : none;
    width : 300px;
    padding : 7px;
    color : white;
    background-color : rgba(0, 0, 0, 0.7);;
    font-size : 12px;
    display: block;
    border : 1px solid #424242;
    text-align: center;
}
a.profile-menu:hover{
    font-size : 12px;
    text-decoration : none;
    color : white;
    background-color : #cbdbdb;
}
a.profile-menu:active {
    color : black;
    background-color : #b3b1b5;
}
a.profile-menu:visited {
    color : white;
    background-color : rgba(0, 0, 0, 0.7);
    border : 1px solid #424242;
}
table.info th{
    background-color: #cbdbdb;
    color : white;
    padding : 5px;
    border : 1px solid #886;
    color:  #9fa6a1;
}
table.info td{
    color : grey;
    padding : 5px;
    border : 1px solid #424242;
}
.minimata {
    width: 90%;
}
.main-search{
    height:80vh;
    background-image: url("../Images/ktimata_gamou_main_left.jpg");
    background-size: cover;
}
.button-main {
  padding: 0.6em 1.5em;
  text-align: center;
  background-color: white;
  color: #9fa6a1;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  border-radius: 22px;
  border: 2px solid #9A9797;
  transition-duration: 0.3s;
  margin-top: 4%;
  width: 90%;
}
.button-main:hover {
    background-color: black;
    color: white;
    border-color: white;
}
.input_search_box {
    box-sizing: border-box;
    color: #9A9797;
    font-size: 16px;
    line-height: normal;
    height: 100%;
    padding: 10px 5px 10px 20px;
    width:88%;
    margin-top: 3%;
}
.diathesimotita_form{
    margin-top: 5%;
    margin-bottom: 5%;
}
.small_link{ 
  font-family: 'Open Sans Condensed', sans-serif; 
  text-decoration: none;
}
.perioxi {
    background-color: #000000;
    margin-bottom: 1.5em;
}
.zeugari_box{
    margin-bottom:3%;    
}
.inner_zeugari_box{
  border: solid #cbdbdb;
  padding-bottom: 2%;
  width: 90%;  
}
.zeugari_box h2, .zeugari_box h3 {
    color: black;
}
.profile-table-sp {
    display:table;
    width:100%;
}
.profile-td-sp{
    display:table-cell;
    margin: 15px;
    flex-wrap:wrap;
}
.profile-tr-sp{
    display:table-row;
    margin: 5px;
}
.profile-stk-sp {
    position: sticky;
    top:10px;
}
.profile-flex {
    display: flex;
}
@media screen and (max-width: 992px) {
    .profile-stk-sp {
        position: relative;
    }
}

@media screen and (max-width: 550px) {
    .profile-td-sp{
        display:flex;
        margin-right: 30px;
        flex-wrap:wrap;
    }
	#profile-table-sp-pic {
    padding-right:10px;
    background-color:#e0e0e0;
    text-align: center;
	display:flex;
	flex-wrap:wrap;
}
}


.profile-pic-sp {
    width:80%;
    margin-left:auto
    margin-right:auto
    width:80%;
}

#profile-table-sp-pic {
    padding-right:20px;
    background-color:#d0d0d0;
    text-align: center;
	width:250px;
}
#diathesimotites-content {
    margin-left: 0px !important;
}
#diathesimotites-content2 {
    margin-left: 0px !important;
}

#blackbackground {
    background-color:#000000;
}
#whitebackground {
    background-color:#ffffff;
}