﻿.RadDockZone.wdg-home-rdz
{
    border: 0px;
}

.RadDockZone .wdg-home-rd
{
    margin-right: 7px;
    margin-bottom: 15px;
}

/* Stile del titolo del widget */
.wdg-home-rd tr.rdTop
{
    border: 1px solid black;
    color: White;
    background: #3b679e;
    background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
}

/* Stile del contenuto del widget */
.wdg-home-rd tr.rdMiddle
{
    border: 1px solid black;
    background: rgb(254,255,255);
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(210,235,249,1)));
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
}

/* Aggiunge padding per evitare che il contenuto del widget sia attaccato ai bordi superiore e inferiore */
.wdg-home-rd tr.rdMiddle td.rdCenter
{
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Rende trasparente lo sfondo delle righe (alternate e non) della grid */
.wdg-home-rd .rdContent div.k-widget, .wdg-home-rd .rdContent div.k-widget tr
{
    background: transparent;
    border: 0px;
    color: #515967;
}

.wdg-home-rd .rdContent
{
    overflow: hidden !important;
}

.wdg-home-rd .rdContent div.k-widget td
{
    border: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/* Rimuove il padding a sinistra solo per la 1° cella di ogni riga */
.wdg-home-rd .rdContent div.k-widget tr > td:nth-child(1)
{
    padding-left: 0px;
}

/* Rende trasparente lo sfondo dei grafici */
.wdg-home-rd svg > path
{
    fill: transparent !important;
}