.d-none {
	/*display: none;*/
}

.photoemotcounter {
	cursor: pointer;
}

.photoemotcounter-report-title {
    font-size: 2em !important;
	font-weight: bold;
    color: #076bb7;
	text-align: center;
	padding: 10px 0;
}

.photoemotcounter_hint{
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
}

.photoemotcounter_hint a{
    color: #076bb7;
}

.photoemotcounter-no-photos {
	font-weight: bold;
    font-size: 2.5em !important;
    color: darkorchid;
    padding: 20px !important;
}

.photoemotcounter_report_content table th {
	background-color: black;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

.photoemotcounter_report_content table td {
	font-size: 12px;
	padding: 2px 0;
}

.photoemotcounter_report_content table td:nth-child(1) {
	text-align: center;
}

.photoemotcounter_report_content table td:nth-child(2) {
	padding: 2px 0 2px 20px;
}

.photoemotcounter_report_content table td .icon.fa-thumbs-down {
	padding: 0 10px;
	float: right;
	position: absolute;
}

.photoemotcounter_report_content table td .icon.fa-exclamation {
	padding: 0 40px;
	float: right;
	position: absolute;
}

.photoemotcounter_report_content table tr:nth-child(even) {
	background-color: white;
}

.photoemotcounter_report_content table tr:nth-child(odd) {
	background-color: beige;
}

.photoemotcounter_report_content table tr:nth-child(even):hover,
.photoemotcounter_report_content table tr:nth-child(odd):hover {
	background-color: coral;
}

.photoemotcounter_report_content table td:nth-child(3),
.photoemotcounter_report_content table td:nth-child(4), 
.photoemotcounter_report_content table td:nth-child(5) {
	text-align: center;
}

.photoemotcounter_report_content table td.overWeek {
	background-color: #fabbbb;
}

.photoemotcounter_report_content table td.overMonth {
	background-color: #FF0000;
}

@media only screen and (max-width: 1024px) {
	.photoemotcounter_report_content table th {
		font-size: 10px;
	}

	.photoemotcounter_report_content table td {
		padding: 10px 0;
		font-size: 8px;
	}

	.photoemotcounter_report_content table td:nth-child(2) {
		padding: 2px 0 2px 2px;
	}

	.photoemotcounter_report_content table td .icon.fa-thumbs-down {
		display: none;
	}

	.photoemotcounter_report_content table td .icon.fa-exclamation {
		display: none;
	}

}