/** Screen Selector Font Size **/
@media(max-width: 767px)
{
    .ScreenSelector,
    .ScreenSelector .ui-button
    {
        font-size: 12pt;
    }

    table.DocStackCellsSmall td.Simple.RowDescriptionColumn,
    table.DocStackCellsSmall td.RowDescriptionColumn div.DTC > .DCC
    {
        padding-left: 20px;
    }
}

/** Right-Aligned Info Grid **/
@media(max-width: 999px)
{
    .RightInfoPanel > .ControlGridField
    {
        float: left;
    }

    table.DocStackCellsMedium td.Simple.RowDescriptionColumn,
    table.DocStackCellsMedium td.RowDescriptionColumn div.DTC > .DCC
    {
        padding-left: 20px;
    }
}

.DocTable.Compact tbody td div.DTC a.DocFieldLink
{
    padding: 0;
    margin: 0;
}

/** Launchpad List*/
table.LaunchpadList.DocStackCells.DocTableNoneGridlines > tbody > tr
{
    margin-top: 5px;
    border-bottom: 1px solid #EEE;
}

@media(max-width: 999px)
{
    table.LaunchpadList.DocStackCellsMedium.DocTableNoneGridlines > tbody > tr
    {
        margin-top: 5px;
        border-bottom: 1px solid #EEE;
    }
}

@media (max-width: 767px)
{
    table.LaunchpadList.DocStackCellsSmall.DocTableNoneGridlines > tbody > tr
    {
        margin-top: 5px;
        border-bottom: 1px solid #EEE; 
    }
}

table.LaunchpadList.NoDescription.DocStackCells.DocTableNoneGridlines > tbody > tr,
table.LaunchpadList.NoDescription.DocStackCellsMedium.DocTableNoneGridlines > tbody > tr,
table.LaunchpadList.NoDescription.DocStackCellsSmall.DocTableNoneGridlines > tbody > tr
{
     border-bottom: none;
}

/** Doc Group Buttons **/
.DocGrpButton > button {
    margin: 0;
}

.DocGrpButtonSave > button, .DocGrpButtonCancel > button, .DocGrpButtonClose > button {
    margin-left: 5px;
}

.DocGrpButtonPrevious > button, .DocGrpButtonNext > button,  .DocGrpButtonSubmit > button {
    margin-right: 5px;
}

.DocGrpButtonPrevious > button {
    text-indent: -100000px;
    min-width: 16px;
}

    .DocGrpButtonPrevious > button::after {
        content: " ";
        display: block;
        width: 16px;
        height: 16px;
        float: right;
        background-image: url(../Theme/Image/FFF/fast-ui-icons.png?_=100825031132);
        background-position: -62px -18px;
    }

    .DocGrpButtonPrevious > button.DisabledLink.ShowInvalidLink::after {
        background-image: url(../Theme/Image/AAA/fast-ui-icons.png?_=100825031132);
    }