/* indlang.css */

/* 2021-08-20 */

/* ========================================================================= */
/* modify the banner and sitemenu appearance */

div#wb-bnr {
  /* background: orange; */
  background: #cf3f0e; }

div#wb-bnr>.container {
  background: #cf3f0e; }

#wb-sm {
  /* background: #0e4164; */
  background: #555;
  color: #fff; }

#wb-sm ul.menu>li {
  border-right: 1px solid #999;
  padding: 0; }

#wb-sm .nvbar {
    background: #555; }

div.nri_logo img {
  padding: 5px 5px;
  background-color: black;
  max-width: 100%;
  height: auto; }

div.nri_logo
 {
  margin: 0px 11px 0px 0px;
  background-color: black;
 }

/* ========================================================================= */

#wb-dtmd {
  float: right; }

/* ========================================================================= */
/* suppress displaying the actual hyperlink in print view: */
/*   (i.e. override the default behaviour in Bootstrap v3 (used in WET v4)) */
#nri_main a[href]:after {
    content: initial; } 

/* table formatting */

th.colwidth20pct {
     width: 20%; }

/* jstree formatting */

/* jstree icons */
.glyphicon-green {
    color: green; }

/* end of file */

