.RadGrid_Bootstrap {
/*    border: 0px solid #ddd; */
    border-radius: 0px;
    color: #333;
}

﻿.RadTreeView_Bootstrap .rtSelected .rtIn {
    background-color: rgba(115, 135, 156, 0.3);
    color: #555;
    border :none;
}

.RadGrid_Bootstrap .rgPagerCell .rgNumPart a.rgCurrentPage {
    background-color: rgba(115, 135, 156, 0.3);
    color: #555;
    border :1px solid transparent;
}

.RadGrid_Bootstrap .rgGroupHeader>td {
    padding: 0px 0;
    border :none;
}


.RadPanelBar_Bootstrap .rpRootLink {
    color: #FFFFFF;
    background-color: #34495E;
}

.RadPanelBar_Bootstrap .rpRootLink.rpHovered {
    color: #FFFFFF;
    background-color: #172D44;
}

.RadPanelBar_Bootstrap .rpRootLink.rpFocused {
    color: #FFFFFF;
    background-color: #34495E;
}

.RadPanelBar_Bootstrap .rpRootLink.rpSelected {
    color: #FFFFFF;
    background-color: #34495E;
}

.RadGrid_Bootstrap td.rgGroupCol {
    border-top-width: 0;
}

/* SFONDO GRADIENT CHIARO PER ITEMS PSEUDO BUTTONS */
.RadGrid_Bootstrap .WorkflowItem {

    border-radius : 15px;
    padding-left:20px;
    color : white;
    /*
    background: -moz-linear-gradient(top,  rgba(115,135,156,0.17) 0%, rgba(42,63,84,0.5) 100%);
    background: -webkit-linear-gradient(top,  rgba(115,135,156,0.17) 0%,rgba(42,63,84,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(115,135,156,0.17) 0%,rgba(42,63,84,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b73879c', endColorstr='#802a3f54',GradientType=0 );
    */

    /*
    background: -moz-linear-gradient(top,  rgba(156,156,156,0) 0%, rgba(156,156,156,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(156,156,156,0) 0%,rgba(156,156,156,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(156,156,156,0) 0%,rgba(156,156,156,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009c9c9c', endColorstr='#a69c9c9c',GradientType=0 );
    */

    background: -moz-linear-gradient(top,  rgba(226,226,226,0.3) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(226,226,226,0.3) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom,  rgba(226,226,226,0.3) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4de2e2e2', endColorstr='#e0e0e0',GradientType=0 ); 

}

.RadGrid_Bootstrap .WorkflowItem:hover {

    padding-left:20px;

    background-color:rgba(0, 124, 255, 0.35);
    color : white;

/*
    background: -moz-linear-gradient(top,  #afafaf 0%, #afafaf 100%);
    background: -webkit-linear-gradient(top,  #afafaf 0%,#afafaf 100%);
    background: linear-gradient(to bottom,  #afafaf 0%,#afafaf 100%);
    color : black;
*/
}

/* SFONDO GRADIENT SCURO PER PSEUDO BUTTONS */
.RadGrid_Bootstrap .CommercialPlanGroupHeader {
    font-size:25px;
    text-align:center;
    vertical-align:middle;
    border-radius: 15px;
    padding:0px;
    margin:0 5px 5px 0;
    color: white;
    background: -moz-linear-gradient(top,  rgba(115,135,156,0.58) 0%, rgba(42,63,84,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(115,135,156,0.58) 0%,rgba(42,63,84,1) 100%);
    background: linear-gradient(to bottom,  rgba(115,135,156,0.58) 0%,rgba(42,63,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9473879c', endColorstr='#2a3f54',GradientType=0 );
}


.RadGrid_Bootstrap .CommercialPlanGroupHeader:hover {

    background-color:rgba(0, 124, 255, 0.35);
/*
    background: -moz-linear-gradient(top,  #afafaf 0%, #afafaf 100%);
    background: -webkit-linear-gradient(top,  #afafaf 0%,#afafaf 100%);
    background: linear-gradient(to bottom,  #afafaf 0%,#afafaf 100%);
    color : black;
*/
}


/* SFONDO GRADIENT PER TABLE HEADER */

.RadGrid_Bootstrap table thead tr th.rgHeader {

    background: -moz-linear-gradient(top,  rgba(156,156,156,0) 0%, rgba(156,156,156,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(156,156,156,0) 0%,rgba(156,156,156,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(156,156,156,0) 0%,rgba(156,156,156,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009c9c9c', endColorstr='#a69c9c9c',GradientType=0 );



/*
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
*/

}

.table tr th {
    background: -moz-linear-gradient(top,  rgba(156,156,156,0) 0%, rgba(156,156,156,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(156,156,156,0) 0%,rgba(156,156,156,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(156,156,156,0) 0%,rgba(156,156,156,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009c9c9c', endColorstr='#a69c9c9c',GradientType=0 );
}

.RadWindow .rwTable .rwTitlebarControls .rwIcon
{
    background-image:none;
    display:none;
}

/* stile da mettere nella OuterCssClass di un RadToolBarButton per allinearlo a destra nella toolbar*/

.RadToolBar .ButtonGoesRight {
    position: absolute;
    right: 20px;
}

.panel-heading.workflow_header ~ .panel-body .RadToolBar .ButtonGoesRight {
    position: absolute;
    right: 40px;
}

.RadGrid_Bootstrap .rgAltRow > td {
    background-color: #ddd;
}

.RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td, .RadGrid_Bootstrap .rgEditRow > td {
    padding: 9px 7px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #aaa;
}