﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);

*{
    margin:0px;
    padding:0px;
    font-family: 'Roboto', sans-serif;
}
html, body {
    height: 100%;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100000;
    opacity: 0.8;
    display: none;
}


.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.control {
    margin: 5px;
    padding: 2px;
}

.control label {
    padding: 0px;
}

li {
    list-style: none;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.touchsize{
    font-size: 20px;
}

#contenedorApp {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

@media (max-width: 1200px) {
    #contenedorApp {
        width: 100%;
    }
}

.cont_btns{
    width: 80%;
    margin-left: 9%;
    display: inline-block;
    text-align: center;
    margin-top: 5%;
}

.posicion_btn{
    display: inline-block;
    text-align: center;
}

.btnUnirLoc{
    font-size: 1.1em;
    font-weight: bold;
    padding: 12px 0px;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 14%;
    text-align: center;
    width: 35%;
    background: #00ff00;
    color: #fff;
    float: left;
}

.btnRepTick{
    font-size: 1.1em;
    font-weight: bold;
    padding: 12px 0px;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 14%;
    text-align: center;
    width: 35%;
    background: #ffb94f;
    color: #fff;
    float: left;
    margin-left: 5%;
}

.btnUnirLocalizadores{
    font-size: 1.5em;
    font-weight: bold;
    padding: 50px 0px;
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    width: 150px;
    background: #0570C6;
    color: #fff;
    float: left;
    border-radius: 50%;
    cursor:pointer;
    cursor:hand;
}

.locAUnir{
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 10px;
    margin-top: 2%;
    text-align: center;
    border-radius: 5px;
    width: 140px;
    border:1px solid #ffffff;
    color:white;
    background: #68ea80;
    cursor:pointer;
    cursor:hand;
    font-size: 1.3em;
}

.tablaRepetir{
    width: 90%;
    margin-left: 4%;
    border-spacing: 0px;
}

.tablaRepetir tr:nth-child(odd) {
    background-color: #7db9e8;
    color:#000;
}

.tablaRepetir tr:nth-child(even) {
    background-color: #C7D8E5;
    color:#000;
}

.tablaRepetir tr:nth-child(even):active {
    background-color: #fff;
    color:#000;
}

.tablaRepetir tr:nth-child(odd):active {
    background-color: #fff;
    color:#000;
}

.tablaRepetir td{
     padding: 12px 0px;
     text-align: center;
 }

.tablaRepetir th{
    background: #555;
    color:white;
    padding: 10px 5px;
}

.tablaRepetir tr{
    border: #333 1px solid;
    cursor:pointer;
    cursor:hand;
}

.situacionNProducto{
    padding: 1% 5%;
}

.btnFoto{
    padding: 7px;
    text-align: center;
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(top, #7db9e8 0%, #207cca 49%, #2989d8 50%, #1e5799 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(49%,#207cca), color-stop(50%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    font-size: 1.2em;
    border-radius: 15px;
    margin-bottom: 2%;
    color:#fff;
}

.btnGuardarProducto{
    padding: 9px;
    width: 100%;
    margin-top: 1%;
    text-align: center;
    background-color: deepskyblue;
    font-size: 1.2em;
    border-radius: 3px;
    color:#fff;
}

.amarillo{
    background-color: yellow;
}

.modificadoresClass{
    height: 100%;
    width: 100%;
    padding: 5px 6px;
}

#tablaModificadores td{
    padding: 10px 9px;
    border: #bdd0cb 1px solid;
}

.colorTd{
    background-color: #bdd0cb;
}

.btnOkModificadores{
    height: 50px;
    width: 50px;
    vertical-align: bottom;
}

.btnOkModificadores:active{
    height: 42px;
    width: 42px;
    margin-left: 4px;
    margin-top: 4px;
    vertical-align: bottom;
}

.iModificadores{
    width: 80%;
    padding: 12px 8px;
}

.anchoMax{
    width: 100%;
    padding: 2% 3%;
}

.filaActiva{
    background-color: yellow;
}

#tCuentaTotal, #tCuentaParcial{
    width: 100%;
}

#tCuentaParcial td{
    border: #999 1px solid;
    padding: 10px 5px 5px 5px;
}

#tCuentaTotal tr{
    border: #000 1px solid;
}

#tCuentaTotal td{
    padding: 10px 5px 5px 5px;
    border-top: #d4d4d4 1px solid;
    border-bottom: #d4d4d4 1px solid;
}

/*#tCuentaTotal tr:nth-child(odd) {
    background-color: #aaffaa;
}

#tCuentaTotal tr:nth-child(even) {
    background-color: #eeffee;
}*/

#tCuentaParcial tr:nth-child(odd) {
    background-color: #ffaaaa;
}

#tCuentaParcial tr:nth-child(even) {
    background-color: #ffeeee;
}

.contBtns{
    width: 100%;
    display: inline;
    text-align: center;
}

.oscura{
    background-color: #d4d4d4;
    border: 1px solid #555;
}

.contieneBtns{
    padding: 2% 1%;
}

.btnSR{
    padding: 5px 10px;
    text-align: center;
}

.txtRojo{
    color: red;
}

.tieneModif{
    background-color: darkseagreen;
}

.lineaEliminada{
    background-color: crimson;
}

#tablaNuevoBoton label{
    font-size: 1.1em;
}

#tablaNuevoBoton input, select{
    padding: 9px 5px;
    border: #555555 solid 1px;
    border-radius: 5px;
    margin-top: 1%;
}

.txtEntregado{
    height: 35px;
    font-size: 1.3em;
    display: inline-block;
    width: 30%;
    text-align: right;
}

.tdBtn{
    width: 25%;
    text-align: center;
}

/* Botones cabecera Main */

.btnCabeceraMain{
    position: absolute;
    left: 5px;
    top: 5px;
    height: 50px;
    width: 50px;
}

.btnCabeceraMain:active{
    left: 8px;
    top: 8px;
    height: 44px;
    width: 44px;
}

.modal {
    position: absolute;
    padding: 40px;
    margin: auto;
    left:0;
    right:0;
    top: 20%;
    width: 700px;
    height: auto;
    background: #f3f3f3;
    -webkit-box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.23);
}



.contenedorBotones button {
    width: 90%;
}

.contenedorBotones button:active {
    width: 84%;
    margin-left: 3%;
}

button.boton1 {
    color: black;
    font-size: 1.2em;
    line-height: 1.2em;
    height: 60px;
    border: none;
}

button.boton1:active {
    height: 54px;
    margin-top: 3px;
}

/*** Botones de Ok ***/
.btnOkLogin{

}

.btnOkLogin:active{
    opacity: 0.4;
}

/*** Repetir Lineas ***/
.noLineasRepetir{
    margin-bottom: 3%;
    color: red;
}