html, body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  /*width: 100%;height: 100%;*/
  /*color:#625d5d;*/
  color:#000;
  font-weight: 400;
}
h1{
  font-family: 'Tangerine', cursive;
  color:#FF9D0B;/*#31b296;*/
  font-size: 2.8em !important;
  margin: 0 !important;
  font-weight: bolder;
  text-align: center;
  padding-top: 3%;
}

h2{
  font-family: 'Playfair Display', serif;
  color:#31b296;
  font-size: 2.4em;
  font-weight: bolder;
}

h3,h4{
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color:#31b296;
}

header{
  width: "100%";
    height: 60px;
  background-color: #f2f2f2;
}
nav{
  background-color: #F2F2F2 !important;

}
nav ul a{
  color: #31b296 !important;
} 

#addPedido a{
  text-decoration: none;
  font-weight: bold;
  color: #FF9D0B;
}
#title{
  width: '100%'; 
  padding-left: 10px; 
  height: 30px; 
  background-color: rgb(49, 178, 150); 
  color: white; 
  font-weight: bold; 
  padding-top: 5px;   
}
#titulo{
  color:#31b296;
  font-weight: bolder;
  font-size:0.9em;
}

#logo{
  float:left;
  width: 280px; height: 60px;
/*  margin-top: 10px; */
}
#ruta{
  float:left;
  width: 200px; height: 60px;
  position: relative;
}
#ruta-content{
  position: absolute; 
    bottom: 0; 
  font-size: 0.8em;
  color:#383333;
}
#nombre{
  float:right;
  width: 300px; height: 60px;
  position: relative;
}
#nombre-content{
  position: absolute; 
    bottom: 22; 
  font-size: 0.8em;
  color:#383333;  

}
#perfil{
  float:right;
  width: 80px; height: 100px;
}
aside{
  float:left;
  width: 300px;
  margin-top: -5px; 
  height: 1000px;
  background-color: #f2f2f2;
  padding-top: 25px;
}

article{
  float: left;
    position: relative;
    width: 900px;
    margin-top: 15px; 
    margin-left: 15px;
}
#buscar{
  width: 600px;
}

input
{
    box-sizing: border-box;
    font-size: 16px;
    height: 28px;
    line-height: 20px;
    /*width: 249px;*/
    background-color: #fff;
    border: 1px solid #cacaca;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 2px;
    color: #7d7d7d;
    display: inline-block;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 0px;
    padding: 4px 6px;
    vertical-align: middle;
}
label
{
  color:#FF9D0B;
  font-weight: bold;
}
input[type=submit]
{
    background-color: #FF9D0B;
    color: #fff;
    width: 247px; 
    height: 37px; 
    margin-left: 12px; 
    margin-top: 10px; 
    font-size: 1.4em;
    border: medium none;
    color: #ffffff;
    font-weight: normal;
}
.circulo { 
    float:left;
    width: 200px; 
    height: 200px; 
    border-radius: 150px; 
    -webkit-border-radius: 150px; 
    -moz-border-radius: 150px; 
    /*background: url(http://www.tublog.com/tuimagen.jpg) no-repeat; */
    box-shadow: 0 0 8px rgba(0, 0, 0, .8); 
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 
  }
.circulo_small { 
    float:left;
    width: 48px; 
    height: 48px; 
    border-radius: 150px; 
    -webkit-border-radius: 150px; 
    -moz-border-radius: 150px; 
    /*background: url(http://www.tublog.com/tuimagen.jpg) no-repeat; 
    box-shadow: 0 0 8px rgba(0, 0, 0, .8); 
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8); */
  }
