/*===================== Elementos Padrao =====================*/
.KPIPageView
{

    position:relative;
    border: 1px solid #4a761F;
    border-top: none;
    margin-top: 0px;
    background-color: #C2D197;


}

.KPIPageViewPanel
{
    position: relative;
    overflow:auto;
}


.KPITableDetalhes TABLE, .KPITableDetalhes TR, .KPITableDetalhes TD
{
    border: 0px none #FFFFFF;
}

.KPIStatus .rwGreen,
.KPIStatus .rwYellow,
.KPIStatus .rwRed,
.KPIStatus .rwUnknown
{
    background-image: url('Images/KPI/KPIStatus.gif');
    width: 16px;
    height: 16px;

}
.KPIStatus .rwGreen
{
    background-position: 0px 0px;
}
.KPIStatus .rwYellow
{
    background-position: -16px 0px;
}
.KPIStatus .rwRed
{
    background-position: -32px 0px;
}
.KPIStatus .rwUnknown
{
    background-position: -48px 0px;
}




/*======================== KPI_Border ========================*/
.KPI_Border TABLE
{
    /*width:100%;*/
    /*table-layout:auto;*/
}

.KPI_Border TABLE TD
{
    /*padding: 0px;
    margin: 0px;
    /*border-collapse:collapse;*/
}

/*Bordas*/
.KPI_Border .rwTopLeft,
.KPI_Border .rwTopCenter,
.KPI_Border .rwTopRight,
.KPI_Border .rwBottomLeft,
.KPI_Border .rwBottomCenter,
.KPI_Border .rwBottomRight
{
    background-image: url('Images/KPI/BorderHorizontal.gif');
}





.KPI_Border .rwBodyLeft,
.KPI_Border .rwBodyRight
{
    background-image: url('Images/KPI/BorderVertical.gif');
}

.KPI_Border .rwCorner
{
    width: 13px;
}

/*Borda Superior*/
.KPI_Border .rwTopLeft,
.KPI_Border .rwTopRight
{
    background-repeat: no-repeat;
    height: 13px;
    
}

.KPI_Border .rwTopLeft
{
    background-position: 0px 0px;
}

.KPI_Border .rwTopRight
{
    background-position: -13px 0px;
}

.KPI_Border .rwTopCenter
{
    background-position: 0px -30px;
    background-repeat: repeat-x;
}

/*Borda Lateral*/
.KPI_Border .rwBodyLeft
{
    background-repeat: repeat-y;
}
.KPI_Border .rwBodyRight
{
    background-repeat: repeat-y;
    background-position: -13px 0px; 
}

/*Bordas Inferiores*/

.KPI_Border .rwBottomLeft,
.KPI_Border .rwBottomRight
{
    background-repeat: no-repeat;
    height: 19px;
    
}

.KPI_Border .rwBottomLeft
{
    background-position: 0px -60px;
}

.KPI_Border .rwBottomRight
{
    background-position: -13px -60px;
}

.KPI_Border .rwBottomCenter
{
    background-position: 0px -90px;
    background-repeat: repeat-x;
}



/*=================== KPI_Border_Transparent ===================*/
.KPI_Border_Transp TABLE
{
    width:100%;
    table-layout:auto;
}

.KPI_Border_Transp TABLE TD
{
    padding: 0px;
    margin: 0px;
    border-collapse:collapse;
}

/*Bordas*/
.KPI_Border_Transp .rwTopLeft,
.KPI_Border_Transp .rwTopCenter,
.KPI_Border_Transp .rwTopRight,
.KPI_Border_Transp .rwBottomLeft,
.KPI_Border_Transp .rwBottomCenter,
.KPI_Border_Transp .rwBottomRight
{
    background-image: url('Images/KPI/BorderHorizontal.gif');
}

.KPI_Border_Transp .rwBodyLeft,
.KPI_Border_Transp .rwBodyRight
{
    background-image: url('Images/KPI/BorderVertical.gif');
}

.KPI_Border_Transp .rwCorner
{
    width: 10px;
}

