.legend_large
{
	font-size: x-large;
	font-weight:bold;
}

body{
	min-width: 1024px;
}

.help_button {
	width:20px;
}

.header {
	table-layout: auto;
	border: 0px solid transparent;
	width:100%;
}

.header_version {
	text-align: left;
	white-space:nowrap;
}

.header_log_info {
	text-align: right;
}

#header td {
	border: 0px solid transparent;
	padding-bottom: 20px;
}

nav ul{
	list-style-type: none;
	padding:0;
	margin:0;
}


a
{
	color: #606060;
    text-decoration: none;
}

a:hover
{
	color: #000000;
}


table{
	width:100%;
	border: 1px solid grey;
	border-radius: 6px;
	border-collapse: collapse;
}

thead
{
	background-color: lightgrey;
}

table th, table td
{
	padding-left: 1%;
	padding-right: 1%;
	border: 1px solid grey;
}

#content{
	width: 98%;
	padding: 1%;
	border: 1px solid grey;
	border-top: 0px;
	border-radius: 0px 6px 6px 6px;
	box-shadow: 5px 5px 10px #999;
	margin-bottom: 3em;
}

#login_content{
	width: 300px;
	margin: 1em auto;
	text-align: center;
	border: 1px solid grey;
	border-radius: 6px;
	box-shadow: 5px 5px 10px #999;
}

#login_content table th, #login_content table td, #login_content table 
{
	border:none;
	text-align: left;
}

#login_content table
{
	border-collapse: separate;
	margin: 1em 0;
}

#icone_b
{
	width: 80%;
}

#edit_table, #edit_table td
{
	border: none;
	text-align: left;
	vertical-align: middle;
}

.item_line
{
	border: none;
	text-align: left;
	width: 100%;
	height: 100px;
}

.item_line div
{
	border: none;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 16.66%;
	max-height: 100px;
}

.item_line div a
{
	margin:0;
 	text-decoration:none;
}

.item_line div a .thumb_img
{
	max-width : 100%;
	height: 100px;
	display: block;
}

.item_line div a .real_img
{
	max-height: 90%;
	max-width: 50%;
	display: none;
	position: fixed;
		left: 25%;
		top: 5%;
}

.item_line div a:hover .real_img
{
	display: block;
}

#create_pack
{
	text-align: center;
}

#errors_wrap
{
	text-align: center;
	margin-bottom: 1em;
	border: 1px solid grey;
	border-radius: 6px;
}

#errors_wrap a h3
{
	margin: 0;
	padding: 0;
	border-radius: 6px;
	background-color: lightyellow;
}

#errors_wrap a
{
	width: 100%;
	display: inline-block;
	color: black;
}

#errors_wrap a:hover
{
	color: #606060;
}

#errors_content
{
	display: none;
	border-top: 1px solid grey;
}

#help_button
{
	display: block;
	width: 30px;
	height: 27px;
	
	font-size: 27px;	
	text-align: center;
	color: black;
	
	border: 1px solid black;
	border-radius: 20px;
	
	box-shadow: 2px 2px 2px #999;
}

#help_button
{
	position : absolute;
		top: 4px;
		left: 4px;
}

#help_button:hover
{
	box-shadow: none;
	
	position : absolute;
		top: 4px;
		left: 4px;
		
	box-shadow: 1px 1px 1px #999;
}

.margin-left {
	margin-left: 10px;
}

/* social-icons-folder in packs edit page */
.social-icons-folder {
	margin-top: 5px;
	left: 80%;
	position: relative;

}

.hidden {
	display: none;
}