.btqc-field-container.btqc-field-submit .button, .btqc-field-container.btqc-field-pagebreak .button

.mod_btquickcontact_module{
    border: 1px solid #e3e3e3;
}

.btqc-field-container label{ 
    display: block;
    width: 150px;
    font-size: 12px; color: #505050;
    float: left;
    text-align: left;
}
.btqc-field-container input[type=text],
.btqc-field-container input[type=email],
.btqc-field-container textarea{
    border: 1px solid #a6a6a6;
    font-size: 12px; color: #505050;
}
.btqc-field-container input[type=text]{
   
    height: 24px;
    margin-right: 3px;
    float: left;
    padding: 0px 0px 0px 3px;
}
.btqc-field-container select{
    min-width: 120px;
}
.btqc-field-container.error{
    color: #f20000;
}


.btqc-field-container .btqc-fc-wrapper{
    float: left;
}
.btqc-field-container .styled-select{
    background: #eee;
    width: 240px;
    height: 26px;
    overflow: hidden;
    border: 1px solid #a6a6a6;
}
.btqc-field-container .styled-select .style-selected-button{
  
    height: 26px;
}


.btqc-field-container .styled-select select{
    background: transparent;
    width: 268px;
    padding: 5px;
    border:none;
    height: 26px;
    
}
.btqc-field-container .error{
    color: #e20000;
}
.btqc-field-container input.error,
.btqc-field-container textarea.error{
    border: 1px solid #e20000;
}
.btqc-field-container input.button{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 22px;
}
.btqc-field-container span{
    padding: 0 3px;
}
.btqc-field-container td{
    padding: 2px 5px 2px 0px;
	border: none;
}
.btqc-field-captcha div{
    float: left;
}
.btqc-input-file{
    float: left;
    position: relative;
    width: 245px;
}

.btqc-input-file input[type='file']{
    position: absolute;
    z-index: 2;
    opacity: 0;
    height: 30px;
    width: 165px;
    padding: 0 !important;
}
.btqc-input-file .btqc-fake-file{
    position: relative;
    z-index: 1;
}
.btqc-input-file .btqc-fake-file input{
    background: none;
}

.btqc-input-file .btqc-fake-file .btqc-upload{
    background: #eee;
    width: 67px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    color: #ffffff;
    margin-top: 0px !important;
    float: none;
    cursor: pointer;
}
.btqc-message-container,
.btqc-message-loading{
    padding: 5px 15px;
    list-style: none !important;
    display: none;
}

.btqc-message-container li,
.btqc-message-loading li {
    border: 1px solid #e59c9c;
    background: #fff4f4;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    color: #e20000;
    padding-left: 10px;
    text-align: left;
}

.btqc-message-container li:before{
    color: #f20000;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f06a";
    margin-right: 5px;
}


.btqc-message-container li.success{
    border: 1px solid #448700;
    background: #e8eed5;
    color: #448700;
}
.btqc-message-loading li.loading{
    border: 1px solid #448700;
    background: #e8eed5 url(../images/loading.gif) 10px center no-repeat;
    color: #030303;

}
.btqc-float-button a{
    width: 150px; 
    height: 40px;
    background: #000;
    color: #80be35;    
    position: fixed;
    top: 70%;
    transform: rotate(-90deg) translateX(-60%) translateY(-1%);
    left:0px;
    z-index:200;
    text-transform: uppercase;
    text-align: center;
     font-size: 18px;
    cursor: pointer;    
    outline: none;
    padding: 0px 20px;
    border-radius: .5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-top-right-radius: 0;
    border-top-left-radius: 0;     
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.05), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    text-shadow: 0;
    font-weight: bold;
    
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;      
    -webkit-transform-origin: left top;
    transform-origin: left top;
}


.btqc-float-button a:hover{
    text-decoration: none;
    background: #80be35!important;
    color: #fff;
} 

.btqc-progressbar-container{
    border: 1px solid #efefef;
    background: #f6f6f6;
    height: 5px;
    padding: 0px;
    border-radius: 10px;
    margin: 5px;
}
.btqc-progressbar{
    height:5px;
    background: #00189d;
    border-radius: 6px;
}

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {
    background-color:#ffffff;
    border:1px solid #444; 
    border-radius: 5px;
    min-width: 400px; 
    width: auto!important;
    transform: translate(-50%, -50%);
    top: 50%important;
    left: 50%!important;
}



#simplemodal-container .simplemodal-data {padding:15px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#222;}
 
#simplemodal-container a.modalCloseImg:before{ 
    color: #000;
	font-weight: bold;
	font-size: 150%;
    content: "X"; 
    display:inline;
    z-index:3200; 
    position:absolute; 
    top:0px; 
    right:10px; 
    cursor:pointer;
	}

/*========= CONTACT PAGE =========*/


.mod_btquickcontact{
	border-radius:0;
	border:1px solid #d9d9d9;
	padding:20px 20px 0 20px;
	 color: #000;
    font-weight: 700;
}

.mod_btquickcontact {
    text-align: left;
    font-size: 12px;
}

