
/*
	
font-family: 'Open Sans', sans-serif;
font-weight: 400/700;

BLAUW: #123063
GROEN: #6c0
ROOD: #c00

*/


* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
}

br.clear {
	clear: both;
}

a {
	color: #123063;
}

a:hover {
	color: #000;
}

img.middle {
	vertical-align: middle;
}

.yellow {
	color: #f7d600;
}

.green {
	color: #6c0;
}

.grey {
	color: #999;
}

span.error {
	color: #c00;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	width: 96%;
}

/* container */

.container {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

/* login */

#login_wrapper {
	margin: auto;
	width: 100%;
	max-width: 550px;
}

#login_container {
	float: left;
	width: 550px;
	padding-top: 50px;
}

#login_container img {
	float: left;
	width: 550px;
	height: 80px;
	margin-bottom: 25px;
}

#login_block {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 35px 70px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

#login_block table {
	width: 100%;
}

#login_block table td.label {
	width: 95px;
	padding: 10px 15px 13px 0;
	text-align: right;
	vertical-align: middle;
	font-size: 15px;
}

#login_block table td.field {
	width: 300px;
	padding-bottom: 3px;
	vertical-align: middle;
}

#login_block input.text {
	float: left;
	width: 288px;
	height: 25px;
	padding: 4px;
	border: 1px solid #ccc; 
	background: #fff;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

#login_block table td.button {
	padding-top: 5px;
	text-align: right;
}

#login_block table td.button button {
	float: right !important;
}

/* title */

.title {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.title h1 {
	float: left;
	font-size: 28px;
	font-weight: 700;
}

.title h1 a {
	color: #333;
	text-decoration: none;
}

.title span {
	float: right;
	text-align: right;
	color: #333;
}

.title h1 a:hover {
	color: #333;
}

/* navigation */

.navigation {
	float: left;
	width: 100%;
	background: url('../_graphics/ddd.png') bottom left repeat-x;
}

.navigation ul {
	float: left;
	list-style-type: none;
}

.navigation ul li {
	float: left;
	margin-right: 4px;
}

.navigation ul li a {
	float: left;
	background: #fff;
	border: 1px solid #ddd;
	padding: 8px 30px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #666;
	margin-top: 4px;
	text-decoration: none;
}

.navigation ul li a:hover {
	color: #333;
	background: #f5f5f5;
}

.navigation ul li a.selected {
	color: #333;
	background: #f5f5f5;
	padding: 10px 35px;
	border-bottom: 0;
	margin-top: 1px;
}

.navigation ul.sub, 
.navigation ul.child {
	display: none;
}

/* navigation toggle */

a.navigation_toggle {
	float: right;
	font-size: 21px;
	line-height: 1.1em;
	margin-left: 15px;
	display: none;
}

/* main */

.main {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 15px;
	background: #f5f5f5;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* sidebar */

#sidebar_container {
	float: left;
	width: 250px;
}

#sidebar {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
}

/* sub navigation */

#sidebar ul {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 3px;
	list-style-type: none;
}

#sidebar ul li {
	float: left;
	width: 100%;
	margin-bottom: 3px;
}

#sidebar ul li.last {
	margin-bottom: 0;
}

#sidebar ul li a {
	float: left;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	padding: 8px 10px;
	background: #eee;
	vertical-align: top;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #333;
	background: #e0e0e0;
}

#sidebar ul li a.selected, 
#sidebar ul li a.selected:hover {
	color: #333;
	font-weight: bold;
	background: #ccc;
}

/* child navigation */

#sidebar ul li ul {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 3px 0 0 0;
	list-style-type: none;
	background: #fff;
}

#sidebar ul li ul li {
	float: left;
	width: 100%;
}

#sidebar ul li ul li a {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	padding-left: 26px;
	font-size: 13px;
	background: #fff url('../_graphics/bg_child_navigation_item.gif') center left no-repeat;
	vertical-align: top;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

