/*?********************************LICENSE**************************************** 
 * 
 * Copyright 1992-2016 PROYECTO PNUD-SIGOB
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * *****************************************************************************
 * Developed by:
 * Alejandro Genovesi Calzada (Coordination and development)
 * Arturo Martínez Mardones
 * Romualdo Rijo Disla
 * Alejandro Lamónaca Downes
 * *****************************************************************************
 * Este software utiliza software de terceros y la lista de ellos y sus licencias
 * se incorporan en el directorio "Componentes de terceros"
 ********************************END LICENSE************************************?*/
.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.colEMAIL, .colNOMBRE, .colCARGO, .colAREA
{
  float: left;
  width: 110px;
  margin: 0;
  padding: 0 5px 0 0;
  line-height: 14px;
}

.colNombreCodificador, .colCODIFICADOR {
    float: left;
    width: 400px;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}
.divComentarios
{
  margin: 4px 6px;
  height: 164px;
  width: 550px;
  overflow: auto;
  border: 0px;
}

.spanSinComentarios
{
  color: #ccc;
  display: inline-block;
  margin-left: 5px;
  font-style: italic;
}

.lnkVerComentarios
{
  margin-left: 5px;
  font-style: italic;
}

.divResumen
{
  width: 100%;
  height: 100%;
  min-height: 250px;
  overflow: auto;
  border: solid 1px #abc1de;
}

.divPanelGrilla
{
  /*width: 658px;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10;
  left: 0px;
  border: solid 1px #c0c0c0;
  color: #666;
  background-color: #FFFFCC;
}

.divPanelGrilla A.lnkGrilla, .divPanelGrilla A.lnkGrilla:visited, .divPanelGrilla A.lnkGrilla:hover
{
  display: block;
  vertical-align: middle;
  margin: 0px;
  margin-top: 4px;
  padding-left: 8px;
  width: 100%;
  height: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.divPanelGrilla A IMG
{
  float: left;
  margin-right: 8px;
}


.cssDivContenedorMensaje span h3
{
  border-bottom: 1px solid;
  color: #b00;
  margin-bottom: 4px;
}

.divTextoCorrespondencia
{
  padding: 0;
  width: 100%;
}

ul.lista_opciones
{
  margin: 0;
  padding: 0;
}

ul.lista_opciones > li
{
  margin: 0;
  min-height: 26px;
  height: auto;
  display: block;
  width: 582px;
  float: left;
  list-style-type: none;
  padding: 0;
  border: solid 1px #fff;
}

ul.lista_opciones > li > *:first-child
{
  float: left;
  width: 140px;
  height: auto;
  font-size: 12px;
}

/* contenedor de editor de campo de datos */
ul.lista_opciones > li > var
{
  display: block;
  min-height: 20px;
  height: auto;
  width: 425px;
  margin-bottom: 2px;
  padding: 0px;
  float: left;
}

ul.lista_opciones li em
{
  margin-top: 2px;
}

ul.lista_opciones > li.seleccionado
{
  background-color: #FFE27B;
  border: solid 1px #ffcc00;
  border-radius: 4px;
}

.cboMesaSalida
{
  margin-top: 4px;
  margin-left: 22px;
  margin-left: 30px\9;
}

.divHint
{
  background-color: #FFFFE1;
  color: #333;
  border: 1px solid #666;
  vertical-align: middle;
  padding: 2px 0;
  height: 18px;
  margin: 4px 4px 4px 22px;
  margin-left: 30px\9;
  border-radius: 4px;
}

.divHint img
{
  float: left;
  padding: 0px 8px;
}

.divHint span
{
  display: block;
  padding-left: 22px;
}

.pnlConversionPDF
{
  background-color: #FFE27B; /*  position: absolute;   top: 0;   left: 0;   right: 0;*/
  height: 46px;
  width: 100%;
  padding-top: 8px;
}

.pnlConversionPDF h3
{
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  float: left;
  margin: 4px 16px 0px 8px;
}

.pnlConversionPDF A
{
  float: left;
  margin: 5px 6px 2px 0px;
}
