.admin-menu h2 {
    color: #fff!important;
}  

.login-greeting {
    color: #fff!important;
}



/* General button style */
.admin-btn {
	border: none;
	
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	/*padding: 25px 80px;*/
	display: inline-block;
	margin: 10px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    border-radius: 10px;
}

.admin-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.admin-btn:before {
	font-family: 'FontAwesome';
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}


/* Icon separator */
.admin-btn-sep {
	/* padding: 25px 60px 25px 65px; */
	padding: 25px 10px 25px 65px;
}

.admin-btn-sep:before {
	background: rgba(0,0,0,0.15);
    border-radius: 10px;
}


.admin-btn-2 {
	background: #004b8c;
	color: #fff;
    width: 300px;
	margin-left:auto;
	margin-right: auto;
}



/* Button 1 */
.admin-btn-1 {
	background: #b4b4b460;
	color: #535353;
    /* width: 220px; */
	width: 230px;
}

.admin-btn-1:hover {
	background: #004b8c;
    color:#fff;
}

.admin-btn-1:active {
	background: #004b8c;
    color:#fff;
	top: 2px;
}

.admin-btn-1:visited {
    background: #004b8c!important;
    color:#fff!important;
	top: 2px!important;
}


.admin-btn-1:focus {
    background: #004b8c!important;
    color:#fff!important;
	top: 2px!important;
}


.admin-btn-1:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}


.admin-btn-menu {
	background: #8f8f8f60;
	color: #fff;
    /* width: 220px; */
	width: 230px;
}


.admin-btn-menu:hover {
	background: #fff;
    color:#000000;
}

.admin-btn-menu:active {
	background: #004b8c;
    color:#fff;
	top: 2px;
}

.admin-btn-menu:visited {
    background: #004b8c!important;
    color:#fff!important;
	top: 2px!important;
}


.admin-btn-menu:focus {
    background: #004b8c!important;
    color:#fff!important;
	top: 2px!important;
}


.admin-btn-menu:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}








/* Icons */
.icon-vezerlopult:before {
    content: "\f015";
    padding-top:5px;
}


.icon-megrendelesek:before {
	content: "\f07a";
    padding-top:5px;
}

.icon-foglalas:before {
	content: "\f274";
    padding-top:5px;
}

.icon-ugyfelek:before {
    content: "\f007";
    padding-top:5px;
}

.icon-info:before {
	content: "\f05a";
}

.icon-send:before {
	content: "\f1d8";
}

.icon-berlet:before {
    content: "\f09d";
    /*background: url(/images/ikonok/berlet.jpg);*/
    padding-top:5px;
}


.icon-szerzodes::before{
    content: "\f02d";
    /*background: url(/images/ikonok/berlet.jpg);*/
    padding-top:5px;
}


.icon-szerzodes-kereso::before{
    content: "\f002";
    /*background: url(/images/ikonok/berlet.jpg);*/
    padding-top:5px;
}

.icon-lemondasok::before{
    content: "\f165";
    /*background: url(/images/ikonok/berlet.jpg);*/
    padding-top:5px;
}

.icon-statisztika:before{
    content: "\f080";
    /*background: url(/images/ikonok/berlet.jpg);*/
    padding-top:5px;

}
.icon-beallitasok:before{
    content:"\f085";
    padding-top:5px;
}


.admin-oldalso-menu {
    background-color: #d4d4d436;
    width: 300px;
}
.icon-menu::before {
	/*content:"\☰";*/
	content:"\f0c9";
	padding-top:5px;

	color: #fff!important;
}



.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #d4d4d436;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  }
  
  .sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }
  
  .sidebar a:hover {
	color: #f1f1f1;
  }
  
  .sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  .openbtn {
	background: #b4b4b460;
	color: #535353;

	width: 230px;

	border: none;
	
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	/*padding: 25px 80px;*/
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    border-radius: 10px;

	/*
	font-size: 20px;
	cursor: pointer;
	background-color: #d4d4d436;
	color: white;
	padding: 10px 15px;
	border: none;
	*/
  }
  
  .openbtn:hover {
	background-color: #444;
  }
  
  #main {
	transition: margin-left .5s;
  /*  padding: 16px;*/
  }

