﻿/* Button styles */
/* Styles for input */
input {  color: #000000; border: 1px solid #cccccc; padding: 5px; font-size: 14px; }
.radio {  font-size: 14px; color: #000000; border: none; }
.checkbox { font-size: 14px; color: #000000; border: none; }
input[type=text], input[type=button] { width: 90%; margin-top: 3px;}
select 	{  font-size: 14px; color: #000000; border: 1px solid #cccccc; width: 90%; margin-top: 3px;}
textarea {  font-size: 14px; color: #000000; border: 1px solid #cccccc; width: 90%}
input[type=text]:focus, select:focus, textarea:focus { border: 1px solid #FEA266;}

input.applycoupon, input.buynow, input.logintoaccount, input.createaccount, input.sccheckout, input.cartaccountlogin, input.newaccount, input.forgotpassword, input.submit, input.cancel, input.newaffiliate, input.affiliatelogin, input.partnerbutton{
	background-color:#0092DF !important;
	border:0px !important;
	border-radius:3px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display:inline-block !important;
	color:#fff !important;
	margin-top: 3px;
	padding:3px 8px !important;
	text-decoration:none;
	cursor:pointer;
	font-family:'PT Sans',sans-serif !important;
	font-size:14px !important;}
input.sccheckout, input.buybutton, input.checkoutbutton, input.checkoutbutton1 {	
	min-width: 150px;
}
input.search_text, input.search_button, input.search_text:focus, input.search_button:focus{
	border: 0;
	margin-bottom: 3px;
}
.csvbutton{
	display:inline-block !important;
	border: 2px #0092DF solid;
	margin: 3px;
	padding: 5 px;
	border-radius: 3px;
	font-family:'PT Sans',sans-serif !important;
	font-size:14px !important;
	padding:3px 8px !important;
	text-decoration:none;
	cursor:pointer;
}
input.search_button{
	margin: 0;
	background-color:#0092DF !important;
	border-radius: 0 3px 3px 0;
}
input.search_button:hover{
	background-color:#FEA266 !important;
}
input.applycoupon:hover, input.buynow:hover,input.logintoaccount:hover, input.createaccount:hover, input.sccheckout:hover, input.cartaccountlogin:hover, input.newaccount:hover, input.forgotpassword:hover, input.submit:hover, input.cancel:hover, input.newaffiliate:hover, input.affiliatelogin:hover{
	background-color:#FEA266 !important;
}
input.cdformradio{
	margin-right:10px;
}
.continushoppping, .mybutton, .pdfbutton, input.checkoutbutton, .detailcheckoutbutton {
	width:50%;
	padding:6px !important;
	background-color:#0092DF !important;
	color:#fff !important;
	border:0px !important;
	font-size:14px !important;
	cursor:pointer;
	border-radius: 3px; 	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}
input.submit, input.cartaccountlogin, input.newaccount, input.forgotpassword, input.gcsubmit, input.logintoaccount, input.createaccount, input.donationsubmit, input.buybutton, input.sccheckout, input.checkoutbutton, input.vieworderstatus, input.viewlicense, input.trackpackage, input.login, input.newaffiliate, input.affiliatelogin, input.search {
    -webkit-appearance: none;
    background: #0092DF !important;
    color: #fff;
    padding: 5px 8px;
    border: 0;
    border-radius: 4px;
    font-size: 1em !important;
    font-family: FontAwesome,sans-serif;
	cursor:pointer;
}
input.detailbuybutton {
    width: 100%;
    padding: 8px 5px;
    font-size: 1.5em;
    margin-top: 2px;
}
input.buybutton:hover, input.checkoutbutton:hover, input.detailbuybutton:hover{background-color:#FEA266 !important;}
input.detailbuybutton, input.checkoutbutton, input.cartaccountlogin{
	font-size:20px !important;
	max-width: 300px;
}
input.cartaccountlogin{
	min-width: 100px;
}
/* Social media and sharing */
input.askaquestion, input.emailfriend{
background:#0092DF;
color:#fff;
height:21px;
border:0;
border-radius:4px;
font-size:12px;
cursor:pointer;
margin-top:7px;
min-width: 125px;
}
div.socialmediabuttons{
float:left;
width:97%;
padding:4px;
border:1px solid #ccc;
border-radius:4px;
margin:4px;
background:#fff;
}
div.socialmediabutton{
float:left;
margin-top:7px;
margin-right: 7px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari/Edge */
   color: silver;
}
:-moz-placeholder { /* Firefox 18- */
   color: silver;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: silver;  
}
:-ms-input-placeholder {  /* IE 10+ */
   color: silver;  
}