.popContent {
    display: none;
    background-color: #ffffff; 
    text-align: center;
}
.footer {
    text-align: center;
}
#custompop {
	height: unset;
}
#custompop.messagePopBox {
    border-radius: 5px; 
    padding:10px;
    min-width: 400px; 
    height: 500px;
    margin-top:-15px;
    background-color: #ffffff !important;
}
.popMiddleSMS {
    display: block; 
    margin: 10px; 
    font-weight: normal; 
    font-size: 14px;
    text-align: left;
	min-width: 750px;
	max-width: 750px;
}
#MessageListHead td {
	padding: 3px;
}
#MessageListBody td {
	padding: 3px;
}
#MessageListBody {
    max-height: 230px;
    overflow: auto;
    max-width: unset;
}
.focusrow:focus {
	background-color: #e7e7e7!important;
	outline:none!important;
    border-radius: 5px; 
}
.msghead {
    position: sticky;
    top: 0;
    xopacity: 1.0;
    background: rgba(200, 200, 200, 1);
}
.rectanglelist {
    height: 420px;
    overflow-y: auto;
}
.error_row {
	border-bottom: 1pt solid black;
}
