﻿
/* 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;
}

/*JOB:11.08.21 necesarios para ordenes*/
ord-form-group{
    margin-bottom:0.5px;
}

.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: univers-67-condensed-bold.woff,*/ /*Verdana, Arial, Helvetica, "sans-serif;*/
    /*src: url('univers-67-condensed-bold.woff') format('woff')",  /*Verdana, Arial, Helvetica, sans-serif;*/
     font-family: univers-67-condensed-bold.woff,   src: url('univers-67-condensed-bold.woff') format('woff');
    /*text-decoration: underline;*/
    font-weight: bold;
    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
{
    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;
}

{
    position: absolute;
    left: 3px;
    top: 1px;
    color: red;
    pointer-events: none;
    z-index: -1;
}

{ /* 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;
}

.GrillaContenedor {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-collapse: collapse;
    background-color: #C0C0C0;
    overflow: auto;
    vertical-align: top;
    height: 95%;
    width: 99%;
    font-size:82%;
}

tr.RowStyle:hover {
    cursor: pointer;
    background-color: #f69542;
}

tr.AlternatingRowStyle:hover {
    cursor: pointer;
    background-color: #f69542;
}

tr.AlternatingRowStyle {
    background-color: #C0DCC0;
}

.grw-head {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    /*background-color:#007ACC;*/
    /*/background-color:#4E434B;*/
    background-color: #085409;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.grw-row {
    font-size: 70%;
    text-align: center;
    background-color: #F7F3EF;
    color: Black;
}

.grw-head-sel {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    /*background-color:#007ACC;*/
    /*/background-color:#4E434B;*/
    background-color: #aaa;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 10px !important;
    font-weight: 100 !important;
}

.row-not-mg {
    background-color: #E8E8E8;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.sigla-zonax {
    display: none;
}




