/* General */
body {
	font-family: 'Roboto', sans-serif !important;
	background-color: #ecf0f1 !important;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
}

main.container {
	padding-bottom: 50px;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}

h3, h4 {
	font-size: 14px !important;
}

h3 {
	font-weight: bold !important;
}

header {
	width:100%;
	background:#FFF;
}
.navbar-default {
	background:none !important;
	box-shadow:none !important;
	border:none !important;
}

a {
	color:#00a769;
	-webkit-transition:all ease-in 0.2s;
	transition:all ease-in 0.2s;
}
a:hover {
	color:#757575;
}
table th {
	text-transform:uppercase;
}

.help-block {
	font-style:italic;
	margin-top:0;
}
.alert {
	border-radius:0 !important;
	font-style:italic;
}
.glyphicon-exclamation-sign:before {
	content:'\203A';
}

.navbar-brand {
	padding-left:0;
}

/* Forms */
input[type='number'].form-control {
	width:100px;
	display:inline-block;
	border-radius:0 !important;
	margin-left:10px;
	box-shadow:none;
}
input[type='number'].form-control:focus {
	border-color:#000;
	outline:none;
	box-shadow:none;
}

input[type="email"], input[type="password"], input[type="text"]  {
	border-radius:0 !important;
	box-shadow:none;
	margin-bottom:20px;
	border-color:#9b9b9b;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus {
	border-color:#000;
	outline:none;
	box-shadow:none;
}
/* Buttons */
.btn-buy {
	min-width:350px;
	font-size: 120%;
}
.btn-primary, .btn-default {
	background:#00a769;
	border:none;
	border-radius:0 !important;
	text-transform:uppercase;
	color:#FFF;
	text-shadow:none;
	-webkit-transition:all ease-in 0.2s;
	transition:all ease-in 0.2s;
}
.btn-primary:hover, .btn-default:hover {
	background:#492830;
	border:none;
	border-radius:0 !important;
	text-transform:uppercase;
	color:#FFF;
}

.btn-register {
	background: #492830;
	border:none;
	border-radius:0 !important;
	text-transform:uppercase;
	color:#FFF;
	text-shadow:none;
	-webkit-transition:all ease-in 0.2s;
	transition:all ease-in 0.2s;
}
.btn-register:hover {
	background:#00a769;
	border:none;
	border-radius:0 !important;
	text-transform:uppercase;
	color:#FFF;
}

/* Login Screen */
.connect-with {
	max-width:500px;
	margin:auto;
	color:#757575;
	height: 30px;
}

.authenticator.inline {
	margin: 0 3px;
	padding: 0;
	display:inline-block;
}

.other-authenticators {
	max-width: 500px;
	margin:-0 auto;
	padding:0 15px;
}

.other-authenticators .connect-with {
	display:inline-block;
}

.other-authenticators .media-connections {
	display:inline-block;
	position: relative;
	top: 4px;
}

.other-authenticators .media-connections-large {
	display:block;
}

p.authenticator.inline.facebook,
p.authenticator.inline.steam,
p.authenticator.inline.google {
	float: none!important;
}

p.authenticator.inline.facebook a,
p.authenticator.inline.steam a,
p.authenticator.inline.google a
{
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-size:cover;
	display: inline-block;
	margin: 0;
	padding: 0;
	transition:all ease-in 0.2s;
	-webkit-transition:all ease-in 0.2s;
}

p.authenticator.big.facebook a,
p.authenticator.big.steam a,
p.authenticator.big.google a
{
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: 5px center;
	display: inline-block;
	margin: 0;
	padding: 10px;
	padding-left: 50px;
	width: 100%;
	text-align: center;
	border-radius: 4px !important;
	text-transform: none;
}

p.authenticator.inline.facebook a:hover, p.authenticator.inline.steam a:hover {
	opacity:0.6;
}

p.authenticator.facebook a {
	background-image:url('../images/facebook.svg');
}

p.authenticator.big.facebook a {
	background-image:url('../images/facebook-white.svg');
}

p.authenticator.steam a {
	background-image:url('../images/steam.svg');
}

p.authenticator.google a {
	background-image:url('../images/google.svg');
}

p.authenticator.facebook.big a {
	background-color: #4267B2;
}

p.authenticator.steam.big a {
	background-color: gray;
}

p.authenticator.google.big a {
	background-color: #FFFFFF;
	color: #757575;
}

p.authenticator.inline span {
	display:none;
}

/* Accounts - inline login */
.authentication.inline input{
	margin-bottom:0 !important;
}
.authentication.inline .password-authenticator {
	display:inline-block;
}
.authentication.inline .other-authenticators {
	display:inline-block;
	margin:5px auto;
	max-width:none;
}

tr.total {
	font-weight: bold;
	border-top: 2px solid black;
}

div.row.total {
	font-weight: bold;
}

div.row.total div {

}

ul.gateways {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.gateways li {
	float: left;
	margin: 10px;
	padding: 15px;
	background: white;
	text-align: center;
	border: 1px solid #9f9f9f;
	border-radius: 10px;
	width: 150px;
	height: 190px;
}

ul.gateways li p {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
}

ul.gateways li p.small {
	margin-top: 0;
	font-size: 10px;
}

.checkbox-summary {
	font-size: 80%;
}

.form-check .checkbox-summary {
	padding-left: 17px;
	font-size: 80%;
}

.checkbox-summary ul {
	padding-left: 15px;
}

.login-forms-nav li.navbar-text {
	margin-left: 3px;
	margin-right: 3px;
}

.form-signin ul.login-actions {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.form-signin ul.login-actions li {
	margin: 5px 0;
	padding-left: 10px;
}

.form-signin ul.login-actions li::before {
	content: "➤";
}

.order-summary {
	background: white;
	padding: 10px;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	font-family: monospace;
}

.order-summary h3 {
	margin-top: 0;
}

.order-summary p {
	margin-bottom: 0;
}

.order-summary table {
	width: 100%;
}

.order-summary th {
	padding-top: 10px;
}

.order-summary td:nth-child(1) {
	width: 50%;
}

.order-summary tr.total td {
	border-top: 2px solid #ccc;
}

.navbar-default .navbar-nav>li>a.return-to-product {
	font-weight: bold;
	background-color: #00a769;
	color: white;
}

h3.password-registration {
	margin-top: 40px;
}

#confirmOrder .checkbox-summary {
	margin-top: 15px;
	font-size: 100%;
}

.plan:has(input:checked) .panel {
	outline: 3px solid #00a769;
}
