@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../_css/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

body{
 
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	font-size:10px;
}


#load{
	width: 300px;
	height: 100px;
	position: absolute;
	top: 200px;
	background: white;
	text-align:center;
	line-height: 100px;
	vertical-align: center;
	border: 1px solid gray;
	font-size: 16px;
}

input[type="text"],input[type="password"], li, a, textarea, div, span {
  outline:solid transparent; /* input háttere */
  outline-offset:-3px;
  outline-width:1px;
}
 
#fejlec{ 
	font-size:14px;
	font-weight:bold;
}
 
 
A:link {text-decoration: none; color:black;}
A:visited {text-decoration: none; color:black;}
A:active {text-decoration: none; color:black;}
A:hover {text-decoration: underline; color: black;}

.link_cursor{
	cursor: pointer;
	cursor: hand;	
}

.center{
	text-align: center;
}

#listak { margin: 0px; padding:0px;}
#funkciok {  margin: 0px; padding:0px; }	
	
.lista_gomb { width:100px; font-size:10px; margin-top:5px; padding:0px;}
.funkcio_gomb { width:100px; font-size:10px; margin-top:5px; padding:0px;}

  
.partner_mezo{
  width: 100%;
  font-size: 10px;
}
	
.text{
  font-weight: normal;
  padding-top:2px;
  padding-bottom:2px;
}

.arnyek{
	box-shadow: 4px 4px 12px #796869;
	-webkit-box-shadow: 4px 4px 12px 0px rgba(121, 104, 105, 0.7);
}
 

label { display:block; font-size: 10px; font-weight:bold;}
    
.connectedSortable { list-style-type: none; float: left; margin: 0px; padding: 5px; width: 90%;}
.connectedSortable li {margin-top:5px; cursor: move; width: 100% !important;}


.adatlap_sor{
	float:left;
	overflow:hidden; 
	vertical-align:middle; 
	min-height:30px; 
	line-height:30px; 
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	border-right:1px solid #c3c3c3;
}

.transparent{
	background-color: transparent;
	height: 20px;	
	line-height: 20px;
	vertical-align: middle;
}

.aktiv_lista{
	background-color: #cff6c7 !important;
}

.missing{
	border:1px solid red !important;
	box-shadow:0px 0px 2px red !important;
	background-color: white !important;
	background-image: url('../_img/false.jpg') !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
}
.correct{
	border: 1px solid #00cd00 !important;
	box-shadow:0px 0px 2px #00cd00 !important;	
	background-color: white !important;
	background-image: url('../_img/true.jpg') !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
}

.multiselect_s{
	background-color: white !important; 
}

.raktar_gomb{
	width:90px !important; 
	line-height:12px; 
	height:12px !important; 
	margin-top:1px; 
	border:1px solid gray; 
	border-bottom:2px solid gray; 
	border-right:2px solid gray; 
	background-color:#f3f3f3; 
	padding:1px;
}