﻿/* icon */
.messageWindow-IconContainer {
    display: none;
    cursor:pointer;
    width:37px;
    height:30px;
    clear:both;
    background-image: url(/20220905095213oe_/https://www.sunnyportal.com/Tools/images/homemanager/livestatus/backgroundSpeechBubble.png);
    background-repeat: no-repeat;
    background-position:0 6px;
}
.messageWindow-IconCounter {
    width: 13px;
    height: 13px;
    float: right;
    background-color: #CD3A13;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 13px;
    border: 1px solid white;
}
.messageWindow-IconCounter[data-message-type="error"] {
    background-color: #CD3A13;
}
.messageWindow-IconCounter[data-message-type="warning"] {
    background-color: #FFBF00;
    color: #000;
    border-color: #999;
}
.messageWindow-IconCounter[data-message-type="info"] {
    background-color: #004c82;
    color: #fff;
}
.messageWindow-ContentContainer {
    visibility: hidden;
}

/* window */
.messageWindow-iconAndTitle {
    height: 70px;
    overflow: hidden;
    padding-right: 20px;
    text-align: left;
}
.messageWindow-title {
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    margin-top: -10px;
}
.messageWindow-content {
    clear: left;
    padding-bottom: 20px;
    text-align: left;
}
.messageWindow-error,
.messageWindow-warning,
.messageWindow-info {
    padding-left: 50px;
    line-height: 1.5;
    min-height: 32px;
}
.messageWindow-error {
    background: url(/20220905095213oe_/https://www.sunnyportal.com/Images/statusicons/32/statusError-32.png) no-repeat;
}
.messageWindow-warning {
    background: url(/20220905095213oe_/https://www.sunnyportal.com/Images/statusicons/32/statusWarning-32.png) no-repeat;
}
.messageWindow-info {
    background: url(/20220905095213oe_/https://www.sunnyportal.com/Images/statusicons/32/statusInfo-32.png) no-repeat;
}
.messageWindow-hr {
    visibility: visible;
    color: #BEBEBE;
    margin-left: 46px;
    margin-top: 15px;
}