body {
    margin: 20px auto;    
	width:980px;	
}

@font-face {
    font-family: 'Helvetica';
    src: url('helvetica.ttf');
}

*{font-family:Helvetica;}

.shadow
{
	-webkit-box-shadow: 10px 10px 5px #888888;
}

.red-shadow
{
	-webkit-box-shadow: 0px 0px 10px red;
}

#main_page_content
{
  padding-bottom: 10px;
}

#header_img
{
  height: 135px;
  width: 300px;
  margin-left: 340px;
  margin-right: auto;
}

#header_img_div
{
	background-color:white;
	height: 150px;
	background-image: url('/resources/img/header_book.jpg');
	background-size: 300px 150px;
	/*margin-bottom: -8px;*/
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.menu_item
{
  display: inline-block;
  font-size: 20px;
  color: white;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  cursor:pointer;
}

.menu_item:hover
{
    color: #F2CA52;
}

.menu_item.disabled
{
    color: #BABABA;
}
.menu_item.disabled:hover
{
    color: #BABABA;
}

#main_menu
{
	background: #210901;
	height: 45px;
	width:97%;
	margin:auto;
}

.footer_text
{
  color: white;
  display: inline-block;
  font-size: 18px;
  margin: 13px;  
}

#footer_menu
{
	background: #9F2C04;
	height: 50px;	
}

#footer_admin_menu
{
	display:inline-block;
	height: 50px;
	float: right;
	color:white;
}

#footer_admin_menu .footer_text
{
	font-size: 16px;
	margin: 16px;
}

#video
{
  width: 98%;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
  background-color: lightsteelblue;
}

#menu .menu_item:hover
{
	background-color:aliceblue;
}

#login_form.menu_item:hover
{
	background-color:white;
}

.login_field
{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

#main_div
{		
}

#content
{ 
  background-image: url("../img/paper-bg.jpg");  
  margin-left: auto;
  margin-right: auto;
}

#intro_div
{
	background-color: white;
	width:98%;
	box-shadow: 1px 1px 5px #888888;
	margin:auto;
	margin-top:10px;
}

#into_title
{
	color: #D96E21;
	font-size: 30px;
	border-bottom: 2px solid #F7BD73;
	text-indent: 50px;
}

#intro_text
{
	background-color: white;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	padding-bottom: 20px;
	font-size:18px;
	text-indent: 50px;
}

#news
{
	background-color: white;
	width:96%;
	box-shadow: 1px 1px 3px #888888;
	margin:auto;
	margin-top:20px;
}

#news_header
{
  background-color: #F2CA52;
  font-size: 28px;
  color: white;
  padding: 10px;    
  padding-left: 30px;
}


.news_item
{
	min-height: 50px;
	border-top: 2px solid #F7BD73;
	border-bottom: 2px solid #F7BD73;
}


.news_item_text
{
  font-size: 20px;
  padding-top: 0px;
  padding-left: 100px;
  padding-bottom: 30px;
  font-weight: bold;
}

.news_item_time
{
	font-size: 20px;
	padding: 20px;
}

#news_list_header, #user_list_header
{
  background: white;
  padding: 20px;
  margin: 10px;
  margin-top: 0px;
  border-bottom: 2px solid #F7BD73;
  color: #D96E21;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: bold;
}
#all_books_header, #book_list_header, #nonpublic_header
{
  background: white;
  padding: 10px;
  margin: 10px;
  margin-top: 0px;
  border-bottom: 5px solid #F7BD73;
  color: #D96E21;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: bold;
}
table
{
  width: 95%;
  margin: 0px auto;  
  border-collapse: collapse;
}
th
{
  background-color:white;
  border-bottom: 1px solid black;
}
tr
{ 
  border-top:1px solid black;
  border-bottom: 1px solid black;
}
thead tr
{
 border-top:0px;
}

tr:last-of-type
{
 border-bottom: 0px;
}

td
{
  text-align:center;
}

.news_id_col
{
  width: 55px;
}
.news_time_col
{
  width: 100px;
}
.news_type_col
{
  width: 100px;
}
.news_content_col
{
  width: 300px;
}
.news_state_col
{
  width: 55px;
}
.news_action_col
{
  width: 55px;
}

#add_new_news{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background: white;
}

#add_new_news_text{
  background-color: #F2CA52;
  font-size: 28px;
  color: white;
  padding: 10px;
  padding-left: 30px;
}

#add_new_news_type
{
  
}

#new_news_content
{
	width: 90%;
}

#add_new_news_box
{
  height: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 50px;
  position:relative;
}

#new_news_submit
{
  width: 120px;
  height: 35px;
  position: absolute;
  bottom: 55px;
  left: 70%;
}

.user_action
{
}

/*Értesítő státusz csík*/
#status__notifiction_div
{
	top: 15%;	
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	position: fixed;
	background-color: lightgreen;
	opacity: 1.0;	
	right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;	
	display:none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index:999;
	box-shadow: 1px 5px 3px #888888;
	
}
#status_icon
{
	display: inline-block;
}

#status__notifiction_div.warning
{
	background-color: gold;	
}

#status__notifiction_div.error
{
	background-color: red;
	color:white;
}

#status_text
{
	opacity:1;
}

#recent_books
{
  margin-left: 50px;
}

