
nav.navbar {
  background-color: #fb721f ;
}

button.menu
{
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}  

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/gif/loading_5.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.144);
  opacity: .9;
  align-items: center;
  /*background-color: rgb(211, 205, 205);*/
  display: flex;
  justify-content: center;
  margin: 0;
}
.loader-text {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: rgb(0, 0, 0);
  font-family: arial, sans-serif;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
}

.loader-text:after {
content: 'Cargando Espere...';
animation: load 2s linear infinite;
}

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}