body::before {
    background-attachment: fixed;
    background-size: cover;
    bottom: 0;
    content: '';
    left: 0;
    position: fixed;
    right: 0;
    /*table-layout: fixed;*/
    top: 0;
    will-change: transform;
    z-index: -1;
}


form {
    width: 100%;
}

@media (max-width: 512px) and (-webkit-min-device-pixel-ratio: 1.5),
(max-width: 512px) and (min-resolution: 1.5dppx),
(max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.5),
(max-width: 1024px) and (max-resolution: 1.5dppx) {
    body::before {
        background-image: url('../images/bg_current.jpg');
    }
}

@media (min-width: 513px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 513px) and (max-width: 1024px) and (min-resolution: 1.5dppx),
(min-width: 1025px) and (max-width: 2048px) and (-webkit-max-device-pixel-ratio: 1.5),
(min-width: 1025px) and (max-width: 2048px) and (max-resolution: 1.5dppx) {
    body::before {
        background-image: url('../images/bg_current.jpg');
    }
}

@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 1025px) and (min-resolution: 1.5dppx),
(min-width: 2049px) and (-webkit-max-device-pixel-ratio: 1.5),
(min-width: 2049px) and (max-resolution: 1.5dppx) {
    body::before {
        background-image: url('../images/bg_current.jpg');
    }
}

#almacenes > .mdl-card > .mdl-card__supporting-text > .mdl-chip >.mdl-chip__text {
    font-size: x-small;
}

#rl-doc-details {
    width: 100%;
}

#picking_card_list > table {
    width: 100%;
}

.rl-button--add {
    bottom: 0;
    display: block;
    margin-bottom: 16px;
    margin-right: 16px;
    position: relative;
    right: 0;
    transform: translate(0px, -28px);
    z-index: 900;
}

.rl-button--mini-fab{
    margin-right: 16px;
}

.rl-caption {
    font-size: 13px;
    position: relative;
    white-space: nowrap;
}

.rl-card-product{
    width: 100%;
}

.rl-copy {
    max-width: 1024px;
}

.rl-copy-full {
    width: 90%;
}

.rl-chip {
    margin-right: 5px;
    cursor: pointer;
}

.rl-chip__small {
    height: 16px;
    line-height: 16px;
}

.rl-data-cell__wrap{
    white-space: normal;
}

.rl-dialogo {
    font-size: small;
    height: 200px;
    overflow: scroll;
    width: auto;
}

.rl-dt {
    font-size: smaller;
}

.rl-dt--full {
    width: 100%;
}

.rl-free-location, .rl-remove-location {
    cursor: pointer;
}

.rl-input-mini {
    margin-right: 12px;
    width: calc(25% - 12px);
}

.rl-input-short {
    width: calc(100% - 24px);
}

.rl-footer {
    padding: 16px;
}

.rl-list__item {
    background-color: transparent !important;
}

.rl-max-width {
    max-width: 1024px;
}

.rly-mdl--dialogo{
    width: 540px;
}

.rl-radio {
    display: inline;
}

.rl-span {
    display: block;
    line-height: normal;
    margin: 2px 0;
}

.rl-supporting-text {
    padding: 0;
}

.rl-table {
    width: 100%;
}

/*Modificaciones MDL*/

.mdl-card__supporting-text {
    width: calc(100% - 32px);
}

/*Modificaciones Datatables rowGroup*/

tr.odd td:first-child,
tr.even td:first-child {
    padding-left: 4em;
}

.dtrg-level-1{
    font-size: 0.98em;
    font-weight: bold;
}

#login{
    background: #ffffffa3;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#login img{
  width:50px;
  position:relative;
  display:block;
  margin-left: 50%;
  margin-top: 25%;
  left: -25px;
  top:-25px;
}
/********** MEDIA ********/


@media only screen and (max-width: 800px) {
  body {
    background-color: rgb(5, 162, 252);
  }
  .rl-main {
    width: 100%;
    height: 100%;
    padding: 0;

  }
  footer{
    background: black !important;
  }

  #login{
    background: rgba(1, 1, 1, 0.3411764705882353);
  }

  #login img{
    width: 100px;
    position: relative;
    display: block;
    margin-left: 50%;
    margin-top: 100%;
    left: -50px;
    top: -100px;
  }
}
#comparate_qty{
 border: 1px solid #d5d5d5;
 border-radius:10px;
 width: 45%;
 text-align:center;
 padding:2px;
}
#comparate_qty thead{
  background:#ebebeb;
  color:#959595;
}
#comparate_qty thead tr{
  font-size: 14px;
  font-weight: bold;
}
#comparate_qty thead tr th{

}
#comparate_qty tbody{
 font-family: arial;
 font-weight:bold;
 font-size:18px;
 color: rgb(0, 0, 0);
}
#comparate_qty tbody tr{

}
#comparate_qty tbody tr td{

}

.td_hecho{
    color:#00008B !important;
}


.mdl-color--amber{
    background-color: #0aa2fa !important;
}


.mdl-layout__header {
    color: rgb(244 239 239);
}


.mdl-layout__header .mdl-layout__drawer-button {
    color: rgb(255 255 255);
}