/* here you can put your own css to customize and override the theme */
.logo_icmbio_mono {
  background-image: url("/singular-static/resources/icmbio/img/logo-monocromatica.png");
  height: 110px;
  width: 120px;
  background-position-x: right;
  background-repeat: no-repeat;
  display: block;
  background-size: contain; }

.logo_snuc_mono {
  background-image: url("/singular-static/resources/icmbio/img/logosnuc.png");
  height: 110px;
  width: 160px;
  background-position-x: right;
  background-repeat: no-repeat;
  display: block;
  background-size: contain; }

.page-header.navbar.navbar-fixed-top {
  -webkit-box-shadow: 0px 10px 29px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 29px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 29px -14px rgba(0, 0, 0, 0.75); }

.icmbio-version-footer {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  height: 100%; }

.page-sidebar .page-sidebar-menu > li > a {
  padding-right: 5px; }

.worklist tfoot .row {
  width: 100%; }
