html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
}
.navbar{
  padding: 20px 0;
}
.navbar-nav .nav-link{
  font-weight: 300 !important;
  font-size: 14px !important;
}
.navbar-nav .nav-item a:hover{
  color: #00dde5 !important;
}  
.navbar-nav .nav-item .active{
  color: #00dde5 !important;
}  
.login{
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
}
.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin img{
  width: 40%;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-control{
  background-color: #000;
  border-color: #fff;
  color: #fff !important;
}
.form-control:focus{
  background-color: #000;
  color: #fff !important;
  border-color: #ff7594;
  box-shadow: 0 0 0 0.2rem rgb(243 93 162 / 25%);
}
.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-primary:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.navbar img{
  max-width: 150px;
}
.nav-item a{
  color: #fff !important;
  font-size: 12px;
}

.form-pedidos table img {
  width: 100%;
  max-width: 90px;
  height: auto;
  border: 1px solid #e1e1e1;
}
.form-pedidos table .descripcion {
  vertical-align: middle;
}
.form-pedidos table .descripcion div{
  text-align: left;
  margin-left: 10px;
}
.input-cantidad{
  background-color: #fff;
  border-color: #b9b9b9;
  color: #000 !important;
}
.input-cantidad:focus{
  background-color: #fff;
  border-color: #b9b9b9;
  color: #000 !important;
}
#footer
{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.dt-buttons .dt-button{
  background: #000 !important;
  color: #fff !important;
  font-size: 11px !important;
  padding: 5px 15px !important;
  font-weight: bold !important;
}
.dataTables_filter input{
  padding: .25rem .5rem !important;
  font-size: .875rem !important;
  line-height: 1.5 !important;
  border-radius: .2rem !important;
}
@media only screen and (max-width: 992px) {
  .form-signin img{
    width: 70%;
    text-align: center;
  }
}

img.zoom {
  width: 1000px;
  height: 1000px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;  
}

.transition {
  -webkit-transform: scale(5); 
  -moz-transform: scale(5);
  -o-transform: scale(5);  
  transform: scale(5);  
}

.bg-dark{
  background-color: #000 !important;
}

.table .thead-dark th {
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-dark{
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-dark:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.border-b-w{
  border-bottom: 1px solid #fff;
}