@font-face
 {
 font-family: TtMoon;
 src: url('../webfonts/talkingtothemoon.ttf'); 
 } 
 

@media screen and (max-width: 600px) {
	.mobiltable table thead {
	  display: none;
	}  

	.mobiltable table td {
	  display: flex; 
	}

	.mobiltable tr(odd) { 
	  background: #eee; 
	}  
  
	.mobiltable table td::before {
		content: attr(label);
		font-weight: bold;
		width: 120px;
		min-width: 120px;
	}
}

@media screen and (max-width: 900px) {
	.mobiltable_2 table thead {
	  /* display: none; */
	}  

	.mobiltable_2 table td {
	  display: flex; 
	}
	
	.mobiltable_2 table th {
	  display: flex; 
	}	

	.mobiltable_2 tr(odd) { 
	  background: #eee; 
	}  
  
	.mobiltable_2 table td::before {
		content: attr(label);
		font-weight: bold;
		width: 120px;
		min-width: 120px;
	}
}

ul.list-in-table {
	list-style-type: none;
}

 
html {
	/* background-color:  #191007 !important;	*/
}

a {
   /*  background-color: transparent !important; */
}


.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
  background-color: #555 ! important;	
}


.modify_password {
	display: none;
}
#extr-page .smart-style-5 #main {
	background: url(../img/glass.jpg) no-repeat center top fixed;
	background-size: cover;
	height : 94vh;
}


.sticky_base {
	position : fixed;
	width: 250px;
	height: 250px;
	background-image: url("../img/yellow-sticky.png"); /* The image used */	
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */	
	z-index : 100;
}
.sticky_close {
	position : relative;
	left: 114px;
	width : 40px;
	height: 40px;
	/* border: 2px solid red; */
	cursor: pointer;
	
}
.sticky_text {
	position : relative;
	font-family:  TtMoon;	
	font-size: 16px;
	width : 240px;
	max-height: 200px;
	transform: rotate(-3deg);
	padding-left: 15px;
	/* border: 2px solid red; */
	/* overflow-y: scroll; */
	overflow : hidden;
	
	color : #222;
	
}


#chat-container {
	background: #aaaaaa !important;
}

.smart-style-5 .modal-content.les_adat{
	background: #ffdd00 ! important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(255,224,0))) ! important;
	background-image: -moz-linear-gradient(top, rgb(255,255,255), rgb(255,224,0)) ! important;
	color : #A9A9A9;

}

.smart-form.info-form {
	color: #666666;
}

.les_adat_strong {
	font-size : 15px;
	font-weight : bold;
}
#extr-page .smart-style-5 #header, 
#extr-page .smart-style-5 #logo-group
 {
	background: #392b10 !important;	
}

.smart-style-4 #header > :first-child {
	background : none;
}
.smart-style-5 .login-info > span {
  border-bottom: none;
  padding : 5px;
}

.smart-style-5 #header {
	background: #392b10 !important;	
}

.smart-style-5 #main {
	background: url(../img/forest4k.jpg) no-repeat center top fixed;
	background-color:  #191007;
	/* background: url(../img/olive-green-paper.jpg) no-repeat center top fixed; */	
	background-size: cover;
	min-height : 97vh; 
}

.smart-style-5 #left-panel {
	background: #392b10 !important;
	/* background: #3e3403 !important; */
	/* background: url(../img/olive-green-paper.jpg) no-repeat center top fixed !important;	*/
	background-size: none !important;
}

.smart-style-5 .jarviswidget > div {
  background: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.smart-style-5 .jarviswidget > header {
  background: rgba(0, 0, 0, 0.7);
}

.editing > header{
  background: rgba(189, 146, 0, 0.9) !important;
}

.smart-style-5 #les_kepe {
  background: rgba(200, 200, 200, 0.3) !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
  padding-top: 15px;
  padding-bottom : 15px;
  padding-left: 10px;
  padding-right : 10px;  
}

.smart-style-5 .MessageBoxContainer {
	background: none;
	background-color:  #aa8d55 !important;	
	color : #191007 !important;	
}


.smart-style-5 .panel-default {
	background: rgba(0, 0, 0, 0.5) !important;
	color : #FFFFFF !important;	
	border-color : #333333;
	margin-top : 5px;
	
}
.smart-style-5 .panel-heading {
	background: rgba(0, 0, 0, 0.7) !important;
	color : #FFFFFF !important;	
	border-color : #333333;
}

.smart-style-5 .panel-heading.panel-heading-light {
	background: rgba(255, 255, 255, 0.1) !important;
	color : #FFFFFF !important;	
	border-color : #333333;
}

