@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic);

body {font-family: 'Source Sans Pro', sans-serif; font-size: 14px; color: #666;}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{
	position:relative;
/*	position:absolute; */
	width:45%;
	height: auto;
	/* left:30%; */
	margin:2% auto;

	background: #FFF;
	border-radius: 10px 10px 0px 0px;
}
.popupBody label{text-align:left!important; margin-bottom:10px!important;}
#modal_trigger {}

/*.btn {padding:10px 20px; background: #F4F4F2;}*/
.btn_red {background: #ED6347; color: #FFF; border:none; cursor:pointer; border-radius:0px;}

/*.btn:hover {background: #E4E4E2;}*/
.btn_red:hover {background: #000!important; color:#FFF !important;}

a.btn {color:#FFF; text-align: center; text-decoration: none;}
.btn_red {color: #FFF;font-size:17px !important;}

.one_half {width:100%; display: block;  padding-bottom:7px;}
.one_half.last {width:30%;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;text-align:center;}
.popupHeader {background:#F4F4F2; position:relative; padding:20px 20px; border-bottom:1px solid #DDD; font-weight:bold;     border-radius: 10px 10px 0px 0px;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:15px 20px;}


.popupHeader button.close {
    font-size: 31px;
    color: #fff;
  }
/* User Login Form */
.user_login  .warning{color:#FF0000;}
.user_login  .error{color:#FF0000;}
.user_login  .required{color:#FF0000;}
/*.user_login {display: none;}
.user_login label {font-size:17px;}*/
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {    
    display: block;
    width: 100%;
    padding:10px 15px;
    color: #666;
    margin-bottom: 0px;
    border-radius: 5px;
    height: 40px;
}
.user_login input[type="checkbox"] {float:left; margin-right:5px;}
.user_login input[type="checkbox"]+label {float:left;}
.user_login textarea{height: 84px; color:#666;
    width: 100%; margin-bottom:0px; border:1px solid #DDD;}
.user_login select{padding:5px; width:100%; border:1px solid #DDD;}
.user_login .checkbox {margin-bottom:0px; clear: both; overflow: hidden; color:red;}
.forgot_password {display:block; margin: 20px 0 10px; clear: both; overflow: hidden; text-decoration: none; color:#ED6347;}
@media (max-width:767px){
	.popupContainer{
		left:10px;
		width:auto;
		max-width:300px;
	}
	.rc-anchor-logo-portrait{
		margin:10px 0 0 -22px !important;
	}
	.rc-anchor-normal .rc-anchor-pt{
		margin:4px 57px 0 0 !important;
	}
}
.extended-container .tmdhelptopic{width:100% !important;margin: 10px 0;}
.oc2 .user_login .form-horizontal .form-group label + div{width:70%;}
.button1{width:100%;}
.oc2 .popupContainer .popupHeader{display: block;width: auto;}
.oc2 .popupContainer .user_login textarea,.oc2 .popupContainer .user_login input[type="text"],.oc2 .popupContainer .user_login input[type="email"],.oc2 .popupContainer .user_login input[type="password"] { 
    width: 91%;
}
.site-wrapper .tmdhelptopic{
    display: block;
    margin:0 0 10px !important;
    width:100% !important;
}
.modal-open .site-wrapper .product-details .button-group-page{
    z-index: 99999 !important;
}
.modal-open .site-wrapper .product-details .button-group-page header::before {
    height: 100%;
    left: 0;
    z-index: -1;
}

.product-blocks-top #tab-enquiry .form-group .control-label{max-width: 145px;}