/*DEFAULTS*/
.gmnoprint img {
    max-width: none;
}


.i-heart-icon:before {
    background: url("../images/i-heart.png") no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
    width: 18px;
}

.i-cancel-icon:before {
    background: url("../images/i-cancel.png") no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle;
    width: 18px;
}


/*Radio, Checkbox*/
input[type=radio].css-checkbox {
    display: none;
}

input[type=radio].css-checkbox + label.css-radio-label {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-radio-label {
    background-position: 0 -15px;
}

label.css-radio-label {
    background-image: url(../images/checkboxes.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox {
    display: none;
}

input[type=checkbox].css-checkbox + label.css-checkbox-label {
    padding-left: 23px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-checkbox-label {
    background-position: 0 -18px;
}

label.css-checkbox-label {
    background-image: url(../images/checkboxes1.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
