/*****************************************************************************************/
/*                           Parametrização Máxima Sistemas                              */
/*****************************************************************************************/


/*Camada que dá o efeito de Modal ao formulario*/
.RadGridCustomizator .rcWrapper
{
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3000;
    display: table;
    vertical-align: middle;
}

.RadGridCustomizator .rcOverlay
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3100;
    background-color: #AAAAAA;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

/*Container principal onde os controles serao criados*/
.RadGridCustomizator .rcContent
{
    /*z-index: 2500;     position: absolute;     left: -5px;     top: 15px;     width: 850px;*/
    z-index: 3200;
    position: fixed;
    width: 850px;
    display: table-cell;
    vertical-align: middle;
}

.RadGridCustomizator .rcContent .rcPage
{
}

.RadGridCustomizator .rcContent .rcPage .rcInstructionsContainer, .RadGridCustomizator .rcContent .rcPage .rcGridContainer
{
    width: 800px;
    height: 370px;
    overflow: hidden;
}

/*Icone que aparece sobre o cabeçalho do Frame*/
.RadGridCustomizator .rcContent .rgHeaderIcon
{
    height: 16px;
    width: 16px;
    background: url('Images/Objects.png');
    background-repeat: no-repeat;
}

/*Titulo que aparece sobre o cabecalho no Frame*/
.RadGridCustomizator .rcContent .rgHeaderTitle
{
    color: #E7F1D7;
    font: bold 12px "Segoe UI" ,Arial;
    padding: 5px;
    text-align: left;
    width: 100%;
}

/*Container do Frame Principal*/
.RadGridCustomizator .rcContent .rcFrameContent
{
    width: 824px; /*height: 415px;*/
    background-color: White;
}

/*PageView*/
.RadGridCustomizator .rcContent .rcFrameContent .rcPageView
{
    /*position: relative;*/
    border-top: none;
    margin-top: 0px;
    background-color: #C2D197;
    border-style: none solid solid solid;
    border-width: 0px 1px 1px 1px;
    border-color: #4a761F;
}

.RadGridCustomizator .rcContent .rcFrameContent .rcPageView .rcGridCommands, .RadGridCustomizator .rcContent .rcFrameContent .rcPageView .rcGridCommands, .rcGridCommandsCancelSave
{
    padding: 5px 0 0 0;
}



.RadGridCustomizator .rcContent .rcFrameContent .rcPageView .rcGridCommands
{
    /*position: relative;*/
}

/*TabStrip*/
.RadGridCustomizator .RadTabStrip .rtsLevel
{
    z-index: 1 !important;
}

.RadGridCustomizator .rcContent .rcFrameContent .rcPageView
{
    /*top: -1px !important;*/
    border-width: 1px !important;
    /*border-top: 1px solid #4A761F !important;*/
}

.RadGridCustomizatorUI .imgMoveUp, .RadGridCustomizatorUI .imgMoveDown
{
    width: 16px;
    height: 16px;
    border: 0;
    margin: 3px;
    padding: 0;
    background-color: transparent;
    background-image: url('Images/RadGridCustomizaRadGridCustomizator/sprite.gif');
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 1px;
    cursor: pointer;
}

.RadGridCustomizatorUI .imgMoveUp
{
    background-position: -20px 0px;
}

.RadGridCustomizatorUI .imgMoveUp:hover
{
    background-position: -20px -20px;
}

.RadGridCustomizatorUI .imgMoveDown
{
    background-position: 0px 0px;
}

.RadGridCustomizatorUI .imgMoveDown:hover
{
    background-position: 0px -20px;
}


/********************************************************/
/*                      Frames                          */
/********************************************************/

.RGRIDCustomizator_TitleFrame
{
    position: relative;
}

.RGRIDCustomizator_TitleFrame TABLE
{
    width: 100%;
    table-layout: auto;
}

