.RadNotification {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  word-wrap: break-word;
  z-index: 9001;
  overflow: hidden;
  line-height: 1.42857143; }
  .RadNotification,
  .RadNotification * {
    box-sizing: border-box; }
  .RadNotification.rnRoundedCorners {
    border-radius: 0.35714286em; }
  .RadNotification.rnRoundedCorners .rnTitleBar {
    border-radius: 0.35714286em 0.35714286em 0em 0em; }
  .RadNotification .rnTitleBar {
    box-sizing: content-box;
    position: relative;
    padding: 4px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 1.42857143em;
    height: 1.42857143em;
    background-repeat: repeat-x;
    background-position: 0 0; }
  .RadNotification .rnTitleBar .rnIcon {
    display: inline-block;
    vertical-align: top;
    margin: 0.14285714em 0.28571429em 0em 0em;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    min-height: 16px; }
  .RadNotification .rnIcon:before {
    display: inline-block;
    vertical-align: top;
    font-family: "WebComponentsIcons";
    font-size: 16px;
    line-height: 1; }
  .RadNotification .rnCommands li a:before {
    position: relative;
    height: 1em;
    line-height: 1;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "WebComponentsIcons";
    font-size: 16px; }
  .RadNotification .rnIconInfo:before {
    content: "\e401"; }
  .RadNotification .rnContentWrapper .rnIconInfo:before {
    color: #328ae2; }
  .RadNotification .rnIconDelete:before {
    content: "\e11d"; }
  .RadNotification .rnContentWrapper .rnIconDelete:before {
    color: #e80000; }
  .RadNotification .rnIconDeny:before {
    content: "\e115"; }
  .RadNotification .rnContentWrapper .rnIconDeny:before {
    color: #e80000; }
  .RadNotification .rnIconEdit:before {
    content: "\e10b"; }
  .RadNotification .rnIconOk:before {
    content: "\e11a"; }
  .RadNotification .rnContentWrapper .rnIconOk:before {
    color: #00b300; }
  .RadNotification .rnIconWarning:before {
    content: "\e403"; }
  .RadNotification .rnContentWrapper .rnIconWarning:before {
    color: #ffde00; }
  .RadNotification .rnTitleBar .rnIconNone {
    display: none; }
  .RadNotification .rnTitleBarTitle {
    max-width: 80%;
    margin: -0.07142857em 0em 0em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden; }
  .RadNotification .rnCommands {
    width: auto;
    list-style: none;
    margin: -0.78571429em 0em 0em;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0.35714286em; }
  .RadNotification .rnCommands li {
    box-sizing: content-box;
    float: left; }
  .RadNotification .rnCommands a {
    box-sizing: content-box;
    position: relative;
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.14285714em;
    text-decoration: none;
    color: inherit; }
  .RadNotification .rnCommands .rnMenuIcon a:before {
    content: "\e006"; }
  .RadNotification .rnCommands .rnCloseIcon a:before {
    content: "\e11b"; }
  .RadNotification .rnCommands a .rnAccessibility {
    display: none; }
  .RadNotification div.rnNoTitleBar .rnContentWrapper {
    border-top: 0; }
  .RadNotification .rnContentWrapper {
    position: relative;
    padding: 0.35714286em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: transparent; }
  .RadNotification .rnContentWrapper .rnIcon {
    position: absolute;
    top: 0.71428571em;
    left: 0.71428571em;
    display: inline-block;
    margin: 0em 0.35714286em 0em 0em;
    min-width: 2.28571429em;
    min-height: 2.28571429em;
    background-repeat: no-repeat; }
  .RadNotification .rnContentWrapper .rnIcon:before {
    font-size: 3em;
    font-size: 2.2em\9; }
  .RadNotification _:-ms-fullscreen, :root .RadNotification .rnContentWrapper .rnIcon:before {
    font-size: .75em; }
  @media \0screen {
    .RadNotification .rnContentWrapper .rnIcon:before {
      font-size: 2.8em; } }
  .RadNotification .rnContent {
    display: inline-block;
    padding: 0.28571429em 0.35714286em 0em 3.57142857em;
    min-height: 2.85714286em; }
  .RadNotification.rnNoContentIcon .rnContent {
    padding: 0.35714286em; }
  .RadNotification .rnContentTemplate {
    padding: 0; }
  .RadNotification.rnRtl .rnTitleBarTitle {
    padding: 0em 0em 0em 1.42857143em; }
  .RadNotification.rnRtl .rnTitleBar .rnIcon {
    margin: 0.03571429em -0.28571429em 0em 0.28571429em; }
  .RadNotification.rnRtl .rnCommands {
    right: auto;
    left: 0.35714286em; }
  .RadNotification.rnRtl .rnContent {
    padding: 0.28571429em 3.57142857em 0em 0.35714286em; }
  .RadNotification.rnRtl .rnContentWrapper .rnIcon {
    left: auto;
    right: 0.71428571em;
    margin: 0em 0em 0em 0.35714286em; }

.rnEmbed {
  width: 0;
  height: 0;
  position: absolute;
  left: -99999px;
  top: -99999px; }

