@import url("plugins/datepicker/bootstrap-datepicker.css");

.clearfix {
	clear: both;
}

#filter_reports {
	width: 100%;	
}

.type-of-report-selector {
	float: left;
	width: 45%;
	margin-right: 15px;
}

.type-of-report-selector select {
	width: 100%;
	height: 34px;
}

.dates-selector {
	width: 40%;
	float: left;
	margin-left: 10px;
}

.dates-selector .dateFrom, .dates-selector .dateTo {
	width: 45%;
	margin-left: 2%;
	float: left;
}

.buttons-form input[type=submit] {
	margin-top: 10px;
	margin-left: 0;
    background-color: #f56b20;
    color: #ffffff;
    width: 100px;
}

/** Optional filters **/

.report.certifications-per-spec .radio {
	display: inline-block !important;
	margin-right: 20px;
}

.report.certifications-per-spec .radio input[type=checkbox] {
	margin-right: 5px;
}

.report.certifications-per-spec .list.categories-audience .col-md-6 > * {
	text-align: center;
}

.report.certifications-per-spec .list.categories-audience .col-md-6 > select {
	margin: 0 auto;
}

.extra-filter-header {
	text-align: center;
}

div.extra-filter-value input[type=checkbox] {
	margin-right: 15px;
}

/** Table of products per organizations **/

.report thead tr td {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.report th {
	padding: 20px;
    text-align: center;
    border: 2px solid #b8cbd1;
    border-spacing: 0;
}

.report td {
	text-align: center;
}

/** Table of unique products **/

.report.unique-products td {
	border: 0;
	vertical-align: middle;
}

.report.unique-products td.uniqueProductTitle {
	font-size: 20px;
	border: 1px solid #f56b20 !important;
}

.report.unique-products td.productVersion {
	font-size: 18px;
	padding-top: 0 !important;
}

/** Report organizations no conformance **/
.report.organizations-no-conformance .views-field-title a {
	display: block;
	padding: 5px 0;
}

/** Datatable **/

table.dataTable thead td {
	border: 0px !important;
}

/** Table IMS **/

.table-ims thead td {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.table-ims tbody td {
	text-align: left;
}

.table-ims .dataTables_paginate {
	margin: 15px 0;
}

.table-ims .dataTables_filter label {
	color: #f56b20;
}

.table-ims .dataTables_filter input[type=search] {
	height: 40px;
    font-size: 14px;
    color: #848688 !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #ccd9df;
    padding: 8px 9px;
    outline: none;
}

.number_results {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	display: block;
}