.RGRIDCustomizator_TitleFrame TABLE TD
{
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

/*Bordas*/
.RGRIDCustomizator_TitleFrame .rwTopLeft, .RGRIDCustomizator_TitleFrame .rwTopCenter, .RGRIDCustomizator_TitleFrame .rwTopRight, .RGRIDCustomizator_TitleFrame .rwBottomLeft, .RGRIDCustomizator_TitleFrame .rwBottomCenter, .RGRIDCustomizator_TitleFrame .rwBottomRight
{
    background-image: url("Images/RadWindow/WindowHorizontalSprites.gif");
}

.RGRIDCustomizator_TitleFrame .rwBodyLeft, .RGRIDCustomizator_TitleFrame .rwBodyRight
{
    background-image: url("Images/RadWindow/WindowVerticalSprites.gif");
}

.RGRIDCustomizator_TitleFrame .rwCorner
{
    width: 8px;
}

/*Borda Superior*/
.RGRIDCustomizator_TitleFrame .rwTopLeft, .RGRIDCustomizator_TitleFrame .rwTopRight
{
    background-repeat: no-repeat;
    height: 30px;
}

.RGRIDCustomizator_TitleFrame .rwTopLeft
{
    background-position: 0px 0px;
}

.RGRIDCustomizator_TitleFrame .rwTopRight
{
    background-position: -8px 0px;
}

.RGRIDCustomizator_TitleFrame .rwTopCenter
{
    background-position: 0px -31px;
    background-repeat: repeat-x;
    cursor: move;
}

/*Borda Lateral*/
.RGRIDCustomizator_TitleFrame .rwBodyLeft
{
    background-repeat: repeat-y; /*background-position: 0px 0px;*/
}
.RGRIDCustomizator_TitleFrame .rwBodyRight
{
    background-repeat: repeat-y;
    background-position: -8px 0px;
}

/*Conteudo*/
.RGRIDCustomizator_TitleFrame .rwBodyContent
{
    padding: 5px;
    background-color: White;
}

/*Bordas Inferiores*/

.RGRIDCustomizator_TitleFrame .rwBottomLeft, .RGRIDCustomizator_TitleFrame .rwBottomRight
{
    background-repeat: no-repeat;
    height: 8px;
}

.RGRIDCustomizator_TitleFrame .rwBottomLeft
{
    background-position: 0px -62px;
}

.RGRIDCustomizator_TitleFrame .rwBottomRight
{
    background-position: -8px -62px;
}

.RGRIDCustomizator_TitleFrame .rwBottomCenter
{
    background-position: 0px -70px;
    background-repeat: repeat-x;
}





.RGRIDCustomizator_PageFrame TABLE
{
    width: 100%;
    table-layout: auto;
}

.RGRIDCustomizator_PageFrame TABLE TD
{
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

/*Bordas*/
.RGRIDCustomizator_PageFrame .rwTopLeft, .RGRIDCustomizator_PageFrame .rwTopCenter, .RGRIDCustomizator_PageFrame .rwTopRight, .RGRIDCustomizator_PageFrame .rwBottomLeft, .RGRIDCustomizator_PageFrame .rwBottomCenter, .RGRIDCustomizator_PageFrame .rwBottomRight
{
    background-image: url('Images/RadGridCustomizaRadGridCustomizator/BorderHorizontal.gif');
}

.RGRIDCustomizator_PageFrame .rwBodyLeft, .RGRIDCustomizator_PageFrame .rwBodyRight
{
    background-image: url('Images/RadGridCustomizaRadGridCustomizator/BorderVertical.gif');
}

.RGRIDCustomizator_PageFrame .rwCorner
{
    width: 10px;
}

/*Borda Superior*/
.RGRIDCustomizator_PageFrame .rwTopLeft, .RGRIDCustomizator_PageFrame .rwTopRight
{
    background-repeat: no-repeat;
    height: 10px;
}

.RGRIDCustomizator_PageFrame .rwTopLeft
{
    background-position: 0px -300px;
}

.RGRIDCustomizator_PageFrame .rwTopRight
{
    background-position: -16px -300px;
}

.RGRIDCustomizator_PageFrame .rwTopCenter
{
    background-position: 0px -360px;
    background-repeat: repeat-x;
}

/*Borda Lateral*/
.RGRIDCustomizator_PageFrame .rwBodyLeft
{
    background-repeat: repeat-y;
    background-position: -30px 0px;
}
.RGRIDCustomizator_PageFrame .rwBodyRight
{
    background-repeat: repeat-y;
    background-position: -45px 0px;
}

/*Conteudo*/
.RGRIDCustomizator_PageFrame .rwBodyContent
{
    background-color: White;
    padding: 0px !important;
}
/*Bordas Inferiores*/

.RGRIDCustomizator_PageFrame .rwBottomLeft, .RGRIDCustomizator_PageFrame .rwBottomRight
{
    background-repeat: no-repeat;
    height: 10px;
}

.RGRIDCustomizator_PageFrame .rwBottomLeft
{
    background-position: 0px -330px;
}

.RGRIDCustomizator_PageFrame .rwBottomRight
{
    background-position: -16px -330px;
}

.RGRIDCustomizator_PageFrame .rwBottomCenter
{
    background-position: 0px -390px;
    background-repeat: repeat-x;
}

.RGRIDCustomizator_PageFrame .rwValue
{
    height: 50px;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
    position: relative;
}

.RGRIDCustomizator_PageFrame .rwPrefix
{
    color: #003966;
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
}

.RGRIDCustomizator_PageFrame .rwSuffix
{
    color: #003966;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}
