﻿body
{
    background-color: #fff;
}
.zerrenda h2
{
    background: none repeat scroll 0 0 #2f2f2f;
    color: #fff;
    line-height: 32px;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}
.zerrenda .tituloh1
{
    border-bottom: 1px solid #f3f3f3;
    color: #eb1c15;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.zerrenda .ezkerra
{
    display: block;
    float: left;
    width: 50%;
}
.zerrenda .eskubi
{
    display: block;
    float: right;
    width: 50%;
}
.zerrenda .RadGrid_Default .rgHeader a
{
    color: #eb1c15 !important;
}
.zerrenda .RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper
{
    border: none !important;
    background-color: #fff !important;
    background: none !important;
    color: #eb1c15 !important;
    font-weight: bold !important;
}
.zerrenda .RadGrid_Default .rgRow a:hover, .RadGrid_Default .rgAltRow a:hover, .RadGrid_Default .rgEditRow a:hover
{
     text-decoration: none !important;
     color: #eb1c15 !important;
}

.zerrenda .RadGrid_Default .rgRow a, .RadGrid_Default .rgAltRow a, .RadGrid_Default .rgEditRow a
{
    color: #000 !important;
    transition: all 0.3s ease 0s;
}
.zerrenda .RadGrid_Default .rgMasterTable .rgSelectedCell, .RadGrid_Default .rgSelectedRow, .RadGrid_Default .rgMasterTable .rgSelectedCell, .RadGrid_Default .rgSelectedRow a
{
    background: none repeat scroll 0 0 #fff !important;
    color: #eb1c15 !important;
}
/******************** MEDIA QUERI (RESPONSIVE) ******************/
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* BAI */


}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px)
and (max-width : 1824px) {
/* BAI */

}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1024px)
and (max-width : 1224px) {
/* BAI */
}
 
/* TABLETAK (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* BAI */
   
}

/* TABLETA TXIKIAK (portrait and landscape) ----------- */
@media only screen
and (min-width : 568px)
and (max-width : 768px) {
/* BAI */

}

/* MUGIKORRAK (portrait & landscape)----------- */
@media only screen
and (min-width : 320px)
and (max-width : 568px) {
/* BAI*/

}

/* MUGIKOR TXIKIAK (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
/* STYLES GO HERE */
}
 
