<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*?********************************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************************************?*/
.tblClasificadores
{
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 32px;
  top: 30px;
  border: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

.tdDisponibles
{
  width: 50%;
}

.tdSeleccionados
{
  width: 290px;
}

.tdDisponibles, .tdSeleccionados
{
  border: solid 1px #999;
  border-radius: 2px;
}

.tdBotones
{
  width: 90px;
  padding: 8px 4px;
}

.tdBotones hr
{
  margin: 10px 0;
  height: 1px;
  border: solid 1px #ccc;
}

.tdSeleccionados .rlbCheck
{
  margin-right: 4px !important;
}

.RadTreeView.RadTreeView_Windows7 {
  border: solid 1px #aabfd6;
  border-radius: 3px;
  min-height: 100px;
}

.RadListBox.RadListBox_Windows7 {
  min-height: 100px;
}

.RadListBox.RadListBox_Windows7 .rlbGroup {
  border-radius: 3px;
  min-height: 100px;
}</pre></body></html>