/* BASE */

::selection
{
  background: #fad060;
}
::-moz-selection
{
  background: #fad060;
}

*
{
	outline: none;
}

html
{
 height: 100%;
}

body
{
 margin: 0px;
 padding: 0px;
 background-repeat: repeat;
 background-color: #efefe7;
 background-position: top center;
 overflow-y: hidden;
 overflow-x: show;
 font-family: Verdana;
 font-size: 11px;
 height: 100%;
 /* background-image: url(../image/background_out_5_advent_2015.jpg);*/
 background-image: url(../image/background_out_5.jpg);
}

#techInfo
{
	display: none; /* advent */
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #ffffff;
	color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	font: 10px Verdana;
	width: 100%;
	height: 70px;
}

#techInfo:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	height: auto;
}

img.adatLathatosag {
  width: 20px;
  float: right;
  margin-right: 3px;
  position: relative;
  top: 1px;
  cursor: pointer;
	opacity: 0.25;
}

img.adatLathatosag.publikus {
	opacity: 1;
}

form, input, p, div, span
{
 margin: 0px;
 padding: 0px;
}

div.openWindow
{
  animation: zoom-in 0.2s;
  -moz-animation:zoom-in 0.2s; /* Firefox */
  -webkit-animation:zoom-in 0.2s; /* Safari and Chrome */
  -o-animation:zoom-in 0.2s; /* Opera */
}

@keyframes zoom-in {
    from { transform:scale(0.9) }
    to { transform:scale(1) }
}
@-moz-keyframes zoom-in {
    from { -moz-transform:scale(0.9) }
    to { -moz-transform:scale(1) }
}
@-webkit-keyframes zoom-in {
    from { -webkit-transform:scale(0.9) }
    to { -webkit-transform:scale(1) }
}
@-o-keyframes zoom-in {
    from { -o-transform:scale(0.9) }
    to { -o-transform:scale(1) }
}

div.closeWindow
{
  animation: zoom-out 0.5s;
  -moz-animation:zoom-out 0.5s; /* Firefox */
  -webkit-animation:zoom-out 0.5s; /* Safari and Chrome */
  -o-animation:zoom-out 0.5s; /* Opera */
}

@keyframes zoom-out {
    from { transform:scale(1) }
    to { transform:scale(0.9); opacity: 0; }
}
@-moz-keyframes zoom-out {
    from { -moz-transform:scale(1) }
    to { -moz-transform:scale(0.9); opacity: 0; }
}
@-webkit-keyframes zoom-out {
    from { -webkit-transform:scale(1) }
    to { -webkit-transform:scale(0.9); opacity: 0; }
}
@-o-keyframes zoom-out {
    from { -o-transform:scale(1) }
    to { -o-transform:scale(0.9); opacity: 0; }
}

#selectOrganizationWrapper
{
	display: none;
}

#selectOrganization
{
	position: absolute;
	top: -1px;
	margin: 0;
	border: 0;
	background: transparent;
	font-weight: bold;
	outline: none;
}

#help
{
	float: right;
	cursor: pointer;
	display: inline-block;
	background-color: #dcdcdc;
	color: #9d9e98 !important;
	height: 18px;
	width: 20px;
	text-align: center;
	padding: 2px 0 0 0;
	text-shadow: 1px 1px #fff !important;
	font-weight: bold;
	top: -3px;
	position: relative;
	right: -5px;
	font-size: 17px;
}

#help:hover
{
	color: #fff !important;
	text-shadow: 1px 1px #9d9e98 !important;
}

i.help {
  font-size: 15px;
  line-height: 0;
  color: #f9ff00;
  cursor: pointer;
  margin: 1px 0 0 1px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
	opacity: 0.75;
}

