﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
 /*   max-width: 280px;*/
}

#folderTreeDialog {
    padding: 10px;
}

#folderTreeView {
    height: 100%;
    overflow: auto;
}

.k-treeview .k-in {
    padding: 5px;
    cursor: pointer;
}

.k-treeview .k-in:hover {
    background-color: #f5f5f5;
}

.k-treeview .k-in.k-state-selected {
    background-color: #007bff;
    color: white;
}