#recent_books_title
{
  width: 240px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

.recent_books_item
{
  height: 230px;
  background-image: url('/resources/img/book.svg');
  width: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-table;
  margin-left: 10px;
  max-height: 230px;
  position: relative;
}

.recent_books_item .booktitle
{
  top: 45px;
  margin-left: 10px;
  overflow-wrap: break-word;
  text-align: center;
  width: 135px;
  position: absolute;
}

.recent_books_item .username
{
  top: 140px;
  margin-left: 10px;
  overflow-wrap: break-word;
  text-align: center;
  width: 135px;
  position: absolute;
}

.recent_books_item .theme
{
  top: 180px;
  margin-left: 10px;
  overflow-wrap: break-word;
  text-align: center;
  width: 135px;
  position: absolute;
}

.books_item
{
  height: 230px;
  background-image: url('/resources/img/book.svg');
  width: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-table;
  margin-left: 10px;
  max-height: 230px;
  position: relative;
}

.books_item .booktitle
{
  top: 45px;
  margin-left: 10px;
  overflow-wrap: break-word;
  text-align: center;
  width: 135px;
  position: absolute;
}

.books_item .username
{
  top: 140px;
  margin-left: 10px;
  overflow-wrap: break-word;
  text-align: center;
  width: 135px;
  position: absolute;
}

.books_item .theme
{
  top: 180px;
  margin-left: 10px;
  overflow-wrap: break-word;
  text-align: center;
  width: 135px;
  position: absolute;
}

.user-action
{
	margin:5px;
	cursor:pointer;
}

#page_main_text_content
{
  margin: 20px;
  text-indent: 20px;
  /* background-image: url("resources/img/paperbg.jpg"); */
  /* border: 1px solid black; */
  border-radius: 10p;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  text-align: justify;
}

#page_title
{
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  margin-top: 30px;
}

#main_book_content
{
  width: 90%;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.8);
}

#path_list
{
  width: 96%;
  margin: auto;
  margin-top: 20px;
  padding-bottom: 20px;
}

.path_select
{
  background-color: #417B83;;
  font-size: 18px;
  color: white;
  padding: 10px;
  padding-left: 30px;
  margin-top:5px;
  margin-bottom:5px;
  box-shadow: 1px 1px 3px #888888;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.path_select:hover
{
  background-color: rgb(224, 119, 33);
}

#book_header_info
{  background-color: white;
  width: 98%;
  box-shadow: 1px 1px 5px #888888;
  margin: auto;
  margin-top: 10px;
}

#bookmark_menu
{
  background-color: white;
  width: 98%;
  box-shadow: 1px 1px 5px #888888;
  margin: auto;
  margin-top: 10px;
  padding-bottom: 20px;
}

#bookmark_menu_header
{
  color: #D96E21;
  font-size: 30px;
  border-bottom: 2px solid #F7BD73;
  text-indent: 50px;
}

#edit_book_text
{
background: white;
  padding: 10px;
  margin: 10px;
  margin-top: 0px;
  border-bottom: 5px solid #F7BD73;
  color: #D96E21;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
 }
 
 #edit_page_title{
 width: 50%;
  margin: 5px auto;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
 }
 
 #short_desc_box
 {
   width: 80%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
 }
 
 #rate_header
 {
	color: #D96E21;
	font-size: 30px;
	border-bottom: 2px solid #F7BD73;
	text-indent: 50px;
	border-top: 2px solid black;
	padding-top: 10px;
 }
 
 #short_desc_header
 {
   color: #D96E21;
  font-size: 30px;
  border-bottom: 2px solid #F7BD73;
  text-indent: 10px;
 }
 
 #the_end
 {
  color: #D96E21;
  width:90%;
  margin: auto;
  border-bottom: 2px solid black;
  text-indent: 50px;
  padding-top: 10px;
  margin-bottom:5px;
 }
 
 #pages_header
 {
	background: white;
	  padding: 10px;
	  margin: 10px;
	  margin-top: 10px;
	  border-bottom: 5px solid #F7BD73;
	  color: #D96E21;
	  font-size: 20px;
	  margin-bottom: 0px;
	  font-weight: bold;
 }
 
 #public_setting_title
 {
  background: white;
  padding: 10px;
  margin: 10px;
  margin-top: 10px;
  border-bottom: 5px solid #F7BD73;
  color: #D96E21;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: bold;
 }
 
 #public_setting
 {
	background: white;
  width: 98%;
  margin: auto;
 }
 
 #public_setting_text
 {
  margin: 20px;
  padding-bottom: 20px;
 }
 
 #profile_info
 {
 margin: 20px;
  border-top: 1px solid black;
  padding-top: 10px;
 }
 
 #profile
 {
  margin: 20px;  
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
 }
 
 .book_list_item
 {
	display: inline-table;
	margin:20px;
	width:290px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
 }
 
 .book_list_item:hover .booktitle
 {
	font-weight: bold;
 }
 
 .book_list_item .book_shortdesc
 {	
	margin:20px;	
	text-align:center;
	height:60px;
 }
 
 .book_list_item .books_item
  {
    margin-left: 70px;
 }
 
 #booklist
 {
   width: 690px;
   margin: auto;
     padding-bottom: 30px;
 }
 
 .booklist
 {
 width: 690px;
  margin: auto;
  padding-bottom: 10px;
 }
 
 .themename
 {
 color: #D96E21;
  font-size: 30px;
  border-bottom: 2px solid #F7BD73;
  text-indent: 50px;
 }
 
 .bookmakrs_list_item
 {
	background: white;
	  margin-bottom: 10px;
  margin-top: 10px;
 }
 
 .read_book
 {
 width: 100%;
  text-align: center;
  color: #D96E21;
  font-size: 30px;
  border-bottom: 2px solid #F7BD73;
  text-indent: 10px;
    margin-top: 10px;
 }
 
 .bookmarks_short_desc_box
 {
   width: 80%;
  margin: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
 }
 
 .bookmarks_short_desc_header
 {
   color: #D96E21;
  font-size: 20px;
  border-bottom: 2px solid #F7BD73;
  text-indent: 10px;
  margin-left: 0px;
 }
 
 
 
 div
 {
  cursor: default;
 }
 
 

label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }