﻿/* Put css styles for home view here */
.home-view p {
	padding: 5px;
}
.dx-fileuploader-content > .dx-fileuploader-button,
:nth-last-child(2).dx-fileuploader-button-container {
    display: none;
}
.no-data-icon {
    font-size: 50px;
    border: 5px solid #5cb85c;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    line-height: 85px;
    color: #5cb85c;
    margin: auto;
}