.btqc-title{
	border:none;
	margin-bottom:10px;
	height:auto;
    font-size: 200%;
    text-align: center;
	text-transform:uppercase;
    border:none;
    position:relative;
}
 
.btqc-field-container{
	width:50%;
	clear:none;
	float:left;
	margin-bottom:10px;
	padding:0 13px;
	line-height: 25px;
	min-height: 25px;
}

.btqc-field-container.btqc-field-radio,
.btqc-field-container.btqc-field-checkbox,
.btqc-field-container.btqc-field-separator{
	width:100%;
}
.btqc-field-container label{
	float:none;
	font-weight:bold;
	width:auto;
	text-transform:uppercase;
	color:#666;
}

.btqc-field-container label input{
	margin-right: 5px;
}

.btqc-field-container input[type="text"]{
	height:38px;
	border:1px solid #d9d9d9!important;
	border-radius:0;
	background:#fff;
	color:#a6a6a6;
	width:100%;
	box-shadow:none;
	padding:5px;
	
}
.btqc-field-container.btqc-field-dropdown .styled-select{
	background:#fff;
	border:1px solid #d9d9d9;
	height:38px;
	width:100%;
}
.btqc-field-container.btqc-field-dropdown .styled-select select {
    background: none;
    border: medium none;
    height: 37px;
    padding: 5px;
    width: calc(100% + 1px);
  -webkit-appearance: menulist;
	color:#a6a6a6;
}
.btqc-field-container.btqc-field-dropdown .styled-select .style-selected-button{
	height:38px;
	background:none;
	position:relative;
}

.btqc-field-dropdown .style-selected-button option{
	padding:6px 10px;
	background:#f8f8f8!important;
	color:#8d8d8d;
}
.btqc-field-dropdown .style-selected-button option:hover{
	padding:6px 10px 6px 15px;
	background:#fff!important;
}
.btqc-field-date{
	position:relative;
}
.btqc-calendar-img{
	position:absolute;
	right: 8px;
    top: 11px;
	cursor:default;
	font-size:16px;
}
.t3-sl-1{
	background:url("../images/bg-sl1.html") no-repeat scroll right top #fff;
}
.btqc-field-container.btqc-field-submit, 
.btqc-field-container.btqc-field-pagebreak{
	width:calc(100% + 40px);
	width:100%;
	padding:0;
	margin-bottom:0;
	margin-top:8px;
	padding-right:33px;
	padding-top:12px;
	padding-bottom:12px;
	border-top:1px solid #d9d9d9;
	float:none;
	text-align:center;
	clear:left;
}
 
.btqc-field-container.btqc-field-submit .button:hover, 
.btqc-field-container.btqc-field-pagebreak .button:hover{
	 
	 }


.btqc-field-container.btqc-field-richedit{
	width:100%;
}
.btqc-field-container textarea{
	border: 1px solid #d9d9d9 ;
    color: #505050;
    font-size: 12px;
	color:#a6a6a6;
	padding:5px;
	height:auto;
	border-radius:0;
	width:100%;
	box-shadow:none;
}


.btqc-field-container.btqc-field-dropdown .styled-select{
	overflow:visible;
}
.btqc-field-dropdown .bootstrap-select{
	width:100%;
}
 .bootstrap-select .dropdown-toggle{
	border:none;
	padding:0 5px;
	width:100%;
	background:none!important;
	box-shadow:none!important;
	text-align:left;
	height:36px;
	line-height:36px;
	color:inherit;
}
 .bootstrap-select .dropdown-toggle .caret{
	display:none;
}
.btqc-field-dropdown .bootstrap-select .dropdown-menu{
	overflow:visible!important;
	border-radius:0;
	padding:0;
	border:none;
	margin:1px 0 0;
	width:100%;
}
.btqc-field-dropdown .bootstrap-select ul.dropdown-menu{
	border:1px solid #d9d9d9;
	width:calc(100% + 2px);
	margin:0 -1px;
}

.btqc-field-container.btqc-field-submit .button, 
.btqc-field-container.btqc-field-pagebreak .button {
    
    font-weight: normal;
    border-top: none;
    border-left: none;
    border-right: none;
    
    color: #fff;
    position: relative;
    margin-left: 5px;
    font-size: 18px;
    text-transform: uppercase;
    
}
.btqc-field-container.btqc-field-submit .button,
.btqc-field-container.btqc-field-pagebreak .button {
   /* background: #00189d; */
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}

.btqc-field-container .btqc_next {
 float:right;
}


.btqc-field-container input.button {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 22px;
}

.btqc_submit {right:0; float:right; display:block;}


.btqc-fc-wrapper label{    
	 display:inline-block;  
    height: 15px;
    width: auto; 
    margin: 0 20px 0 0;
}
 





@media (max-width: 700px) {
 
#simplemodal-container {
    min-width: 250px;  
     
    }
.btqc-field-container {
    width: 100%;
    }
    
    
.btqc-float-button a {
    width: 110px;
    height: 30px;  
    top: 80%;
    transform: rotate(-90deg) translateX(-60%) translateY(-1%);
    font-size: 15px;
    padding: 0px 10px;   
 
    }
    
}
