/*  

NJ NMSN styles
use with NJ styles

*/

/* Respond entry page */
div.resp_left {
	float: left;
	width: 625px;
	margin-right: 30px;
}

div.resp_right {
	float: left;
	width: 550px;
	padding-top: 60px;
}

#preview .field {
    padding-top: 3px;
}

.dialog-open{
	display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 880px;
    z-index: 20;
    color: #666;
    margin: auto;
    border: none;
    background: #f8f5ed;
    
}
div.ctpad div.dialog-close{
	visibility: hidden;
	z-index: -100;
	height: 0px;
}

.dialog-title-bar{
	background-color: #663399;
	color: white;
	top:0;
	left:0;
	display: flex;
	justify-content: space-between;
	padding: 4px;
}

.dialog-close-x{
	font-family: monospace;
    font-size: 13px;
    color: white;
	cursor: pointer;
    font-weight: 800;
    text-align:center;
    width: 20px;
}
.dialog-close-x:hover{
	background:#e4f0fd;
	border-radius: 3px;
}

.dialog-white-out{
	position: relative;
	width: 100%;
	height: 100%;
}

.dialog-white-out::before{
	content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(255,255,255, .5);;
}

/* Insurance Styles */
.insurance-dialog{
	border: 1px solid grey;
}

#add-insurance {
	width: 100%;
	border: none;
}
.ins th {
	padding-left: 10px;
	padding-right: 10px;
}
.ins th, .ins td {
	text-align: center;
}
