/* @override https://dev.mediaspaul.ca/resources/css/shop.css */

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

.shop {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial;
}

.shop h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 24px;
}

.shop h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 22px;
	border-bottom: 2px solid #ddd;
}

.shop p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

.shop .success {
	margin-bottom: 15px;
	background-color: #cee8ce;
	padding: 10px;
	border: 1px solid #b6dcb4;
	border-radius: 5px;
}

.shop .errors {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
	background-color: #ffcfd0;
	padding: 10px;
	border: 1px solid #ffb6b8;
	border-radius: 5px;
}

.shop .required {
	color: red;
	margin-left: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

.shop a {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #96000c;
	text-decoration: underline;
}

.shop .dashboard li {
	float: left;
	width: 33%;
	text-align: center;
	list-style-type: none;
	margin-bottom: 30px !important;
}

.shop .dashboard li i {
	color: #333;
	margin-bottom: 10px;
}

.shop .dashboard li a:hover {
	opacity: 0.7;
}

.shop .button {
	display: inline-block;
	background-color: #96000c;
	padding: 8px 10px 10px 8px;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: white;
	margin-bottom: 10px;
	border: none;
	cursor: pointer;
}

.shop .button:hover {
	background-color: #b04d4b;
}

.shop select {
	cursor: pointer;
}

.shop input[type="radio"] {
	margin: 0px 5px;
	cursor: pointer;
}

.shop .full {
	width: 100%;
}

.shop .half {
	width: 48%;
}

.shop .left {
	float: left;
}

.shop .right {
	float: right;
}

.shop .clear {
	clear: both;
}

.shop .alignright {
	text-align: right;
}

.shop .form_group {
	margin-bottom: 5px;
}

.shop .form_group label {
	display: inline-block;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 5px;
}

.shop .form_group input {
	width: 200px;
	margin: 0 0 5px;
}

.shop .form_group select {
	margin: 0 0 5px;
}

.shop .half .form_group {
	display: block;
	margin-bottom: 5px;
}

.shop .half .form_group label {
	display: inline-block;
	text-align: left;
	margin-bottom: 5px;
}

.shop .half .form_group select {
	width: 100%;
}

.shop table {
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
}

.shop table th {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-weight: bold;
	padding: 5px;
}

.shop table td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px;
	vertical-align: top;
}

.shop ul {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

.shop ul li {
	margin: 0 0 5px;
	list-style-type: square;
}

/* @group Checkout */

.shop .checkout .card {
	margin-top: 10px;
}

.shop .checkout .card-line {
	text-align:left;
}

.shop .checkout .card-label {
	font-size:12px;
	line-height:14px;
	margin-bottom:5px;
	color: #666;
	font-weight:normal;
}

.shop .checkout .card .card-field {
	font-size:13px;
	line-height:15px;
	border-radius: 3px;
	padding:10px 10px;
	border: 1px solid #ddd;
	margin-bottom:10px;
}

.shop .checkout .card .card-note {
	color: #666;
}

.shop .checkout .card .card-pay-btn {
	margin-bottom:0px;
}

.shop .checkout .card .card-line {
	display:inline-block;
}

.shop .checkout .card .card-line .loading {
	display:none;
}

.shop .checkout .card input {
	width:100%;
}

/* @end */

.shop .clear {
	clear: both;
}

#codeigniter_profiler {
	font: 11px/12px arial;
}

#codeigniter_profiler td,
#codeigniter_profiler div {
	margin: 0 !important;
	padding: 0 !important;
}

#codeigniter_profiler fieldset {
	margin: 0 0 5px !important;
	padding: 6px 6px 6px !important;
}

