﻿/* Put css styles for home view here */
.apphome-view .tsLists .list {
    margin: 5px 0;
}

.apphome-view .tsLists h1 {
    font-size: 1.0em;
    margin: 0;
    padding: 0.8em 3px;
    font-weight: bold;
}

.approvalListItem {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 5px;	
}

.apphome-view .actionButton {
    display: block;
    margin-top: 20px;
    float: left;
    width: 45%;
}
.apphome-view .actionButton:nth-child(2n) {
    float: right;
}

/* fix for win8 buttons */
.dx-theme-win8 .dx-button {
    padding: 0;
}

.apphome-view .detailsButton {
    display: block;
    margin-top: 20px;
    float: right;

}