#datosUsuario{
  font-size:1.3em; 
  margin-left: 80px; margin-top: 25px;

}
/*====== cuadros entrada ======*/
#hoy{
float: left; 
width: 150px; 
height: 225px; 
text-align: center;
text-align: -moz-center; 
background-color: #f2f2f2; 
font-weight: 300; 
}
.bigNum{
  font-size: 50px; color: #31b296;
}
#prodAyer{
 float: left; 
 width: 200px; 
 height: 225px; 
 text-align: center;
 text-align: -moz-center; 
 background-color: #f2f2f2; 
 font-weight: 300; 
 margin-left: 2%; 
 margin-right: 2%;
}
#entregaOld{
float: left; 
width: 235px; 
height: 200px; 
text-align: center;
text-align: -moz-center; 
background-color: #f2f2f2; 
font-weight: 300; 
}
#totalPedidos{
float:left;
overflow:hidden;
width: 450px; 
height: 450px;
}
#pedidosXdia{
float:left;
overflow:hidden;
width: 450px; 
height: 450px;  
}
/*====== menu navegacion ======*/

.menu_simple ul {
    margin: 0; 
    padding: 00px;
    width:300px;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    color: #383333;
    padding: 10.5px 60px;
    background-color: #f2f2f2;/*005555;*/
    display:block;
}
 
.menu_simple ul li a:visited {
    color: #383333;/*white;*/
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: white;
    font-weight: bold;
    background-color: #FF9D0B;/*#999999;#5FD367;*/
}

/*====== menu perfiles ======*/
#cssmenu ul {  margin: 0;padding: 0;   }
#cssmenu li {  margin: 0;padding: 0;   }
#cssmenu a  {  margin: 0;padding: 0;   }
#cssmenu ul {  list-style: none;       }
#cssmenu a  {  text-decoration: none;  }
#cssmenu {
  height: 50px;
  /*background-color: #ffffff;000000
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);*/
  margin-top: 5px;
  width: 80px;
}
#cssmenu > ul > li {
  float: left;
  margin-left: 15px;
  position: relative;
}
#cssmenu > ul > li > a {
  color: #000000; /*ffffff;*/
  /*font-family: Verdana, 'Lucida Grande';*/
  font-size: 15px;
  line-height: 70px;
  padding: 15px 20px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}
#cssmenu > ul > li > a:hover {
  color: #387d0b;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 70px;/*30-55*/
  left: 50%;
  margin-left: -60px;
  width: 120px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 50px;/*65*/
  visibility: visible;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
  color: #323232;
  /*font-family: Verdana, 'Lucida Grande';*/
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul a:hover {
  background-color: #999999;/*#f0f0f0;*/
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 130px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  background-color: #999999;/*#387d0b;*/
  color: white;/*#f0f0f0;*/
}
/*=================== pestañas =====================================*/
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links ul{
      margin-bottom: 0;
    }
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
    .tab-links a {
        padding:9px 15px;
        display:inline-block;
        border-radius:3px 3px 0px 0px;
        background:#f2f2f2;
        font-size:16px;
        font-weight:300;
        color:#999999;
        text-decoration: none;
        transition:all linear 0.15s;
        border-top: thin solid #999999;
        border-left: thin solid #999999;
        border-right: thin solid #999999;
    }
 
    .tab-links a:hover {
        background:#FF9D0B;
        color:white;
        font-weight: bold;
        text-decoration:none;
    }

    li.active a, li.active a:hover {
        background:#fff;
        color:#31b296;
        font-weight: bold;
        border-top: thin solid #999999;
        border-left: thin solid #999999;
        border-right: thin solid #999999;   
      }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#fff;
         border-bottom: thin solid #999999;
        border-left: thin solid #999999;
        border-right: thin solid #999999;   
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
/*=================== media query para impresion ===================*/
@media print { 
  body, article {
      width: 100%;
      margin: 0;
      padding: 0;
   }
  h2, h3 {
   page-break-after: avoid;
    }
  img {
   max-width: 100% !important;
    }
  header h1 {
   margin-right: 200px;
   margin-bottom: 2rem;
   line-height: 1.5;
  }
  header #qr {
      position: absolute;
      right: 0;
      top: 0;
   }
  nav, aside,article {
      display: none !important;
   }
   
   @page {
      margin: 1cm;
   }
   /* All your print styles go here 
 #header, #footer, #nav { display: none !important; } */
}
 