/**
 * @project     OTRS (http://www.otrs.org) - Admin Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Application
 * @subsection  Notification Events
 */

@media screen,projection,tv,handheld {


/**
 * @subsection transports
 */

.WidgetSimple fieldset.Separated {
    background-color: #E9E9E9;
    border: 1px solid #CCCCCC;
    margin: 9px 0px;
    padding: 4px;
}

#NotificationEvent legend span {
    padding-left: 178px;
}

.TransportsContent {
    padding: 10px 10% 20px 10% !important;
}


.Field.Info a {
    color: #fff;
}

.Field a.Button:after {
    content: "";
}

.Field a.Button {
    display: inline;
    padding: 3px 7px;
}

.Field a.Button:hover {
    text-decoration: none;
}

.Field.Info a.Button {
    background-color: #3E6C7C;
}

.Field.Info a.Button:hover {
    background-color: #4B7C8E;
}

.Field.Info a.Button i {
    color: #89C6D1;
}

/* end @media */