/*Borda Superior*/
.KPI_Border_Transp .rwTopLeft,
.KPI_Border_Transp .rwTopRight
{
    background-repeat: no-repeat;
    height: 10px;
    
}

.KPI_Border_Transp .rwTopLeft
{
    background-position: 0px -300px;
}

.KPI_Border_Transp .rwTopRight
{
    background-position: -16px -300px;
}

.KPI_Border_Transp .rwTopCenter
{
    background-position: 0px -360px;
    background-repeat: repeat-x;
}

/*Borda Lateral*/
.KPI_Border_Transp .rwBodyLeft
{
    background-repeat: repeat-y;
    background-position: -30px 0px;
}
.KPI_Border_Transp .rwBodyRight
{
    background-repeat: repeat-y;
    background-position: -45px 0px; 
}

/*Conteudo*/
.KPI_Border_Transp .rwBodyContent
{
    background-color: White;

}
/*Bordas Inferiores*/

.KPI_Border_Transp .rwBottomLeft,
.KPI_Border_Transp .rwBottomRight
{
    background-repeat: no-repeat;
    height: 10px;
    
}

.KPI_Border_Transp .rwBottomLeft
{
    background-position: 0px -330px;
}

.KPI_Border_Transp .rwBottomRight
{
    background-position: -16px -330px;
}

.KPI_Border_Transp .rwBottomCenter
{
    background-position: 0px -390px;
    background-repeat: repeat-x;
}

.KPI_Border_Transp .rwValue
{
    height: 50px;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
    position: relative;
}

.KPI_Border_Transp .rwPrefix
{
    color: #003966;
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
}

