
/**************************************************/
/* JMAYER                                         */
/* This file is part of the SDM Viewer            */
/* Copyright 2022 Stefanini                       */
/**************************************************/
html,
body {
  height: 100%;
}

body {
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.58;
  color: #333;
  background-color: #000000;
  background-image: url("../img/ontex_bkg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; 
}

.myTab .tab-pane{
  border:solid 1px blue;
  border-top: 0;
}
.myTab li a {
  border-color: blue;
  background-color:#A5C967;
}
.logo {
  max-width: 250px;
  max-height: 63px;
}
.w22 {
  width: 22rem;
}
.w100{
  width:100%;
}
.w150{
  width: 150rem;
}
.textCenter{
  text-align:center
}
.noneCenter{
  display:none;
  text-align:center;
}
.dNone{
  display:none;
}
