/* ADNEST styles */

body.main-container {
	
	background: #EFF0F4 !important;
    margin: 0;
	
}

header.main-header {
	
    background: #fff;
    padding: 0;
	
}

header img {
	
	margin: 0 auto;
    display: block;
	width: 100%;
    /*max-width: 1024px;*/
	
}

div.subheader-panel {
	
	background: #4C7C7C;
    text-align: center;
    padding: 10px 0;
	color:#fff;
	
}

.warning-style{
	
	text-align: center;
	color:#E6231C;
	font-weight: 600;
	margin-bottom: 50px;
	
}

.warning-style img {
	width:100px !important;
	height:auto;
	margin-bottom: 30px;
}

section.sub-header h2 {
	
	padding: 70px 0 0;
    text-align: center;
    font-weight: 600;
	
}

section.main-panel {
	
	width: 70%;
	max-width: 1024px;
	min-height: 400px;
    display: block;
    margin: 50px auto;
    background: #fff;
	overflow: hidden;
	box-shadow: 0px 1px 5px 0px rgba(81,81,81,0.15);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(81,81,81,0.15);
	-moz-box-shadow: 0px 1px 5px 0px rgba(81,81,81,0.15);
	border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	
}

section.main-panel div.form-wrapper {
	padding: 50px;
}

section.main-panel div.content-wrapper {
    padding: 50px;
}

section.main-panel img {
	width:100%;
}

.card-img > img {
	width:50px !important;
	height:auto; 
}

.content-wrapper h4 {
	
	text-align: center;
	margin-bottom: 50px;
	
}

div.form-wrapper > h4 {
	
	text-align: center;
	margin-bottom: 50px;
	
}

.content-wrapper p, .content-wrapper a {
	
	text-align: center;
	
}

.btn-styleadj {
	
	margin: 50px auto;
    display: block !important;
    width: 250px;
    padding: .9rem .75rem !important;
	background: #E6211A; 
	
}

/*edit-info-button*/
.btn-styleedit
{
    margin: 50px auto;
    display: block !important;
    width: 250px;
    padding: .9rem .75rem !important;
	background: #4c7c7c !important; 
}

ol.list-number li {
	margin-bottom: 50px;
}

ol.list-number li span, .content-wrapper p span {
	
	color:#E6231C;
	font-weight:600;
	
}

section.sub-footer {
	
	padding: 50px 0;
	
}

section.sub-footer div p {
	
	text-align: center;
	font-weight:600;
	margin-top: 12px;
	
}

section.sub-footer div img {
	display:block;
	width:220px;
	margin:0 auto;
}

/* form fields */

input[type="text"],
select.form-control, textarea.form-control {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="text"]:focus,
select.form-control:focus, textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
}

span.icon-1 {
	
	position: absolute;
    right: 38px;
    top: 43px;
	
}

span.icon-2 {
	
	position: absolute;
    right: 15px;
    top: 43px;
	
}

span.icon-3
{
	position: absolute;
	right: 38px;
	top: 43px;
}

 .img-top
{
	display: none;
	position: absolute;
	top: -40;
	left: -85;
	z-index: 99;
}


 span.icon-3:hover + .img-top
{
	display: block;
	cursor: pointer;
	align-content: center;
	width: 400px;
	height: 300px;
	
}

.img-top-mobile {
		display: none;
	}

span.icon-3:hover + .img-top-mobile
	{
		display: block;
		cursor: pointer;
		align-content: center;
		width: 400px;
		height: 300px;
		
	}
	
	.pcinfo-view {
		display: block;
	}
	.mobileinfo-view {
		display: none;
	}


.form-group, .form-row {
	margin-bottom: 3rem !important;
}

.foot-note {
	color:red;
	font-size:0.75rem;
	margin-top: 10px;
	font-weight:600;
}

/* end form fields */

footer {
	
	/* position: fixed;
	bottom: 0; */
	width:100%;
	display: block;
	margin:0 auto;
	background:#E6211A;
	padding: 15px 0 6px;
	
}

footer p {
	text-align: center;
	color: #fff;
}

.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}

.creditCardForm .owner {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 100%;
}

.creditCardForm #expiration-date {
    width: 49%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #2ec4a5;
    color: white;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}

.transparent {
    opacity: 0.2;
}

.main-panel .img-desktop{
		display: block;
	}
	
.main-panel .img-mobile{
	display: none;
}

.footer-cp{
		display:none;
	}
	
	
.transparent {
	opacity: 0;
}

.pc_view {
	display: block;
}

.mobile_view {
	display: none;
}

.header-container{
    display: flex;
    justify-content: space-between;
	width:70%;
	max-width: 1024px;
	margin: 0 auto;
	align-items: center;
}	

