.law { font-size:80%;  border-radius:8px; padding:10px; }
.law h3, .law p, .law ul, .law ol, .law li  { line-height:1.5em; }
.c { text-align:center !important; }
.l { text-align:left !important; }
.r { text-align:right !important; }
.line12 { line-height:1.2em !important; }
.word-break { word-break: break-all !important; }
.break-all { word-break:break-all; }

.choice { background: #7597e0; }
.code { font-family:"consolas"; }
strong {font-weight:700; }

.bg-selected {
    background-color:#bbc7d4;    
}

#ModalBasic {
  overflow: auto;
}
#dialogConfirm {
  overflow: auto;
}

img.bordered { border:2px solid #000; }

.ellipsis { display:inline-block;width:100%; line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
em.sm { font-style:normal; font-size:0.5em; }


.form-control:disabled, .form-control[readonly] {
  opacity:0.5;  
}

.ticker { position:absolute;right:20px;top:90px; }

.hide { display:none; }

