/* CSS Document */
.sf-btn-24,
.sf-icon-24 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 16px 16px;
	background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    margin: 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid transparent;
}

.sf-btn-32,
.sf-icon-32 {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 16px 16px;
	background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    margin: 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid transparent;
}

.sf-btn-48,
.sf-icon-48 {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: 24px 24px;
	background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    margin: 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid transparent;
}

.sf-btn-comp,
.sf-icon-comp {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
	background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    margin: 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid transparent;
}

.sf-icon-modal {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 18px 18px;
	background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    margin: 0 6px 0 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid transparent;
}

.sf-btn-24:hover,
.sf-btn-32:hover,
.sf-btn-48:hover,
.sf-btn-comp:hover {
	cursor:pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ic-info { background-image: url(img/info.svg) }