p {  
	-webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  }
.hint {
    font-size: 11px;
    margin-top: -24px;
    padding-left: 62px;
}
.error
{
	border-color: red !important
}
p.back {display: none}

.framecenter
{
	margin-left: 18.5% !important;
}

.widget .mandatory, .cBLabelOuter .mandatory {color: #ff0000}
.widget textarea {
margin-left: 33px;
}
.cBFrame {
    display: flex;
    min-height: 32px;
    vertical-align: top;
    margin-bottom: 20px
}
.checkbox.mandatory .cBFrame .cBLabelOuter span {position: relative}
.checkbox.mandatory .cBFrame .cBLabelOuter span:after {content: "*"; color: #f00; position: absolute; right: -15px; bottom: 0}
.mandatorySpan:after {content: "*"; color: #f00; display: inline-block}

.cBFrame p {margin-top: 0}

.cBLabel .checkmark::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 0 3px 3px 0;
    height: 10px;
    left: 8px;
    top: 3px;
    transform: rotate(45deg);
    width: 5px;
}
.checkmark::after {
    content: "";
    display: none;
    position: absolute;
}
.checkmark {
    background-color: #ffffff;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}
.cBLabel input {
    cursor: pointer;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 0 !important;
}
#formFrame {max-width: 960px}
#formFrame label {
    font-weight: bold;
}
.cBLabel {
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 10px !important;
    padding-left: 40px;
    position: relative;
    margin-top: 5px
}
.cBLabel input:checked ~ .checkmark::after {
    display: block;
}
.cBLabel:hover input ~ .checkmark {
    background-color: #cccccc;
}
.cBLabel input:checked ~ .checkmark {
    background-color: #107986;
    border: 2px solid #107986 !important;
}
button.btn, .widget-submit .submit, .submit_container input[type="submit"], .mod_subscribe input[type="submit"], .mod_unsubscribe .submit, .mod_search .formbody input[type="submit"], #ctrl_8 {
    -moz-appearance: none;
    align-self: center;
    background: #107986 none repeat scroll 0 0 !important;
    border: 0.1rem solid #107986;
    border-radius: 0.4rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    min-width: 13.6rem;
    padding: 12px;
    text-align: center;
    white-space: normal;
    width: 100%;
}
.btn {
    width: 31% !important;
}
.mandatoryHint
{
	clear:both;
	font-size: 11px;
}
.mandatoryHint.red {
    color: #ff0000;
}
/* ---------------------- */
.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-size: 1rem;
    font-weight: bold;
    margin: 0 auto 0 15px;
    padding: 12px;
    text-align: center;
}
.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}
}