* {
	padding: 0;
	margin: 0;
	border: 0
}


/* eredetihez */

.tmenu {
        position: relative;
	float: left;
	background: #e5e8e8;
	margin-top: 0px;
	margin-left: 0px;
	width: 380px;
	height: 100%;
}


.logo {
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
}

.compass {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.wind {
        position: absolute;
	visibility: hidden;
        bottom: 0;
        right: 0;
}



/* menu gomb*/

.hidem {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size:30px;
	cursor:pointer
}


/* Table */

.data-table {
	margin-top: 10px;
	border-collapse: collapse;
	font-size: 14px;
	background: white;
	color: #abb2b9;
	width: 99%;
}

.data-table th,
.data-table td {
	padding: 2px 5px;
}

tr:nth-child(even) {
	background: #f0f0f5;
}


/* Panel menu */

ul {
	list-style: none;
	max-height: 560px;
	margin: 0;
	overflow: auto;
	padding: 0;
	text-indent: 10px;
}

li {
	line-height: 25px;
}

.bar {
	font-size: 20px;
	background: lightskyblue;
}

.pagi {
	margin-left: 40px;
}

.tab-pane {
	margin-top: 10px;
	background: white;
	overflow: auto;
	height: 360px;
	color: #abb2b9;
	font-size: 18px;
	padding: 5px 5px;
}

.windguru {
	position: absolute;
	bottom: 0px;
	width: 99%;
	text-align: center;
}


/* Draggable */

#mydiv {
	position: absolute;
	font-size: 14px;
	z-index: 9;
	background-color: #f1f1f1;
	text-align: left;
	border: 1px solid #d3d3d3;
	height: 137px;
	width: 350px;
	color: #818181;
}

#mydivheader {
	font-size: 18px;
	padding: 5px;
	cursor: move;
	z-index: 10;
	background-color: #2196F3;
	color: #fff;
}

.mydivclose {
	position: absolute;
	font-size: 24px;
	top: 4px;
	right: 5px;
}

#bib {
	float:left;	
}

.face  {
	height: 100px;
}

#name {
	margin-left: 120px;
}

/* fo menu animacio */

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	text-decoration: none;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}


@media only screen and (max-width: 980px) {

.hidem {
        top: 25px;
        left: 30px;
        font-size:80px;
}

.logo {
        margin-top: 30px;
        margin-right: 30px;
}

.overlay {
        height: 1300px;
}

.tmenu {
        width: 100%;
	height: 1300px;
}

.data-table {
        font-size: 35px;
}

.windguru {
	visibility: hidden;
}

.wind {
        visibility: hidden;
}


.bar {
        font-size: 80px;
}

.bartext {
	position:absolute; 
	top:30px;
}

.pagi {	
	visibility: hidden;
	height:1px
}


.tab-pane {
	font-size: 30px;
	height: 100%;
}

h3 {
	font-size: 50px;
}

.custom-control-input {
	height: 40px;
  	width: 40px;
}

#mydiv {
	z-index: 0;
        font-size: 30px;
        height: 280px;
        width: 100%;
	bottom: 0;
}

#mydivheader {
        font-size: 40px;
        padding: 5px;
}

.mydivclose {
        visibility: hidden;
}

.face  {
        height: 205px;
}

#name {
        margin-left: 230px;
}

.compass {
	z-index: 1;
        bottom: 40px;
        right: 30px;
}

}

@media only screen and (max-width: 780px) {

}

@media only screen and (max-width: 550px) {

}


