/**
 +===========================================================================+
 |    ____         __            ____ _               _               _      |
 |   / ___|  __ _ / _| ___ _ __ / ___| |__   ___  ___| | _____  _   _| |_    |
 |   \___ \ / _` | |_ / _ \ '__| |   | '_ \ / _ \/ __| |/ / _ \| | | | __|   |
 |    ___) | (_| |  _|  __/ |  | |___| | | |  __/ (__|   < (_) | |_| | |_    |
 |   |____/ \__,_|_|  \___|_|   \____|_| |_|\___|\___|_|\_\___/ \__,_|\__|   |
 |                                                                           |
 | (c) NinTechNet Limited ~ https://nintechnet.com/safercheckout/            |
 +===========================================================================+ 2024-09-29
*/

.sco-pro-only {
	background-color: #d63638;
	color: #fff;
	border-radius: 5px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
}

.riskscore-list {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin: 0 1em;
	padding: 0 5px;
	min-width: 30px;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.05);
	cursor: help;
}
.sco-border-grey {
	border: 1px solid #DFDFDF;
}
.sco-border-grey th {
	padding-left: 5px;
}
.sco-border-top-grey {
	border-top: 1px solid #DFDFDF;
}
.sco-font-600 {
	font-weight: 600;
}
/* Geolocation */
tr.sco-f-grey {
	background-color:#F9F9F9;
	line-height:15px;
}
tr.sco-f-white {
	background-color:#FFFFFF;
	line-height:15px;
}
td.sco-country-list {
	line-height:1;
	padding: 10px 10px;
}
div.sco-f-sub {
	width: 400px;
	background-color:#fff;
	padding: 0;
	overflow: auto;
	max-height:300px;
	resize:vertical;
	border:1px solid #ccc;
}
/* Risk score column for the "Orders" page */
.column-risk-score {
	text-align: center !important;
}
/* Metabox */
.sco-list-pc {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 3px;
	border: 1px #c3c4c7 solid;
	padding: 2px;
}
.sco-list-pc-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
