/*
.estados .ui-picklist .ui-picklist-list {
    height: 50px;
}

.color-CREADO {
    background: #C2DAF3 !important;
}

.color-EN_GESTION {
    background: #66E0A3 !important;
}

.color-GESTIONADO {
    background: #FFE680 !important;
}

.color-CERRADO {
    background: #E6E6E6 !important;
}

.consultaTicketC1 {
    font-weight: bold;
    padding: 5px;
}

.consultaTicketC2 {
    padding: 5px;
}

table.ui-panelgrid td {
    border-style: none;
}

.tabla-tickets, .tabla-mensajes {
    table-layout: fixed;
    width: 100%;
}

.tabla-tickets td {
    font-size: 0.9em;
}

th.cClasificacionInicial, th.cDescripcion {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

th.cUsuarioAfectado, th.columna-usuario {
    width: 125px !important;
}

td.cUsuarioAfectado, td.cFechaCreacion, td.cFechaVencimiento, td.cEstado, td.cUsuarioAfectado, td.c-acciones {
    text-align: center;
}

th.c-acciones {
    width: 90px !important;
}

th.cFechaCreacion, th.cFechaVencimiento, th.columna-fecha {
    width: 95px !important;
}

th.cNumero {
    width: 75px !important;
}

td.cNumero {
    text-align: right;
}

th.cEstado {
    width: 70px !important;
}

.sinBorde .ui-datalist-content {
    border: none !important;
}

.ui-datatable .grilla {
    border: none !important;
}

.archivos-adjuntos .ui-widget-content {
    border: none !important;
}

.archivos-adjuntos ul {
    list-style: none;
    margin: 0px !important;
}

.archivos-adjuntos li { 
    display: inline;
    list-style-type: none;
    padding-right: 10px;
}

.grilla-datos-ticket td {
    padding-bottom: 2px;
    padding-right: 2px;
}
*/
.formRutas {
    border-spacing:4px !important;
    border-collapse: initial !important;
}

button.boton-reasignar-ticket{
    min-width: 30px;
    margin-left: 5px;	
}	

.tabla-tickets .acciones{
    width: 140px;
}
.portlet-body {
    margin: 0px !important;
}
.tabla-tickets .codigo{
    width: 7em !important;
}

.tabla-tickets
{
    table-layout:fixed !important;
}

.panelBusquedaRutas{
    margin-top: 20px;
}

.tabla-rutas-busqueda{

}

.tabla-rutas-busqueda th{
    text-align:center
}

.tabla-rutas-busqueda td{
    text-align:left;
}

.busquedaCol {
    position: relative;
}

.busquedaBtn {
    position: absolute;
    bottom:0;
    right:0;
}

.inputConsulta{
    border: 1px solid #a1a2a4 !important;
    opacity: .75!important;
}

.pull-left {
    width: 80px !important;
}

table.tabla-tickets td.razon-social{
    max-width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}