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

.filters-export {
	bottom: 60px;
}

.filters .row {
	clear: both;
	width: 95%;
	padding-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom:0px;
}

.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: #4c4c4c;
	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: 0px;
	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;
    margin-bottom: 0px;
}

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

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

.filters .image-close {
	height: 15px;
	width: 15px;
	min-height: 15px;
	min-height: 15px;
	position: relative;
	float: right;
	clear: none;
}

.filters .title {
	left: 0;
	right: 0;
	width: 100%;
	background: rgb(70, 42, 82);
	height: auto;
	color: white;
	padding: 5px 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}

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

.filter-buttons .button {
	float: left;
	clear:none;
	width: 48% !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: 32px;
	bottom: 32px;
	left:0;
	right: 0;
	position: absolute;
	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;
}

.filter-link {
	padding: 10px !important
}

.filters .questionReplySubDiv{
    height:25px;
    float:left;
    width:100%;
}

.filters .actionRed{
    float:left;
    background:#ffacab;
    width:30px;
    margin-right:1%;
    height:30px;
}

.filters .actionRed.optional{
    float:left;
    background:#e0acab;
    width:30px;
    margin-right:1%;
    height:30px;
}

.filters .actionRed input{
    width:30%;
    margin-top:12px;
    height:auto;
    margin-left:10px;
}

.filters .actionRed .reply-check input{
    width:20%;
    margin-top:8px;
    height:auto;
    margin-left:15px;
}

.filters .actionGray{
    float:left;
    background:#f7f7f7;
    width:80%;
    height:30px;
    overflow:auto;
}

.filters .actionGray .label{
    margin-top:5px !important;
    margin-left:10px;
    margin-bottom:5px !important;
}

.filters .actionGray .reply-label{
    margin-top:5px !important;
    margin-left:10px;
    margin-bottom:5px !important;
}

.filters .selectSelector {
    width: 99%;
    position: relative;
    float: left;
    margin-top: 0px;
    box-sizing: border-box;
    margin-left: 2px;
}

.filters .selectorText {
    width: 99%;
    margin-top: 0px;
    float: left;
    font-size: 15px;
    color: gray;
    text-align: left;
    font-weight: lighter;
}

.filters .selectSelector .selectorButton {
    position: absolute;
    right: -3px;
    height: 100%;
    background: #bebebe;
    margin: 0px;
    margin-top: 0px;
    top: 0px;
    width: 30px;
}

.selectorButton img, nextButton img, .previousButton img {
    position: absolute;
    height: 27px;
    width: auto;
    margin: 0px;
    padding: 1px;
    top: 0px;
    margin-left: 2px;
}