.menu1 {
    font-family: "Open Sans", sans-serif;
    background: url("img/bg.png") top center no-repeat;
    background-size: cover;
    position: relative;
  }

.menu_incluir {
    background: url("img/bg.png") top center no-repeat;
    background-size: cover;
    position: relative;
}

.menu_conferir {
    background: url("img/bg.png") top center no-repeat;
    background-size: cover;
    position: relative;
}

.incluir {
    background: url("img/bg.png") top center no-repeat;
    background-size: cover;
    position: relative;
}

#contact_form input:required:valid,
#contact_form textarea:required:valid {
    background: #fff url(../../css/template/img/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #cd053c;
    border-color: #28921f;
}

.pedido {
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
}

.teste {
    padding-top: 100px;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    /* pointer-events: none; */
}

.modalDialog:target {
    opacity: 0;
    pointer-events: auto;
}

.modalDialog>div {
    width: 80%;
    height: auto;
    position: relative;
    margin: 5% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}

.closeModal {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.closeModal:after {
    content: "\d7";
}

.closeModal:hover {
    background: #f00;

}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* 
#container.menu {
    margin-top: 30px;
} */

.form-controle {
    width: 92%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  
  .form-controle::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  
  .form-controle:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .form-controle::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-controle::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-controle:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-controle::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-controle::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-controle:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  
  select.form-controle:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  
  .form-controle-file,
  .form-controle-range {
    display: block;
    width: 100%;
  }
  
  