
/* css */
/**/

@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500,600,700,800,900|Lato:400,700,900|Open+Sans:400,700,800|Roboto+Condensed:400,700,700i|Roboto:400,400i,500,700,700i|Ubuntu:400,700,700i');

body{
	background: #a9a9a9;
	font-family: "Open Sans", sans-serif;
}


.loader-widget{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	line-height: 100vh;
	display: none;
	z-index: 9999;
}

.pop-widget{
	display: block;
}

.widgetbox{
	margin: 20% auto 0;
	max-width: 350px;
	padding: 10px 20px;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	font-family: "Open Sans", sans-serif;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	position: relative;
	z-index: 990;
}

.widgetbox a{
	color: inherit;
}

.widget-close{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #b1b1b1;
	color: #f1f1f1;
	text-shadow: 0px 0px 1px #fefefe;
	-webkit-text-shadow: 0px 0px 1px #fefefe;
	-moz-text-shadow: 0px 0px 1px #fefefe;
	-ms-text-shadow: 0px 0px 1px #fefefe;
	-o-text-shadow: 0px 0px 1px #fefefe;
	cursor: pointer;

}

.widget-header{
    margin: 0 -20px 20px;
	border-bottom: 1px solid #d1d1d1;
	box-shadow: 0px 1px 1px 0px #fff;
	overflow: auto;
}


.widget-merchant-name{
	display: block;
	text-align: right;
	position: relative;
	padding: 5px 10px 0;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #000;
	text-transform: capitalize;
}

.widget-item-name{
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}

.widget-item-price{
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #666;
	padding: 0 0 10px 0px;
}

.company-logo{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: -40px auto 0;
	position: relative;
	z-index: 999;
	box-shadow: inset 0px 0px 5px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 5px 6px rgba(0,0,0,0.1);
	-ms-box-shadow: inset 0px 0px 5px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 5px 6px rgba(0,0,0,0.1);
	overflow: hidden;
	background: #e1e1e1 url(../img/images/logo-widget.png);
	background-size: contain;
}

.company-logo img{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: center;

}

.widget-item-name b, .widget-item-price b{
	color: #999;
	font-size: 12px;
}

.widget-item-price small{
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	top: -8px;
}

.widget-note{
	display: block;
	border:1px solid #d1d1d1;
	padding: 5px;
	box-shadow: 0px 0px 1px 0px #fff;
	font-size: 12px;

}

.widget-note span{
	display: block;
}

.widgetbox form label{
	font-size: 23px;
	margin-bottom: 12px;
}

.widget-divide{
	margin-top: 6px;
	position: relative;
}

.icon-input{
	position: absolute;
	width: 23px;
	height: 32px;
	top: 0px;
	left: 20px;
	border-right: 1px solid #d1d1d1;
	padding: 6px 10px 0 0;

}

.widget-clear{
	overflow: none;	
}


.widget-powered{
	text-align: center;
	font-size: 11px;
	clear: both;
	padding: 10px 0px 0;
	color: #999;
}

.mm-instructions{
	padding: 5px;
	border: 1px solid #d1d1d1;
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
	border-top: none;
	-webkit-transform-origin: top center;
	-webkit-transform: rotateX(45deg);
	max-height: 0;
	transition: all 0.6s ease-in-out 0s;
	-webkit-transform-style: preserve-3d;
	opacity: 0;
	overflow: hidden;
}

.mm-instructions-x{
	-webkit-transform: rotateX(0deg);
	max-height: 400px;
	opacity: 1;
}

.mm-instructions span{
	display: block;
	line-height: 1.5;
}

.mm-instructions span.imp-note{
	font-size: 11;
	color: red;
	padding: 0 10px;
}


.checkbox-container{
	padding: 5px;
	border: 1px solid #d1d1d1;
	color: #666;
}

.checkbokx{
	width: 15px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #d1d1d1;
	position: relative;
	z-index: 200;
	transition: all 0.3s ease-in-out 0s;
}

a.checkbokx:active{
	box-shadow: 0px 0px 2px 2px #419ddd;
	-webkit-box-shadow: 0px 0px 2px 2px #419ddd;
	-moz-box-shadow: 0px 0px 2px 2px #419ddd;
}

.checkbokx-x{
	background: #ccc;
	border: 1px solid #acacac;
}

.cclabel{
	display: inline-block;
	font-size: 16px;
}

.checker{
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: 1px;
	left: 1px;
	background: url("../img/images/checker.png") center no-repeat;
	background-size: 15px 16px;
	z-index: 400;
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

.checker-in{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}


.mm-logo {
	padding: 8px 0px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 8px;
}

.widgetbox .btn{
	border-radius: 4px;
}

.widgetbox .btn-purple-lg{
	padding: 8px 15px;
	text-shadow: inset 0px 0px 1px #333;

	box-shadow: 0px 2px 2px 0px #888;
	-webkit-box-shadow: 0px 2px 2px 0px #888;
	-moz-box-shadow: 0px 2px 2px 0px #888;
	-webkit-box-shadow: 0px 2px 2px 0px #888;
	-ms-box-shadow: 0px 2px 2px 0px #888;
	margin-top: 15px;

	background: linear-gradient(#a751de,#8d35c5);
	background: -webkit-linear-gradient(#a751de,#8d35c5);
	background: -moz-linear-gradient(#a751de,#8d35c5);
	color: #ffffff;
	font-weight: 700;
}

@media screen and ( max-width: 786px ){
	.widget-merchant{
		border-left: none;
		text-align: left;
		border-top: 1px solid  #d1d1d1;
		margin-top: 10px;
	}

}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width: 100%;
}

.btn-white{
	background: #fcfcfc;
	border: 1px solid #d1d1d1;
	box-shadow:inset 0px 0px 1px 1px #fff;
}

.bootstrap-select > .dropdown-toggle{
	padding-left: 35px;
	position: relative;
}

.bootstrap-select > .dropdown-toggle:before{
	content: '';
	display: block;
	width: 10px;
	height: 18px;
	position: absolute;
	padding-right: 27px;
	left: 3px;
	top: 5px;
	border-right: 1px solid #d1d1d1;
	background: url(../img/payicon.png) center no-repeat;
	background-size: contain;
}

.widgetbox .form-control{
	height: 32px;
}


.widgetbox input[type=text],
.widgetbox input[type=number],
.widgetbox input[type=email]{
	width: 100%;	
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	box-shadow: 0px 0px 1px 0px #fff;
	padding-left: 35px;
}

input[type=number] {
    -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}





/*Hillary*/
.payment-logo:after{content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;
	background: url("../img/images/glassy.png") no-repeat;
	background-size: 100% 100%;
}
.payment-logo>img {
	background: #fff;width: 64px;height: 64px;display: block;-webkit-border-radius: 32px;
	-moz-border-radius: 32px;-ms-border-radius: 32px;-o-border-radius: 32px;border-radius: 32px;margin: 4px 6px 0;
}
.company-logo {width: 75px;height: 75px;box-shadow: none;background: none;}