#sidebar ul li ul li a:hover {
	color: #333;
	background: #f5f5f5 url('../_graphics/bg_child_navigation_item.gif') center left no-repeat;
}

#sidebar ul li ul li a.selected, 
#sidebar ul li ul li a.selected:hover {
	color: #333;
	font-weight: 700;
	background: url('../_graphics/bg_child_navigation_item_active.gif') center left no-repeat;
}

#sidebar ul li ul li.last a {
	border-bottom: 0;
}

/* treeview */

#treeview_container {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
}

#treeview {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 1.3em;
	overflow: hidden;
}

#treeview ul {
	width: 500px;
}

#treeview a {
	color: #333;
	text-decoration: none;
}

#treeview a:hover {
	text-decoration: underline;
}

/* content container */

#content_container {
	float: left;
	width: 100%;
}

h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

/* page url block */

a.page_url {
	float: left;
	width: 100%;
	margin-top: 6px;
	font-size: 12px;
	color: #888;
}

a.page_url:hover {
	color: #333;
}

/* page title */ 

.page_title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.page_title .left {
	float: left;
}

.page_title .right {
	float: right;
}

.page_title .right a {
	float: right;
	margin-top: 7px;
	margin-left: 7px;
}

.page_title .right a.border {
	border-right: 1px solid #bbb;
	padding-right: 7px;	
}

.page_title .right a.button {
	margin-top: 0;
}

.page_title h2 {
	font-size: 20px;
}

/* module title */ 

.module_title {
	float: left;
	width: 100%;
}

.module_title h2 {
	font-size: 20px;
}

.module_title .left {
	float: left;
	width: 250px;
}

.module_title .right {
	float: right;
	width: calc(100% - 250px);
	text-align: right;
}

.module_title .right a.button {
	float: right;
	margin-top: 0;
	margin-left: 15px;
}

.module_title .right a {
	float: right;
	margin-top: 7px;
	margin-left: 10px;
}

/* module search */

#search {
	float: right;
	width: 16%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	position: relative;
}

#search:after {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #333;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 12px 10px;
    position: absolute;
    pointer-events: none;
    line-height: 14px;
}

form.search_form {
	float: right;
	width: 100%;
}

form.search_form input.search_text {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
	padding-left: 7px;
	padding-right: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: none;
	outline: none;
}

a.reset_search {
	float: right;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 12px;
	margin: 0 !important;
}

/* module search filter */

.search_filter {
	float: right;
	width: 100%;
}

.search_filter select {
	float: right;
	width: 16%;
	box-sizing: border-box;
	height: 41px;
	border: 1px solid #ccc; 
	background: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	border-radius: 5px;
	outline: none;
	margin-right: 7px;
}

.search_filter select option {
	padding: 0 4px;
	background: #fff;
}

/* line */

img.line {
	float: left;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* module buttons */

.module_buttons {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 5px;
}

.module_buttons .left {
	float: left;
}

.module_buttons .right {
	float: right;
	text-align: right;
}

/* module option list */

ul.module_option_list {
	float: right;
	list-style-type: none;
}

ul.module_option_list li {
	float: right;
	margin-left: 15px;
	font-size: 14px;
}

ul.module_option_list li img {
	vertical-align: middle;
	height: 14px;
}

/* content */

div.content {
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 10px;
}

div.content p {
	line-height: 1.5em;
}

/* data table */

.data_table_wrapper {
	float: left;
	width: 100%;
}

#data_table {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 15px;
}

#data_table.change_sort_order {
	margin-top: 20px;
}

#data_table th {
	text-align: left;
	color: #666;
	background: #e0e0e0;
	font-size: 11px;
	text-transform: uppercase;
	padding: 13px 6px;
	cursor: pointer;
}

#data_table th:hover {
	color: #333;
	background: #ccc;
}

#data_table th.active {
	color: #333;
	background: #ccc;	
}

