﻿.RadButton {
    height: 30px;
}

.rbButton {
    padding-top: 6px !important;
    text-transform: uppercase;
}

    .rbButton.rbButtonSearch {
        height: 26px !important;
        width: 100% !important;
        padding-top: 4px !important;
        padding-left: 6px !important;
        padding-right: 6px !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: 4px;
    padding-top: 3px !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";*/
    /*content: "\E015";*/
    content: "\E118";
    content: "\E12E";
}

.rbJournal:before {
    content: "\e92b";
}

.rbWindow:before {
    content: "\e134";
}

.rbWindowSmall:before {
    content: "\e135";
}

.rbFilter:before {
    content: "\e129";
}

.rbTransfer:before {
    content: "\e020";
}
