

body {
  font-size: 18px;
}


.navbar.navbar-static-top {
  border-left: 1.5px solid black!important;
  background-image: url("npatt.png");
}

.logo {
  margin-top: 3px!important;
  background-color: white!important;
  
}

.main-header {
  background-image: url("npatt.png")!important;
}

.main-header .logo {
  font-family: Rigteous;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  z-index: 999;
}



.ul.treeview-menu .menu-open {
  font-size: 16px!important;
}

div.small-box {
  height: 26vh;
}

/* a#abcd.display {
  color: white;
  font-weight: bolder!important;
} */

.bold-text {
  font-weight: bolder;
}

div#header.shiny-html-output.shiny-bound-output {
  opacity: 0!important;
}

div.box.box-solid {
  border: 2px solid #ced6d0!important;
}

/* box style  */

 .custom-box {
      font-size: 16px;
      border-top: 1px solid #cce
    }
    .section-header {
      font-size: 20px;
      font-weight: bold;
      color: #444;
      margin-top: 30px;
      margin-bottom: 10px;
    }
    hr.custom-hr {
      border-top: 2px solid #ccc;
    }

/* button#logout-button.btn.btn-default.action-button.btn-danger.shiny-bound-input {
  
