.container{
  display: none;
}

#idloginForm{
  height: 300px;
  display: none;
}

#navTextUserLogat{
  text-transform: capitalize;
}

.formLogin{
  border: 1px solid #ced4da;
  border-radius: .25rem;
  /* transition: all .3s; */
}

.flexCentrat{
  justify-content: center;
}

.fade {
    /* transition: opacity .5s linear !important; */
}

.formDiv{
  display: none;
  height: 100px;
}

.alert {
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 1em;
  width: 50%;
  z-index: 1030;
}

/* .alert-danger, .alert-success{
  position: absolute !important;
} */

.tableFixHead { 
  overflow-y: auto; 
  max-height: 500px;
  scrollbar-width: thin;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
}

/* #myTable table { */
#myTable, #tabelAWBscanate {
  border-spacing: 0;
  width: 100%;
  border-collapse: unset !important;
  font-size: x-small;
}

#myTable th, #tabelAWBscanate th {
  cursor: pointer;
  text-align: center !important;
}

#myTable th, #myTable td, #tabelAWBscanate th, #tabelAWBscanate td {
  /* text-align: left; */
  padding: 12px 5px !important;
  vertical-align: middle !important;
}

/* #myTable tr:nth-child(even) {
  background-color: #f2f2f2
} */

#myTable tr, #tabelAWBscanate tr{
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /* pointer-events: none; */
}

/* #tbodyClienti tr,#tbodyNelivrate tr{
  opacity: .8;
}

#tbodyClienti tr:hover,#tbodyNelivrate tr:hover{
  opacity: 1;
} */

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #e9ecef;
    -webkit-border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    background: #adb5bd;
    -webkit-border-radius: 50px;
}

/* ::-webkit-scrollbar-corner {
    background: #000;
} */

.fa-check{
  color: green;
  font-size: 20px;
}

.fa-registered{
  color: blue;
  font-size: 20px;
}

.fa-times{
  color: red;
  font-size: 20px;
}

.fa-exclamation-triangle{
  color: gold;
  font-size: 20px;
}

.fa-spinner{
  color: firebrick;
  font-size: 20px;
}

.fa-trash, .fa-user-edit, .fa-hand-holding-usd, .fa-check-circle{
  cursor: pointer;
  font-size: 16px;
  transition: all .3s;
}

.fa-trash:hover, .fa-user-edit:hover, .fa-hand-holding-usd:hover, .fa-check-circle:hover{
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.3);
  /* transform: rotate(360deg); */
}

.fa-trash:hover{
  color: red;
}

.fa-hand-holding-usd:hover{
  color: green;;
}

.fa-user-edit:hover{
  color: blue;
}

.eroare{
  color: red;
}

.succes{
  color: green;
}

.actiuniTD{
  text-align: center;
}

@media (max-width: 991px) {
  
  .actiuniTD {
    display: flex;
    justify-content: center;
  }
}
  

.th-client{
  width: 13%;
}

.th-iban{
  width: 15%;
}

.th-factura{
  width: 4%;
}

.th-creat, .th-modificat{
  width: 5%;
}

.th-observatii{
  width: 15%;
}

.eroareModal{
  border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,0,33,.25);
}

.delogare{
  margin-left: 2em;
  cursor: pointer;
}

#logoLogin{
  display: block;
  margin: auto;
}

#logoNavbar{
  max-height: 50px;
}

.bgcolor-gold{
  background: rgba(255,215, 0, 1) !important;
}

.bgcolor-gold:hover{
  background: rgba(255,215, 0, .6) !important;
}

.bgcolor-darkred{
  background: rgba(178,34,34,1) !important;
  color: lemonchiffon !important;
}

.bgcolor-darkred:hover{
  background: rgba(178,34,34,.6) !important;
}

.bgcolor-lightgreen{
  background: rgba(0,250,154,1) !important;
}

.bgcolor-lightgreen:hover{
  background: rgba(0,250,154,.6) !important;
}

.bgcolor-lightblue{
  background: rgba(0,191,255,1) !important;
}

.bgcolor-lightblue:hover{
  background: rgba(0,191,255,.6) !important;
}


.bgcolor-grey{
  background: rgba(169,169,169,1) !important;
}

.bgcolor-grey:hover{
  background: rgba(169,169,169,.6) !important;
}

.anuleazaTrimitereStatus{
  cursor: pointer;
}

#inputAWB{
  font-size: 2rem;
}

ul{
  list-style-type: none;
}

.notificareSchimbare{
  border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 38, 0.25);
}

/* input:disabled {
  cursor: not-allowed;
} */
#inputCautaClientDataInceput, #inputCautaClientDataSfarsit{
  max-width: 120px;
}

#filtruStatusPlata{
  max-width: 150px;
}

#tabelProduseGasite{
  vertical-align: center;
  font-size: .65rem;
}

#mesajSchimbaZona{
  margin-left: auto;
  margin-right: auto;
  width: 40em;
}

