/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.5 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Application
 * @subsection  Admin
 */

@media screen,projection,tv,handheld {

/**
 * @subsubsection     General
 */

.Admin .WidgetSimple > .Content {
    padding: 2px 0 2px 2px;
}

.RTL .Admin .WidgetSimple > .Content {
    padding: 2px 2px 2px 0;
}

.Admin .Size1of2 {
    margin-bottom: 3px;
    position: relative;
}

.Admin .Size1of2 .AsBlock {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    position: absolute;
    background: url(../img/empty_background.png);
}

.RTL .Admin .Size1of2 .AsBlock {
    left: auto;
    right: 0;
}

.Admin .Size1of2 h4 {
    margin: 0 2px 0 0;
    padding: 5px 5px 4px;
    color: #F92;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.RTL .Admin .Size1of2 h4 {
    margin: 0 0 0 2px;
}

.Admin .Size1of2 p {
    margin: 0 2px 0 0;
    padding: 0 5px 5px;
    line-height: 14px;
    border: 1px solid transparent;
    border-top: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.RTL .Admin .Size1of2 p {
    margin: 0 0 0 2px;
}

.Admin .Size1of2:hover h4,
.Admin .Size1of2:hover p {
    background: #FDFDFD;
    border-color: #DDD;
}

.Admin .Size1of2:hover h4 {
    color: #F72;
}

/**
 * specific min-height for AdminNavigationBar rows
 */

#Row1 .WidgetSimple {
    min-height: 218px;
}

#Row2 .WidgetSimple {
    min-height: 304px;
}

} /* end @media */
@media print{

.Admin .Size1of2 h4 span {
    display:none;
}

} /* end @media print*/