/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
	font-size: 20px;
}
body {
	/* Margin bottom by footer height plus a bit */
	margin-bottom: 80px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

header {
	height: 90px;
}

header h3 {
    font-size: 16px;
    line-height: 14px;
    border-bottom: 1px solid #c2d3db;
    color: #204968;
    text-indent: 0px;
    padding-left: 0px;
}

body > .container {
	padding: 20px 15px 0;
}
.container .text-muted {
	margin: 20px 0;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

/* Legacy Storeadmin styles */

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

form {
	margin-bottom: 1em;
}

img.action-up-down-arrow {
	width: 10px;
	height: 10px;
}


.smalltable td,
.largetable td,
.colortable td,
.generaltable td {
	padding: 3px;
}

.generaltable {
border: 1px solid #465C99;
width: 90%;
padding: 3px;
}

.cm-admin-product-query-table {
	width: 650px;
}

.largetable {
border: 1px solid #465C99;
padding: 3px;
}

.smalltable {
border: 1px solid #465C99;
width: 360px;
padding: 3px;
}

.colortable {
border: 1px solid #C0C0C0;
border-collapse: collapse;
}

.colorcell {
border: 1px solid #C0C0C0;
}

.fieldname {
font-weight: bold;
color: #000000;
text-decoration: none;
}

.regtext {
font-family: Arial, Helvetica;
font-size: 10pt;
}

.smalltext {
font-family: Arial, Helvetica;
font-size: 8pt;
}

.largelinks {
font-size: 12pt;
}

.largeboldtext {
font-size: 14pt;
font-weight: bold;
}

.noline {
text-decoration: none;
}

.black {
color: #000000;
}

.nolineblack {
text-decoration: none;
color: #000000;
}

.warning {
color: #3836AB;
font-weight: bold;
}

a {
color: #465C99;
}

a.links:hover {
color: #465C99;
background: #CFD9FF;
text-decoration: none;
}

a.linkset {
color: #465C99;
font-weight: bold;
text-decoration: none;
}

input.button, .button {
color:#000000;
border:1px solid;
}

.settings-description {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

.settings-error {
	border: 1px solid black;
	color: #CC0000;
	font-family: Arial, Helvetica;
	margin: auto;
	padding: 5px;
}

td, p {
font-family: Arial, Helvetica;
font-size: 10pt;
}

.error {
color: #CC0000;
}

.product-edit-error-row,
.product-edit-error-banner {
	color: #CC0000;
	font-weight: bold;
	border: 1px solid #CC0000;
}

.product-edit-prices {
	margin-left: 0px;
}

#pagelink-product-select {
	width: 400px;
}

.pagination-links {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	padding-bottom:10px;
}

.cm-admin-gateway-block {
	margin: 10px;
	padding: 10px;
	border: 1px solid black;
}

.cm-admin-gateway-block p {
	text-align: left;
}

.cm-admin-gateway-settings {
	width: 650px;
	padding: 3px;
	border-spacing: 0px;
}

.cm-admin-gateway-settings-status {
	float: right;
}

.cm-admin-gateway-settings-collapse-expand-link {
	margin-left: 10px;
}

.cm-admin-gateway-settings-inactive {
	display: none;
}

.cm-admin-gateway-settings-label {
	/*white-space: nowrap;*/
	width: 200px;
	text-align: right;
	vertical-align: top;
}

.cm-admin-gateway-settings-field{
	text-align: left;
	vertical-align: top;
}

div.cm-admin-notice-warn {
	border: 2px solid gray;
	background-color: red;
	text-align: center;
	padding: 4px 4px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.cm-admin-notice-success {
	border: 2px solid gray;
	background-color: #9CBA7F;
	text-align: center;
	padding: 4px 4px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cm-admin-notice-success p,
.cm-admin-notice-warn p {
	margin:4px 0 4px 4px;
	padding: 0px;
	font-size: 14pt;
	font-weight:normal;
	color:#000000;
}


#field_voucher_line_item_constraint_product_code-select,
#field_voucher_line_item_constraint_category_code {
	max-width: 300px;
}

.cm-short-description-character-count {
	text-align: left;
	margin-top: 5px;
}

.cm-short-description-character-count-exceeded {
	color: red;
}

.product-list-table-wrapper {
	border: 1px solid #465C99;
	padding: 3px;
	max-width: 100%;
	overflow-x: scroll;
}

table.product-list-table {
	width: 100%;
}

.product-list-table td {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid lightgrey;
	vertical-align: middle;
}

.tests-output {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
	white-space: pre;
}