
/* ------------------ rate plugin colors -------------- */

.wdig-button-yellow {
	background-color: #fafaf0 !important;
	border-color: #FFB900 !important;
	color: #FFB900 !important;
}

.wdig-button-yellow:hover {
	background-color: #F1F1F1 !important;
}

.wdig-button-green {
	background-color: #209400 !important;
	border-color: #118d00 !important
}

.wdig-button-green:hover {
	background-color: #F1F1F1 !important;
	color: #118d00 !important;
}

.wdig-button-red {
	background-color: #fff8f7 !important;
	border-color: red !important;
	color: red !important;	
}

.wdig-button-red:hover {
	background-color: #F1F1F1 !important;
}

/* --------------- notification box colors ----------- */

.wdig-success {
	background-color: #F3F5F6 !important;
	border-left-color: #46B450 !important;
	margin-top: 15px;
	padding: 10px;
	padding-bottom:15px;
}

.wdig-warning {
	background-color: #F3F5F6 !important;
	border-left-color: #edeb0c !important;
	margin-top: 15px;
	padding: 10px;
	padding-bottom:15px;
}

.wdig-info {
	background-color: #F3F5F6 !important;
	border-left-color: #0071A1 !important;
	margin-top: 15px;
	padding: 10px;
	padding-bottom:15px;
}

.wdig-error {
	background-color: #F3F5F6 !important;
	border-left-color: #dc3232 !important;
	margin-top: 15px;
	padding: 10px;
	padding-bottom:15px;
}

.wdig-dismiss-link {
	position: absolute;
	right: 7px;
	bottom: 7px;
}

/* --------------- file status colors ----------- */

.wdig-exposed {
	color: red !important
}

.wdig-notscanned {
	color: red !important
}

.wdig-safe {
	color: green !important
}

/* --------------- misc ----------- */

.wdig-support {
	margin: 5px 5px 10px 5px;
	font-size: medium;
}

.wdig-p {
	margin: 5px
}

