.ui-progressbar {
	margin: 20px 0 0 3%;
}

.ui-progressbar .ui-progressbar-value {
	background-image: url('/misc/progress.gif');
	color: white;
	font-size: 80%;
	font-weight: normal;
	line-height: 2.3em;
	overflow: hidden;
	padding-left: 9px;
}

.node-url-calendar-wrapper {
	float: right;
	margin-top: 10px;
	width: 70%;
}

.node-url-calendar-legend {
	float: right;
	font-size: 85%;
	line-height: normal; margin-left : 3%;
	visibility: hidden;
	width: 30%;
	margin-left: 3%;
}

.node-url-calendar-legend table {
	margin: 0;
}

.node-url-calendar-legend table td {
	padding: 7px 6px 0 0;
}

.node-url-calendar-legend table td div {
	border-radius: 6px 6px 6px 6px;
	height: 15px;
	width: 25px;
	padding: 2px 0 2px 0;
}

.node-url-calendar .month {
	border: 1px solid #ddd;
	border-bottom: 10px solid black;
	border-radius: 8px;
	float: right;
	margin: 3% 0 0 3%;
	width: 30%;
}

.node-url-calendar .month.current-month {
	border-bottom-width: 20px;
	border-radius: 20px;
	margin-top: 0;
	width: 63.6%;
}

.node-url-calendar .month .month-name {
	background-color: #e3e3e3;
	border-radius: 8px 8px 0 0;
	font-family: Bebas;
	padding: 5px;
	text-align: center;
}

.node-url-calendar .month.current-month .month-name {
	border-radius: 20px 20px 0 0;
	padding: 10px;
}

.node-url-calendar .month .week {
	clear: left;
}

.node-url-calendar .month .day {
	float: left;
	text-align: center;
	padding: 2px 0 2px 0;
	width: 14%;
}

.node-url-calendar .month .day.has-test {
	
}

.node-url-calendar .month .day.has-test div {
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	margin: 0 2px 0 2px;
}

.node-url-calendar .clear {
	clear: right;
}

.node-url-calendar-multiple-tests-dialog {
	font-size: 85%;
}

.node-url-calendar-multiple-tests-dialog .ui-dialog-title {
	font-size: 85%;
	font-weight: normal;
}

.node-url-calendar-multiple-tests-dialog td {
	padding: 0 6px 7px 0;
}

.node-url-calendar-multiple-tests-dialog td div {
	border-radius: 6px;
	padding: 2px;
}

.node-url-calendar-dialog {
	font-size: 70%;
}

.node-url-calendar-dialog .ui-dialog-title {
	font-size: 85%;
	font-weight: normal;
}

.node-url-calendar-dialog th.group,.node-url-calendar-dialog td.group {
	background: #eee;
	font-style: italic;
	padding: 12px 0 4px 0;
	text-align: center;
}

.node-url-calendar-dialog th,.node-url-calendar-dialog td {
	border: 1px solid #eee;
}

.node-url-calendar-dialog thead th {
  padding: 4px;	
}

.node-url-calendar-dialog th div,.node-url-calendar-dialog td div {
  padding: 4px;
	width: 110px;
	word-wrap: break-word;
}

.node-url-calendar-dialog tr.location-country-top td {
	background-color: #111;
	color: #eee;
}

.ui-widget-overlay {
	background-color: black;
	filter: Alpha(Opacity =         70);
	opacity: .70;
}

.node-url-calendar .load-more {
	background-color: #e3e3e3;
	border-radius: 8px;
	margin: 3% 0 3% 3%;
	padding: 5px;
	text-align: center;
}

/* 
Verdicts 
NOT_ENOUGH_DATA = 1;
INNOCENT = 2;
CONTRADICTORY = 3;
RESTRICTED = 4;
BLOCKED = 5;
*/
.verdict-1 {
	background-color: #eee;
	color: black;
}

.verdict-2 {
	background-color: #45D541; /* Green */
	color: white;
}

.verdict-3 {
	background-color: orange;
	color: black;
}

.verdict-4 {
	background-color: #F1F409; /* Yellow */
	color: black;
}

.verdict-5 {
	background-color: #D60000; /* Red */
	color: white;
}