@charset "utf-8";
/* CSS Document */

th, td {
	padding: 4px 1px;
}

body {
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 12px;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.iconExtLink {
	background: url(images/extLink_10_10.png) no-repeat center center;
	width: 10px;
	height: 10px;
	padding-left: 12px;
}

input[type=text],
input[type=password] {
	padding: 0 2px;
	border: solid 1px #abadb3;
	margin: 0 1px;
	min-height: 18px;
}

select {
	border: solid 1px #abadb3;
	margin: 0 1px;
}

/* ******************************
*	BASICS
****************************** */

#header {
	background: url(images/header_background_1_122.jpg) repeat-x 0 0;
	height: 82px;
	padding: 16px 20px 24px 20px;
	position: relative;
	min-width:1400px;
}

/* LOGO */

#logo {
	background: url(images/header_logo_92_81.jpg) no-repeat 0 0;
	position: absolute;
	top: 16px;
	right: 10px;
	display: block;
	width: 92px;
	height: 81px;
}

.header-title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	float: left;
	line-height: 1.2em;
}

.header-title a {
	color: #fff;
}

.admin-logo {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}

#navigation {
	font-size: 12px;
	position: absolute;
	bottom: 25px;
	left: 20px;
}

#navigation li {
	color: #fff;
	float: left;
	height: 20px;
	position: relative;
	padding-right: 20px;
	font-weight: bold;
}


#navigation li.more {
	background: url(images/li_more_32_6.jpg) no-repeat left 14px;
}

#navigation li.selected {
	background: url(images/li_selected_32_6.jpg) no-repeat left 14px;
}

#navigation li a {
	color: #fff;
	height: 20px;
	float: left;
}

#navigation li ul {
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
	min-width: 120%;
	border-bottom: 2px solid #5c5c5c;
	z-index: 100;
}

#navigation li ul li,
#navigation li.more ul li {
	background: none #e4e4e4 !important;
	display: block;
	float: none;
	padding: 10px 5px 5px 5px;
	min-width: 150px;
}

#navigation li.more ul li.more ul {
	left: 100%;
	top: 0;
}

#navigation li.more ul li.more ul li {
    background: none #e4e4e4 !important;
    display: block;
    float: none;
    padding: 10px 5px 5px 5px;
    min-width: 150px;
    left:0;
}

#navigation li ul li a,
#navigation li.more ul li a {
	background: none;
	color: #5c5c5c;
	float: none;
	display: block;
	font-weight: bold;
}

#navigation .right {
	margin-left: 150px;
	border-left: solid 1px #b3b3b3;
	padding: 0 10px;
}

/* CONTENT */

.page-inner {
	width: 1070px;
	margin: 0 auto;
	min-height: 400px;
}

.page-inner.wide {
	width: 1400px;
}


.page-inner .window {
	background-color: #e4e4e4;
	border: solid 1px #a2a2a2;
	font-size: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.window.login-page {
    margin: 0 auto !important;
    width: 400px;
}

.page-inner .window h1,
.page-inner .window h2 {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-color: #5c5c5c;
}

.window .window-body {
	background: url(images/window_body_bg_1_68.png) repeat-x left top;
	padding: 12px 30px;
}

.window.login-page .window-body {
    padding: 12px !important;
}

.window a {
	color: #a20404;
	font-weight: bold;
	font-size: 12px;
}

.window dir li {
	padding: 4px 0;
	display: block;
}

input[type=submit],
input[type=button],
a.button {
	background-color:#bfbfbf;
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #303030;
	border-bottom: solid 1px #303030;
	color: #323232;
	font-weight: bold;
	padding: 2px 6px;
	background: url(images/btn_bg.png) repeat-x 0 0;
	height: 31px;
	margin: 4px 6px 4px 0;
}

/* FOOTER */

#footer {
	min-height: 150px;
	min-width:1440px;
	background-color:#adadad;
	margin-top: 24px;
}

/* SET PONTER */

.tagCommand,
a,
input[type=submit],
input[type=buttom],
button {
	cursor: pointer;
}

/* /// STAT TABLE /// */

.stat-table {
    width: 100%;
}

.stat-table td {
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    padding: 10px;
    border-top: solid 1px #dededd;
    border-bottom: solid 1px #dededd;
    line-height: 1.3em;
}

.stat-table td p {
    padding-bottom: 5px;
}

.stat-table td img {
    vertical-align: top;
}

.stat-table tr:nth-child(2n) td {
    background-color: #f3f3f2;
}

.stat-table td a,
.link {
    color: #5995b8;
}

.stat-table td a:hover,
.link:hover {
    color: #000;
}


/* /// FANCY ADMIN BOX /// */