.smart-style-5 tr   {
	background-color : rgba(100, 100, 100, 0.5) !important;
}

#les_kepe img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width : 100%;
  height: 100%;  
}

.tr_editing {
	background-color : #bd9800 !important;
}

.tr_editing_2 {
	background-color : #02b8bd !important;
}


#adatmod_figyelmeztetes {	
	display: none;
}

#adatmod_figyelmeztetes_2 {	
	display: none;
}

#terkep1 {
	position : relative;	
	width: 1482px;
	height : 1339px;
	background: url(../terkep/terkep1.jpg);
	background-size: cover;
	display : block;
}

#map_main {
	position : relative;
	width: 100%;	
	border-radius: 5px;
  border: 2px solid #73AD21; 	
  overflow-x : scroll;
  overflow-y : scroll;	
}

#mapcontainer {
	position : relative;
	min-width : 1450px;	
	width: 100%;	
}

#map {
	position : relative;
	min-width : 1450px;	
	width: 100%;
	display : block;		
}

.mapmarker {
	position : absolute;	
	width: 40px;
	height : 40px;
	font-size : 15px;
	font-weight : bold;
	color: yellow;
	text-align : center;
	background: url(../terkep/mapmarker_2.png) no-repeat;
	background-position: right 10px bottom 0px;
	/* background-color: yellow; */
	display : block;	
}

.mapmarker3 {
	position : absolute;	
	width: 40px;
	height : 40px;
	font-size : 15px;
	font-weight : bold;
	color: yellow;
	text-align : center;
	background: url(../terkep/mapmarker_3.png) no-repeat;
	background-position: right 10px bottom 0px;
	/* background-color: yellow; */
	display : block;	
}
.mapviews {
  border-radius: 3px;
  border: 1px solid #73AD21;  
  width: 80px;
  height: 60px;
  margin-left : 10px;
  float: left;
  cursor: pointer;
}

.mapviews:hover {
  border: 2px solid #990000;  
}

.mapviews.mapviewselected {
  border: 2px solid #efef00;  
}

.message {
	border-top : 1px dotted #aaa;
	padding : 2px;
	margin-right : 2px;
}

.chat-body {
	height: auto;
	overflow-y: visible;
	overflow-x: visible;	
}

.chat-body li.message .message-text {
	vertical-align : middle;
}


#northsouth_container {
	position : absolute;
	right: 15px;
	top: 15px;
	width: 50px;
	height : 50px;	
	background: rgba(225, 225, 225, 0.6) !important;
	border: 2px solid #6666;
	border-radius: 2px;	
	display : block;
	float: right;			
}
	

#northsouth {
	position : absolute;	
	width: 100%;
	height : 100%;
	margin: 0 auto;	
	background: url(../terkep/news.png);
	background-size: cover;
	display : block;
}

.smart-style-5 .darkTable {
	background: rgba(0, 0, 0, 0.7) !important;
}

.smart-style-5 .lightTable {
	background: rgba(194, 163, 106, 0.3) !important;
}

.smart-style-5 .glassTable {
	background: none !important;
	color: #FFFFFF;
}

.smart-style-5 .txt-color-grey {
	color : #777 ! important;
}

a:hover .glassTable {
	color : #FFD600;
}

.modal-content.darkmodal {
	background: url(../img/glass_dark.jpg) no-repeat center top fixed;
	background-size: cover;	
}

.modal-dialog-center {
	position: absolute;
	top: 40vh;
	margin:0 auto !important;	
}

.clockpicker-popover {
    z-index: 999999;
}

.wickedpicker {
	z-index : 99999;
}

.smart-style-5 .ui-spinner {
	height: 30px ! important;
}

.ui-spinner-input.spinner-both {
	padding : 0px 30px;
}

.ui-spinner-up {
	background : #739e73 ! important;
}

.ui-spinner-down {
	background : #c2032f ! important;	
}

.bi_sszam {
	 border: 1px dotted #999;
	 padding : 8px;
	 border-radius: 5px;
}

.smart-form .label-danger {
	color : #FFFFFF ! important;
}


/* ---- List-grid view ------------------------------------------------- */
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	height: 330px;
	overflow : hidden;
}

.thumbnail-header {
	background-color: #aaaaaa;
	border : 1px solid #888888;
	padding : 5px;
	min-height: 60px;
	color: #222222;
}
.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}

#les_terulet {
	position : absolute;
	height : 60px;
	width : 98%;
	overflow-y: scroll;
}

.zspicholder {
	border : 1px solid #FFFFFF;
	float: left;
	margin : 2px;
}

