@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../../fonts/glyphicons-halflings-regular.eot");
    src:
        url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
        url("../../fonts/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;
}

.glyphicon-pencil::before {
    content: "\270f";
}

.glyphicon-ok::before {
    content: "\e013";
}

.glyphicon-remove::before {
    content: "\e014";
}

.glyphicon-folder-close::before {
    content: "\e117";
}

.glyphicon-magic::before {
    content: "\e010";
}

.glyphicon-zoom-in::before {
    content: "\e015";
}

.glyphicon-zoom-out::before {
    content: "\e016";
}

.glyphicon-repeat::before {
    content: "\e030";
}

.glyphicon-refresh::before {
    content: "\e031";
}

.glyphicon-move::before {
    content: "\e068";
}

.glyphicon-screenshot::before {
    content: "\e087";
}

.glyphicon-remove-circle::before {
    content: "\e088";
}

.glyphicon-resize-full::before {
    content: "\e096";
}

.glyphicon-repeat--bal {
    transform: scaleX(-1);
}

.input-ikonos .green {
    color: #458746;
}

.input-ikonos .red {
    color: #b94846;
}
