/**
 * Copyright (c) 2016, 2019, Pasticceria Molly
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *     * Redistributions of source code must retain the above copyright
 *       notice, this list of conditions and the following disclaimer.
 *     * Redistributions in binary form must reproduce the above copyright
 *       notice, this list of conditions and the following disclaimer in the
 *       documentation and/or other materials provided with the distribution.
 *     * Neither Pasticceria Molly nor the names of its contributors 
 *       may be used to endorse or promote products derived from this software 
 *       without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 * style.css
 * 
 * Style sheet.
 *
 * @author Daniele Bonini <my25mb@aol.com>
 * @copyrights (c) 2016, 2019, Pasticceria Molly
 * @license https://opensource.org/licenses/BSD-3-Clause 
 */
@import url(https://fonts.googleapis.com/css?family=Great+Vibes|Josefin+Sans|ZCOOL+KuaiLe);

h2 {
  font-size:22px;
}
html {
  height: 100%;
}
#bannerCookies {
  position: fixed; 
  top: 2000px; 
  width: 100%; 
  border: 1px solid #C2DBF2; 
  padding: 10px; 
  background: #b2173a; 
  color: white; 
  font-size: 9px; 
  text-align: center; 
  z-index: 19999;
}
#bannerDemoRequest {
  position: fixed; 
  top: 2000px; 
  width: 100%; 
  border: 4px solid #98D15C;
  padding: 10px; 
  background: #c8e5bc;
  color: #333333; 
  font-family: Sans;
  font-size: 22px; 
  font-weight: 400; 
  text-align: center; 
  z-index: 19999;
}
body {
  margin: 0px; 
  padding: 0px;
  height:100%; 
  font-family: Josefin Sans, helvetica neue,helvetica,arial,sans-serif;
  /*background-color: #f8efc0;*/
  background: #FFFFFF;
  background-size: 100%;
  color: #122b40;
  overflow-x: hidden;
}
.body-area {
  width: 100%;
  height: 100%;
}
.burgermenu {
  background-color: #F8C229;
}
.burgermenu:focus {
  background-color: #F8C229;
}
.burgermenu-footer-ctrl {
  padding:10px; 
  color: white; 
  float:left;
  background: #333333;
  font-size: 12px;
}
.burgermenu-footer-separetor {
  padding:10px;
  padding-left:30px;
  color: #333333; 
  float:left;
  background: #333333;
  font-size: 12px;
}
.burgermenu-row {
  border-left: 3px solid #444444;
  color: white; 
  width: 100%; 
  font-family: helvetica neue,helvetica,arial,sans-serif;
  font-size: 15px; 
  padding: 12px; 
  vertical-align: middle;
  background: #444444;
}    
.burgermenu-row:hover {
  border-left: 3px solid #66AFE9;
  background: #54595D;
  cursor: pointer;
}
.col-burger-menu-icon {
  width: 40px; 
}
#col-content {
  float: left; 
  text-align: left; 
  margin-top: 20px; 
  margin-left: 0px; 
  padding:0px;
  width: 100%; 
  max-width: 1240px;
  font-size: 12px;
}
.col-haligned { 
  margin: auto;
}
.col-strd {
  float: none; 
}
.col-valigned { 
  padding: 8% 0;
  height: 100%;
}
.container-box { 
  position: absolute; 
  background: #333333;
  top: 0px;
  right: 0px;  
  z-index: 29999; 
  display: none; 
  width: 100%; 
  height: 100%;
}
.container-box-modal1 {
  position: absolute; 
  background: rgba(0,0,0,0.9);
  top: 0px;
  right: 0px;  
  z-index: 1000; 
  display: none; 
  width: 100%;
  height: 100%;
  height: content-box; 
  cursor: pointer;
}
.content-area {
  display: block;
  width: 100%;
  height: 76%;
}
.footer {
  width: 100%; 
  height: 120px;
}
.footer-old {
  position: absolute;
  top: -3000px;
  padding: 20px 10px 10px 10px;
  border-top: 1px darkgreen solid;
  background: green; 
  width: 100%; 
  height: 80px;
  text-align: center;
  color: #FFFFFF;
}
.footer-new {
  padding: 20px 10px 10px 10px;
  border-top: 1px gray solid;
  /*width: 100%; */
  height: 160px;
  text-align: center;
  color: #122b40;
}
.glyphicon-std {
  color: #CCD1D3;
}
.h2-special {
  font-family: Great Vibes;
  font-size: 40px;
  color: #AD3348;
}
.header {
  width: 100%; 
  height: 336px;  
  padding-top: 2px;
}
.header-table {
  position: relative; 
  left: -5px; 
  top:10px; 
  width: 101%;
}
.img-bakery {
  opacity: 1.0;
  border: 1px solid #AD3348;
}
.img-bakery:hover {
  opacity: 1.0;
}
.link-orange {
  color: orange;
  font-weight:900;  
}
.link-orange:hover {
  color: red;
  font-weight: bolder;
}
.link-red {
  color: #D06366;
  font-weight:900;  
}
.link-red:hover {
  color: red;
  font-weight: bolder;
}
.logo {
  opacity: 1.0; 
  border: 0px solid gray; 
}
.logo:hover {
  opacity: 1.0; 
  border: 0px solid gray; 
}
.logobar {
  height: 60px;  
  padding-top: 2px;
}
.lookUp { 
  float:left;
  margin-left:5px;
  margin-right:0px;
  margin-bottom:10px;
  min-width:230px;
  max-width:48%;
  height:350px;
  border: 1px solid gray;
  vertical-align: middle;
  text-align: center; 
  cursor:pointer;
  font-size: 13px;
}
.lookUp-dis {
  opacity: 0.6; 
  background-color: #737373;
}
.navbar-brand-nml {
  color: #ababab;
  background: orange;
  position:relative;
  top: 0px; 
  font-weight: 200;
  display: table-cell;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  left: 0px;
}
.navbar-brand-nml:hover{
  color: white;
  background: red; /*#0D62AA;*/
} 
.navbar-brand-nml:focus{
  color: white;
  background: #0D62AA;
} 
.navbar-brand-nml:focus{
  color: black;
}
.navbut {
  opacity: 1.0;
  border: 1px solid gray;
}
.navbut:hover {
  opacity: 1.0;
}
.menuver {
  background-color: #ed6a43; 
  color: white; 
  width:185px; 
  height: fit-content; 
  vertical-align: top; 
  text-align: left; 
  margin-left:0px; 
  margin-right:40px;
}
.oriMenuVoice {
  width: 100%; 
  font-family: Great Vibes;
  font-size: 26px; 
  font-weight: 600;
}    
.oriMenuVoice:hover {
  border-bottom: 3px solid #66AFE9;
  background: #F8C229;
  cursor: pointer;
  color: black; 
}
.qrcode {
  opacity: 0.8; 
  border: 1px solid gray; 
  width: 100px; 
  height: 100px;
}
.separetorBurgerMenu {
  padding: 0px; 
  margin: 0px; 
  border-color: #666666;
}
.ui-tooltip {
  padding: 20px 20px;
  border: 0px solid black;
  background: #faffa6;
  /* #ababab; */
  color: #122b40;
  box-shadow: 0 0 0px black;
  max-width: 500px;  
  border-radius: 6px;
  font-size: 15px;
}
.ui-red-tooltip {
  padding: 20px 20px;
  border: 0px solid black;
  background: #ed6a43;
  /*  #d9534f; */
  /* #ababab; */
  color: white;
  box-shadow: 0 0 0px black;
  max-width: 500px;  
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}  
.vemenuever {
  color: #FFFFFF;
  text-decoration: none;
}
.vemenuever:hover {
  color: #98D15C;
}
.vemenuever-dis {
  color: gray;
  text-decoration: none;
}
.vemenuever-dis:hover {
  color: gray;
  text-decoration: none;
}
.vemenuever-dis:focus {
  color: gray;
  text-decoration: none;
}

