
table.notes_list tr:nth-child(2n) td, table.notes_list tr:nth-child(2n) th {
	border-bottom-color: #fff;
	padding-top: 20px;
}
table.notes_list tr:nth-child(2n+3) td, table.notes_list tr:nth-child(2n+3) th {
	border-bottom: 2px solid #eeeeee;
	padding-bottom: 20px;
}
.mailq-show-more,
.eq_warn_show,
.eq_error_show {
	background-color: #f7f7f7;
    text-transform: uppercase;
    text-decoration: none;
    color: #5a5a5a;
    border: 1px solid #eeeeee;
    padding: 15px 13px;
    position: relative;
    cursor:pointer;
    float:right;
}
#popover_area .mailq-show-more,
#popover_area .eq_warn_show,
#popover_area .eq_error_show {
	padding: 0.5em 0.75em;
}
.mailq-show-more:hover {
	color: #ffffff;
	background-color: #74bd1a;
}
.eq_error_show {
	color: #ffffff;
	background-color: #e01b20;
}
.eq_warn_show {
	color: #ffffff;
	background-color: #ffa700;
}
.tool-tip {
	display: none;
    position: absolute;
    top: -10px;
    left: -210px;
    width: 200px;
    min-height: 50px;
    padding: 10px;
    z-index: 99;
    background-color: #ffa700;
    font-size: 12px;
}
.eq_error_show:hover .tool-tip {
	color: #4a4a4a;
    background-color: #e01b20;

}
.eq_warn_show:hover .tool-tip {
	display: block;
    background-color: #ffa700;
}
.eq_body {
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	position: relative;
	max-height: 50px;
	overflow-y: hidden;
	transition: all 2s ease;
	padding: 15px 30px;
	cursor: pointer;
}
.eq_body::after {
	color: #8a8a8a;
	content: "\e870";
	font-size: 20px;
	font-family: fontello;
	position: absolute;
	right: 15px;
	top: 15px;
}
.eq_body:hover::after {
	color: #5a5a5a;
}
.eq_body.show {
	max-height: 2000px;
	transition: all 3s ease;
}
.eq_body.show::after {
	content: "\e873";
}
#popover_fill {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
}

#popover_area {
	padding: 15px 30px;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid #444444;
	position: absolute;
	z-index: 99999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
#popover_area.small {
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}
#popover_area .panel {
	padding: 20px;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
}
.popover-cancel {
	position: absolute;
	right: 10%;
	top: 10%;
	margin-top: 4px;
	margin-right: 2px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 100000;
	cursor: pointer;
}
.popover-cancel.small {
	right: 20%;
	top: 20%;
}
.popover-cancel > .icon-cancel {
	font-size: 1.8em;
	line-height: 30px;
	position: relative;
}
.popover-cancel > .icon-cancel::before {
	line-height: inherit;
	width: inherit;
	margin: 0;
}
.popover-cancel:hover > .icon-cancel {
	color: #000000;
}
#popover_area h2 {
	margin-bottom: 10px;
}
#popover_area p.h3 {
	color: #5a5a5a;
	font-size: 1.3em;
	font-weight: 100;
}