﻿#pnleditSitio .accordion
{
    width: 100%;
}

#pnleditSitio .accordion table
{
    width: 100%;
}

div.pnl.catalogo-item.ui-dialog-content span.otras-config {
    display: inline-table;
    margin-top: 15px;
    font-weight: bold;
    color: gray;
    padding-left: 18px;
    background-image: url(../../../components/commons/img/op.gears.png);
    background-position: 1px 0px;
    height: 16px;
    background-repeat: no-repeat;
    padding-top: 2px;
}

    h3.ui-accordion-header span.tipo-senial {
        float: right;
        font-style: italic;
        font-weight: normal;
        padding-right:15px;
    }

table.confPlantilla div.pnl-plantillas-list table.data-table-plantilla tr td{
    padding-bottom:5px;
    font-size:11px;
}

table.confPlantilla div.pnl-plantillas-list h3 span.txt-format-punto {
    font-family:Consolas;
    font-size:12px;
    letter-spacing:2px;
    white-space:pre;
}
table.confPlantilla div.pnl-plantillas-list h3 span.lbl-new {
    display: inline-table;
    font-weight: normal;
    font-style: italic;
    padding-left: 5px;
    font-family: consolas;
}

table.confPlantilla div.pnl-plantillas-list div.itm-plantilla.mark-for-delete {
    border: 1px solid #DCC1C1;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px 5px 5px 15px;
    border-radius: 3px;
    background-color: #FBEEEE;
    color: #CE8989;
    cursor: default;
    font-family: consolas;
}

div.itm-plantilla table.data-table-plantilla tr td input.has-error{
    border: solid 1px #CC0000;
    background-color: #FFCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DF0000;
}

div.itm-plantilla table.data-table-plantilla tr td input.no-error{
    border: solid 1px #CC0000;
    background-color: #FFCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DF0000;
}

div.itm-plantilla.has-error h3{
    border: solid 1px #CC0000;
    background-color: #FFCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DF0000;
}

div#accConfigPlantillaInt.has-error > h3{
    border: solid 1px #CC0000;
    background-color: #FFCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DF0000;    
}
div table.confPlantilla tr.msjError td {
    color: #CA0101;
    padding-top: 10px;
}

table tr.claveMercado {
    display:none;
}