.zspicdelete {
	position : relative;
	float: right;
	width: 24px;
	height: 24px;
	background: url(../img/close.png) no-repeat center;
	z-index : 99999;
	cursor: pointer;
}
/* ---- Multiselect ---------------------------------------------------- */

.multiselect-select {

	background-image : url(../img/checked.png);
	background-repeat: no-repeat;
	background-position : right center;
}

.multiselect-optgroup {
	font-style: italic;
	background-color : #666666;
}

.multiselect.btn-lg {
	padding: 5px;
	font-size: 14px;
}

.foglalt_les_listaban {
	background: rgba(80, 80, 80, 0.5) !important;	
}

.txt-color-red {
	color : #dd0000;
}

.txt-color-green {
	color : #00dd00 !important;
}


.rotate {
		
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
      -ms-transform: rotate(-90.0deg);  /* IE9+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Safari 3.1+, Chrome */
          transform: rotate(-90.0deg);  /* Standard */
		text-align: left;
}


.graph_container {
	 position : relative;
	 width : 100%;
	 height : 100%;
	 border: 2px Solid;
 }
.chart_w100 {
	 position : relative;
	 width : 100%;
	 height : 100%;
 }
 
.chart_w50_r {
	 position : relative;
	 width : 50%;
	 height : 100%;
	 float: right;
}

.chart_w50_l {
	 position : relative;
	 width : 48%;
	 height : 100%;
	 float: left;
}

.details_w50_r {
	position : relative; 
	width : 48%; 
	height : 100%;
	border: 1px solid; 
/*	visibility: hidden; */
	float: right;
}

.details_w100 {
	position : relative; 
	width : 100%; 
	height : 100%;
	border: 1px solid; 
}
.oltozo {
	position : relative;
	left : -50px;
	width: 900px;
	height: 1100px;
	float: left;
	/*background-color : beige;*/
}
.szekreny {
	position : absolute;
	/*border-color: #000000;
	border-width:1px;
	border-style: solid; */
	font-size : 10px;
}
.foglalt {
	background-color : #555555;
	color : beige;
}
.szabad {
	background-color : #DDDDDD;
	color : black;
}
.R001 {
	background-color : #96bf48;
}

.R002 {
	background-color : #e2b14a;
}

.R003 {
	background-color : #db4a67;
}

.nevsor {
	position : relative;
	left: 920px;
	width: 700px;
	height: 1100px;
	background-color : beige;
}

.groupinfo {
	position : relative;
	width: 300px;
	height : 260px;
	overflow : hidden;
	top : -10px;
	left : -30px;

}
.ginfohead {
	position : relative;
	width : 100%;
	font-style: strong;

	/* border-bottom: 1px solid black; */
}

.oltozo_szoveg {
	position : absolute;
	
}
#tablecontent {
	position : relative;
	width : 620px;
	height : 550px;
	overflow-y : scroll;	
}

#toptablecontent h2{ 
background-color:#bad7e6;
margin-top: 25px;
margin-bottom: 0px; 
-moz-border-radius-topleft:6px;
-webkit-border-top-left-radius:6px;
-khtml-border-top-left-radius:6px;
border-top-left-radius:6px;
-moz-border-radius-topright:6px;
-webkit-border-top-right-radius:6px;
-khtml-border-top-right-radius:6px;
border-top-right-radius:6px;
color:#22425e; 
font-size:14px; 
font-weight:bold; 
padding:10px 0 10px 15px; 
text-shadow:1px 1px #DCEEF7;
border-bottom:1px #ABC7D6 solid;
}

#rounded-corner
{
margin:0px;
width:600px;
text-align: left;
border-collapse: collapse;
}
#rounded-corner th
{
padding: 5px;
font-weight: bold;
font-size:12px;
color: #535E66;
background: #dde8f0; text-shadow:1px 1px #F2F8FC;
}

#rounded-corner th img {
border:none;
}

#rounded-corner tr.odd td
{
padding: 5px;
background: #f4f9fd;
border-top: 0px solid #fff;
color: #669;
font-size: 12px;

}
#rounded-corner tr.even td
{
padding: 5px;
background: #fcfdfe;
border-top: 0px solid #fff;
color: #669;
font-size: 12px;
}

#rounded-corner tr.grouphead td
{
padding: 5px;
background: #5E869D;
border-top: 0px solid #fff;
color: #EBF1F3;
font-size: 10px;
text-shadow:1px 1px #374551;
}
#rounded-corner tfoot td
{
background: #dde8f0; font-size:11px;padding:8px 8px 8px 15px;
-moz-border-radius-bottomleft:6px;-webkit-border-bottom-left-radius:6px;-khtml-border-bottom-left-radius:6px;border-bottom-left-radius:6px;
-moz-border-radius-bottomright:6px;-webkit-border-bottom-right-radius:6px;-khtml-border-bottom-right-radius:6px;border-bottom-right-radius:6px;
}
#rounded-corner tbody tr:hover td
{
/*background: #dde8f0;*/
}

