* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

a {
    text-decoration: none;
    color: #714eff;
}

body {
    background: #f5f5f5;
    font-family:"Lato";
}

.cont-wrap {
    margin: 0 auto;
    width: 94%;
}

.mob {
    display: none;
}



/*  HEADER  */
#header {
    display: none;
    padding-bottom: 40px;
    border-bottom: solid 1px #c7c7c7;
    box-shadow: 0 4px 10px -2px rgba(199,199,199,0.4), inset 0px -2px 10px rgba(199,199,199,0.4);
}

#header #logo {
    background: url(/img/logo-negro.png) no-repeat;
    background-position-y: 10px;
    height: 80px;
}

#header ul {
    font-family: "Exo";
    font-size: 0.75em;
    list-style: none;
    display: inline;
}

#header  ul li {
    display: inline;
    margin-left: -4px;
}

#header  ul li .nav-item {
    border-top: solid 5px transparent;
    cursor: pointer;
    display: inline-block; 
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header  ul li .nav-item a {
    color: #000;
}

#header  ul li .nav-item:hover a {
    color: #00d1b5;
}

#header  ul li .down {
    padding-right: 40px;
    background: url(../img/down.png) no-repeat center right 19px;
    background-size:13px;
}

#header  ul li .nav-item:hover {
    border-top: solid 5px #00d1b5;
    box-shadow: inset 0 20px 1px -19px #009480;
    color: #00d1b5;
}

#header ul li .border {
    border-right: solid 1px;
    border-right-color: rgba(158,158,158,0.5);
}

#header  ul li .nav-desp {
    background: rgba(234,234,234,0.8);
    border-radius: 8px;
    box-shadow: 0 4px 3px -1px rgba(0,0,0,0.35);
    position: absolute;
    display: none;
    margin-top: 15px;
    margin-left: -20px;
    width: 200px;
}

#header  ul li .nav-desp .desp-item{
    padding: 15px;
}

#header  ul li .nav-desp .desp-item a{
    color: #6e6e78;
}

#header  ul li .nav-desp .desp-item a:hover{
    color: #3bdfc9;
}

#header  ul li .nav-desp .sep{
    border-bottom: solid 1px #f8f8f9;
    box-shadow: inset 0 -20px 1px -19px #d0d0d3;
}




/*  CUERPO  */
#cuerpo {
    padding-top: 50px;
    padding-bottom: 60px;
    min-height: 100%;
}

.line-sep {
    border-top: solid 1px rgba(199,199,199,0.3);
    background: url(/img/line-bg.png) no-repeat;
    background-position-y: -1px;
    background-size: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    height: 25px;
    width: 100%;
}

#cuerpo .login-wrap {
    margin: 0 auto;
    text-align: center;
    width: 350px;
}

#cuerpo .login-wrap table{
    margin: 0 auto;
}

#cuerpo .box {
}

#cuerpo table {
    border-collapse: collapse;
}

#cuerpo table.tOptions  {
    border-collapse: collapse;
}

#cuerpo table th {
    color: #111111;
    font-size: 1.1em;
    padding: 5px;
    padding-left: 0;
    padding-right: 50px;
    text-align: left;
}

#cuerpo table.tOptions td {
    min-width: 100px;
    vertical-align: top;
}

#cuerpo table tr.mouse:hover {
    cursor: pointer;
    color:#00d1b5;
    background: rgba(0,0,0,0.02);
}

#cuerpo table td {
    padding: 2px;
    padding-right: 20px;
    padding-left: 0;
}

#cuerpo table td img {
    padding-right: 5px;
}

#cuerpo table td.num {
    text-align: center;
    padding-right: 50px;
}

#cuerpo #comanda {
    background: url(/img/logo-negro.png) #ffffff no-repeat center 30px;
    border: solid 10px #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding-top: 120px;
    padding-left: 90px;
    padding-right: 90px;
    margin: 0 auto;
    width: 450px;
}

#cuerpo #comanda table{
    width: 100%;
}

#cuerpo #comanda p{
    text-align: center; 
}