.fancyAdminBox {
    margin-top: 15px;
	margin-bottom: 15px;
	padding:6px;
	background: #eee;
	border: solid 1px #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancyAdminBox.half {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.fancyAdminBox.half:last-child {
	margin-right: 0;
}

.fancyAdminBox .form-row {
	padding-bottom: 10px;
}

.fancyAdminBox .form-row:last-child {
	padding-bottom: 0;
}


.fancyAdminBox label {
	min-width: 80px;
	padding-right: 10px;
}

.fancyAdminBox input[type=submit] {
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	height: 26px;
	line-height: 26px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: #eb6f1f;
	-webkit-box-shadow: 1px 2px 4px rgba(35,31,32,0.14);
	-moz-box-shadow: 1px 2px 4px rgba(35,31,32,0.14);
	box-shadow: 1px 2px 4px rgba(35,31,32,0.14);
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxMmI4ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1M2RhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #612b8f), color-stop(100%, #753da8)), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d2d2d2), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(bottom, #612b8f 0%, #753da8 100%), -webkit-linear-gradient(bottom, #d2d2d2 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #612b8f 0%, #753da8 100%), -moz-linear-gradient(bottom, #d2d2d2 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #612b8f 0%, #753da8 100%), -o-linear-gradient(bottom, #d2d2d2 0%, #ffffff 100%);
	background-image: linear-gradient(bottom, #612b8f 0%, #753da8 100%), linear-gradient(bottom, #d2d2d2 0%, #ffffff 100%);
	cursor: pointer;
	border: none
}

.information {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b8daff;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	background-color: #cce5ff;
	color: #004085;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.success {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	background-color: rgb(236, 255, 216);
	color: green;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.error {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d63301;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	background-color: #ffccba;
	color: #db471a;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.response_ajax {
}

.response_ajax a {
	display: block;
	border: solid 1px #999;
	border-top: 0;
	color: #000;
	padding: 4px;
}

#konyvresult {
	max-height: 300px;
	overflow: auto;
}

#konyvresult ul {
	border-top: 1px solid #999;
	display: block;
}

#konyvresult li {
	border: solid 1px #999;
	border-top: none;
	display: block;
}

#konyvresult br {
	display: none;
}

#konyvresult a {
	display: block;
	color: #000;
	padding: 8px;
}

.pager {
	text-align: center;
}

.pager a {
	padding: 4px;
	margin: 0 2px;
	color: #121517;
}

#navigation li{
	cursor:pointer;
}
fieldset {
	border:1px solid black;
	padding: 5px;
}

legend {
	padding: 0.2em 0.5em;
	border:1px solid black;
	color:black;
	font-size:90%;
	text-align:left;
}

.remodal tr[visible='false'],
.no-result{
	display:none;
}

.remodal tr[visible='true']{
	display:table-row;
}

.page-title {
	padding: 10px 16px;
	background-color: #eee;
	margin-bottom: 10px;
}

.page-title h1 {
	display: block;
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

#search_modal_input {
	width: 100%;padding: 10px;font-weight: bold;font-size: 26pt;
}

#search_modal .storage_info {
	margin-top: 10px;
}
#search_modal .title {
	font-weight: bold;
	font-size: 16pt;
}

#search_modal .search_results_wrapper img {
	width: 50px;
	margin-top: 5px;
}

#search_modal .storage_info img {
	width: 50px;
	margin-top: 5px;
}

#search_modal .title .header-links {
	font-weight: bold;
	font-size: 10pt;
	margin-top: 5px;
}

#search_modal .title .details {
	margin-top: 4px;
	font-size: 12pt;
}

#search_modal .storage_info table {
	margin: 0 auto;
}

#search_modal .storage_info .results {
	margin-top: 15px;
}

#search_modal .storage_info table td {
	font-weight: bold;
	font-size: 12pt;
	padding-left: 25px;
}

#search_modal .no-book-result {
	margin-top: 20px;
	font-weight: bold;
	font-size: 20pt;
}
#search_modal .no_storage_info {
	margin-top: 20px;
	font-weight: bold;
	font-size: 10pt;
}

#search_modal .storage_info table tr:nth-child(even) {
	background-color: #f2f2f2;
}

#search_modal .search_results table tr:nth-child(even) {
	background-color: #f2f2f2;
}

#search_modal .search_results {
	max-height: 150px;
	overflow: auto;
}

#search_modal .search_results a{
	color: #000000 !important;
}

#search_modal .search_results table {
	margin: 0 auto;
}

#search_modal .search_results table td {
	padding-top: 6px;
	padding-bottom:6px;
	font-size: 10pt;
}