.oldalfej {
	width : 100%;
	text-align : center;
	font-size : 20px;
}
.oldalfejpdf {
	width : 100%;
	text-align : center;
	font-size : 44px;
	border:1px solid black;
	border-style: solid;
    font-family:sans-serif;	
}
.oldalfejpdf_ossz {
	width : 100%;
	text-align : center;
	font-size : 38px;
    font-family:sans-serif;	
}
.alcim {
	width : 100%;
	margin : auto;
	text-align : center;
	font-size : 32px;	
}
.alcim_ossz {
	width : 100%;
	margin : auto;
	text-align : center;
	font-size : 30px;	
}

.szovegtorzs {
	width : 95%;
	margin : auto;
	text-align : justify;
	font-size : 20px;
}
.szovegtorzspdf{
	position: relative; 
	float: left;
	width : 100%;
	margin : auto;
	font-size : 32px;
	border:1px solid black;
	border-style: solid;
}

.balra_igazitott
{ 
width: 500px;
height: 50px;
margin-right:auto;
margin-left:20px;
}

.jobbra_igazitott
{
width: 1000px;
height: 100px;
top:-100px;
border: 1px solid #aaa;
margin-left:auto;
margin-right:20px;

margin-top:20px;

}

.container1 {
  position: relative;
  padding: 0 12px 12px;
  line-height: 1.4;
  outline: 0;
  font-family: sans-serif;
  
	font-size : 36px;
	border:1px solid black;
	border-style: solid;  
}

.left1 {
	width: 550px;
  display: inline-block;
  margin: 0 20 -12px -12px;
  height: 66px;
  vertical-align: top;
}

.left2 {
  width: 550px;
  display: inline-block;
  margin: 0 20 -12px -12px;
  height: 66px;
  vertical-align: top;
  text-align: right;  
}

.left3 {
  width: 1600px;
  display: inline-block;
  margin: 0 20 -12px -12px;
  height: 166px;
  vertical-align: top;
  text-align: left;
  border:1px solid black;
  border-style: solid; 
}

.right1 {
  width: 1000px;
  display: inline-block;
  margin: 20 20 -12px 0;
  height: 66px;
  vertical-align: top;
  border:1px solid black;
  border-style: solid;  
}

.right2 {
  width: 60px;
  display: inline-block;
  margin: 1 1 -12px 0;
  height: 66px;
  text-align: center;
  vertical-align: top;
  border: 3px groove black;
  border-style: groove;  
}

.right3 {
  width: 60px;
  display: inline-block;
  margin: 1 1 -12px 0;
  height: 66px;
  text-align: center;
  vertical-align: top;
}

.right4 {
  width: 160px;
  display: inline-block;
  margin: 0 0 0 0;
  height: 66px;
  text-align: right;
  vertical-align: top;
  border:2px solid black;
  border-style: solid;  
}

.right5 {
  width: 160px;
  display: inline-block;
  margin: 0 0 0 0;
  height: 66px;
  text-align: center;
  vertical-align: top;
  border:1px solid black;
  border-style: solid;  
}

.right6 {
  width: 160px;
  display: inline-block;
  margin: 0 0 0 0;
  height: 66px;
  text-align: right;
  vertical-align: top;  
}


.right7 {
  width: 760px;
  display: inline-block;
  margin: 0 0 0 0;
  height: 50px;
  text-align: right;
  vertical-align: top;  
}

  div#pelda1 {padding:20px;}     /*20 képpontos szimmetrikus kitöltés */
  div#pelda2 {
              padding-top:5px; 
              padding-right:10px; 
              padding-bottom:15px; 
              padding-left:20px; 
  }

.szovegtorzsbal{
	margin : auto;
	text-align : left;
	font-size : 32px;
    float:left;
    width: 300px;
    padding: 10px;
}

.szovegtorzsjobb{
	margin : auto;
	text-align : left;
	vertical-align: right;
	font-size : 32px;
	border:1px solid black;
	border-style: solid;
  width: 900px;
   padding: 10px;
}

.szovegtorzs2 {
	width : 95%;
	margin : auto;
	text-align : justify;
	font-size : 16px;
	vertical-align: text-top;
}

.szovegtorzs_2 {
	width : 80%;
	margin : auto;
	font-size : 20px;
	text-align: justify;	
}

.szovegtorzs_3 {
	width : 95%;
	margin : auto;
	font-size : 16px;
	text-align: justify;
}