#data_table th i {
	font-size: 15px;
	margin-left: 3px;
}

#data_table td {
	padding: 14px 6px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
}

#data_table tr:hover td {
	background: #f5f5f5;
}

#data_table td i {
	font-size: 15px;
}

#data_table td img.thumb {
	max-width: 100px;
	max-height: 100px;
	margin: 5px 0 2px 0;
	border: 1px solid #ccc;
}

/* google maps */

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 400px;
	margin-top: 20px;
}

/* labels */

span.label {
	display: inline-block;
	padding: 3px 5px;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	border-radius: 5px;
}

span.label1 {
	background: #c00;
}

span.label2 {
	background: #f89406;
}

span.label3 {
	background: #6c0;
}

a.label1 {
	background: #c00;
	border: 1px solid #c00;
}

a.label2 {
	background: #f89406;
	border: 1px solid #f89406;
}

a.label3 {
	background: #6c0;
	border: 1px solid #6c0;
}

/* table bottom */

#table_bottom {
	float: left;
	width: 100%;
	color: #555;
	font-size: 12px;
}

#table_bottom .left {
	float: left;
	width: 210px;
}

#table_bottom .right {
	float: right;
	width: 490px;
	text-align: right;
}

#table_bottom .right a {
	text-decoration: none;
}

#table_bottom .right a:hover {
	text-decoration: underline;
}

#table_bottom .right b {
	font-weight: normal;
	padding: 2px 1px;
}

#table_bottom .right b.active_page {
	font-weight: bold;
	padding: 2px 5px;
	background: #ccc;
	color: #333;
}

/* feedback */

#feedback {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

#feedback i {
	font-size: 18px;
	margin-right: 5px;
}

#feedback.ok {
	background: #6c0;
}

#feedback.error {
	background: #c00;
}

#feedback a {
	color: #fff;
}

#feedback a:hover {
	color: #eee;
}

/* speech form */

table#form {
	max-width: 1360px;
	width: 100%;
}

table#form tr {
}

table#form td {
	font-size: 14px;
	padding: 13px 12px 15px 4px;
	vertical-align: top;
}

table#form td.mandatory {
	font-weight: bold;
}

table#form td.mandatory_error {
	font-weight: bold;
	color: #c00;
}

table#form td.not_mandatory_error {
	color: #c00;
}

table#form td.form_field {
	padding: 4px;
	width: 98%;
	position: relative;
}

table#form span.hint_block {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 4px;
	color: #999;
	background: #fff;
	font-size: 11px;
}

table#form span.hint_block b.border {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	border: 1px solid #ddd;
	margin-top: 10px;
}

table#form td.form_field span.hint {
	position: absolute;
	top: 7px;
	right: 6px;
	z-index: 100;
	color: #999;
	background: #fff;
	font-size: 11px;
	padding: 6px 10px;	
}

table#form td.form_field span.hint.left {
	float: left;
	position: relative;
	top: 0;
	right: 0;
	margin-top: 3px;
}

table#form td.form_field span.hint.left {
	float: left;
	position: relative;
	top: 0;
	right: 0;
	margin-top: 3px;
}

table#form td.form_field span.alert {
	position: absolute;
	top: 7px;
	right: 6px;
	z-index: 100;
	color: #c00;
	background: #fff;
	font-size: 11px;
	padding: 6px 10px;	
}

table#form td.form_field span.alert.left {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	right: 0;
	margin-top: 3px;
	padding: 0;
}

.form_field div.status {
	color: #999;
	font-size: 12px;
	text-align: right;
}

table#form input.text {
	width: 98.5%;
	padding: 6px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

table#form textarea.text {
	width: 98.5%;
	height: 75px;
	padding: 6px;
	border: 1px solid #ccc; 
	background: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

table#form textarea.notification {
	border: 1px solid #c00; 
	background: #f3e9e9;
}