i.help.dark {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

i.help:hover {
	transform: scale(1.5);
	opacity: 1;
}

[id^=_window_HELP] {
  box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 30px !important;
}

[id^=_header_HELP] {
  font-weight: 600 !important;
}

[id^=_content_HELP] {
  border-left: 1px solid #7e7f7b !important;
  border-bottom: 1px solid #7e7f7b !important;
  border-right: 1px solid #7e7f7b !important;
  background-color: #7e7f7b !important;
}

[id^=_content_HELP] > div {
	padding: 5px;
  text-align: left;
  color: #fff;
  line-height: 1.5em;
}

/* alapForm */
.alapForm
{
 margin: 3px auto 3px auto;
 width: 470px;
}

.alapForm fieldset
{
 margin: 3px 0px 3px 0px;
 padding: 3px;
}

.alapForm label
{
/* width: 460px;*/
 margin: 3px auto 3px auto;
}

.alapForm p
{
/* width: 460px;*/
 text-align: right;
 padding: 3px 0px 3px 0px;
 margin: 0px 3px 0px 0px;
}

.alapForm small
{
  position: relative;
  top: -2px;
  color: #666;
  font-size: 9px;
}

legend > select
{
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	margin: 0;
 	border: 1px solid #74a3b6;
 	margin: -2px 0px auto auto;
	position: absolute;
	right: 3px;
	top: 0;
}


/* label fields */

label, .virtualLabel
{
 padding: 2px 0px 1px 1px;
 border-bottom: 1px dashed #c6d5e8;
 text-align: left;
 display: block;
 height: 13px;
}

.R /* kötelező */
{
  background-image: url(../image/star.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 5px;
}

.M /* módosítható */
{
  background-color: rgba(15, 173, 22, 0.24);
}

/*
.R input
{
 border-color: #9b0000;
}

.R span
{
 border-color: #9b0000;
}

.R textarea
{
 border-color: #9b0000;
}
*/
label > input, .virtualLabel > input
{
 display: block;
 margin: -15px 0px auto auto;
 padding: 1px 2px 1px 2px; 
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal; 
 border: 1px solid #74a3b6;
 height: 13px;
 background-color: #fff;
}

label > input:focus, .virtualLabel > input:focus
{
 background-color: #f8de41;
}

.labelTextarea
{
 height: 100px;
 line-height: 186px;
}

.labelTextareaR
{
 height: 100px;
 line-height: 186px;
 color: #9b0000;
}

.labelTextareaR textarea
{
 border-color: #9b0000;
}

label > textarea, .virtualLabel > textarea
{
 display: block;
 margin: -188px 0px auto auto;
 padding: 1px 2px 1px 2px; 
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal; 
 border: 1px solid #74a3b6;
 height: 100px;
 background-color: #e5e5db;
 overflow: auto;
}

label > textarea:focus, .virtualLabel > textarea:focus
{
 background-color: #f8de41;
}

label > select, .virtualLabel > select
{
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	margin: 0;
 	float: right;
 	border: 1px solid #74a3b6;
 	margin: -2px 0px auto auto;
}

label span select, .virtualLabel span select
{
	font-size: 11px;
	border: 0;
	height: 15px;
	line-height: 15px;
	margin: 0;
}

.labelCheckbox
{
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

.labelCheckbox:hover
{
  background-position: 98% center;
}

.labelCheckbox input
{
  display: none;
}

label > span, .virtualLabel > span
{
 margin: -2px 0px auto auto;
 height: 15px;
 white-space: nowrap;
 float: right;
 border: 1px solid #74a3b6;
 background: #fff;
 color: #909090;
 font-weight: normal;
}

label > span > input, .virtualLabel > span > input
{
 display: inline;
 margin: -1px 0px auto 0px;
 padding: 1px 2px 1px 2px; 
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal;
 border-top: 1px solid #74a3b6;
 border-right: 0px;
 border-bottom: 1px solid #74a3b6;
 border-left: 0px;
 height: 13px;
 background-color: #fff;
}

label > span > input:focus, .virtualLabel > span > input:focus
{
 background-color: #f8de41;
}

label:hover, .virtualLabel:hover
{
 font-weight: bold;
}

label:hover > input, .virtualLabel:hover > input
{
 background-color: #f8de41;
}

label:hover > textarea, .virtualLabel:hover > textarea
{
 background-color: #f8de41;
}

label:hover > span, .virtualLabel:hover > span
{
 background-color: #f8de41; 
}

label:hover > span > input, .virtualLabel:hover > span > input
{
 background-color: #f8de41; 
}

/* td fields */
th input
{
 display: block;
 margin: 0px;
 padding: 1px 2px 1px 2px; 
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal; 
 border: 1px solid #74a3b6;
 height: 13px;
 background-color: #fff;
}

th:hover > input
{
 background-color: #f8de41;
}

fieldset
{
 border: 1px solid #74a3b6;
}

legend
{
 color: #0a337d;
 font-weight: bold;
 font-size: 11px;
 padding: 0px 5px 0px 5px;
 cursor: default;
}

fieldset > fieldset
{
 border: 1px solid #96acb5;
}

fieldset > fieldset > legend
{
 color: #0a337d;
 font-weight: normal;
 font-size: 11px;
/* background: #74a3b6;*/
 padding: 0px 5px 0px 5px;
 cursor: default;
/* border: 1px solid #74a3b6;*/
}

fieldset > fieldset > fieldset
{
 background: #dfe8f8;
 border: 0px; 
}

fieldset > fieldset > fieldset > legend
{
 color: #0a337d;
 font-weight: normal;
 font-size: 11px;
 background: #dfe8f8;
 padding: 0px 5px 0px 5px;
 cursor: default;
/* border: 1px solid #74a3b6;*/
}

.noIcon
{
	background-position: top left !important;
	padding-right: 3px !important;

}

.noIcon:hover
{
	background-position: left -20px !important;
}

.okButton
{
	margin: 0;
	font-family: 'verdana';
	font-size: 11px;
	border: 1px solid #888;
	height: 20px;
	line-height: 16px !important;
	padding: 2px 3px;
	border-radius: 0px !important;
	background-image: url('../image/ok_button.png');
	background-position: top left;
	background-repeat: repeat-x;
	color: #000;
/*	text-shadow: 1px 0 #fff;*/
}

.okButton::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.okButton:hover
{
	background-position: 0 -20px;
}

.noButton
{
	margin: 0;
	font-family: 'verdana';
	font-size: 11px;
	border: 1px solid #af3a2b;
	height: 20px;
	line-height: 16px !important;
	padding: 2px 21px 2px 3px;
	border-radius: 0px !important;
	background-image: url('../image/no_button.png');
	background-position: top right;
	background-repeat: repeat-x;
	color: #fff;
	font-weight: normal;
/*	text-shadow: 1px 0 #000;*/
}

.noButton::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.noButton:hover
{
	background-position: right -20px;
}

.noButton:active
{
	box-shadow: none;
	top: -1px;
	left: -1px;
}

.yesButton
{
	margin: 0;
	font-family: 'verdana';
	font-size: 11px;
	border: 1px solid #5ba70f;
	height: 20px;
	line-height: 16px !important;
	padding: 2px 21px 2px 3px;
	border-radius: 0px !important;
	background-image: url('../image/yes_button.png');
	background-position: top right;
	background-repeat: repeat-x;
	color: #000;
	font-weight: normal;
/*	text-shadow: 1px 0 #ddfab8;*/
}

.yesButton::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.yesButton:hover
{
	background-position: right -20px;
}

.divGyorsLista
{
 cursor: pointer;
 border-bottom: 1px solid #c7dbf0;
 padding: 2px;
}

.divGyorsLista:hover
{
 background: #fad060;
}

.divGyorsListaUj
{
 cursor: pointer;
 border-bottom: 1px solid #c7dbf0;
 padding: 2px;
 background-color: #d8e4f0; 
}

.divGyorsListaUj:hover
{
 background: #fad060;
}

.inputSelect
{
 cursor: pointer;
 background-image: url(../image/corner.gif);
 background-repeat: no-repeat;
 background-position: right;
}

.inputList
{
 cursor: pointer;
 background-image: url(../image/list.png);
 background-repeat: no-repeat;
 background-position: center;
 width: 15px;
}

.inputDate
{
 cursor: pointer;
 width: 70px;
 background-image: url(../image/corner.gif);
 background-repeat: no-repeat;
 background-position: right;
}

.inputName
{
 width: 200px;
}

.inputUser
{
 width: 120px;
}

.inputZIP
{
 width: 30px; 
}

.inputCity
{
 width: 200px; 
}

.inputAddress
{
 width: 200px; 
}

.inputASZ1
{
 width: 56px;
}

.inputASZ2
{
 width: 8px;
}

.inputASZ3
{
 width: 15px;
}

.inputBank
{
 width: 56px; 
}

.inputTel1
{
 width: 14px; 
}

.inputTel2
{
 width: 14px; 
}

.inputTel3
{
 width: 60px; 
}

.inputSzazalek
{
 width: 20px;
}

/* WELCOME */
#_window_divWelcome
{
 width: 590px;
 height: 100px;
 margin: 80px auto auto auto;
 border: 0;
 position: relative;
}

#imgComStatusWelcome
{
 position: absolute;
 left: 240px;
 top: -6px;
 width: 16px;
 height: 11px;
 z-index: 2000000;
 display: none;
}

#_window_divWelcome:after
{
	content: '';
	width: 82px; /* advent 112px; */
	height: 82px; /* advent 112px; */
	background-image: url(/image/logo-msh-notext.jpg);
	display: block; /*none; advent 2015*/
	position: absolute;
	top: 332px; /* advent 346px; */
	left: 498px; /* advent 499px; */
	border-radius: 41px;
  -webkit-animation: spin 20s infinite linear;
	-moz-animation: spin 20s infinite linear;
	-o-animation: spin 20s infinite linear;
	-ms-animation: spin 20s infinite linear;
	animation: spin 20s infinite linear;
	/* advent opacity: 0.5;*/
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@keyframes spin {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
}
/* LOGIN, LOGOUT */

#loginForm
{
 width: 100%; 
 text-align: center;
}

#loginForm label
{
 width: 95%;
 margin: 3px auto 6px auto;
}
            
#loginForm input
{
 width: 145px;
}

#loginForm input[type=button]
{
 width: auto;
}

#loginForm > input
{
 margin: 5px;
}            

#loginForm > p
{
 margin: 5px 0px 3px 0px;
 font-weight: bold;
}            

#logoutForm
{
	padding: 7px 0 0 65px;
  width: 182px;
}

#logoutForm p
{
	text-align: left;
	color: #ffffff;
	text-shadow: 1px 1px #777;
}

#logoutForm span
{
	color: #cecece;
}

#logoutForm img
{
  height: 75px;
  position: absolute;
  top: 4px;
  left: 1px;
}

#logout_buttons
{
	left: 7px;
	position: absolute;
	top: 37px;
	width: 177px;
	line-height: 0;
	height: auto;
	text-align: left;
	padding-left: 60px;
	padding-top: 0;
}

#logout_buttons *
{
	display: inline-block;
	margin: 0 -1px -1px 0;
	float: left;
}

#logout_buttons input:first-child
{
	position: absolute;
  left: 0;
  bottom: 0;
}

#logout_buttons input:first-child:active
{
	top: auto;
}

#ujUzenetSzam
{
  position: absolute;
  top: -7px;
  left: 133px;
  background: #FF2B28;
  padding: 3px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	display: none;
}

/* MODUL */
#divModulInfo
{
  color: #ffffff !important;
  position: absolute;
  top: 7px;
  left: 252px;
  width: 718px !important;
  height: 20px;
  padding: 0 0 0 5px;
}

#divModulInfo *
{
  color: #ffffff;
  line-height: 15px;
	text-shadow: 1px 1px #777;
}

#divModulInfo div
{
	display: inline;
  color: #333;
	text-shadow: 1px 1px #fff;
	margin-left: 17px;
}

#divModulInfo div *
{
  color: #333;
  line-height: 15px;
	text-shadow: 1px 1px #fff;
}


#divComStatus
{
 width: 16px;
 height: 11px;
 text-align: center;
}

#imgComStatusBG
{
 display: none;
 position: relative;
 top: 4px;
 left: 3px;
}

#imgComStatus
{
 position: absolute;
 right: 5px;
 top: 10px;
 display: none;
 width: 16px;
 height: 11px;
}

#divModulName
{
 position: absolute;
 left: -10px;
 top: 110px;
 width: 210px;
 text-align: center;
 color: #ded6b8;
}

/* Menü */
#ulMenu
{
  height: 50px;
  overflow: hidden;
  position: relative !important;
  width: 728px;
  top: 29px;
  left: 252px;
	margin: 0;
	padding: 0;
}

#ulMenu li
{
	display: inline-block;
	height: 20px;
}

#ulMenu > li.selected
{
	background-color: #fff;
	color: #000;
}

#ulMenu li span
{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	cursor: pointer;
	border-right: 1px solid #efefe7;
	font-weight: bold;
	font-family: "segoe ui";
	font-size: 12px;
}

#ulMenu .ulSubMenu
{
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	height: 29px;
	line-height: 29px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dcdcdc;
	white-space: nowrap;
}

#ulMenu .ulSubMenu li
{
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	cursor: pointer;
	white-space: nowrap;
	font-size: 12px;
}

#ulMenu .ulSubMenu li:last-of-type
{
	border-right: none;
}

#ulMenu li.selected .ulSubMenu
{
	display: block !important;
}

#ulMenu li.selected .ulSubMenu li:hover
{
	text-decoration: underline;
}


/* selectionBox */

.ulSelectionBox
{
 padding: 0px;
 margin: 0px;
 cursor: pointer;
}

.ulSelectionBox li
{
 padding: 2px;
 border-bottom: 1px solid #86b0db;
}

.ulSelectionBox li:hover
{
 background: #fad060 !important;
}

.ulSelectionBox li.SEPARATOR
{
	font-style: italic;
	color: #fff;
	cursor: default;
	text-shadow: -1px 0 1px rgba(0,0,0,1);
  background-color: #86b0db !important;
}

.ulSelectionBox li.SEPARATOR:hover
{
 background: inherit;
}

/* CALENDAR */
.tableCalendar
{
 width: 147px;
 border-collapse: collapse;
 table-layout: fixed;
 font-size: 7pt;
}

.tableCalendar span
{
 margin: 0px 2px 0px 2px;
 font-weight: normal;
 font-size: 9pt;
 cursor: pointer;
}

.tableCalendar span:hover
{
 color: #fad060;
}

.tableCalendar th
{
 text-align: center;
}

.divCalendarYear
{
 width: 63px; 
 text-align: left;
}

.divCalendarMonth
{
 width: 84px;
 text-align: right;
}

.tableCalendar td:hover
{
 background: #fad060;
 font-weight: bold;
 text-align: center;
}

#tdCalendarToday
{
 background: #feebbc;
}

#tdCalendarToday:hover
{
 background: #fad060;
}

.tdWD
{
 text-align: right;
/* width: 20px;*/
 height: 12px;
 border-right: 1px solid #a2c9f0;
 background: #d8e4f0;
 cursor: pointer;
}

.tdWE
{
 text-align: right;
/* width: 20px;*/
 height: 12px;
 border-right: 1px solid #a2c9f0;
 background: #c7dbf0;
 cursor: pointer;
}; 

/* felhasznaloForm */
.felhasznaloForm
{
 margin: 3px auto 3px auto;
 width: 500px;
}

.felhasznaloForm fieldset
{
 margin: 3px 0px 3px 0px;
 padding: 3px;
}

.felhasznaloForm label
{
 width: 490px;
 margin: 3px auto 3px auto;
}

.felhasznaloForm p
{
 width: 490px;
 text-align: right;
 padding: 3px 0px 3px 0px;
 margin: 0px 3px 0px 0px;
}

/* tableLista */
.tableLista
{
 border-collapse: collapse;
 table-layout: fixed;
 font-family: Verdana;
 font-size: 10px;
}

.tableLista td
{
 cursor: pointer;
 white-space: nowrap !important;
 border-bottom: 1px solid #e1e1ce;
 height: 20px;
 line-height: 20px;
 background-color: #f1f1e7;
 margin: 0 !important;
 padding: 1px 0 !important;
}

.tdP
{
 background-color: #e7e7d7 !important;
}

.tableLista th
{
 white-space: nowrap;
/* border-bottom: 1px solid #b3a76a;*/
 text-align: left;
 font-weight: bold;
 margin: 0;
 padding: 0;
}

.tableLista tr:hover > td:not(.fix)
{
 background: #fdec23 !important;
 border-bottom: 1px solid #fad060;
}

/*
.tableLista tr:hover td:first-child
{
 background: #fad060;
}
*/

#divInfo
{
 width: 180px;
 text-align: center;
 margin: 10px auto 0px auto;
 padding: 3px;
 border-top: 1px solid #fffbe2;
 color: #fffbe2;
}

#kepFile
{
 font-family: Verdana;
 font-size: 11px;
 border: 1px solid #74a3b6;
 background-color: #e5e5db;
}

#tableColor
{
 border-collapse: collapse;
 table-layout: fixed;
}

#tableColor td
{
 width: 10px;
 height: 10px;
/* border: 1px solid #000000;*/
}

.divHet
{
 background-color: #ded5ae !important;
 white-space: nowrap !important;
 height: 17px;
 margin: 2px;
 width: 30px;
 float: left;
 padding: 1px;
}

.divHet input
{
 position: relative;
 top: 2px;
 left: -2px;
}

#tableListaRendeles
{
 font-family: Arial !important;
 font-size: 12px !important;
}

#tableListaCsoport
{
 font-family: Arial !important;
 font-size: 12px !important;
}

/* tableLista */
.tableInfo
{
 border-collapse: collapse;
 table-layout: fixed;
 font-family: Tahoma;
 font-size: 9px;
}

.tableInfo td
{
 white-space: nowrap;
 border-bottom: 1px solid #e1e1ce;
 height: 16px;
 line-height: 16px;
 background-color: #f1f1e7;
 margin: 0 !important;
 padding: 1px 0 !important;
}

.helpdeskItem
{
  cursor: pointer;
  background-color: #d8e0d0;
  padding: 3px;
  margin-bottom: 3px;
}

.helpdeskItem:hover
{
  background-color: #fff;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
	margin: 0 auto;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url('../image/Jcrop.gif');
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

.telefonkonyvAdatlap
{
	width: 100%;
	height: 100%;
	background-position: 0px -18px;
	background-size: 100%;
}

.telefonkonyvAdatlap section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 15px rgba(0,0,0,0.5);
    padding: 0 10px;
		line-height: 18px;
		text-align: left;
		margin-bottom: -20px;
		min-height: 110px;
}

.telefonkonyvAdatlap section strong {
    color: #fff;
    text-shadow: -1px -1px 10px #000000;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    top: -28px;
		line-height: 18px;
}

.telefonkonyvAdatlap section strong.email a {
    font-size: 14px;
    color: #fff;
		text-decoration: none;
	  -webkit-user-select: text;
	  -moz-user-select: text;
	  -ms-user-select: text;
}

.telefonkonyvAdatlap section strong.email a:hover {
		text-decoration: underline;
}

.telefonkonyvAdatlap section strong:first-of-type {
    font-size: 22px;
}

.telefonkonyvAdatlap section strong:nth-of-type(2) {
		color: rgb(193, 193, 192);
}

.telefonkonyvAdatlap section small {
    color: rgba(255, 255, 255, 0.73);
    text-shadow: -1px -1px 10px #000000;
    font-size: 10px;
    font-weight: 100;
    position: relative;
    top: -28px;
		line-height: 18px;
}

div[id^=_window_messageBox_]:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
}