﻿
/* DEFAULTS ########	########	########*/


/*principales ESTATICOS*/
body
{
    background: #fcfcfc;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    background: #FFFFFF url(../img/fondo.gif) repeat-x left top;
}

.lblTitulo
{
    font-size: 12px;
    font-weight: bold;
}


@font-face {
    font-family: 'baar_sophiaregular';
    src: url('baars___-webfont.woff2') format('woff2'), url('baars___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #305579;
}
a:hover
{
    color: #7BACE8;
    text-decoration: none;
}
a:visited
{
    color: #305579;
    text-decoration: underline;
}


.highlightRow{ background-color:#ffffff;}
.highlightRow:hover
{
    background-color: #ecebe8;
}

/* ################ FUENTES */
.fuenteTamanio10
{
    font-size: 10px;
}




/* ################ botones */

.boton
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #888;
    font-weight: bold;
    font-size: 12px;
    color: #444;
    height: 30px;
    font-family: Verdana, Arial;
    background-image: url('fbImage.png');
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: 0 -245px;
    background-color: #EEE;
    cursor: pointer;
}
.boton:hover
{
    background-image: url('');
}



/* ################ inputs */
.input
{
    background-color: #ffffff;
    border: solid 1px #aaa;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding: 4px;
    margin:2px;
}
.inputImporte
{
    background-color: #ffffff;
    border: solid 1px #aaa;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding: 4px;
    margin:2px;
    text-align: right;
}
.inputImporteEditable
{
    
    background-color: #ffffff;
    border: solid 1px #3f85a2;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding: 4px;
    margin:2px;
    text-align: right;
}

/* ################ links */
.link1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    color: #5393E1;
}
.link1:visited
{
    color: #5393E1;
    text-decoration: underline;
}
.link1:hover
{
    color: #7BACE8;
    text-decoration: none;
}


.link_tipoCarne
{
    background-color: #aec2db;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    width: 40px;
}
/*.link_tipoCarne:hover {	background-color:#9bb4d2;  color:#000000;	text-decoration: none; width:40px;}*/


.linkMenu:link
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
}
.linkMenu:visited
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
}
.linkMenu:hover
{
    font-size: 12px;
    color: #cccccc;
    text-decoration: none;
}


.link2:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.link2:hover
{
    color: #EFEFEF;
    text-decoration: none;
}




/* ################ div*/
.divAmarillo
{
    background-color: #fff1bb;
    border: 2px solid;
    border-color: #ffd940;
}
.divCeleste
{
    border-color: #bcd8f5;
    background-color: #DEEBFA;
    border-width: 1px;
}
.divCelesteOscuro
{
    background-color: #c3d9ff;
    border-width: 1px;
}
.divVerde
{
    border: solid 1px #6cb169;
    padding: 5px;
    background-color: #b4d8a9;
    margin-bottom: 10px;
    width: 600px;
    text-align:left;
}
.divRojo
{
    border: solid 1px #da5215;
    padding: 5px;
    background-color: #fad5c5;
    margin-bottom: 10px;
    width: 600px;
}
.divGrisOscuro
{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #737373;
    height: 27px;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}
.divTablaBorde
{
    border: 1px solid #ff0000; /*border-width:5px;*/
    border-color: #bcd8f5;
}




/* ################ otros*/
.bordeTabla
{
    /* borde de tabla ppal.aspx*/
    border: 1px solid #cccccc;
    height: 77px;
    background-color: #ffffff;
}
.bordeTabla2
{
    /* borde de boletas*/
    border: 1px solid #ccc;
}

/*TABLAS DE FORMULARIO*/
.tablaGris1
{
    padding: 0px;
    margin: 0px;
    background-color: #ebebeb;
    height: 87px;
    width: 333px;
}



.modalBackground {
    position: fixed;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup {
    background-color: white;
    width: 200px;
    height: 150px;
    z-index: 100000001 !important;
}

.IframeTrj {
    margin: 1% 1% 1% 1%;
    display: block;
    background-image: none;
    background-color: #E6E6E6;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 50%;
    min-width: 350px;
    height: 423px;
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup {
    min-width: 200px;
    min-height: 150px;
    background: white;
}

.textLeft
{ 
    text-align:left;
}

.textRight
{
    text-align:right;
}

.textCenter
{
    text-align:center;
}

.modalBackground {
    position: fixed;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup {
    background-color: white;
    width: 200px;
    height: 150px;
    z-index: 100000001 !important;
}

.IframeTrj {
    margin: 1% 1% 1% 1%;
    display: block;
    background-image: none;
    background-color: #E6E6E6;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 50%;
    min-width: 350px;
    height: 423px;
}

.datos {
    font-size: 10px;
    font-family: 'Open Sans', Verdana;
    font: italic,bold
}

/* Libary CSS */
.shell {
    position: relative;
    line-height: 1;
    span

{
    position: absolute;
    left: 3px;
    top: 1px;
    color: red;
    pointer-events: none;
    z-index: -1;
    i

{ /* any of these 3 will work */
    color: transparent;
    opacity: 0;
    visibility: hidden;
}

}
}

   /*estilo para mascaras de ingresos*/

input.masked,
.shell span {
    font-size: 16px;
    font-family: monospace;
    padding-right: 10px;
    background-color: transparent;
    text-transform: uppercase;
}

/* Look and feel (not lib specific) */

/*estilo para mascaras de ingresos*/

