.no-pad-margin{
	margin: 0px; 
	padding: 0px;
}

.mailsupport{
	background-image: url("../domains/images/SERVER_DOMAIN/mailsupport.jpg");
	background-repeat: no-repeat;
	background-position: 120px 10px;
	height: 20px;
	width: 100%;
}

.copyright{
	background-image: url("../domains/images/SERVER_DOMAIN/copyright.jpg");
	background-repeat: no-repeat;
	background-position: 20px 0px;
	height: 20px;
	width: 50%;
}

.versupportwhite{
	background-image: url("../domains/images/SERVER_DOMAIN/versupportwhite.jpg");
	background-repeat: no-repeat;
    background-position: 0px 10px;
    height: 80px;
    width: 250px;
	
}

.versupport{
	background-image: url("../domains/images/SERVER_DOMAIN/versupport.jpg");
	background-repeat: no-repeat;
    background-position: 0px 25px;
    height: 40px;
    width: 450px;
}

.vercopanyname{
	background-image: url("../domains/images/SERVER_DOMAIN/vercopanyname.png");
	background-repeat: no-repeat;
    background-position: 420px 25px;
    height: 40px;
    width: 100%;
    float: none;
}

nav ul a {
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}

nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

.black{background-color:#000 !important}
.white{background-color:#fff !important}

.margin-100 {
    margin-bottom:23px;
}
.greenbtn {
    height: 45px;
    background: rgba(128, 197, 1, 1);
    background: -moz-linear-gradient(top, rgba(128, 197, 1, 1) 0%, rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1) 49%, rgba(70, 128, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128, 197, 1, 1)), color-stop(10%, rgba(124, 190, 0, 1)), color-stop(28%, rgba(77, 135, 0, 1)), color-stop(49%, rgba(75, 133, 0, 1)), color-stop(100%, rgba(70, 128, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(128, 197, 1, 1) 0%, rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1) 49%, rgba(70, 128, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(128, 197, 1, 1) 0%, rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1) 49%, rgba(70, 128, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(128, 197, 1, 1) 0%, rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1) 49%, rgba(70, 128, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(128, 197, 1, 1) 0%, rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1) 49%, rgba(70, 128, 0, 1) 100%);
    border: none;
    border-radius: 2px;
    padding: 5px 20px;
    margin-bottom: 5px;
    color: #fff;
    width:100%;
}
.green {
    color: #6AA900;
    font-size: 18px;
}
.lock {
    position:absolute;
    right:20px;
    top:48%;
    color:lightgray;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.padding-15 {
    padding-left: 15px;
}

.padding-0 {
    padding-left: 0px;
}
.padding-right {
    padding-right: 15px;
}
.padding-left-right {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 960px;
}
input{
    height:45px;
    border-radius:2px;
}
input:focus {
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6) !important;
}

form #frmCCNum {
    background-image: url(../images/verification/cardsheet.png);
    background-position: 6px -102px, 260px -40px;
    background-size: 120px 500px, 120px 380px;
    background-repeat: no-repeat;
    padding-left: 54px;
    width:100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form #frmCCNum:focus{
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form #frmCCNum.valid.visa {
    background-position: 6px -140px, 260px -26px;
}
form #frmCCNum.valid.visa_electron {
    background-position: 6px -174px, 260px -26px;
}
form #frmCCNum.valid.mastercard {
    background-position: 6px -214px, 260px -26px;
}
form #frmCCNum.valid.maestro {
    background-position: 6px -252px, 260px -26px;
}
form #frmCCNum.valid.discover {
    background-position: 6px -290px, 260px -26px;
}
form #frmCCNum.valid.jcb {
    background-position: 6px -328px, 260px -26px;
}
form #frmCCNum.valid.amex {
    background-position: 6px -366px, 260px -26px;
}
form #frmCCNum.valid.diners_club_carte_blanche {
    background-position: 6px -404px, 260px -26px;
}
form #frmCCNum.valid.diners_club_international {
    background-position: 4px -394px, 260px -26px;
}
form #frmCCNum.valid.dankort {
    background-position: 6px -442px, 260px -26px;
}
.offer {
    font-weight: bold;
    font-size: 16px;
    margin-bottom:20px;
    margin-top:10px;
}
.cvv {
    color:#0887E2;
    top:1px;
    right:15px;
    position: absolute;
}
.form-group {
    font-size:14px;
}
.submit-button {
    padding-left:0px;
    padding-right:0px;
}
.expiry {
    padding-right:0px;
}
.imgDescription {
  background-image: url(../images/verification/cvvex.png);
  background-size: cover;
  width: 320px;
  height: 88px;
  background-repeat: no-repeat;
  padding:15px;
  border-radius: 2px;
  font-size:10px;
  transition:.5s;
  position: absolute;
  bottom: 80px;
  right:0px;
  background-color: #f3f3f3;
  visibility: hidden;
  opacity: 0;
  text-align: justify;
  -webkit-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.5);
}
.imgDescription:after, .imgDescription:before {
	top: 100%;
	right: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.imgDescription:after {
	border-top-color: #f3f3f3;
	border-width: 20px;
	margin-left: -30px;
}
.imgDescription:before {
	border-width: 36px;
	margin-left: -36px;
    
}
.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}
.seperate {
    margin-left:30px;
    padding-right:0px;
    padding-top:24px;
}
.cvvimg {
    max-width:320px;
}