#cuerpo .nodisplay {
    display: none;
}
#cuerpo #comanda .success{
    background: url(/img/success.png)no-repeat center center;
    height: 128px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#cuerpo .box .box-header{
    color: #000000;
    display: table;
    table-layout: fixed;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    border: solid 1px #c7c7c7;
    border-right: 0px;
    border-left: 0px;
    font-size: 1.5em;
}

#cuerpo .box .box-header .titulo{
    display:table-cell;
    padding: 6px;
    padding-left: 0;
    padding-right: 15px;
}

#cuerpo .box .box-header .fondo{
    display: table-cell;
    background: url(../img/box-bg.png) rgba(197,218,162,0.4);
    width: 100%;
}

#cuerpo .box .box-cont{
    color: #6e6e6e;
    font-family: "Exo";
    padding-top: 10px;
    padding-left: 2px;
}

#cuerpo .box-wrap-2 {
    overflow: auto;
}

#cuerpo .box-wrap-2 .box {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

#cuerpo .box-wrap-2 .right{
    float: right;
}

#cuerpo .factura {
    box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
    border: solid 8px #fafafa;
    margin-top: 35px;
    background: #ffffff;
    display: inline-block;
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 100px;
    min-width: 900px;
}

#cuerpo .factura .semana {
    padding-top: 35px;
}

#cuerpo .factura .logo {
    background: url(../img/logo-negro.png) no-repeat;
    background-position-y: 10px;
    height: 80px;
    width: 30%;
    padding-top: 65px;
}

#cuerpo .factura .cliente {
    margin-top: -100px;
    text-align: right;
    margin-bottom: 40px;
}

#cuerpo .factura .cliente p.sube {
    margin-top: 0px;
}

#cuerpo .factura .cajas {
    overflow: auto;
}

#cuerpo .factura table {
    float: left;
    margin-top: 20px;
    margin-right: 40px;
}

#cuerpo .factura table td {
    padding-right: 15px;
}

#cuerpo .factura table td.num  {
    text-align: center;
}

#cuerpo .factura .fac-sem .total-sem {
    padding-top: 15px;
}

#cuerpo .factura .fac-line {
    height: 5px;
    border-bottom: dotted 1px rgba(0,0,0,0.2);
}

#cuerpo .factura .total {
    font-size: 1.4em;
    padding-top: 45px;
    text-align: right;
}

#cuerpo .factura .total b{
    padding-left: 30px;
}

/* BOTONES */

.botones {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.boton {
    background: #009480;
    color: #ffffff;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    /*font: 14px/100% Arial, Helvetica, sans-serif;*/
    padding: 15px;
    padding-right: 30px;
    padding-left:  30px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin-bottom: 10px;
}

.boton:hover {
    background: #009485;
    text-decoration: none;
}
.boton:active { 
    position: relative;
    top: 2px;
}

/*  FOOTER */
#footer {
    display: none;
    font-size: 0.65em;
    color: #ffffff;
    padding: 40px;
    padding-left: 0;
    padding-right: 0;
    background: #454545;
}

#footer span {
    padding-left: 1%;
}

#footer a {
    color: #00d1b5;
}

#footer a:hover {
    color: #fafafa;
}


/*  ALERTAS ERRORERS Y ACIERTOS  */

.acierto {
    color: #333333;
    text-shadow: 0 1px 2px #fafafa;
    background: #D8F781 url(../img/acierto.png) no-repeat left 20px center;
    background-size: 40px;
    padding: 20px;
    padding-left: 90px; 
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.error {
    color: #333333;
    text-shadow: 0 1px 2px #fafafa;
    background: #F79F81 url(../img/error.png) no-repeat left 20px center;
    background-size: 40px;
    padding: 20px;
    padding-left: 90px; 
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.alert {
    color: #333333;
    text-shadow: 0 1px 2px #fafafa;
    
    background: #F5DA81 url(../img/alert.png) no-repeat left 20px center;
    background-size: 50px;
    padding: 20px;
    padding-left: 90px; 
    
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
}
h2 #bold {
    border: 3px solid;
    border-radius: 3px;
}
