/**
 *  2020 SDi Soluciones Informaticas
 *
 *  @author    SDi <info@sdi.es>
 *  @copyright 2020 SDi Soluciones Informaticas
 *  @license   SDi - Licencia Comercial
 */

 .form-control:disabled, 
 .form-control[readonly], 
 .custom-radio input[type=radio]:disabled,
 .custom-radio input[type=radio][readonly]
 {
    background-color: #e9ecef !important;
    opacity: 1;
    pointer-events: none;
}

.disabledRadio{
	pointer-events: none;
}

.address_title{
	font-size: 19px;
    color: #01378A;
    margin-bottom: 20px;
}

#customer_notice,
#customer_notice a{
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #00378b;
    font-weight: 600;
}

#customer_notice a{
    text-decoration: underline;
}