.KPI_Border_Transp .rwSuffix
{
    color: #003966;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}









/*======================== KPI_Border_Title ========================*/
.KPI_Border_Title 
{
    position:relative;
}

.KPI_Border_Title TABLE
{
    width:100%;
    table-layout:auto;
}

.KPI_Border_Title TABLE TD
{
    padding: 0px;
    margin: 0px;
    border-collapse:collapse;
}

/*Bordas*/
.KPI_Border_Title .rwTopLeft,
.KPI_Border_Title .rwTopCenter,
.KPI_Border_Title .rwTopRight,
.KPI_Border_Title .rwBottomLeft,
.KPI_Border_Title .rwBottomCenter,
.KPI_Border_Title .rwBottomRight
{
    background-image: url('Images/KPI/BorderHorizontal.gif');
}

.KPI_Border_Title .rwBodyLeft,
.KPI_Border_Title .rwBodyRight
{
    background-image: url('Images/KPI/BorderVertical.gif');
}

.KPI_Border_Title .rwCorner
{
    width: 13px;
}

/*Borda Superior*/
.KPI_Border_Title .rwTopLeft,
.KPI_Border_Title .rwTopRight
{
    background-repeat: no-repeat;
    height: 32px;
    
}

.KPI_Border_Title .rwTopLeft
{
    background-position: 0px -123px;
}

.KPI_Border_Title .rwTopRight
{
    background-position: -13px -123px;
}

.KPI_Border_Title .rwTopCenter
{
    background-position: 0px -213px;
    background-repeat: repeat-x;
}

/*Borda Lateral*/
.KPI_Border_Title .rwBodyLeft
{
    background-repeat: repeat-y;
    background-position: 0px 0px; 
}
.KPI_Border_Title .rwBodyRight
{
    background-repeat: repeat-y;
    background-position: -13px 0px; 
}

/*Conteudo*/
.KPI_Border_Title .rwBodyContent
{
    
}

/*Bordas Inferiores*/

.KPI_Border_Title .rwBottomLeft,
.KPI_Border_Title .rwBottomRight
{
    background-repeat: no-repeat;
    height: 25px;
    
}

.KPI_Border_Title .rwBottomLeft
{
    background-position: 0px -60px;
}

.KPI_Border_Title .rwBottomRight
{
    background-position: -13px -60px;
}

.KPI_Border_Title .rwBottomCenter
{
    background-position: 0px -90px;
    background-repeat: repeat-x;
}


/*Configurações do Grafico*/
.KPI_Border_Title .rwTitle
{

    font-family: tahoma;
    font-size: 12px;
    font-weight:bold;
    color: #585858;
    text-align:left;
    padding-left: 10px;
    width: 100%;
    

}

/*Botoes*/
.KPI_Border_Title .rwButtons
{
    white-space: nowrap;
    

}

.KPI_Border_Title .buttons INPUT
{

    border: 0px;
    background: transparent no-repeat url('Images/KPI/CommandButtonSprites.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    outline-style: none;
}

.KPI_Border_Title .btnAlternar INPUT
{
    background-position: -120px 0px;
}

.KPI_Border_Title .btnAlternar:hover INPUT
{
    background-position: -120px -21px;
}

.KPI_Border_Title .btnPopup INPUT
{
    background-position: -30px 0px;
}

.KPI_Border_Title .btnPopup:hover INPUT
{
    background-position: -30px -21px;
}





/*Grafico e conteúdo*/
.KPI_Border_Title .rwChart
{
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.KPI_Border_Title .rwDescription
{
    text-align: center;
    color: #003966;
    font-family: tahoma;
    font-size: 12px;
    height: 30px;
    margin: -30px 0px 5px 0px; 
    font-weight:normal;

}

.KPI_Border_Title .rwValue
{
    height: 50px;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
}

.KPI_Border_Title .rwPrefix
{
    color: #003966;
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
}

.KPI_Border_Title .rwSuffix
{
    color: #003966;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}

.KPI_Border_Title .rwFilial
{
    color: #003966;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}





/*=================== KPI_Border_Transparent ===================*/
.KPI_Border_Transp_PopupVar TABLE
{
    width:100%;
    table-layout:auto;
}

.KPI_Border_Transp_PopupVar TABLE TD
{
    padding: 0px;
    margin: 0px;
    border-collapse:collapse;
}

/*Bordas*/
.KPI_Border_Transp_PopupVar .rwTopLeft,
.KPI_Border_Transp_PopupVar .rwTopCenter,
.KPI_Border_Transp_PopupVar .rwTopRight,
.KPI_Border_Transp_PopupVar .rwBottomLeft,
.KPI_Border_Transp_PopupVar .rwBottomCenter,
.KPI_Border_Transp_PopupVar .rwBottomRight
{
    background-image: url('Images/KPI/BorderHorizontal.gif');
}

.KPI_Border_Transp_PopupVar .rwBodyLeft,
.KPI_Border_Transp_PopupVar .rwBodyRight
{
    background-image: url('Images/KPI/BorderVertical.gif');
}

.KPI_Border_Transp_PopupVar .rwCorner
{
    width: 10px;
}

/*Borda Superior*/
.KPI_Border_Transp_PopupVar .rwTopLeft,
.KPI_Border_Transp_PopupVar .rwTopRight
{
    background-repeat: no-repeat;
    height: 10px;
    
}

.KPI_Border_Transp_PopupVar .rwTopLeft
{
    background-position: 0px -420px;
}

.KPI_Border_Transp_PopupVar .rwTopRight
{
    background-position: -16px -420px;
}

.KPI_Border_Transp_PopupVar .rwTopCenter
{
    background-position: 0px -480px;
    background-repeat: repeat-x;
}

/*Borda Lateral*/
.KPI_Border_Transp_PopupVar .rwBodyLeft
{
    background-repeat: repeat-y;
    background-position: -60px 0px;
}
.KPI_Border_Transp_PopupVar .rwBodyRight
{
    background-repeat: repeat-y;
    background-position: -75px 0px; 
}

/*Conteudo*/
.KPI_Border_Transp_PopupVar .rwBodyContent
{
    background-color: White;

}
/*Bordas Inferiores*/

.KPI_Border_Transp_PopupVar .rwBottomLeft,
.KPI_Border_Transp_PopupVar .rwBottomRight
{
    background-repeat: no-repeat;
    height: 10px;
    
}

.KPI_Border_Transp_PopupVar .rwBottomLeft
{
    background-position: 0px -450px;
}

.KPI_Border_Transp_PopupVar .rwBottomRight
{
    background-position: -16px -450px;
}

.KPI_Border_Transp_PopupVar .rwBottomCenter
{
    background-position: 0px -510px;
    background-repeat: repeat-x;
}

.KPI_Border_Transp_PopupVar .rwValue
{
    height: 50px;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
    position: relative;
}

.KPI_Border_Transp_PopupVar .rwPrefix
{
    color: #003966;
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
}

.KPI_Border_Transp_PopupVar .rwSuffix
{
    color: #003966;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}










/* RadWindow for ASP.NET Forest Skin */

/*Global*/
.KPI_Theme .rwTopLeft,
.KPI_Theme .rwTopRight,
.KPI_Theme .rwTopResize,
.KPI_Theme .rwTitlebar,
.KPI_Theme .rwFooterLeft,
.KPI_Theme .rwFooterRight,
.KPI_Theme .rwFooterCenter
{
    background-image: url('Images/KPI/WindowHorizontalSprites.gif');
}

.KPI_Theme .rwBodyLeft,
.KPI_Theme .rwBodyRight,
.KPI_Theme .rwStatusbarRow .rwCorner
{
	background-image: url('Images/KPI/WindowVerticalSprites.gif');
}

.KPI_Theme .rwCorner
{
    width: 8px;
}

.KPI_Theme TABLE
{
    width:100%;
    table-layout:auto;
}

.KPI_Theme TABLE TD
{
    padding: 0px 0px 0px 0px;
    margin:0px;
    border-collapse:collapse;
}

.KPI_Theme EM
{
    padding-bottom: 0px;
    padding-left:4px;
    padding-right:0px;
    font: 12px "Segoe UI", Arial;
    white-space: nowrap;
    float:left;
    overflow:hidden;
    padding-top: 3px;
    color:White;
}

/*Título*/
.KPI_Theme .rwTopLeft,
.KPI_Theme .rwTopRight
{
    line-height:1px;
    background-repeat: no-repeat;
    height: 8px;
    font-size: 1px;
}

.KPI_Theme .rwTopLeft
{
    background-position: 0px 0px;
}

.KPI_Theme .rwTopRight
{
    background-position: -8px 0px;
}

.KPI_Theme .rwTitlebar
{
    line-height:1px;
    height:8px;
    font-size:1px;
}

.KPI_Theme TABLE .rwTitlebar
{
    background-repeat: repeat-x;
    background-position: 0px -31px;
    
}

.KPI_Theme .rwTitlebarControls
{
    height:30px;
}

/*Conteudo*/
.KPI_Theme .rwBodyLeft
{
    background-repeat: repeat-y;
}
.KPI_Theme .rwBodyRight
{
    background-repeat: repeat-y;
    background-position: -8px 0px; 
}

.KPI_Theme .rwWindowContent
{
    background-color:White;
    height: 200px !important;
    line-height: 15px;
}

.KPI_Theme .rwWindowContentPopup
{
    background-color:White;
}

/*Rodape*/
.KPI_Theme .rwFooterLeft,
.KPI_Theme .rwFooterRight,
.KPI_Theme .rwFooterCenter
{
    line-height:1px;
    background-repeat:no-repeat;
    height:8px;
    font-size:1px;
}

.KPI_Theme .rwFooterLeft
{
    background-position: 0px -62px;
}

.KPI_Theme .rwFooterRight
{
    background-position: -8px -62px;
}

.KPI_Theme .rwFooterCenter
{
    background-repeat: repeat-x;
    background-position: 0px -70px;
}

/*Configurações do Grafico*/
.KPI_Theme .rwChart
{
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.KPI_Theme .rwDescription
{
    text-align: justify;
    
    color: #003966;
    font-family: tahoma;
    font-size: 12px;
    height: 25px;
    margin: -20px 5px 20px 5px; 
    font-weight:normal;
}

.KPI_Theme .rwValue
{
    height: 35px;
    vertical-align: middle;
    text-align:center;
}

.KPI_Theme .rwPrefix
{
    color: #003966;
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
}

.KPI_Theme .rwSuffix
{
    color: #003966;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}