.tuoterivi[data-product=""] {
    display: none !important;
}

body, input, textarea, select {
	font: 14px Open Sans, sans-serif;
}

body {
	box-sizing: border-box;
}

body.accounts.login,
body.accounts.chooser {
	background: #fff;
}



:focus {
	outline: none;
}

a {
	color: #116cad;
	transition: all 0.15s;
	text-decoration: underline;
}

a:hover {
	color: #58b9ff;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6, p, table, ul, ol {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	text-transform: uppercase;
	color: #414146;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

code {
	white-space: pre-wrap;
	font: 14px Consolas, monospace;
	display: block;
	padding: 20px;
	color: #777;
	background: #eee;
	border-radius: 4px;
	margin-bottom: 20px;
}

p {
	color: #444;
	margin-bottom: 20px;
	line-height: 130%;
}

p.small {
	font-size: 12px;
	color: #888;
}

#buffer {
	background: #111;
	padding: 10px;
	white-space: pre-wrap;
	color: #aaa;
	font: 14px monospace;
}

.btn {
	display: inline-block;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	border: 0;
	transition: all 0.15s;
	box-sizing: border-box;
	line-height: 40px;
	padding: 0 15px;
	max-width: 360px;
	position: relative;
	background: #ffca08;
	font: 16px/40px Convergence;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.btn:hover {
	background: #ffdd59;
	color: #000;
	text-decoration: none;
}

.btn:active,
.btn.btn-active,
.btn.btn-active:hover {
	background: #ffdd59;
	color: #000;
}

.btn.btn-active:after {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 100%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #004bb1;
}

.btn-disabled {
	background: #ccc;
	color: #999;
	cursor: default;
}

.btn-disabled:hover {
	background: #ccc;
	color: #999;
}

.btn.btn-inverse {
	background: #fff;
	color: #d10a50;
}

.btn.btn-inverse:hover {
	background: #fafafa;
	color: #f10c5c;
}

.btn-group {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 0;
	white-space: nowrap;
}

.btn-group .btn {
	vertical-align: top;
	border-radius: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-group .btn:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.btn-group .btn:last-child {
	border-right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

dl {
	display: table;
	table-layout: fixed;
	font-size: 0;
}

dl dt {
	width: 250px;
}

dl dd {
	width: calc(100% - 250px);
}

dl dt {
	font-weight: 600;
}

dl dt,
dl dd {
	display: inline-block;
	line-height: 60px;
	height: 60px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0 10px;
	border-bottom:1px solid #f5f5f5;
}

dl dd .btn {
	line-height: 1.0;
	padding: 10px;
}

table {
	width: 100%;
	background: #fff;
}

table th,
table td {
	font-weight: 400;
	padding: 10px;
	text-align: left;
	color: #555;
	line-height: 20px;
}

table tr:nth-child(even) td {
	background: #fcfcfc;
}

table th {
	font-weight: bold;
	border-bottom: 1px solid #eee;
	line-height: 24px;
	color: #999;
}

table td.actions {
	white-space: nowrap;
}

table td .fa {
	font-size: 16px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
	vertical-align: top;
}

input[type=text],
input[type=number],
input[type=password],
select,
textarea {
	border-radius: 4px;
	display: inline-block;
	padding: 0 15px;
	line-height: 40px;
	width: 100%;
	max-width: 400px;
	height: 40px;
	border: 0;
	transition: all 0.15s;
	box-sizing: border-box;
	box-shadow: 0 0 0 0 #bdc3c7;
	margin-bottom: 15px;
	background: #f5f5f5;
}

input[type=text]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
select:disabled,
textarea:disabled {
	opacity: 0.5;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 0 2px #d10a50;	
}

input[type=file] {
	margin-bottom: 15px;
}

input:read-only {
	color: #999;
	background: #eee;
}

textarea {
	height: 200px;
	line-height: 120%;
	padding: 15px;
}

form label {
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

form label + span {
	display: block;
	margin-bottom: 10px;
}

form .add-on label {
	margin-left: 10px;
	display: inline-block;
}

form ul {
	max-width: 100%;
}

form ul li {
	position: relative;
	max-width: 100%;
}

form ul li p.info {
	display: block;
	margin-top: -10px;
	font-size: 12px;
	color: #aaa;
}

form ul li span + p.info {
	margin-top: -5px;
}

form ul li.error input {
	outline: 2px solid #fa8710;
}

form ul li.error p.error {
	position: absolute;
	left: 100%;
	top: 25px;
	background: #e74c3c;
	color: #fff;
	line-height: 40px;
	white-space: nowrap;
	padding: 0 10px;
}

form ul li li input[type=checkbox],
form ul li li input[type=radio] {
	position: relative;
	top: 2px;
	margin-right: 6px;
}

form fieldset {
	margin-bottom: 15px;
	border-top: 1px solid #ddd;
}

form fieldset legend {
	font-size: 12px;
	color: #ccc;
	margin-bottom: 15px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.subtext {
	font-size: 13px;
	font-weight: 400;
	color: #999;
	display: block;
}

.hull {
	display: none;
}

.alert-error,
.alert-warning,
.alert-success,
.alert-info {
	padding: 20px;
	line-height: 100%;
	text-align: center;
	font-weight: 600;
	color: #FFF;
}

.alert-error {
	background: #e74c3c;
}

.alert-warning {
	background: #f7d663;
}

.alert-info {
	background: #19384d;
	color: #FFF;
}

.alert-success {
	background: #2ecc71;
}

.status {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #ccc;
	margin-right: 5px;
}

.status.status-green { background: #2ecc71; }
.status.status-red { background: #e74c3c; }

.container {
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

header {
	position: relative;
	background: #fff;
	box-shadow: none;
}

header:after {
	content: '';
	display: block;
	clear: both;
}

header .nav-toggle {
	display: none;
}

header .top {
	background: #fff;
	color: #414146;
	text-align: right;
}

header .top a,
header .top span {
	color: #414146;
	line-height: 40px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}

header .top a:hover {
	text-decoration: none;
	background: #fff;
	color: #414146;
}

header .top .account-chooser {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

header .top .account-chooser > a {
	color: #fff;
	line-height: 40px;
	display: inline-block;
}

header .top .account-chooser > a i {
	margin-left: 5px;
}

header .top .account-chooser:hover a {
	background: #fff;
	color: #d10a50;
}

header .top .account-chooser .accounts {
	background: #FFF;
	position: absolute;
	top: 100%;
	left: -3px;
	text-align: left;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform-origin: 0 0;
	transition: .15s ease-in-out;
	z-index: 5;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	border-bottom:2px solid #eee;
	border-left: 3px solid #d10a50;
	border-right: 1px solid #eee;
}

header .top .account-chooser:hover > .accounts {
	transform: scaleY(1);
}

header .top .account-chooser .accounts a {
	padding: 0 10px;
	white-space: nowrap;
	background: #fff;
	display: block;
	line-height: 30px;
	color: #d10a50;
}

header .top .account-chooser .accounts a:hover {
	background: #f5f5f5;
}

header .brand {
	display: block;
	vertical-align: top;
	padding: 10px 0;
	float: left;
}

header .brand img {
	display: block;
	height: 60px;
}

header nav {
	text-align: right;
	vertical-align: top;
	font-size: 0;
}

header nav a {
	display: inline-block;
	vertical-align: top;
	transition: all 0.1s;
	text-align: center;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

header nav a .fa {
	display: block;
	font-size: 30px;
	line-height: 40px;
}

header nav a:hover {
	background: #414141;
	color: #fff;
}

header nav a.active {
	background: #414141;
	color: #fff;
}

main {
	padding: 30px;
	position: relative;
}

main .tools {
	position: absolute;
	top: 20px;
	right: 20px;
}

.accounts.login header,
.accounts.chooser header {
	display: none;
}

.accounts.login main,
.accounts.chooser main {
	width: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	color: #fff;
	padding: 0;
}

.account main .brand {
	display: block;
	margin-bottom: 20px;
}

.accounts.login main form,
.accounts.chooser main .chooser {
	background: #fff;
	padding: 50px 50px 40px;
	white-space: nowrap;
}

.accounts.login main form input[type=checkbox] {
	margin: 0 4px 15px 0;
	position: relative;
	top: 2px;
}

.accounts.chooser main .chooser .accounts {
	max-height: 300px;
	overflow: auto;
}

.accounts.login main form .register,
.accounts.login main form .recover {
	font-size: 12px;
	line-height: 40px;
	display: inline-block;
	color: #555;
	margin-left: 10px;
}

.accounts.login main form .register:hover,
.accounts.login main form .recover:hover{
	color: #ccc;
}

.accounts.chooser main .chooser p {
	color: #555;
	margin-bottom: 20px;
}

.accounts.chooser main .chooser a {
	display: block;
	margin-top: 4px;
	background: #fff;
	padding: 0 15px;
	font: 20px/50px Convergence;
	color: #fff;
}

.accounts.chooser main .chooser a:hover {
	background: #d10a50;
}

.tools {
	margin-bottom: 30px;
}

.tools.right {
	float: right;
}

ul.sortable li a {
	background: #fff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	display: block;
	line-height: 40px;
	margin-bottom: 4px;
	color: #333;
	padding: 0 10px;
	text-decoration: none;
}

ul.sortable li a:hover {
	opacity: 0.5;
}

ul.sortable li a.active {
	opacity: 1;
	background: #d10a50;
	position: relative;
	color: #fff;
}

ul.sortable li a.active:after {
	display: block;
	content: ' ';
	position: absolute;
	left: 100%;
	top: 50%;
	border-left: 5px solid #d10a50;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-top: -5px;
}

ul.sortable li a .badge {
	float: right;
	margin-top: 6px;
	background: #fff;
	color: #333;
}

ul.sortable li a .badge.badge-neutral {
	background: #ecf0f1;
	color: #333;
}

ul.sortable ul {
	padding-left: 30px;
}

ul.sortable .placeholder {
	background: #ecf0f1;
	height: 40px !important;
	opacity: 0.5;
}

.categories-container {
	padding-left: 440px;
	position: relative;
	margin-top: -30px;
	margin-right: -30px;
}

.categories-container .categories {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	padding-top: 30px;
}

.categories-container .category {
	padding: 30px;
}

.question {
	padding: 15px;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.question .question-info input[type=text],
.question .question-info select {
	width: 200px;
	margin-bottom: 0;
}

.question .question-info input[type=text] {
	width: 300px;
}

.question .tools .filter {
	display: none;
}

.question .question-categories {
	padding-top: 15px;
	display: inline-block;
}

.question .question-categories label {
	display: inline-block;
}

.question .question-categories a,
.question .question-guide a,
.question .question-public a,
.question .question-required a {
	text-decoration: underline;
}

.question .question-guide,
.question .question-public,
.question .question-required {
	border-left: 1px solid #ccc;
	margin-top: 15px;
	padding-left: 12px;
	padding-bottom: 3px;
	margin-left: 10px;
	display: inline-block;
}

.question .tools {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	white-space: nowrap;
}

.question .tools a {
	font-size: 16px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.question .tools a:hover {
	background: #fff;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(30, 30, 30, 0.5);
	z-index: 100;
}

.modal-overlay .modal {
	overflow: auto;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -320px;
	width: 640px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
}

.modal-overlay .modal .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	width: 40px;
	text-align: center;
	display: block;
}

.forms .categories-content,
.forms .guide-content {
	display: none;
}

.forms .categories-modal ul ul {
	margin-left: 30px;
}

.forms .categories-modal ul label {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 4px;
	background: #ecf0f1;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	cursor: pointer;
}

.forms .categories-modal ul label.active {
	background: #d10a50;
	color: #fff;
}

.forms .categories-modal ul label:hover {
	opacity: 0.8;
}

.review {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 0;
}

.review > * {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.review:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.review .review-product {
	width: 20%;
	padding-right: 20px;
}

.review .review-product .review-product-image {
	padding-top: 100%;
	position: relative;
	background: #d8e1e3;
}

.review .review-product .review-product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.review .review-answers {
	width: 50%;
	padding-right: 20px;
	position: relative;
}

.review .review-answers .review-email {
	font-size: 13px;
	color: #888;
	margin-bottom: 10px;
}

.review .review-answers .rate-buttons {
	font-size: 0;
	position: absolute;
	top: 5px;
	right: 20px;
}

.review .review-answers .rate-buttons .rate-text {
	display: none;
}

.review .review-answers .rate-buttons .rate-button {
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	margin-right: -1px;
}

.review .review-answers .rate-buttons .rate-button:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.review .review-answers .rate-buttons .rate-button:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.review .review-response {
	width: 30%;
}

.review .review-question {
	font-weight: bold;
	line-height: 24px;
}

.review .review-answer-stars .review-question {
	clear: both;
	float: left;
	width: 150px;
}

.review .review-answer {
	margin-bottom: 10px;
}

.rfy-stars-container {
	width: 100px;
	height: 20px;
	display: inline-block;
	background: url(//api.reviefy.com/layout/img/rfy-stars.png) 0 0 repeat-x;
}

.rfy-stars-container .rfy-stars-inner {
	height: 20px;
	background: url(//api.reviefy.com/layout/img/rfy-stars.png) 0 -20px repeat-x;
}

.reviews-search input,
.reviews-search .btn {
	margin: 0;
	vertical-align: top;
}

.reviews-search .control {
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
}

.reviews-search .control.control-narrow {
	max-width: 100px;
}

.reviews {
	padding-bottom: 50px;
}

.reviews .reviews-tools {
	position: fixed;
	left: 0;
	z-index: 1;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.import-settings > div {
	float: left;
	width: 300px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.import-settings-fields input {
	margin-right: 10px;
}

.import-settings-fields .hidden a {
	text-decoration: line-through;
	color: #ccc;
}

.admin .user-accounts .user-account-container {
	margin-bottom: 20px;
}

.admin .user-accounts .user-account {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	width: 400px;
	position: relative;
}

.admin .user-accounts .user-account .user-account-remove {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

.admin .user-accounts .user-account span {
	display: block;
}

.admin .user-accounts .user-account .user-account-name {
	margin-bottom: 5px;
	font-size: 20px;
}

.admin .user-accounts .user-account .user-account-api_key {
	font-size: 12px;
	color: #aaa;
}

.admin .user-accounts .user-account-adder select {
	width: 250px;
}

.form-group {
	display: inline-block;
	vertical-align: top;
	margin: 0 60px 30px 0;
}

.table-navigation {
	text-align: center;
	font-size: 0;
	padding-top: 20px;
}

.table-navigation li {
	display: inline-block;
}

.table-navigation li a,
.table-navigation li span {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
}

.status {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ccc;
	border-radius: 100%;
}

.status.status-red    { background: #D91E18; }
.status.status-yellow { background: #F4D03F; }
.status.status-green  { background: #26A65B; }

.locale-selector {
	position: absolute;
	margin-left: 10px;
}

.locale-selector .btn {
	padding: 0 6px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	top: -1px;
	z-index: 10000;
}

.locale-selector .btn.btn-active:after {
	display: none;
}

.reminder-template-guide {
	margin-top: -15px;
	margin-bottom: 20px;
}

.reminder-template-guide a {
	margin-bottom: 10px;
	display: inline-block;
}

.reminder-template-guide dl {
	display: none;
	padding: 20px;
	background: #ddd;
}

.reminder-template-guide dl dt {
	float: left;
	width: 150px;
	font: 14px Consolas, monospace;
	padding-right: 20px;
}

.dashboard-columns {
	margin: 0 -7px;
	font-size: 0;
}

.dashboard-columns .dashboard-column {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 7px;
	width: 50%;
	line-height: 20px;
}

.bulletins .bulletin {
	margin-bottom: 10px;
	display: block;
}

.bulletins .bulletin-date {
	display: block;
	font-size: 12px;
	color: #555;
}

.bulletins .bulletin-title {
	display: block;
}

.bulletin-full .bulletin-header {
	margin-bottom: 20px;
}

.bulletin-full .bulletin-header h4 {
	color: #d10a50;
	text-transform: uppercase;
	margin-bottom: 0;
}

.bulletin-full .bulletin-header h1 {
	margin-bottom: 5px;
}

.bulletin-full .bulletin-header .bulletin-datetime {
	color: #999;
	font-weight: 600;
	font-size: 13px;
}

.dashboard-chart {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.dashboard-chart div {
	height: 300px;
}

.versions .version {
	padding: 15px;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	font-size: 0;
	width: 400px;
}

.versions .version li {
	display: inline-block;
	box-sizing: border-box;
}

.versions .version li input {
	width: 100%;
	margin: 0;
}

.versions .version li.version-tools {
	padding-right: 15px;
	width: 10%;
	font-size: 16px;
	text-align: center;
}

.versions .version li.version-name {
	width: 70%;
	padding-right: 10px;
}

.versions .version li.version-id {
	width: 20%;
}

.pagination {
	position: relative;
	height: 40px;
	margin-bottom: 20px;
	text-align: center;
}


.pagination .pagination-prev {
	position: absolute;
	top: 0;
	left: 0;
}

.pagination .pagination-next {
	position: absolute;
	top: 0;
	right: 0;
}

.pagination .pagination-current {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.pagination .pagination-current .pagination-current-page {
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px 0 0;
	display: inline-block;
	vertical-align: top;
}

.pagination .pagination-current .pagination-current-perpage {
	display: inline-block;
	vertical-align: top;
}

.pagination .pagination-current .pagination-current-perpage select {
	width: 180px;
}

.import-progress {
	transition: all 0.15s;
	width: 100%;
	background: #414141;
	border-radius: 30px;
	border: 5px solid #414141;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.import-progress.hidden {
	display: none;
}

.import-progress .import-progress-inner {
	width: 0;
	border-radius: 30px;
	height: 20px;
	background: #fff;
	transition: all 0.15s;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	line-height: 20px;
}

.orders-tools form {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

.orders-tools form ul li {
	display: inline-block;
	vertical-align: top;
}

.orders-tools form ul li select,
.orders-tools form ul li input {
	margin: 0;
}

.orders-tools form ul li .btn i {
	padding: 0;
}


.tuotteet-alue { min-height: 50px; }
.id-kolumni { width: 18%; margin-right: 2%; float: left; }
.nimi-kolumni { width: 78%; float: left; }



.no-rows {
	margin-bottom: 15px;
}

.control-group {
	font-size: 0;
}

.control-group > * {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.control-group > *:last-child {
	margin-right: 0;
}

.box {
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.box-2 {
	margin: 0 -7px;
	font-size: 0;
}

.box-2 .box {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 14px;
	width: calc(50% - 14px);
	margin: 0 7px 15px;
}

.form-info {
    margin: -10px 0 15px 14px;
}

footer {
	clear: both;
    text-align: center;
    font-size: 11px;
}


@media screen and (max-width: 1360px) {
	.pagination .btn {
		font-size: 0;
	}
	
	.pagination .btn i {
		font-size: 18px;
		line-height: 22px;
	}
	
	.accounts.main .tools {
		position: static;
	}
}

@media screen and (max-width: 1280px) {
	
	aside {
		width: 200px;
	}
	
	body.fluid section {
		margin-left: 200px;
	}
	
	.reviews .reviews-tools {
		left: 200px;
	}
	
}

@media screen and (max-width: 1024px) {

	body {
		padding-top: 60px;
	}
	
	header {
		height: 60px;
	}
	
	header .brand {
		padding: 10px;
	}
	
	header .brand img {
		height: 40px;
	}
	
	header .nav-toggle {
		float: left;
		width: 60px;
		line-height: 60px;
		text-align: center;
		display: block;
		font-size: 30px;
		color: #fff;
	}
	
	header .nav-toggle:hover {
		color: #fff;
		opacity: 0.5;
	}
	
	aside {
		width: 300px;
		max-width: 100%;
		z-index: 2;
		top: 60px;
		left: -300px;
		transition: all 0.15s;
	}
	
	body.aside-open aside {
		left: 0;
	}
	
	body.fluid section {
		margin-left: 0;
	}
	
	header .tools .account-chooser-widget .account {
		line-height: 60px;
	}
	
	header .tools .account-chooser-widget .accounts {
		top: 60px;
	}
	
	header .tools .logout {
		line-height: 60px;
		width: 60px;
	}

	header .tools .account-chooser-widget .accounts {
		max-height: calc(100% - 60px);
	}

	.dashboard-columns .dashboard-column {
		width: 100%;
	}
	
	.reviews .reviews-tools {
		left: 0;
	}
	
	.categories-container .categories {
		position: static;
		width: auto;
		padding: 0;
	}
	
	.categories-container .category {
		padding: 0;
		padding-top: 30px;
	}
	
	.categories-container {
		padding-left: 0;
		margin: 0;
	}
		
}

@media screen and (max-width: 800px) {
	section.account .tools {
		width: 100%;
	}

	section.account .tools a {
		width: 50%;
		float:left;
	}

	.review .review-product {
		width: 40%;
	}
	
	.review .review-answers {
		padding-right: 0;
		width: 60%;
	}
	
	.review .review-response {
		width: 60%;
		margin-left: 40%;
	}
	
	.review .review-answers .rate-buttons {
		right: 0;
	}
	
	section .tools {
		position: static;
	}
	
	section .tools .btn {
		display: block;
		border-radius: 0;
	}
	
	section .tools .btn:first-child {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	
	section .tools .btn:last-child {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	
	.accounts.login section:after, .accounts.chooser section:after {
		width: 100%;
		margin-left: 0;
	}
	
}

@media screen and (max-width: 640px) {
	
	section {
		padding: 15px;
	}
	
	.box-2 .box {
		width: calc(100% - 14px);
	}
	
	.review .review-product {
		width: 100%;
		padding: 0 40px 20px;
	}
	
	.review .review-answers,
	.review .review-response {
		width: 100%;
		margin: 0;
	}
	
	.review .review-response textarea {
		width: 100%;
	}
	
	.pagination .pagination-current {
		display: none;
	}
	
	h1, h2 {
		font-size: 24px;
	}

	h3, h4 {
		font-size: 20px;
	}
	
	h5, h6 {
		font-size: 18px;
	}
	
	.versions {
		width: auto !important;
		float: none !important;
		margin-bottom: 20px;
	}
	
	.versions .version {
		max-width: 100%;
		width: auto;
	}
	
	.versions .version li.version-tools {
		width: 50px;
	}
	
	.versions .version li.version-name {
		width: calc(100% - 50px);
		margin-bottom: 10px;
		padding: 0;
	}
	
	.versions .version li.version-id {
		width: calc(100% - 50px);
		margin-left: 50px;
	}
	
	.dashboard-chart {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	
	.accounts.login section, .accounts.chooser section {
    width: 90%;
    top: 0;
    left: 0;
    position: relative;
    transform: none;
	}

	.accounts.login section form, .accounts.chooser section .chooser {
		padding: 10%;
	}

	.login form .btn-submit {
		width: 100%;
		clear: both;
		margin-bottom: 25px;
	}

	.accounts.login section form .register, .accounts.login section form .recover {
		clear: both;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	body.accounts.login {
		padding-top: 20px;
	}

	section.account .tools a {
		width: 100%;
		float:left;
	}
	
	aside {
		width: 100%;
		left: -100%;
	}
	
	header .tools .account-chooser-widget .accounts {
		width: 100%;
	}

	header .tools .account-chooser-widget .account {
		font-size: 0;
		padding: 0;
		line-height: 0;
	}
	
	header .tools .account-chooser-widget .account .fa-caret-down {
		display: none;
	}
	
	header .tools .account-chooser-widget .account .fa-refresh {
		font-size: 30px;
		width: 60px;
		line-height: 60px;
		text-align: center;
		display: block;
		margin: 0;
		cursor: pointer;
	}
	
	header .tools .account-chooser-widget:hover .accounts {
		right: -100%;
	}

	header .tools .account-chooser-widget.open .accounts {
		right: 0;
	}

	.review .review-product {
		width: 50%;
		margin: 0 25%;
	}

	
}