#FiltersPanel
{
	padding-top: 0px;	
	display: block;
	float: left;
	width: 100%;
}

#FiltersPanel div.tabs
{
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-bottom: 1px;
	margin-left: 10px;
}

#FiltersPanel .tab
{
	padding: 5px 10px;
	background-color: #b5b4b4;
	border: solid 1px #b5b4b4;
	border-bottom: none; 
	margin-left: 5px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
	top: 1px;	
}

#FiltersPanel .tab.active
{
	color: #000000;
	background-color: #f0f0f1;
	border: solid 1px #9c9c9c; 
	border-bottom: solid 1px #f0f0f1; 

	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 4px;	
}
#FiltersPanel div.filters
{
	border-bottom: solid 1px #9c9c9c; 
	border-top: solid 1px #9c9c9c; 
	width: 100%;
	display: block;
	float: left;
	background-color: #f0f0f1;
	/*height: 100px;*/
	padding: 15px 5px;
}
#FiltersPanel div.filters label 
{
    padding-bottom: 2px;
    margin-left: 3px;
}

#FiltersPanel div.filters input 
{
    height: auto;
}
#FiltersPanel tr
{
	padding-bottom: 5px;
}

#FiltersPanel select
{
	width: 100%;
    height: 22px;
}

#FiltersPanel td.labels
{
	 font-weight: bold;
	 text-align: right;
	 vertical-align: middle;
	 width: 130px;
	 padding-right: 7px;
}

#FiltersPanel td.radio
{
	 vertical-align: top;
	 padding-top: 4px;
}

#FiltersPanel td.data
{
	 font-weight: normal;
	 text-align: left;
	 vertical-align: top;
}

#FiltersPanel tr td
{
	 padding-bottom: 7px;
}

div.reportsColumn
{
	display: block;
	float: left;
	width: 33%;
	padding-right: 15px;
}

td.fileLabel
{
	font-weight: bold;
	padding-right: 3px;
	width: 100px;
}
td.fileImage
{
	width: 16px;
	padding-right: 3px;
}

.message
{
	color: #cc0066;
}

.table-archive-reports {
    box-sizing: border-box;
    width: 100%;
    border: 0 !important;
    background: #F1F1F1;
}

    .table-archive-reports .table-archive-reports__icon {
        border-right: 0;
        padding-left: 8px;
        width: 25px;
        height: 25px;
        text-align: center;
    }

        .table-archive-reports .table-archive-reports__icon img {
            display: block;
            margin: auto;
        }

    .table-archive-reports .table-archive-reports__link {
        border-left: 0;
    }

    .table-archive-reports .table-archive-reports__link__depo-number {
        font-weight: bold;
    }

    .table-archive-reports .table-archive-reports__state {
        color: #AAAAAA;
        text-transform: uppercase;
        width: 30%;
        text-align: left;
    }

    .table-archive-reports > tbody > tr:nth-child(even) {
        background-color: #FFFFFF;
    }

    .table-archive-reports tr td {
        padding: 8px;
        padding-left: 0;
        border: 0;
    }
