﻿* {
	box-sizing: border-box;
	font-family: "Arial","sans-serif";
}

html, body {
	background-color: #f7f7f7;
	height: initial !important;
	width: initial !important;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

@@media screen and (max-width: 450px) {
	.container {
		width: 100% !important;
		margin-top: 0 !important;
	}

	.top-container {
		margin-top: 0 !important;
	}

	fieldset {
		margin: 0 !important;
	}

	.price {
		float: none !important;
		display: block;
		padding-top: 10px;
	}

	.cont div span {
		margin-left: 15px;
	}

	input[type=radio]:checked ~ label {
		color: #7a7a7a;
	}
}

.container {
	margin: 20px auto;
	margin-top: 80px;
	padding: 10px;
	width: 410px;
	min-height: 450px;
	background-color: #fff;
	border-radius: 2px;
	border: solid 1px #d7dcd4;
}

h1 {
	width: 70%;
	color: #7BBD43;
	font-size: 32px;
	margin: 28px auto;
	margin-bottom: 40px;
	text-align: center;
	/*padding-top: 40px;*/
}

h2 {
	color: #7BBD43;
}

p {
	margin: 12px;
	font-size: 16px;
}

input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus,
input:-moz-autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

form {
	/*padding: 15px;*/
	text-align: center;
}

input[type=submit], input[type=button] {
	padding: 12px 0;
	padding-left: 10px;
	margin-bottom: 6px;
	border-radius: 4px;
	border: 2px solid transparent;
	width: 90%;
	font-size: 16px;
	transition: border .2s, background-color .2s;
}

input {
	border-radius: 4px;
	border: 2px solid transparent;
	border: solid 1px #d7dcd4;
	font-size: 17px;
	outline: 0;
	padding: 23px 0 3px 12px;
	width: 100%;
}

.forgot-pass a {
	font-size: 14px;
	font-weight: normal;
}

form .field {
	/* background-color: #f7f7f7;*/
	box-shadow: inset 0 2px 5px rgba(0,0,0,.075);
	box-sizing: content-box;
	border: solid 1px #d7dcd4;
}

	form .field:focus {
		border: solid 1px rgba(0,0,0,.075);
		outline: 0;
		-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.015), 0px 0px 1px 2px rgba(89,183,255,1);
		-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.015), 0px 0px 1px 2px rgba(89,183,255,1);
		box-shadow: inset 0 2px 5px rgba(0,0,0,.015), 0px 0px 1px 2px rgba(89,183,255,1);
	}

form .input-validation-error:focus {
	border: solid 1px #f10000;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.015) !important;
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.015) !important;
	box-shadow: inset 0 2px 5px rgba(0,0,0,.015) !important;
}

form .btn {
	background-color: #aad472;
	color: #fff;
	box-sizing: content-box;
	border-radius: 5px !important;
	font-size: 19px;
	cursor: pointer;
}

	form .btn:hover,
	form .btn:active {
		background-color: rgb(145, 157, 217);
		/*border: 2px solid #1F78B4;*/
	}

	form .btn:disabled,
	form btn[disabled] {
		background-color: #c5e49b;
		pointer-events: none;
	}

a:link {
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #3a70ce;
	font-weight: bold;
}

	a:hover {
		color: #00b8ff;
	}

.top-container {
	text-align: center;
	/*margin-top: 80px;*/
	display: flex;
	justify-content: center
}

	.top-container div {
		margin: 15px;
	}

@@media screen and (max-width: 900px) {
	.top-container {
		flex-direction: column;
		justify-content: center;
		/*margin-top: 5%;*/
	}

	.container {
		margin-top: 5%;
	}

	.top-container div {
		margin: 15px auto 15px auto;
	}

	.grecaptcha-badge {
		visibility: hidden;
	}
}

.grecaptcha-badge div {
	margin: 0;
}

.trial-desc {
	text-align: left;
}

	.trial-desc img {
		width: 110px;
		padding: 10px;
		float: left;
	}
/*radio */
.container ul {
	list-style: none;
	margin: 0;
	padding-left: 11px;
}

.course-list, .courses-header {
	display: none;
}

.price {
	font-weight: bold;
	float: right;
}

