﻿
.CssImas2_TelerikGrid{
    width:100% !important; 
    border:none !important;
    margin:0 auto; 
}

/*   El CONTENIDO del grid... :) */
.CssImas2_TelerikGrid .t-grid-content {
    height: auto !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.CssImas2_TelerikGrid .t-grouping-header {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.CssImas2_TelerikGrid .t-grid-footer {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
/*  Columnas */


    /*  Texto de las columnas */
    .CssImas2_TelerikGrid .t-header > a {
        color: white !important;
        /*text-shadow: 1px 1px #212121;*/
    }

/*   El color de fondo de las filas impares*/
.CssImas2_TelerikGrid .t-alt {
    background-color: #e8f3ff !important;
}

.CssImas2_TelerikGrid .t-grid-content td {
    line-height: 20px !important;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    padding-left: 5px !important;
}
/*TODO Manuel*/
.t-state-hover 
{
    background-color:#6E9E43 /*!important*/;
}

.RegistroSeleccionado, .RegistroSeleccionado.t-alt 
{
     background-color: #6E9E43 !important;
     color: white !important;
}
.RegistroSeleccionado td
{ 
     color: white !important;
}

.t-numeric .t-state-active {
  background-color: #1d5b9b !important;
  
}

.t-group-indicator {
  padding: .12em .15em .5em .14em !important;
  margin: 0 3px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  height: 17px !important;
}

.t-grid-toolbar {
    border:none !important;
}

/*Custom a Buttons*/
a.imageButton {
    width: 36px!important;
    display: inline-block;
}