/*Screen <=600 px   movil*/
@media screen and (max-width: 600px) {
    .col-tit {
        padding-left: 2rem !important;
    }

    .linHead {
        text-align: left !important;
        height: 39px !important;
        margin-top: 0.5% !important;
        margin-bottom: 10px !important;
        background-color: #E8E8E8 !important;
        width: 100% !important;
    }

    .lin11 {
        width: 100% !important;
    }

    .lin12 {
        padding-left: 6% !important;
        margin-left: .5% !important;
        margin-right: .5% !important;
    }

    .sigla-zonax {
        display:none; /* flex;*/
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;

    }

    .my-input {
        padding-left: 0;
    }

    .lin11-1 {
        margin-bottom: 0.5px;
        padding-left: 3% !important;
        padding-right: 2px !important;
    }

    .ln-afil {
        margin-left: 2% !important;
        width: 30% !important;
        display: none !important;
    }

    .tnafil {
        Font-Size: 100%;
        Width: 90%;
        Height: 24px;
        display: none !important;
    }

    .splin {
        display:none
    }

    .row-torde {
        width: 19% !important;
        display: none !important;
    }

    .clnone {
        display:none;
    }

    .lin122 {
        padding-left: 6% !important;
        padding-right: 0 !important;
        display: none !important;
    }

    .lin123 {
        padding-right: 0 !important;
        /*        width: 25% !important;*/
        padding-left: 2% !important;
        display: inline-flex !important;
        width: 45%;
    }

    .plan-md, .motivo-md {
        display: none;
    }

    .plan-sm, .motivo-sm {
        display: contents;
        margin-left: 10%;
    }

    .pplan {
        width: max-content;
        font-size: smaller !important;
        font-weight: 900 !important;
    }

    .sm-mail {
        margin-left: 7px !important;
    }

    .lin211 {
        margin-bottom: 0.5px;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        display:none !important;
    }

    .showafil {
        font-size: 60%;
        font-weight: 900;
        display: block;
    }

    .noshow {
        display:none;
    }

    .noshow2 {
        display: none !important;
    }

    .lin212 {
        margin-bottom: 0.5px;
        margin-left: 2.5%;
        padding-right: 0;
        width: 100%;
        padding-left: 0;
    }

    .elbene {
        margin: 0px !important;
        margin-left:12.5%;
        width: 90% !important;
        height: 55px !important;
        font-size:90% !important;
        vertical-align: top !important;
    }

    textarea {
        max-width: 100% !important;
    }

    .lin213 {
        margin-top: 3%;
        margin-left: 6.3%;
        margin-bottom: 0.5px !important;
        padding-right: 0 !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row-orden {
        padding-left: 0 !important;
        padding-left: 0 !important;
        margin-left: 6.1% !important;
        margin-bottom: 3% !important;
    }

    .datosbene {
        margin: 0px !important;
        width: 83% !important;
        height: 58px !important;
        font-size: 80% !important;
    }

    .ddl-orden {
        width: 86% !important;
        margin-bottom: 0.5px !important;
        font-size: 82% !important;
        max-width: 100% !important;
    }


    .ln-btn-add {
        padding-right: 0 !important;
        width: 6% !important;
        margin-left: 2.5% !important;
    }

    .hiddencol {
        display: none;
    }

    .myborder {
        border: 0 !important;
    }


}



/*Screen >= 768 px*/

@media screen and (min-width:768px) {
    .cuadro {
        width: 130%;
        font-size: 80%;
    }

    .h3-not-mg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 18px !important;
    }

    .force-inline-form {
        display: table-cell !important;
        border: 0 !important;
        background-color: white !important;
    }

    .col-tit {
        padding-left: 0.5% !important;
    }

    .showafil {
        display: none;
    }


    .divDatos {
        background-color: white;
        margin-left: 5% !important;
        position: relative !important;
        padding-left:5% !important;

    }

    .lin11 {
        padding: 0 !important;
        margin-left: 0 !important;
        width: 8.9% !important;
        margin-bottom: 0 !important;
    }

    .txtmotivo {
        width: 95% !important;
        font-size: 82% !important;
        max-width: 100% !important;
    }
    .smallnro {
        display: block !important;
        margin-top: 5% !important;
    }

    .lin11-1 {
        margin-bottom: 0.5px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .lin12 {
        padding-left: 0 !important;
        padding-right:1% !important;
    }

    .lin122 {
        padding-left: 0% !important;
        padding-right: 0 !important;
        display: none !important;
    }

    .lin123 {
       margin-bottom:0.5px !important;
       padding-right:0 !important;
       width: 12% !important; 
       padding-left:0 !important;
    }

    .lin124 {
        margin-bottom: 0.5px;
        padding-right: 0;
        width: 14% !important;
        padding-left: 0;
    }

    .plan-md, .motivo-md {
        display: block;
        width: 70%;
    }

    .motivo-md-1 {
        display: block;
        width: 82%;
    }

    .plan-sm {
        display: none;
    }

    .lin211 {
        padding-left: 0px !important;
        margin-bottom: 0.5px !important;
        padding-right: 0 !important;
        width: 20% !important;
    }

    .lin212 {
        margin-bottom: 0.5px !important;
        padding-right: 0 !important;
        width: 23% !important;
        padding-left: 1.5% !important;
        margin-right:0;
    }

    .lin213 {
        margin-bottom: 0.5px !important;
        padding-right: 0 !important;
        width: 150px !important;
        padding-left: 0 !important;
    }

    .elbene {
        margin: 0px;
        width: 88%;
        height: 55px;
        font-size: 80%;
        vertical-align: top;
    }

    .datosbene {
        margin: 0px;
        width: 255px;
        height: 58px;
        font-size: 80%;
        vertical-align: top;
    }

    .linHead {
        text-align: left !important;
        height: 39px !important;
        margin-top: 0.5% !important;
        margin-bottom: 10px !important;
        background-color: #E8E8E8 !important;
        width: 82.3% !important;
    }

    .sm-mail {
        /*margin-left: 7px !important;*/
    }

    .ln-afil {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tnafil {
        Font-Size:100%;
        Width: 90%;
        Height:24px;
    }

    .row-torde {
        width: 3% !important;
    }

    .nom-afil {
        Width:100%;
        Height:24px;

    }

    /*sobre-escribe los valores para todos! los textbox*/
    .form-control {
        border: 1px solid #e2d7d7 !important;
        background-color: white !important;
        border-radius: 1px !important;
    }

    .torde {
        /*Font-Size: 82% !important;*/
        Width: 20px !important;
        padding: 0 !important;
        display: inline-block !important;
    }

    .rw-btn {
        width: 2% !important;
        margin-right: 1% !important;
    }

    .row-orden {
       padding-left:0 !important; 

    }

    .ln-btn-add {
        padding-right:0 !important;
        width:6% !important;
    }

    .cltotales {
        width:90%;
    }


    .noshow2 {
        display: block !important;
    }

    .ddl-orden {
        width: 100% !important;
        margin-bottom: 0.5px !important;
        font-size: 82% !important;
        max-width: 100% !important;
    }

    .myborder {
        border: 1px #C0C0C0 solid !important;
    }

    .btnfinal {
        margin-bottom:3%;
    }

}





/* Look and feel (not lib specific) */

/*estilo para mascaras de ingresos*/