.radio-grp li {
	color: #7a7a7a;
	display: block;
	position: relative;
	width: 100%;
	/*min-height: 100px;*/
	border: solid 1px transparent;
}

	.radio-grp li:hover {
		outline: 0;
		color: black;
		border-radius: 6px;
	}

	/*ul li:first-of-type {
            border-top: 1px solid #333;
        }*/

	.radio-grp li input[type=radio] {
		position: absolute;
		visibility: hidden;
	}

	.radio-grp li label .cont {
		padding: 5px 3px 5px 3px;
		margin: 0px !important;
	}

	.radio-grp li label {
		display: block;
		position: relative;
		font-weight: 300;
		font-size: 1.35em;
		padding-left: 40px;
		margin: 0 auto;
		text-align: left;
		z-index: 9;
		cursor: pointer;
		-webkit-transition: all 0.25s linear;
	}

	.radio-grp li:hover label {
	}

	.radio-grp li .check {
		display: block;
		position: absolute;
		border: 5px solid #ccc;
		border-radius: 100%;
		margin: 0;
		height: 26px;
		width: 26px;
		top: calc(50% - 13px);
		left: 5px;
		z-index: 5;
		transition: border .25s linear;
		-webkit-transition: border .25s linear;
	}

	.radio-grp li:hover .check {
		border: 5px solid #AAAAAA;
	}

input[type=radio]:disabled ~ .check {
	border: 5px solid #DBDBDB;
	cursor: default;
	background-color: #f2f2f2;
}

.radio-grp li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
	border: 5px solid #2196F3;
}

	input[type=radio]:checked ~ .check::before {
		background-color: #2196F3;
	}

input[type=radio]:checked ~ label {
	color: black;
}

input[type=radio]:disabled ~ label {
	cursor: default;
	color: #bbb8b8;
}

input[type=radio]:checked ~ label #name {
	color: #2196F3;
	transition: .5s;
}

input[type=radio]:checked ~ label .cont {
	background-color: #cde6ffa1;
	padding: 5px 3px 5px 3px;
	border-radius: 5px;
	transition: .5s;
}

/* checkbox css */
.container-checkbox {
	position: relative;
	padding-left: 35px;
	/*margin: 15px;*/
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.container-checkbox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	/* Create a custom checkbox */
	.container-checkbox .checkmark {
		position: absolute;
		top: -3px;
		left: 3px;
		height: 25px;
		width: 25px;
		background-color: #eee;
	}

	/* On mouse-over, add a grey background color */
	.container-checkbox:hover input ~ .checkmark {
		background-color: #ccc;
	}

	/* When the checkbox is checked, add a blue background */
	.container-checkbox input:checked ~ .checkmark {
		background-color: #2196F3;
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.container-checkbox .checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	/* Show the checkmark when checked */
	.container-checkbox input:checked ~ .checkmark:after {
		display: block;
	}

	/* Style the checkmark/indicator */
	.container-checkbox .checkmark:after {
		left: 9px;
		top: 5px;
		width: 5px;
		height: 10px;
		border: solid white;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}


/* The container */
.container-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default radio button */
	.container-radio input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	/* Create a custom radio button */
	.container-radio .checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 25px;
		width: 25px;
		background-color: #eee;
		border-radius: 50%;
	}

	/* On mouse-over, add a grey background color */
	.container-radio:hover input ~ .checkmark {
		background-color: #ccc;
	}

	/* When the radio button is checked, add a blue background */
	.container-radio input:checked ~ .checkmark {
		background-color: #2196F3;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	.container-radio .checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	.container-radio input:checked ~ .checkmark:after {
		display: block;
	}

	/* Style the indicator (dot/circle) */
	.container-radio .checkmark:after {
		top: 9px;
		left: 9px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: white;
	}

.header {
	background-color: white;
}

.mast {
	max-width: 1250px;
	margin: auto;
	display: block;
	box-sizing: border-box;
}

.site-logo {
	width: 260px;
}

@@media screen and (max-width: 1250px) {
	.mast {
		text-align: center;
	}

	.site-logo {
		width: 340px;
	}
}

.alert-danger {
	color: #f10000 !important;
}

footer {
	font-family: "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: center;
}
