/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Default Settings
 */

@media screen,projection,tv,handheld {

/**
 * @subsection ArticleList Expanding
 */

.FAQ .OverviewControl div {
    padding: 0px;
}

.FAQ #OverviewBody {
    margin: 0 0 8px 0;
}

/**
 * @subsection Large SidebarColumn
 */

.LayoutFixedSidebar.SidebarLast > .SidebarColumn.Large {
    width: 350px;
    float: right;
    margin-left: 16px;
    margin-right: 0;
}

.LayoutFixedSidebar.SidebarLast > .SidebarColumn.Medium {
    width: 290px;
    float: right;
    margin-left: 16px;
    margin-right: 0;
}

/**
 * @subsection FAQMiniList
 */

ul.FAQMiniList span {
    display: block;
    font-size: 10px;
}

iframe.TextOption.FAQ {
    width: 900px;
    min-height: 600px;
}

iframe.FAQField {
    width: 100%;
    frameborder: 0;
}

fieldset.TableSmall > div.Field {
    margin-left: 24% !important;
}

fieldset.TableSmall > label {
    width: 24% !important;
}

fieldset.TableSmall > div.FAQDivider {
    border-bottom: 1px solid #CCCCCC;
    margin-left: auto;
    margin-right: auto;
}

.TableSmall tbody tr.Invalid {
    color: #CCC;
}

#FAQRelatedArticles table {
    clear: none;
    width: 100%;
    max-width: 622px;
    line-height: 13px;
}

#FAQRelatedArticles table .FAQVotes {
    padding: 0 3px;
    width: 70px;
}

#FAQRelatedArticles table .FAQVotes i {
    margin-right: 0px;
}

#FAQRelatedArticles table .FAQCategorie {
    width: 25%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#FAQRelatedArticles table .FAQTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#FAQRelatedArticles table .FAQDate {
    width: 65px;
    overflow: hidden;
}

fieldset.AgentFAQEditOFORK> label,
fieldset.AgentFAQEditOFORK > .Row > label {
    display: block;
    float: left;
    line-height: 1.7em;
    width: 14%;
    text-align: right;
    color: #929292;
    min-height: 17px;
    background-color: #d9f8ea;
    border-radius: 3px;
    padding: 3px 0px 1px 2px;
    margin-left: 3%;
    margin-top: 2px;
    margin-bottom: 8px;
    padding-right: 8px;
    margin-right: 1%
}

fieldset.AgentFAQAddOFORK> label,
fieldset.AgentFAQAddOFORK > .Row > label {
    display: block;
    float: left;
    line-height: 1.7em;
    width: 10%;
    text-align: right;
    color: #929292;
    min-height: 17px;
    background-color: #d9f8ea;
    border-radius: 3px;
    padding: 3px 0px 1px 2px;
    margin-left: 368px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 8px;
    padding-right: 8px;
}

fieldset.AgentFAQSettingDialogOFORK> label,
fieldset.AgentFAQSettingDialogOFORK > .Row > label {
    display: block;
    float: left;
    line-height: 1.7em;
    width: 25%;
    text-align: right;
    color: #929292;
    min-height: 17px;
    background-color: #d9f8ea;
    border-radius: 3px;
    padding: 3px 0px 1px 2px;
    margin-left: 75px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 8px;
    padding-right: 8px;
}


body.Popup fieldset.TableLike > .AgentFAQEditPopup {
    padding-top: 7px;
    padding-left: 17px;
    padding-right: 0px;
    margin-left: 21%;
    margin-right: 14%;
}

fieldset.TableLike > .AgentFAQAddAttachment,
fieldset.TableLike > .Row > .AgentFAQAddAttachment {
    line-height: 1.9em;
    margin-left: 17.5%;
    margin-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 0px;
    min-height: 20px;
}

}
