﻿.RadButton {
    height: 30px;
}

.rbButton {
    padding-top: 6px !important;
    text-transform: uppercase;
}

    .rbButton.rbButtonSearch {
        height: 26px !important;
        width: 100% !important;
        padding-top: 4px !important;
    }

    .rbButton.rbButtonFilter {
        height: 26px !important;
        width: 100% !important;
        padding-top: 4px !important;
    }

    .rbIcon.rbPrimaryIcon.rbFilter {
        margin: 0 !important;
    }

    .rbButton.rbButtonAddItem {
        height: 26px !important;
        width: 100% !important;
        padding-top: 4px !important;
    }

    .rbButton.rbButtonAddNew {
        width: 105px;
    }

    .rbButton.rbButtonSave {
        width: 95px;
    }

    .rbButton.rbButtonClose {
        width: 90px;
    }

    .rbButton.rbButtonHistory {
        width: 100px;
    }

    .rbButton.rbButtonJournal {
        width: 105px;
    }

    .rbButton.rbButtonPrint {
        width: 90px;
    }

.rbExcel:before {
    content: "\e90a";
}

.rbClose:before {
    content: "\e100";
}

.rbUnapproved:before {
    content: "\e945";
}

.rbHistory:before {
    content: "\e801";
}

.rbAddItem:before {
    content: "\e019";
    /*content: "\e12e";*/
    /*content: "\e94d";*/
}

.rbJournal:before {
    content: "\e92b";
}

.rbWindow:before {
    content: "\e134";
}

.rbWindowSmall:before {
    content: "\e135";
}

.rbFilter:before {
    content: "\e129";
}

.lnr-window::before {
    font: 16px/1 "WebComponentsIcons";
    content: "\e137";
}