/*!
 * Copyright (C) 2016 Codeplay Software Limited
 * All Rights Reserved.
 *
 * @author Scott Straughan
 */div#notificationPopup{position:fixed;top:0;left:0;display:table;height:70px;width:100%;z-index:1006000000;box-sizing:border-box;background-color:rgba(244,244,244,.9);color:#111}div#notificationPopup>*:nth-child(2){padding-left:1.857rem}div#notificationPopup>div#close>a{padding-right:1.857rem}div#notificationPopup>*{display:table-cell;vertical-align:middle}div#notificationPopup>div:first-child{padding-right:1rem;display:none}div#notificationPopup>div:first-child>img{width:auto;height:100%;max-width:73px;max-height:51px}div#notificationPopup>div:nth-child(2)>h1{font-size:1.3rem;display:block;margin:1rem 1rem 1rem 0}div#notificationPopup>div:nth-child(2)>h2{display:block;opacity:.7;padding:0 1rem 1rem 0;font-size:1rem;font-weight:300}div#notificationPopup>div#close{text-align:right;border-left:#ccc 1px solid}div#notificationPopup>div#close>a{padding-left:20px;display:block}div#notificationPopup>div#close>a div{width:31px;height:31px;display:inline-block;vertical-align:middle;background:url('/public/images/global/notificationpopup/closeblack.png') no-repeat}div#notificationPopup>div#close>a div:hover{opacity:1}div#notificationPopup.success{background-color:rgba(77,146,36,.95);color:#fff}div#notificationPopup.error{background-color:rgba(145,31,31,.95);color:#fff}div#notificationPopup.success>div#close,div#notificationPopup.error>div#close{border-left:rgba(255,255,255,.2) 1px solid}div#notificationPopup.success>div#close>a div,div#notificationPopup.error>div#close>a div{background:url('/public/images/global/notificationpopup/close.png') no-repeat;display:inline-block}@media screen and (min-width:56.25rem){div#notificationPopup{padding:0 80px 0 80px;height:110px}div#notificationPopup>*:nth-child(2){padding-left:0}div#notificationPopup>div#close>a{padding-right:0}div#notificationPopup>div:first-child{display:table-cell;padding-right:1rem;width:73px}div#notificationPopup>div#close,div#notificationPopup.success>div#close,div#notificationPopup.error>div#close{border-left:0}div#notificationPopup>div:nth-child(2)>h1{display:inline}div#notificationPopup>div:nth-child(2)>h2{display:inline;padding-left:1.5rem}div#notificationPopup>div#close>a div{padding-left:0;padding-right:10px;opacity:.7}div#notificationPopup>div#close>a img:hover{opacity:1}}