body {
	padding: 0;
	margin: 0;
}

input:not(#terms-checkbox) {
	font-size: 14px;
	height: 45px;
	border-radius: 3px;
	color: #000;
	border: 1px solid #c1c1c1;
}

select {
    background: #ffffff;
    border: 1px solid #c1c1c1;
    height: 45px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.header {
	background: #fafafa;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.container {
	max-width: 700px;
	margin: auto;
}

.title {
	margin-top: 40px;
	margin-bottom: 20px;
}

.software_button {
	border-radius: 5px;
	border:1px solid #ccc;
	background: #f1f1f1;
	padding: 20px;
	cursor: pointer;
	text-align: center;
}
.software_button:hover {
	background: #fff;
    
    color: #fff;
    box-shadow: 0px 0px 20px rgba(76, 175, 80, 0.2);
}

.software_button.active {
	background: #fff;
    border: 1px solid #4CAF50;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(76, 175, 80, 0.5) !important;
}

.software_button img {
	height: 50px;
}

.software_button span {
	display: block;
	margin-top: 10px;
}

.row {
	margin: 0px !important;
}
.p-5 {
	padding: 5px;
}




.pay_button {
    background: #39ad3e;
    color: #fff;
    padding: 15px 25px;
    border-radius: 3px;
    display: inline;
    cursor: pointer;
    font-size: 20px;
    height: auto;
    border: 1px solid #ffffff;
    display: block;
    text-align: center;
}

#coupon {
	background: #39ad3e;
	color: #fff;
	padding: 10px 10px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 20px;
	height: auto;
	border: 1px solid #ffffff;
	display: block;
	text-align: center;
	margin-top: 5px;
}


.pay_button:hover {
	background: #000;
}

.disabled {
	background: #ccc;
	cursor: not-allowed;
}

.error {
	padding: 20px;
	background: #f44336;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
}

table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}