@font-face {
		font-family: 'Lato';
		src: url('fonts/Lato-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}

body {
	font-family: 'Lato', sans-serif;
	margin: 0;
}

header {
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(125deg, #1c5dbf 0%, #264ab7 64%, #0a2187 100%);
	padding: 10px 0 10px 0;
}

header a {
	text-decoration: none;
}

header a img {
	margin-left: 35px;
}	

header .logout {
	float: right;
	margin-top: 23px;
	margin-right: 77px;
}

footer {
	background-image: -webkit-linear-gradient(125deg, #1c5dbf 0%, #264ab7 64%, #0a2187 100%);
	padding: 10px 0 10px 0;
	text-align:center;
	margin-top: 20px;
	color: #FFF;
}

.main_part {
	padding-top: 9px;
}	

table {
	border-collapse: collapse;
    border-spacing: 0;
}
tr {
	text-align: center;
}
input{
  font: 400 15px/60px "Lato", sans-serif;
  color: #222d39;
  height: 30px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.4);
  width: 94%;
  border: 1px solid #fff;
  padding-left: 10px;
  transition: all .2s ease-in-out;
  margin-left: -5px;
}
button, input[type="button"], input[type="submit"] {
	font: 500 14px "Lato", sans-serif;
    padding: 5px 10px;
    border-radius: 45px;
    color: #fff;
    border: 1px solid #397df4;
    background: #397df4;
    cursor: pointer;
    transition: all 0.3s linear;
	width: auto;
	
	/*background-color: #ececec;
	border-color: #ececec;
	border-radius: 4px;
	cursor: pointer;*/
}
button:hover, input[type="button"]:hover {
	background-color: #acd9ff;
	border-color: #acd9ff;
}

#delete_but {
	margin-top: 5px;
	padding: 3px 10px;
	box-shadow: none;
	margin-left: 0;
}

input[type="submit"] {
	margin-top: 10px;
}

.admin_link a {
	color: #fff;
}	

/*#delete_but {
	background-color: #ffb7bb;
    border-color: #ffb7bb;
    border-radius: 4px;
    margin-top: 5px;
    cursor: pointer;
    width: auto;
}
#delete_but:hover{
	background-color: #ff323e;
    border-color: #ff323e;
}*/

select {
	font: 400 15px/60px "Lato", sans-serif;
    color: #222d39;
    height: 30px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 40%);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 10px;
    transition: all .2s ease-in-out;
}
textarea {
	font: 400 15px/20px "Lato", sans-serif;
    color: #222d39;
    height: 80px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.4);
    width: 94%;
    border: 1px solid #fff;
    padding-left: 10px;
	padding-top: 10px;
    transition: all .2s ease-in-out;
}

.del_b{
	background-color: #ffb6c1;
	border-color: #ffb6c1;
}

.note_text {
	margin-top: 20px;
	display: table;
	width: 80%;
}

.note_title {
	font-weight: bold;
}

.note_list li {
	padding-bottom: 5px;
}	

.del_b:hover{
	background-color: #ff415d;
	border-color: #ff415d;
}
	.divTable{
	display: table;
	width: 80%;
	}
	.divTableRow {
		display: table-row;
	}
	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTableCell, .divTableHead {
		border: 1px solid #999999;
		display: table-cell;
		padding: 10px 10px;
		vertical-align: middle;
	}
	
	.divTableCell1 {
		display: table-cell;
		padding: 10px 10px;
	}
	
	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTableFoot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTableBody {
		display: table-row-group;
	}
   
   #foto {
	width: 230px;
    height: 230px;
    background-size: contain;
    max-width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 5px;
	margin-bottom: 5px;
   }
 
	#del_photo {
		margin: 0 auto 35px;
		max-width: 100%;
		width: 230px;
		text-align: center;
	}	
 
   input[type="number"] {
    margin-right: -3px;
   }
   
input[type="number"]::-webkit-inner-spin-button{
	margin-top: 17px;
	height: 25px;
}

input[type="file"] {
	height: 60px;
}	
   
@media screen and (max-width: 1360px) {
.navigation {
	width: 20%;
}
.divTable{
	width: 75%;
	}	
	
}	

@media screen and (max-width: 1020px) {
.navigation {
	width: 25% !important;
	margin-right: 5px;
}
.divTable{
	width: 70%;
	display: -webkit-box;
	}	
	
}

@media screen and (max-width: 501px) {
.navigation {
	width: 85% !important;
	margin-right: 5px;
}
.divTable{
	width: 90%;
	}
}

.wrap-flex{
	display:flex ;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}