.customer_block{ text-align:right; }
.customer_block p{ margin:0px;}
.order_timeline{ margin:10px 0px;}
.login_box { width:400px; margin:0px auto; border:1px solid #cacaca; padding:20px; text-align:left;}
.fs1{font-size: 15px; line-height: 24px;}
.info_error{ border:1px solid red; background-color:#FFE8E8; padding:3px; padding-left:10px; margin:10px 0px; }
.info_success{ border:1px solid #80FF00; background-color:#EAFFEA; padding:3px; padding-left:10px; margin:10px 0px;}
.contact_us_top{ text-align:center; padding:20px;}

.section_wrapper, .container {
    width: 980px;
}
#Header #logo { display: block; overflow: hidden;  padding: 10px 20px }

.full {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.overlay_div
 {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0.65);
     z-index: -1;
     color: white;
     display: inline-block;
 }

 .wrapper-container {
 	z-index: 9999;
 	background-color:none;
	-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
	background-color:#FFFFFF;
	margin-top:10px;
	padding:20px; padding-top:0px;

 }

 body{ background:none; background-color:none;}

 .form-control[readonly] { background-color:#fff;}

 .pricing-box{ text-align:center;}


/*everything after implemetning new design*/

body{
	font-family: Open Sans, Arial, Tahoma, sans-serif;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
}
h4 {
    font-family: Open Sans, Arial, Tahoma, sans-serif;
    font-weight: 300;
}

.header_topbar_v2{
	background: #373737;
    color: #BEBEBE;
    padding: 8px 15px;
    font-size: 12px;
    overflow: hidden;
}

.header_topbar_v2 i{

	color:#fff;

}

.header_brand_v2 {
	padding: 8px 15px;
}

#Subheader .title {

    font-size: 18pt;
}


.btn-pix-grey {
    background-color: #A2A2A2;
    border-color: #A2A2A2;
    color: #ffffff;
		padding: 3px 6px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 10px;

}


.btn-pix-grey:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .80s linear;
    transition: opacity .80s linear;
}
