div#file_manager_title {
	white-space:pre; // Show blank spaces
}

input#doc_search {
	width: 370px; 
	margin-left: 20px
}

.file_manager_title {
        font-size: 1.2em;
        background-color: #eee;
}

.file_manager_body {
        width: 1500px;
}

div#entity.col-3, div#file_list.col-3, div#file_attributes.col-4 {
        border-left-style: solid;
        height: 100%;
        border-left-width: thin;
        border-left-color: #ededed;
}

div#file_list.col-3.class-override, div#file_attributes.col-4.class-override {
        border-left-style: none;
}

div#output {
	min-height: 38px; 
	width: 803px; 
	white-space: pre; 
	border: 1px solid #ccc;
	margin-left: 82px;
	margin-bottom: 10px;
	padding-top: 8px;
}

div#ui-datepicker-div {
	width: 280px;
}

