@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/font/glyphicons-halflings-regular.eot');
    src: url('/font/glyphicons-halflings-regular.eot?#iefix')format('embedded-opentype'), url('/font/glyphicons-halflings-regular.woff')format('woff'), url('/font/glyphicons-halflings-regular.ttf')format('truetype'), url('/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.whg-cookie-data a > .glyphicon,
.whg-cookie-data .glyphicon {
    color: #5a5a5a;
    font-size: 2.5em;
    cursor: default;
}

    .whg-cookie-data .glyphicon.inactive {
        cursor: pointer;
    }

.whg-cookie-data .glyphicon-ok-sign.active,
.whg-cookie-data .glyphicon-ok-sign.inactive:hover {
    color: green;
}

.whg-cookie-data .glyphicon-remove-sign.active,
.whg-cookie-data .glyphicon-remove-sign.inactive:hover {
    color: red;
}