table#form select {
	width: 98.5%;
	padding: 6px;
	border: 1px solid #ccc; 
	background: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 4px 0;
}

table#form select option {
	padding: 0 3px;
}

table#form td.form_spacer {
	padding: 5px 0 5px 0 !important;
}

table#form td.form_small_spacer {
	height: 10px;
	padding: 0 !important;
}

table#form td.form_subtitle {
	padding: 5px 5px 5px 10px !important;
	background: #f5f5f5;
	font-size: 15px;
	text-transform: uppercase;
}

table#form label {
	cursor: pointer;
}

.select_wrapper {
	float: left;
}

/* ckeditor */

table#form td.form_field td {
	padding: 0 !important;
}

/* image / file */

div.form_image {
	float: left;
	width: 100%;
}

div.form_image img.preview {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	max-width: 450px;
	border: 1px solid #ccc;
}

div.form_file {
	float: left;
	width: 100%;
}

div.form_file a.link {
	float: left;
	margin-right: 10px; 
	font-size: 14px;
}

/* iframe newsletter preview */

#newsletter_preview {
	float: left;
	width: 100%;
	height: 600px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-top: 15px;
}

/* speech form buttons */

.form_buttons {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.form_buttons .left {
	float: left;
}

.form_buttons .right {
	float: right;
	text-align: right;
}

.form_buttons .right a {
	float: right;
	margin-top: 7px;
	margin-left: 10px;
}

.form_buttons .right a.button {
	margin-top: 0;
	margin-left: 15px;
}

.form_buttons .right a.border {
	border-right: 1px solid #bbb;
	padding-right: 7px;	
}

.form_buttons a.delete {
	font-size: 12px;
	color: #c00;
}

.form_buttons a.delete:hover {
	color: #6f0000;
}

span.small {
	float: left;
	color: #999;
	font-size: 12px;
}

/* button */

#form button, 
#form_buttons button, 
#login_wrapper button {
	float: left;
	cursor: pointer;
	outline: none;
	color: #fff;
	background: #555;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 8px 15px;
}

#form button.right, 
#form_buttons button.right {
	float: right;
	margin-left: 15px;
}

button i {
	margin-right: 3px;
}

#form button button:hover, 
#form_buttons button:hover, 
#login_wrapper button:hover {
	background: #333;
}

/* link button */

a.button {
	float: left;
	cursor: pointer;
	outline: none;
	color: #fff;
	background: #555;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	padding: 8px 15px;
}

a.button i {
	margin-right: 3px;
}

a.button:hover {
	background: #333;
}

/* move up  / down buttons */

#page_title div.right a.button span {
	padding-right: 15px !important;
}

/* sidebar link button */

a.sidebar_button {
	float: left;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	color: #fff;
	background: #555;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	padding: 8px 15px;
	text-align: center;
	margin-bottom: 5px;
}

a.sidebar_button i {
	margin-right: 3px;
}

a.sidebar_button:hover {
	background: #333;
}

/* autocomplete */

#autocomplete_box {
	position: relative;
	width: 250px;
	background: #fff;
    top: 2px;
    left: 0;
	padding: 2px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

#autocomplete_box ul {
	list-style-type: none;
}

#autocomplete_box li {
	padding: 5px;
	cursor: pointer;
	background: #fff;
}

#autocomplete_box li:hover {
	background: #ccc;
}

/* ckfinder file upload button */

input.button {
	height: 28px;
	width: auto;
	white-space: nowrap;
	background: #eee; 
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 15px 0 15px;
	text-decoration: none !important;
	line-height: 1.5em; 
	cursor: pointer;
	overflow: visible;
	font-weight: bold;
}

/* monitors */

table#form table.link_list {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

table#form table.link_list td {
	padding: 5px 5px !important;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

table#form table.link_list tr:hover td {
	background: #f5f5f5;	
}

/* autocomplete multiple selected */

#autocomplete_multiple_selected {
	float: left;
	width: 100%; 
	font-size: 14px; 
}

