.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; }
.choice { background: #7597e0; }
.code { font-family:"consolas"; }
strong {font-weight:700; }
.aok_address {
    width:100%; 
    background:#bbc7d4; 
    padding:4px 0;
    font-weight:700;
    color:#333;
    font-size:1em; border:2px solid #ddd;
    border-radius:4px;
}

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

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

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

.ellipsis { display:inline-block;width:100%; height:20px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.noborder { border:none; background-color:transparent; font-weight:700; width:120px; color:#fff; }

.modal-title {color:#000;}
div.modal-content h3 { color:#000; }
div.modal-content h4 { color:#000; }
div.modal-content table { color:#000; }

.processing {display:none;}

.hide {
  display: none;
}
