/**
 * Please do not edit or add any code in this file without the permission of PIBBLU
 *
 * @author    Pibblu
 * @copyright PIBBLU TECHNOLOGY SOLUTIONS
 * @license   http://www.pibblu.in
 * Prestashop version 1.6+
 * ZIPCHECK 6.1.2
 * Dec 2015
 */

p.payment_module a.cod {
    background: url("../img/cash.png") no-repeat scroll 15px 15px #FBFBFB;
}
p.payment_module a.codno {
    background: url("../img/cashno.png") no-repeat scroll 15px 15px #FBFBFB;
}

p.payment_module a.cod::after, p.payment_module a.codno::after {
    color: #777;
    content: "\f054";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}

#zipcheck_block_left {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 5px;
}


#zipcheck_block_left h4 {
    background-color: transparent !important;
    border-radius: 3px 3px 0 0;
    padding: 6px 0 6px 6px;
    text-align: left;
    color:#000000;
}
#zipcheck_block_left #zipcheckstatus {
    color:inherit;
    font-weight: inherit;
}
#zipcheck_block_left p.entry_block {
    background-color:transparent;
    border-radius: 0 0 3px 3px;
    padding: 0 0 6px 8px;
}

#zipcheck_block_left p.success_inline {
	color: #418B19;
	font-weight: bold;
    background-color: #CCCCCC;
    padding: 0 0 6px 6px;
}
#zipcheck_block_left p.warning_inline {
	color: #DA0F00;
	font-weight: bold;
    background-color: #CCCCCC;
    padding: 0 0 6px 6px;
}

#zipcheck_block_left input.inputNew {
	padding:0 5px;
	height:31px;
	width:180px;
	border:1px solid #ccc;
	border-right:none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size:12px;
	color:#999;
}
*:first-child+html #zipcheck_block_left input.inputNew {position:static;}/* hack ie 7 */

#zipcheck_block_left input.button_mini {
	postion:relative;
	left:-33px;
	height:30px;
	width:30px;
	border:0;
	text-indent:-5000px;
	background:url(../img/bg_bt_zipcheck_ok.gif) no-repeat 0 0;
	cursor:pointer
}
*:first-child+html #zipcheck_block_left input.button_mini {padding-left:24px !important;}/* hack ie 7 */

