.filters {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0%;
	left: 80%;
	background: #FFFFFF;
}

.filters .row {
	clear: both;
	width: 95%;
	padding-top: 10px;
}

.filters .row .firstchild {
	clear: both;
	background: #373935;
	width: 95%;
	padding-top: 10px;
}

.filters .label {
	clear: both;
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: bolder;
	color: gray;
	margin-top:0px;
}

.filters .text {
	width: 100%;
	margin-top: 5px;
	float: left;
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
}

.filters .select {
	width: 50%;
	margin-top: 5px;
	float: left;
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
	border: 1px solid #bebebe;
}

.filters .number {
	width: 40%;
	margin-top: 5px;
	float: right;
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
}

.filters .row .column {
	width: 100%;
	float: left;
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
}

.filters  .row .column .option {
	width: 100%;
	float: left;
	font-size: 13px;
	color: gray;
	margin-bottom: 10px;
	text-align: left;
	font-weight: lighter;
}

.filters  .row .table {
	width: 100%;
	float: left;
	/* max-height: 100px; */
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
	overflow: auto;
}

.filters  .row .table .option {
	width: 100%;
	float: left;
	font-size: 13px;
	color: gray;
	margin-bottom: 10px;
	text-align: left;
	font-weight: lighter;
}

.filters .image {
	position: absolute;
	top: 0;
	left: 5%;
	height: 20px;
	padding: 4px;
}

.filters .title {
	left: 0;
	right: 0;
	width: 100%;
	background: #373935;
	height: auto;
	color: white;
	padding: 5px 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}

.filter-buttons {
	position: absolute;
	bottom: 0px;
	height: 32px;
	width: 100%;
}

.filter-buttons .button {
	float: left;
	clear:none;
	width: 40% !important;
	margin-left: 1%;
	margin-right: 1%;
	min-width:10px;
	padding:3%;
}

.filter-buttons .reset {
	color: black;
	border-color: black;
}

.filter-buttons .reset:hover {
	background: #ababab;
}

.pFilter {
	top: 0;
	height: 85%;
	bottom: 0;
	right: 0;
	position: relative;
	padding: 5px;
	overflow: auto;
}

.folder-filters{
    clear:both;
    left:5% !important;
    width:95% !important;
    height:100%;
}

.folder-filters .row{
    clear:both;
    padding-top:5px;
    left:5% !important;
    width:95% !important;
    height:100%;
}
.folder-filters .row .label{
    clear:both;
    margin-left:5% !important;
    margin-top:0px;
    width:95% !important;
    height:100%;
}

.filters .label.folder:hover{
    cursor:pointer;
}

