.product-option-message {
    display:none;
}

.product-option-appended-message {
    border: 2px dotted #c81717;
  	color: #000;
    padding:10px;
    width:100%;
    margin:5px;
    overflow:auto;
}

.product-option-appended-message img {
    float:left;
    margin-right:10px;
    max-width:70px !important;
}

.required-error, .numeric-error, .max-checkboxes-error, .min-checkboxes-error {
    color:#f00;
    display:inline-block;
}

.product-option input[type=radio] {
    margin: 5px 20px 0 5px;
    float: left !important;
}

.product-option-radio label {display:block;}

.product-option input[type=radio].radio-image-radio, .product-option input[type=checkbox].radio-image-radio {
    display: none;
}

.radio-image-label {
    text-align:center;
    display:inline-block;
    margin:10px;
    max-width:70px;
    vertical-align:top;
}

.radio-image-label img, .radio-image-label img.radio-image-image {
    max-width:70px;
    opacity:0.9;
    border:1px solid #eee;
}

.radio-image-box {
	position:absolute;
	background:#fff;
	z-index:9999;
	margin-top: -90px;
	margin-left:75px;
	width:300px!important;
	border: 1px solid #eee;
	padding:10px;
}

.radio-image-box img {
	opacity:1!important;
	border:none;
}

.radio-image-label img:hover {
    opacity:1.0;
    border:1px solid #ccc;
}

.radio-image-label.selected-radio-image img.radio-image-image, .radio-image-label.selected-radio-image img.radio-image-image:hover {
    opacity:1.0;
    border:3px solid #bc84e9;
    cursor:pointer;
}
.radio-image-label.selected-radio-image .box-selected
{
    display: block!important;
    position: absolute;
    background: #bc84e9;
    color: #fff;
    padding: 2px 5px;
    margin-top: -32px;
    margin-left: 53px;
    font-size: 12px;
    font-weight: normal;
}
.radio-image-label:hover {
    cursor:pointer;
}

.radio-image-label .radio-image-option {
    color:#000;
    text-align:center;
}

.datepicker-icon {
    cursor:pointer;
}

.datepicker-icon img {
    width: 100px;
}

.datepicker-value {
    display:none;
}

.number-as-text-error {
    color:red;
}

.range-value {
    display: block;
    width: 100%;
    text-align: center;
}