/* ===============================================
   NOTICE
   =============================================== */

   .chatbox_manager_notice { 
	float: left;
    margin: 20px 0 10px 0;
    padding: 0;
    width: calc(100% - 72px);
    padding-left: 10px;
}

.chatbox_manager_notice .button {
	background: #ec7063;
	border:solid 2px #ec7063;
	color:#fff;
	padding: 6px 12px;
	height:auto;
	line-height:normal;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-weight:bold
}

.chatbox_manager_notice .button:hover ,
.chatbox_manager_notice .button:active ,
.chatbox_manager_notice .button:focus {
	border-color: #e74c3c;
	background-color:#e74c3c;
	-webkit-box-shadow:none;
    box-shadow:none;
	color: #fff;
}

.chatbox_manager_notice .button:first-of-type {
	background: #f6f7f7;
	border:solid 2px #ddd;
	color: #000;
	font-weight: 500;
}

.chatbox_manager_notice .button:first-of-type:hover ,
.chatbox_manager_notice .button:first-of-type:active ,
.chatbox_manager_notice .button:first-of-type:focus {
	background-color:#f0f0f1;
}

.chatbox_manager_notice .dismiss-notice {
    margin-top: 15px;
    display: inline-block;
    font-weight: bold;
}

.chatbox_manager_notice p.notice-coupon-message {
    padding: 0;
    margin-top:15px;
    margin-bottom:15px;
}

.chatbox_manager_notice .notice-coupon-message .dashicon {
    width: 15px;
    height: 15px;
    line-height: 17px;
    font-size: 15px;
    margin-right:5px;
}