.icon-ok {
    background: url("../img/glyphicons-halflings.png") no-repeat -288px 0;
    color: var(--standard-deep-dark-gray);
    display: inline-block;
    height: 14px;
    width: 14px;
}

.icon-time {
    background: url("../img/glyphicons-halflings.png") no-repeat -48px -24px;
    color: var(--standard-deep-dark-gray);
    display: inline-block;
    height: 14px;
    width: 14px;
}

.icon-print {
    background: url("../img/glyphicons-halflings.png") no-repeat -96px -48px;
    color: var(--standard-deep-dark-gray);
    display: inline-block;
    height: 14px;
    width: 14px;
}

.icon-plus {
    background: url("../img/glyphicons-halflings.png") no-repeat 0 -96px;
    color: var(--standard-deep-dark-gray);
    display: inline-block;
    height: 14px;
    width: 14px;
}

.icon-minus {
    background: url("../img/glyphicons-halflings.png") no-repeat -24px -96px;
    color: var(--standard-deep-dark-gray);
    display: inline-block;
    height: 14px;
    width: 14px;
}

.icon-folder-closed {
    background: url("../img/glyphicons-halflings.png") no-repeat -384px -120px;
    color: var(--standard-deep-dark-gray);
    display: inline-block;
    height: 14px;
    width: 14px;
}

.icon-folder-open {
    background: url("../img/glyphicons-halflings.png") no-repeat -410px -120px;
    color: var(--standard-deep-dark-gray);
    display: inline-block;
    height: 14px;
    width: 14px;
}
