/* POST CODE ***/

.days-fieldset_post_code{
	border: 1px solid #DCDBDA;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0;
	width: 260px;
	padding-left:10px;
}



.bkap_modal {
    display: none; /* Hidden by default */
    
    z-index: 9999; /* Sit on top */
    padding-top: inherit; /* Location of the box */
    left: inherit;
    top: inherit;
    width: auto; /* Full width */
    height: auto; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0); /* Black w/ opacity */
	
	
}

/* Modal Content */
.bkap_modal-content {
    position: relative;
    background-color: #FCFCFC;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 20em;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height: auto;
	
}


/* The Close Button */
.bkap_close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.bkap_close:hover,
.bkap_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.bkap_modal-header {
    padding: 2px 16px; 
    background-color: #D5D5D5;
    color: #353535;
	font-family: TrendHMSansOne,Helvetica,Arial !important;;
    font-size: 1.1em;
}

.bkap_modal-body {
	padding: 2px 16px;
	padding-top:2%;
	padding-bottom:2%;
	height: auto;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0);
}
.submit_post_code {
    margin-left: 25%;
	padding-bottom: 4px;
    width: 50%;
}
.bkap_post_code_of_user{
	
}
.reset_post_code{
	background-color: rgba(0,0,0,0);
    border: 0 none;
    border-radius: 2px;
    color: #353535;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0px 11px;
    vertical-align: bottom;
	text-transform: inherit;
}

.reset_post_code:hover,
.reset_post_code:focus
 {
    color: #353535;
    background-color: rgba(0,0,0,0);
}

ul.wcsatt-options-product {
    margin: 0 !important;
    padding: 0;
}