*, html, body
{
/*	font-family: Arial; */
}
body
{
	padding: 0;
	margin: 0;
	text-align: left;
/*
	background-color: #f3f3f3;
*/
	background-color: white;
}
body, th, td
{
	font-size: 14px;
}
h1
{
	text-align: center;
	font-size: 24px;
/*
	font-size: 28px;
	height: 36px;
*/
/*	line-height: 36px; */
/*	line-height: 20px; */
/*
	padding: 6px 16px;
	padding-top: 20px;
*/
	padding: 0 10px;
/*
	background-color: #922192;
	color: white;
*/
	background-color: white;
/*	color: #b241b2; */
	color: #454545;
	margin: 0;
}
h1 a
{
/*	color: inherit; */
	color: #858585;
	text-decoration: none;
	font-weight: bold;
}
h1 a:hover
{
	color: #454545;
	text-decoration: none;
}
h3
{
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	width: 100%;
	border-bottom: 2px solid black;
}
div.controller
{
	background-color: white;
	text-align: left;
	padding-left: 4px;
}
.container
{
	background-color: white;
	padding-bottom: 22px;
}
.container a, table.editor a, div.controller a
{
	font-weight: normal;
	/*
	color: 	#b241b2;
	*/
/*	color: #827182; */
	color: #727182;
	text-decoration: underline;
	font-size: 15px;
	padding: 0;
	margin: 0;
	line-height: 10px;
}
.container a:hover, table.editor a:hover, div.controller a:hover
{
	font-weight: normal;
/*	color: #c251c2; */
	color: #c25152;
/*	text-decoration: none; */
}
div.controller a
{
	color: #4241b2;
	font-size: 10px;
}
div.controller a:hover
{
	color: #5251c2;
}
div.controller a.disabled
{
	color: #b24142;
	font-size: 10px;
}
div.controller a.disabled:hover
{
	color: #c25152;
}
table.editor
{
	border: none;
}
table.editor input, table.editor select, table.editor textarea
{
/*	width: 200px; */
	width: 100%;
	margin: 0;
	font-size: 11px;
}
table.editor td.full_size textarea
{
	width: 655px;
	border: 1px solid #a2a2a2;
	padding: 4px;
}
table.editor input.narrow
{
	width: auto;
}
table.editor
{
/*	width: auto; */
	width: 100%;
	margin: 0;
}
table.editor tr
{
	vertical-align: middle;
	min-height: 21px;
}
table.editor tr th:first-child
{
	width: 30%;
}
table.editor tr.odd
{
	background-color: #fafafa;
}
table.editor tr.even
{
	background-color: white;
}
table.editor th, table.editor td
{
	text-align: left;
/*	padding: 2px 10px; */
	padding: 4px 4px;
	padding-right: 8px;
/*
	padding-right: 16px;
*/
	min-height: 21px;
	line-height: 21px;
}
table.editor th
{
	font-weight: normal;
/*	padding-left: 16px; */
	padding-left: 8px;
}
table.editor td.group_name
{
/*	background-color: #2364d5; */
	background-color: #bbbbbb;
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px;
	color: white;
}
table.editor th.submit, td.submit
{
	text-align: left;
	background-color: white;
/*
	padding-top: 8px;
	padding-bottom: 8px;
*/
}
table.editor input.submit, table.editor a.submit
{
	padding: 8px 14px;
/*	font-size: 14px; */
	font-size: 12px;
	font-weight: bold;
	background-color: #54a513;
	color: white;
	border: 1px solid #449503;
	min-height: 14px;
}
table.editor a.submit
{
	display: block;
	text-align: center;
	text-decoration: none;
}
table.editor .cancel
{
	background-color: #949593 !important;
	border: 1px solid #848583 !important;
	width: 140px;
}
table.editor span.required
{
	font-weight: bold;
	color: magenta;
}
table.editor tr.err_descr th, table.editor tr.err_descr td
{
	color: white;
	background-color: #bf3b15;
	text-align: right;
}
table.editor tr.error th, table.editor tr.error td
{
	color: red;
	background-color: #fff0f0;
}
/*
#lister
{
	border: none;
	width: auto;
}
#lister td
{
	padding: 2px 4px;
	margin: 0;
	text-align: left;
}
*/
.header_extra_link
{
	font-size: 16px;
	float: left;
	padding-left: 10px;
	font-weight: bold;
	display: block;
/*	color: #b241b2; */
	color: #858585;
 	height: 36px;
/*	line-height: 36px; */
	line-height: 20px;
/*	padding: 8px 16px; */
	padding: 0 16px;
	padding-top: 20px;
}
.header_extra_link a
{
/*	color: #d2b1d2; */
	color: #a5a5a5;
	text-decoration: none;
}
.header_extra_link a:hover
{
/*	color: #b241b2; */
	color: #858585;
}
span.tooltip, a.tooltip
{
	color: #222222;
	padding-right: 17px;
	background: transparent url('media/images/icon_info.png') top right no-repeat;
	min-height: 16px;
	line-height: 16px;
	display: inline-block;
}
div#lister_wrapper span.tooltip, div#lister_wrapper a.tooltip
{
	padding-right: 0px;
	background: none;
}
span.tooltip_header, a.tooltip_header
{
}
.pointer
{
	cursor: pointer;
}
div.menu
{
/*
	float: left;
	min-width: 148px;
*/
	float: right;
}
div.logo
{
/*	float: right; */
	margin-left: 20px;
	margin-right: 10px;
	float: left;
}
div.logo > a > img
{
	filter: saturate(10%) contrast(170%);
	transition: all 150ms linear;
}
div.logo > a:hover > img
{
	filter: saturate(110%) contrast(110%);
}
table.table_header
{
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	background-color: white;
	/*
	border-bottom: 18px solid #b241b2;
	*/
}
table.table_header td
{
	padding: 0;
	margin: 0;
}
div.big_image_container
{
	width: 200px;
}
div.big_image_container img
{
	max-width: 100%;
	max-height: 100%;
}
div.small_image_container
{
	width: 120px;
	height: 90px;
/*
	width: 60px;
	height: 45px;
*/
	vertical-align: middle;
}
div.small_image_container a
{
	display: inline-block;
/*	border: 1px solid white; */
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
div.small_image_container img
{
	max-width: 100%;
	max-height: 100%;
}
table.display td.image
{
	padding: 1px;
	min-width: 23px;
}
a.available
{
	/*
	color: #92c142;
	*/
/*	color: #b241b2; */
	color: #4241b2;
	text-decoration: underline;
}
.submenu
{
	box-sizing: border-box;
	width: 100%;
/*	background-color: #b241b2; */
/*	background-color: #fafafa; */
	min-height: 28px;
	height: 28px;
	text-align: center;
/*	color: white; */
	color: #858585;
	padding-top: 4px;
/*	padding-left: 20px; */
	font-family: 'Noto Serif', serif;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 4px;
}
.submenu_link
{
	font-size: 14px;
/*	float: left; */
	padding-left: 10px;
	font-weight: bold;
/*	display: block; */
	display: inline-block;
/*	color: #b241b2; */
	color: #454545;
	height: 18px;
/*	line-height: 18px; */
	line-height: 14px;
/*	padding: 4px 8px; */
/*	font-size: 20px; */
}
.submenu_link a
{
/*	color: #f2e1f2; */
	color: #858585;
	text-decoration: none;
	padding: 2px 5px;
}
.submenu_link a:hover
{
/*	color: white; */
	color: #454545;
}
.submenu_current a
{
	color: white;
/*	color: #454545; */
/*	text-decoration: underline; */
/*	background: #646464; */
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
background: rgb(127,127,127);
background: -moz-linear-gradient(top, rgba(127,127,127,1) 0%, rgba(99,99,99,1) 100%);
background: -webkit-linear-gradient(top, rgba(127,127,127,1) 0%,rgba(99,99,99,1) 100%);
background: linear-gradient(to bottom, rgba(127,127,127,1) 0%,rgba(99,99,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#636363',GradientType=0 );
	border-radius: 2px;
}
td.highlight
{
	background-color: yellow !important;
}
table tr th
{
	background: inherit;
	color: inherit;
}
tr td, tr th
{
	padding: inherit;
}

/*********************************************************************************
 * NEW
 */

.subheader-container
{
	float: right;
	margin-left: 30px;
	margin-top: 30px;
}
table.display tr.topper th
{
/*
	background-color: #7f7f7f !important;
	border-right: 1px solid #636363 !important;
*/
	background-color: #adadad !important;
	border-right: 1px solid #9a9a9a;
	font-weight: normal !important;
}
table.display thead th
{
	background-color: #7f7f7f !important;
/*	border-right: 1px solid #636363 !important; */
	border-right: 1px solid #6d6d6d !important;
	border-bottom: 1px solid #636363 !important;
	font-weight: normal !important;
}
table.display tfoot th
{
	background-color: #7f7f7f !important;
/*	border-right: 1px solid #636363 !important; */
	border-right: 1px solid #6d6d6d !important;
	border-bottom: 1px solid #636363 !important;
	font-weight: normal !important;
}
input[type="text"]
{
	border: 1px solid #bdbdbd;
	background: #ececec;
	border-radius: 0;
	height: 21px;
}
select
{
	border: 1px solid #bdbdbd;
	background: #ececec;
	border-radius: 0;
	height: 21px;
}
textarea
{
	border: 1px solid #bdbdbd;
	background: #ececec;
	border-radius: 0;
/*	height: 21px; */
}
table.display tbody tr td:first-child
{
	white-space: normal;
}
.fa.fa-external-link
{
	color: #0c8be8;
	font-size: 20px;
}
.fa.fa-youtube-play
{
	color: #e80c0c;
	font-size: 20px;
}
.fa.fa-info-circle
{
	color: #d54cd6;
	font-size: 20px;
}
.fa.fa-plus-circle
{
	font-size: 20px;
	color: #54a513;
}
.fa.fa-arrow-circle-left
{
	font-size: 20px;
	color: #000000;
}
.dataTables_filter
{
	box-sizing: border-box !important;
	width: 100% !important;
	padding: 8px 8px !important;
	position: relative;
}
.dataTables_filter input
{
	min-height: 32px !important;
	border-radius: 2px;
	padding-left: 40px;
}
.dataTables_filter:after
{
	position: absolute;
	top: 11px;
	left: 4px;
	content: ' ';
	display: block;
/*	background: red; */
	width: 32px;
	height: 32px;
	color: black;
	font-family: FontAwesome;
	content: "\f002";
	font-size: 22px;
}
table.display.dataTable thead th:first-child
{
	min-width: 16px;
}
table.display.dataTable tbody td:first-child
{
	min-width: 16px;
}
table.display.dataTable tbody td a
{
	font-weight: bold;
}
img[src="/spacer.gif"]
{
	display: none;
}
div.small_image_container
{
/*	width: 118px; */
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
div.small_image_container img
{
	border-radius: 2px;
}
.extra_menu
{
	text-align: center;
}
a.how_to_order
{
	display: inline-block;
	padding: 4px 8px;
	background: #c5c5c5;
	border-radius: 2px;
	color: white;
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
a.how_to_order:hover
{
	text-decoration: none;
	background: #ebebeb;
}
tr.odd-a
{
	background-color: #e1e1e1 !important;
}
tr.even-a
{
	background-color: #e1e1e1 !important;
}

@media (max-width: 850px)
{

#header
{
	display: none;
	margin-top: 0;
}

}

@media (max-width: 946px)
{

.subheader-container
{
	margin-top: 10px;
}

}