#autocomplete_multiple_selected span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

div.autocomplete_multiple_selected {
	float: left;
	width: 100%;
	font-size: 14px; 
}

div.autocomplete_multiple_selected span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

/* inline block */

span.inline_block {
	float: left;
	white-space: nowrap;
	margin: 0 12px 8px 0;
}

/* form table */

table.form_table {
	float: left;
	width: 100%; 
	border: 1px solid #ddd; 
	border-collapse: collapse; 
	border-bottom: 0;
	margin-bottom: 15px;
}

table#form td.form_field table.form_table td {
	padding: 10px 12px !important; 
	border-bottom: 1px solid #ddd; 
	vertical-align: middle;
}

table.form_table td.active {
	font-weight: 700;
	color: #6c0;
}

table.form_table td.active a {
	color: #6c0;
}

table.form_table td.inactive {
	color: #999;
}

table.form_table td.inactive a {
	color: #999;
}

table.form_table td.inactive_invoice_product {
	color: #999;
	text-decoration: line-through;
}

table.form_table td.inactive_invoice_product a {
	color: #999;
	text-decoration: line-through;
}

table.form_table td.subtotal {
	background: #f5f5f5;
	font-weight: 700;
}

table.form_table td.reduction {
	color: #6c0;
	background: #f5f5f5;
	font-weight: 700;
}

table.form_table td.total {
	color: #fff;
	background: #555 !important;
	font-weight: 700;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	display: none;
}

input:disabled {
	border: none !important;
	background: none !important;
}

/* order products search */

.product_search {
	float: left;
	width: 300px;
	position: relative;
	margin-bottom: 20px;
}

.product_search:after {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #333;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 12px 10px;
    position: absolute;
    pointer-events: none;
    line-height: 14px;
}

input.livesearch_product {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
	padding-left: 7px;
	padding-right: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	outline: none;
}

/* order products table */

table.form_table th {
	text-align: left;
	font-size: 13px;
	padding: 10px;
}

table.order_product_list tr:hover td {
	background: #f5f5f5;
}

table.order_product_list td input.product_input {
	width: 90px;
	box-sizing: border-box;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	outline: none;
}

/* import */

.import_preview_container {
	float: left;
    width: 100%;
    overflow-x: auto;
}

table.import_preview {
    white-space: nowrap;
    border-collapse: collapse;
}

table.import_preview th {
	text-align: left;
	padding: 5px;
	color: #666;
	background: #e0e0e0;
	border: 1px solid #ddd;
	font-size: 10px;
}

table.import_preview td {
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 13px;
}

table.import_preview td.status {
	text-align: left;
}

table.import_preview td.status.warning {
	color: #F5A623;
}

table.import_preview td.status.error {
	color: #c00;
}

table.import_preview tr:hover {
	background: #f5f5f5;
}

table.import_preview tr.error {
	background: #fcf2f2 !important;
}

table.import_preview tr.error:hover {
	background: #f9e5e5 !important;
}

table.import_preview tr.warning {
	background: #fef6e9;
}

table.import_preview tr.warning:hover {
	background: #fef2de;
}

div.import_feedback {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
	color: #6c0;
	background: #eff9e5;
}

div.import_feedback.error {
	background: #f9e5e5;
}

div.import_feedback strong {
	float: left;
	width: 100%;
	font-size: 19px;
	font-weight: 700;
}

div.import_feedback.error strong {
	color: #c00;
}

div.import_feedback span.warning {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #F5A623;
}

div.import_feedback span.error {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #c00;
}

/* stars */

b.stars {
	display: inline-block;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 2px;
	padding: 2px 4px;
}

b.stars.red {
	color: #bf1519;
	border: 1px solid #bf1519;
}

b.stars.green {
	color: #54ab80;
	border: 1px solid #54ab80;
}

/* footer */

#footer {
	float: left;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 13px;
	color: #888;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #555;
}