table, table td, table th, table tr{
  font-size: 12px;
}
.lds-dual-ring.hidden { 
  display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
.mt-05{
  margin-top: 5px;
}
.mt-1{
  margin-top: 10px;
}
.mt-2{
  margin-top: 20px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-100{
  margin-bottom: 100px;
}
.hr-black{
  border-top: 1px solid black;
}
.d-none{
  display: none;
}
.h2-prod{
  display: inline;
  vertical-align:middle;
}
.d-inline{
  display: inline;
}
#facturi-anaf thead td{
  font-weight: bold;
}
#facturi-anaf td, #facturi-anaf a, #facturi-anaf button{
  font-size: 10px !important;
}
.fa-question-circle{
  cursor: pointer;
}
.va-middle{
  vertical-align: middle !important;
}
.back {
  background: #e2e2e2;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.div-center {
  width: 400px;
  height: 400px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  border-bottom: 2px solid #ccc;
  display: table;
}
div.content {
  display: table-cell;
  vertical-align: middle;
}
.logout-div{
  float: right;
  vertical-align: middle;
  margin-top: 45px;
}
.ml-10{
  margin-left: 10px;
}
.cursor-pointer-class{
  cursor: pointer;
}
.cursor-pointer-class input{
  cursor: pointer;
}
.navbar {
  border: none;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid black;
  border-radius: 0;
}
.navbar-nav{
  margin: 25px 50px;
}
.navbar-brand{
  padding: 0px 10px 0px 10px;
  min-height: 100px;
}
.navbar-brand img{
  width: 200px;
}
.footer{
  text-align: center;
  background-color: #444;
  color:white;
  padding: 50px;
}
.main{
  flex: 1;
}
.container-main{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.w-100{
  width: 100px;
}