body{
	background: #F0F0F0;
}
.btn-default{
	border:1px solid silver;
}
.btn-primary{
	background-color:#445630;
	border-color:#445630;
	transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  	outline: none;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #5a6f3d;
	border-color: #5a6f3d;
}
.btn-primary:focus-visible, 
.btn-primary:focus{
	outline: none;
	box-shadow: 0 0 0 3px rgba(90, 111, 61, 0.4); 
}
button.btn-primary:active {
  	background-color:#445630!important;
	border-color:#445630!important;
}
.input-group-addon{
	border-right:1px solid silver;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:4px 4px 0px 4px
}
.dropdown-toggle{
	border:1px solid silver;
	background:white;
}
.transp{
	border:none;
	background:none;
}
.fieldname{
	font-size:10pt;
	color:gray;
	margin-bottom:0px;
}
.vl{
	display:block;
	margin-top:15px;
}
.picdiv{
	width:200px;
	height:125px;
	padding:3px;
	border:1px solid silver;
	border-radius:6px;
	margin:3px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.boxedfields{
	border:1px solid silver;
	border-radius:10px;
	margin:10px 1px 10px 1px;
	padding:10px;
	position:relative;
}
.boxedfields_label{
	width:130px;
	background:gray;
	color:white;
	font-weight:normal;
	text-shadow:0px 0px 2px black;
	font-size:9pt;
	position:absolute;
	top:-1px;
	left:-1px;
	border-bottom-right-radius:5px;
	text-align:center;
}

.img-item {
	display: inline-block;
	margin-top: 30px;
	position: relative;
	user-select: none;
}
.img-item img {
	border: 0px;
	height: 60px;
	border-radius:5px;
}

.modal-dialog {
	max-width:80%;
}

.modal-custom {
	width: 70%;
	height: 70%;
	padding: 0;
}

.trade_partner_confirmation{
	position:absolute;
	top: 50%;
	left: 50%;
	padding:20px;
	width:500px;
	margin-right: -50%;
	background: #f9f9f9;
	border:1px solid #66725b;
	display:none;
	border-radius: 10px;
	box-shadow:0px 0px 15px #66725b;
	z-index:999999999;
	transform: translate(-50%, -50%);
}
.trade_partner_confirmation p {
	color:red;
	font-size: 24px;
	padding:20px;
}