@font-face {
  font-family: 'Brandon Grotesque Bold Italic';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_bld_it.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Bold';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_bld.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Black Italic';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_blk_it.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Black';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_blk.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Light Italic';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_light_it.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Light';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_light.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Medium Italic';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_med_it.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Medium';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_med.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Regular Italic';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_reg_it.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Regular';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_reg.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Thin Italic';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_thin_it.woff') format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Thin';
  src: url('https://martonvasar.hu/resources/font/brandon/brandon_thin.woff') format('woff');
}



body {
	margin: 0;
	background-color: #fff;
	font-family: 'Brandon Grotesque Regular';

}

.top {
	height: 36px;
	width: 100%;
	padding: 5px;
	padding-top: 6px;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'Brandon Grotesque Medium';
	font-size: 22px;
	box-shadow: 0px 2px 5px #ccc;
	-moz-box-shadow: 0px 2px 5px #ccc;
	-webkit-box-shadow: 0px 2px 5px #ccc;
	z-index:999;
}

.logo {
	background-image: url('http://admin.martonvasar.hu/resources/images/martonvasar_logo_yellow.svg');
	background-size: 250px;
	background-repeat: no-repeat;
	width: 250px;
	height: 45px;
	position: absolute;
	top: 0px;
	left: 0px;

}

.logout {
	position: absolute;
	right: 25px;
	top: 8px;
}

.logout .fa {
	cursor: pointer;
}


.content {
	position: relative;
	top: 40px;
	margin: 20px;
}

.block {
	margin: 10px;
	text-align: left;
	display: flex;
	border-bottom: 1px solid #efefef;
	font-size: 1.2em;
}

.block .icon {
	height: 32px;
	background-size: 32px 32px;
	margin-right: 10px;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 5px;
}

.block .block-inner {
	display: block;
}

.block .filedate {
	font-style: italic;
	font-size: 0.8em;
/*	margin-left: 20px;*/
}

.block-dir .icon {
	background-image: url('../images/icon-folder.png');
}

.block .icon-pdf {
	background-image: url('../images/icon-pdf.png');	
}
.block .icon-word {
	background-image: url('../images/icon-word.png');	
}
.block .icon-excel {
	background-image: url('../images/icon-excel.png');	
}
.block .icon-powerpoint {
	background-image: url('../images/icon-powerpoint.png');	
}
.block .icon-default {
	background-image: url('../images/icon-default.png');	
}

.block .text {
	padding-top: 5px;
}

a {
	text-decoration: none;
	color: black;
}