.text-area {
	text-align: right;
    font-weight: bold;
    margin-top: 12px;
    font-size: 1.25rem;
	font-family: "Mincho";
}

.mobile-break{
	display:none;
}

@media(min-width: 1024px) {

	section.main-panel div.form-wrapper {
		padding: 50px 120px;
	}

}

@media(max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}

@media only screen and (max-device-width: 480px) {
	.pc_view {
		display: none;
	}

	.mobile_view {
		display: block;
	}
	
	header img {
		height: auto;
	}
	
	.header-container {
		display: block;
		width: 100%;
	}
	
		
	.text-area {
		text-align: center;
		font-size: 42px;
	}
	
	
}

@media(max-device-width: 415px){
	section.sub-header h2{
		 font-size: 3rem !important;
	}
	
	
	
	section.main-panel {
		width: 95%;
	}
	
	section.main-panel .subheader-panel {
		padding: 30px 0;
	}
	
	section.main-panel .subheader-panel h4 {
		font-size: 42px;
	}
	
	.form-wrapper h4 {
		margin-top: 50px;
		margin-bottom: 100px !important;
	}
	.content-wrapper h4, .form-wrapper h4 {
		font-size: 2.5rem;
	}
	ol.list-number li {
		margin-bottom: 80px;
		font-size: 42px;
	}
	
	[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
		width: 100%;
		font-size: 42px;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.main-panel .img-desktop{
		display: none;
	}
	.main-panel .img-mobile{
		display: block;
		margin-top: 50px;
	}
	
	.content-wrapper p, .content-wrapper a {
		font-size: 42px;
	}
	
	section.sub-footer div img {
		width: 500px;
	}
	
	.sub-footer div p {
		font-size: 42px;
	}
	
	footer p {
		font-size: 42px;
		margin: 50px auto;
	}
	.footer-cp{
		display:block;
	}
	
	section.access-denied{
		margin-top:150px
	}
	
	section.access-denied-footer{
		margin-bottom:200px
	}
	
	.warning-style img {
		width: 300px !important;
	}
	
	.form-wrapper form#purchaseForm div label, .form-wrapper p {
		font-size: 42px;
	}
	
	.foot-note {
		font-size: 24px;
	}
	.form-control {
		height: calc(1.5em + .75rem + 50px) !important;
	}
	.col.field-width {
		width:100%;
		display: block;
	}
	.col {
		flex-basis: unset !important;
		flex-grow: unset !important;
	}
	.col.field-width input {
		width: 20%;
		height: 80px;
		font-size: 42px;
	}
	.card-img > img {
		margin-top:50px;
		width: 150px !important;
	}
	
	.input-group.date .input-group-addon span {
		width: 42px;
		height: 42px;
	}
	.icon-remove:before {
		content: "\f00d";
		font-size: 80px;
	}
	.icon-calendar:before {
		content: "\f073";
		font-size: 80px;
	}
	
	.icon-info:before {
		font-size: 80px;
	}
	
	/*Date picker css */
	
	.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
		left: 20px !important;
	}
	
	table.table-condensed {
		font-size: 42px;
	}
	.datetimepicker th.switch {
		width: 80% !important;
	}
	
	.datetimepicker td, .datetimepicker th {
		width: 93px !important;
		height:80px !important;
	}
	
	.datetimepicker table tr td span {
		height: 80px !important;
		padding-top: 10px !important;
	}
	.form-control:disabled, .form-control[readonly], input[type="text"], select.form-control, textarea.form-control {
		font-size: 42px;
	}
	span.icon-1 {
		right: 98px !important;
	}
	
	.pcinfo-view {
		display: none;
	}
	.mobileinfo-view {
		display: block;
	}
	
	.img-top-mobile {
		width: 100% !important;
		height: unset !important;
	}
	
	.mobile-break{
		display:block;
	}
	
	header.main-header {
		padding: 20px 0;
	}
	
}


/*  Examples Section */

.examples {
	max-width: 700px;
	background-color: #fff;
	margin: 0 auto 75px;
	padding: 30px 50px;
	color: #4c4e56;
}

.examples-note{
    text-align: center;
    font-size: 14px;
    max-width: 370px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #7a7a7a;
}

.examples table {
    margin: 5px 0 0 0;
    font-size: 14px;
}

/* modal */

.card_display{
	width: 100%;
    height: 40px;
}

.modal-size {
	margin: 20px auto;
}

@media (min-width: 768px){
	.modal-dialog {
		width: 350px;
	}
}

@media (min-width: 768px){
	.modal-dialog {
		width: 350px;
		margin: 120px auto;
	}
}

/*MODAL FOR MOBILE*/
@media (max-device-width: 415px){
	.modal-dialog {
		width: 90% !important;
	}

	.modal-title {
		font-size: 42px;
	}

	.card_display {
		font-size: 32px;
    	height: 100px;
	}
} 