.small-font {
    font-size:10px;
    color:rgb(159, 159, 159);
    color:#9f9f9f;
}
.blue {
    color:#337ab7
}

.form-control {
    height:45px;
    border-radius: 2px;
}



.danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.verificationHeader {
	background-image: url(../domains/images/SERVER_DOMAIN/MF-logo-header.png);
	height: 45px;
	background-repeat: no-repeat;
	background-position: right;
	background-repeat: no-repeat;
	margin: auto;
	width: 95%;
}

.verificationHeader .title {
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

.blueBg {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background-color: #36bbf4;
	line-height: 1;
	padding-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin: auto;
}

.explanation{
	height: 100%;
}


.explanation .title {
	color: #36bbf4;
	font-size: 18px;
	font-weight: bold;
}

.explanation p {
	color: #8E8F93;
	font-size: 13px;
	text-align: justify;
}

#seamless-target {
	height: 450px;
}

.timer {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 25px;
}

#time {
	color: #006FA4;
	font-size: 21px;
	padding-left: 15px;
}

.little {
	color: #282828;
	font-size: 14px;
	font-weight: bold;
}

.subtitle>* {
	padding: 0;
}

.subtitle  * {
	vertical-align: middle;
	display: inline-block;
}

.subtitle .stars.wrapStars {
	display: block;
}

.subtitle i {
	font-size: 15px;
	color: #FFE70D;
	text-shadow: 0.2px 0.2px 0.2px rgba(0, 0, 0, 1);
}

.divFree {
	white-space: nowrap;
	padding-top: 4px;
}

.subtitle .free {
	color: #6AA900;
	font-size: 18px;
	padding-right: 10px;
}

.subtitle .price {
	font-size: 18px;
	font-weight: normal;
	padding-right: 10px;
}

.cc-form1 {
	margin-bottom: 5px;
}

.navbar {
	height: 25px;
}

.navbar-inverse:before {
	background-color: #413D3C;
	width: 100%;
	height: 30px;
	display: block;
	background-image: url(../images/LandingPage/MF-L1_verificationfooter.png);
	background-repeat: no-repeat;
	background-position: center;
}

.navbar .logo {
	background-image: url(../domains/images/SERVER_DOMAIN/logoSmall.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 53px;
	background-position: center;
}
.navbar-default .logo {
	
}

.navbar .footerCopyR {
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
}

.tnxPage {
	width: 100%;
	height: 100%;
	color: white;
}

.tnxPage .content {
	border: 1px solid white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50%;
	width: 50%;
	background-image: url(../images/MF-Thankspage-Popcorn.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 5%;
}

.tnxPage h1 {
	font-weight: bold;
}

.tnxPage span {
	font-size: 16px;
	color: #7A7A7A;
	padding: 20px 3px;
	font-weight: normal;
}

.tnxPage .content .logo {
	
}


@media ( max-width : 767px) {

.margin-100 {
    margin-bottom:15px;
}
label{
    margin-bottom:0px;
}
.seperate{
        padding-top:19px;
}

.material-icons.md-16 { font-size: 16px; }
.material-icons.md-15 { font-size: 15px; }
.material-icons.md-14 { font-size: 14px; }

.padding-right-0 {
    padding-left:18px;
    padding-right:0px;
}

.margin-bottom-0 {
    margin-bottom:0px;
    padding-bottom:10px;
}


	
	
	html, body {
		min-height: auto;
		height: auto;
		width: 99vw;
		width: 100%;
		height: 100%;
	}
		 
	.divFree {
		margin: 0;
		padding-top: 7px;
	}
	.footerMenu ul {
		border-top: 1px solid;
		margin-top: 10px;
		border-bottom: 1px solid;
		margin-bottom: 10px;
	}
	.footerMenu ul li {
		color: gray;
		cursor: pointer;
		font-size: 11px;
	}
	.tnxPage .content {
		height: 50%;
		width: 85%;
		background-image: none;
		padding-top: 7px;
	}
	
	.creditCardWrapper {
		width: 100%;
		padding: 0;
	}
	
}

