/**
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
/**
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.nowrap {
	white-space: nowrap;
}

.nopadding {
	padding: 0;
}

.nopadding > * {
	margin: 0 !important;
	vertical-align: top;
}

.table-nopadding td, .table-nopadding th {
	padding: 0;
}

textarea.code {
	font-family: monospace;
}

.v-top {
	vertical-align: top !important;
}

.red {
	color: #aa0000;
	padding: 1px 4px 0 1px;
	font-weight: normal;
}

.red-note {
	color: #ff0000;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 1px 4px;
}

.star-note {
	color: #ff0000;
	line-height: 1.4;
	font-size: 11px;
	padding-left: 15px;
}

.star-note:before {
	color: #ff0000;
	font-size: 120%;
	margin-right: 5px;
	margin-left: -10px;
}

.star-note.star-1:before {
	content: '*';
}

.star-note.star-3:before {
	content: '**';
}

.strong {
	font-weight: bold;
}

.w100p {
	width: 100%;
}

.w90p {
	width: 60%;
}

.w80p {
	width: 60%;
}

.w70p {
	width: 60%;
}

.w60p {
	width: 60%;
}

.w50p {
	width: 50%;
}

.w40p {
	width: 40%;
}

.w30p {
	width: 30%;
}

.w20p {
	width: 20%;
}

.w10p {
	width: 10%;
}

.input-tiny {
	width: 30px;
}

.h2 {
	font-weight: bold;
	font-size: 22px;
}

form[method="post"] {
	margin: 0;
}

.uppercase {
	text-transform: uppercase;
}

.uppercase-small {
	text-transform: uppercase;
	font-size: 80%;
}

/** Compare bar */
.compare-tbl {
	margin: 20px auto 10px;
	max-width: 1170px;
	width: 100%;
}

#sp-main-body .container .compare-tbl.container {
	padding: 0;
}

table.tbl-compare {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 0 solid #dedede;
	border-radius: 4px;
	border-collapse: separate;
	border-spacing: 2px;
}

table.tbl-compare > tbody > tr > td {
	padding: 0;
	vertical-align: middle;
	background: #efefef;
	border: 1px solid #efefef;
}

table.tbl-compare td.compare-submit {
	width: 40px;
	padding: 2px 2px;
	text-align: center;
	background: #fefefe;
	border: 0;
}

table.tbl-compare td.bar_item {
	position: relative;
	background: #fcfcfc;
}

table.tbl-compare td.compare-item-image {
	padding: 2px;
	min-width: 70px;
	max-width: 80px;
}

table.tbl-compare td.compare-item-image img {
	max-width: 100%;
}

table.tbl-compare td.compare-item-title {
	vertical-align: middle;
	padding: 2px 14px 2px 4px;
	font-size: 12px;
	line-height: 1.5;
	width: 100%;
	max-width: 180px;
	min-width: 140px;
	white-space: normal;
}

table.tbl-compare td.compare-item-none {
	color: #999999;
	text-shadow: 1px 1px 1px #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 2px 6px;
}

table.tbl-compare a.compare-remove {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: black;
	position: absolute;
	top: 0;
	right: 3px;
}

hr.simple {
	margin: 2px;
}

.sellerform {
	max-width: 65%;
	margin: auto;
	background: #f5f5f5;
	padding: 50px 60px;
}

.sellerform label {
	display: block;
}

.sellerform input[type='text'],
.sellerform input[type='email'],
.sellerform input[type='password'],
.sellerform input[type='tel'],
.sellerform select,
.sellerform textarea {
	width: 100%;
	color: #333333;
	background: #ffffff;
	padding: 10px 20px;
	margin-bottom: 15px !important;
	border: 1px solid #efefef;
	height: auto;
}

.sellerform select {
	height: 42px;
}

.sellerform a.select2-choice {
	border: 1px solid #efefef !important;
	height: auto !important;
	line-height: 25px;
	padding: 8px 15px;
}

.sellerform a.select2-choice span.select2-arrow {
	border-left: 1px solid #e4e4e4 !important;
	background: transparent;
	line-height: 38px;
	width: 40px;
}

.sellerform a.select2-choice span.select2-arrow b {
	background-position: 8px 4px;
	background-size: 82px;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
	background: none !important;
}

.sellersubmitbtn {
	text-align: right;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.sellerform {
		max-width: 75%;
		padding: 50px 60px;
	}
}

@media (max-width: 767px) {
	.sellerform {
		max-width: 85%;
		padding: 40px 50px;
	}
}

@media (max-width: 500px) {
	.sellerform {
		max-width: 100%;
		padding: 25px 35px;
	}
}
