/* library */
#orrsLoader{
    padding-top: 100px;
    position: fixed;
}

.dialog-container,
.loading-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.dialog-container > div {
    position: relative;
    width: 90%;
    max-width: 500px;
    /*min-height: 25px;*/
    min-height: 97%;
    margin: 10% auto;
    z-index: 99999;
    /* padding: 16px 16px 0; */
}

.dialog-button-bar {
    text-align: right;
    margin-top: 8px;
    bottom: 0;
    position: absolute;
}

.loading-container > div {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10% auto;
    z-index: 99999;
}

.loading-container > div > div {
    width: 100%;
    height: 100%;
}

/*  */

div#orrsDiag {
    position: fixed;
}
div#orrsDiag .mdl-card.mdl-shadow--16dp{
    margin: 1% auto !important;
    max-height: 95%;
    overflow-y: auto;
}
.content_mdl-modal {
    width: 100%;
    height: 88%;
    position: absolute;
    overflow-y: auto;
    border-bottom: #eaeaea solid 1px;
}

.listasabores {
  height: calc(91% - 98px)!important;
  margin-top: 98px!important;
}

span.tag_prod{
  background-color: #ff0000;
  float: left;
  position: absolute;
  margin: 0 6px;
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
  border-radius: 19px;
  line-height: normal;
}

/*  */

ul.lista_content_mdl {
    list-style: none;
    margin: 0;
    padding: 0;
}

img.img_lista_modal {
    float: left;
    width: 40px;
    margin: 6px 10px 5px 3px;
    height: 40px;
}

p.p_lista_modal small {
    display: block;
}

li.li_lista_modal {
    cursor: pointer;
    margin-bottom: 5px;
    padding: 3px;
    border-bottom: #f5f5f5 solid 1px;
}

span.lista_nomeprincipal {
    color: #333;
    font-weight: 600;
}

/*  */

.mtr_precos {
    display: inline-block;
    width: 100%;
    text-align: right;
}

span.mtr_preco_de {
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
    color: #924040;
    padding-right: 12px;
}

span.mtr_preco_por {
    color: #1352b5;
    font-size: 17px;
    font-weight: 600;
}
