/* 
    Document   : Estilo
    Created on : 05-nov-2013, 19:32:30
    Author     : irby-07
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
*{
    text-transform: uppercase;
}

section#content{
    margin: 5em 3em 0;
}
section#fondo{

    box-sizing: content-box !important;
    display: none;  /* ensures it’s invisible until it’s called */
    position: absolute;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    width: 100%;
    height: 100%;
    z-index: 99996; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
    background: radial-gradient(ellipse farthest-corner at center center , rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0.9) 100%) repeat scroll 0% 0% transparent
}
section#modal, section#carga{
    box-sizing: content-box !important;
    display: none;
    position: absolute; 
    left: 35%; 
    top: 15%; 
    border: 2px solid #0B67CD;
    border-radius: 4px;
    background-color: #ffffff;
    width: auto;
    height: auto;
    z-index: 99997;
    box-shadow:0 1px 15px 0 #000;
    user-select: none;
}
section#carga{
    border:none;
    left: 20%; 
    top: 47%; 
}    
header.modalHeader{
    letter-spacing: 1px;
    background-color: #0B67CD;
    width: auto;
    height: 50px;
    margin-bottom: 1em;
}
hgroup.modaltitulo{
    font-weight: bold;
    color: #ffffff;
    line-height: 50px; 
    text-align: center;
    font-size: 2em;
}

#contenedor{    
    width:100%;
    height:100%;
    margin:0px auto 0;
    background:none;
}
body{
    padding-top: 100px;
}
#contenido{
    //margin-left:10px;
    margin-right: 80px;
    /*margin-top:70px;*/
    width:100%;
    height:100%;
    background: rgba(250, 250, 250, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index:0;
    overflow:hidden;
}
#contenido-admin{    
    width:90%;
    height:100%;
    margin:10px  auto 0;
    background:none;
    alignment-adjust: central;
}
#contenido-admin .row{
    margin: 10px auto;
}
#banner{   
    width: 100%;
    overflow: hidden;
    height: 60px;
    background: #289DC2;
    margin:-70px auto 0;
    position:fixed;
    z-index:1;
    border-radius: 0px 0px 7px 7px;
}
#menu{

    width:75%;
    height:30px;
    margin:-10px auto 0;
    margin-left: 2%;
    position:fixed;
    z-index:1;
}


#menu li{
    display:block;
    float:left;
    margin:1px -5px 0 6px;
    background:#289DC2;
    position:relative;

}

#menu li a{
    font-family: 'Noto Sans', sans-serif;

    display:block;
    color:#FFF;
    text-align:center;
    text-decoration:none;
    font-size:11px;
    padding:3px;
    font-weight:bold;
    line-height:50px;
    vertical-align:middle;
    overflow:hidden;
    width:100px;
    height:40px;
    position:relative;
    z-index:20;
}

#menu li a:hover {
    color:white;
    background:none;  
    font-size:12px;


}

.sf-menu, .sf-menu * {
    margin:			0;
    padding:		0;
    list-style:		none;
}
.sf-menu {

}
.sf-menu ul {
    position:		absolute;
    top:			-739em;
    width:			120px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:			120px;
}
.sf-menu li:hover {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:			left;
    position:		relative;
}
.sf-menu a {
    display:		block;
    position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:			0;
    top:			2.9em; /* match top ul list item height */
    z-index:		59;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:			-199em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:			0em; /* match ul width */
    top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:			-99em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:			1em; /* match ul width */
    top:			0;
}

/* --- */ *
.textarea { 
    padding: 4px; 
    width: 10%; 
    height:30px;
    font: 100% arial; 
    border: 2px solid #606ADB; 

    color: #47433F;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border: 3px 3px 3px 3px;  
}
.textarea2 { 
    padding: 6px; 
    width: 250px; 
    font: 100% arial; 
    border: 2px solid #289DC2; 
    color: #47433F;
    border-radius: 3px 3px 3px 3px;
}
.textarea3, .selec { 
    padding: 6px; 
    font: 100% arial; 
    border: 2px solid #289DC2; 
    color: #47433F;
    border-radius: 3px 3px 3px 3px;
    text-transform: uppercase;
}
.textarea3[readonly=""] {
    background-color: #d9d9d9;
    cursor: not-allowed;
}
.texto{
    font-family: 'Noto Sans', sans-serif;
    padding:5px;
    font-size:15px;
    color: black;
    text-align:center;
}
#columna1{float: left; width: 15%; }
#columna2{float: left; width: 15%;}
#col1{ width: 50%; }
#col2{width: 70%;}
#columna3{float: left; width: 20%; margin:10px  auto 0;}
#fila{ width:100%;
       height:100%;
       margin:10px  auto 0;
       background:none;
}

input[readonly=""], textArea 
{

    background-color:transparent;
    color: #1C1C1C;
    border: none;
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
}

.celdaProducto:hover{
    cursor: pointer;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    border-color: rgb(102, 175, 233);

}

.activa, .active{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    border-color: rgb(102, 175, 233) !important;
    font-weight: bold;
}

.inputFalso{
    border: none;
    background: transparent;
    width: 100%;
}
#codigo{
    font-size: 50px !important;
    padding-bottom: 2px;
    padding-top: 2px;
}
.totalVenta{
    font-size: 50px !important;
    padding:0 !important;
    height: 50px !important;
    width: 100% !important;
    color: red !important;
}
.codigo-left{
    border-left: none !important;
}
.codigo-right{
    border-right: none !important;
}
.codigo-left:focus{
    box-shadow: none !important;
    border-right: none !important;
}
.codigo-all > .codigo-left:focus ~ .codigo-all{
    border-radius: 7px; 
    border: 2px solid indianred !important;
}
.btn-group-justified img{
    width: 28px;
}

#tablaCarrito thead th{
    background-color: #428BCA !important;
    color: #ffffff;
}

.ventasTabla{
    height: 335px;
}
form.idealforms .line > hr, .line > hr{
    border: 1px solid #0B67CD
}

.br{
    margin-bottom: 1em;
}

.row-cobro{
    line-height: 45px !important;
    text-align: right !important;
}

.resaltar{
    color: #0B67CD !important;
    font-size: 4em !important;
    font-weight: bold;
}

.warningStrong{
    background-color: #febf04;
}

.dangerStrong{
    background-color: #F45050;
}

.inputCobro{
    font-size: 2em !important;
}

.table-datos th{
    background-color: #428BCA;
    color: white;
}
.table-datos th{
    background-color: #428BCA;
    color: white;
}
.totalGastos{
    border:1px solid grey;
    border-top-color: transparent;
}
.pointer{
    cursor: pointer;
}
.panel-button{
    margin-top: -.2em;
    margin-bottom: 1em;
}
.corteAlign div:first-child{
    text-align: right;
}
.corteAlign div:last-child{
    text-align: left;
}
/*.panel-button > div > button{
    margin-left: .5em;
}*/

.subtitulo{
    font-size: 1.3em;
    font-weight: bold;
}
.titulo{
    font-size: 1.5em;
    font-weight: bold;
}
.red{
    color:red
}
.blue{
    color:blue
}
.green{
    color:green
}
.totalCorte{
    border-top: 1.5px solid black;
}
.align-right{
    text-align: right;
}
.previoNota{
    border-top: 1px dashed black; 
    margin-left: 1em; 
    margin-bottom: 2px;
    width: 93% !important
}
#menu{
    display: none;
    width: auto;
    background: #171717;
    padding: 5px;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    position: absolute;
    background-color: #F45050;
    font-size: 12px;
    color: white !important;
}
.tachado{
    text-decoration:line-through;
}