#formFrame label {font-weight: bold}
p.back {display: none}
.widgetdisabled
{
	opacity: 0.5;
}
.pg_mandatoryHint{margin-top: 20px; font-size: 12px;}
.btn.disabled {
    opacity: 0.5 !important;
    cursor: unset;
}
.disabled {
    opacity: 0.5;
	cursor: default;
}
.themeinsel
{
    border: 1px solid #dddddd;
    border-radius: 12px;
/*    box-shadow: 2px 3px 4px; */
    margin: 30px 0px 20px !important;
    padding: 20px;
}
.pg_backdrop
{
    position: fixed;
    background-color: #000;
    opacity: 0.2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.pg_dialog
{
    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 7px;
    box-shadow: 3px 4px 13px #000000;
    left: 36%;
    overflow: hidden;
    position: fixed;
    top: 30%;
    width: 500px;
}
.pg_titlebar
{
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 7px 7px 11px;
    width: 100%;
}
.pg_content
{
	padding: 12px
}
.pg_placard {
    border-top: 1px solid #dddddd;
    padding: 12px;
}
.pg_mandatory
{
	float: left;
	color: #f00;
	padding-right: 4px;
	font-weight: bold;
}
.pg_btn, input[type=submit]
{
    background: #08507f none repeat scroll 0 0 !important;
    border: 0.1rem solid #08507f;
    border-radius: 0.4rem;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto;
    padding: 9px;
    text-align: center;
    font-size: 1rem;
}
.pg_btn:hover
{
	background: #000000 none repeat scroll 0 0 !important;
}
.submit.disabled {
    opacity: 0.6;
}

@media(max-width: 768px)
{
	.mod_article > .backpic {max-height: 0 !important}
	.mandatoryHint {margin-top: 0 !important}
	.placard .btn.col6 {min-width: 0}
	
	.scale > div.row {display: flex}
	.scale > div.row label {min-height: 95px}
}