@charset "utf-8";
/*
Title:  Medicare Solutions - overlay.css
*/

html, body {
    width: 100%;
    height: 100%;
}
#overlay, #overlay2 {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
		background: rgba(216,225,227,.8)!important;
    display: none;
    text-align: center;
}
.overlay-panel {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 auto;
	padding: 25px 20px;
  width: 535px;
	text-align: left;
	background: #FFF;
	border: 4px solid #0081c3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 12px #202020;
	-moz-box-shadow: 0 0 12px #202020;
	box-shadow: 0 0 12px #202020;
}
#overlay .overlay-panel h1,
#overlay2 .overlay-panel h1 {
	color: #333;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.overlay-panel p {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
.overlay-panel h3 {
	display: block;
	font-size: 1.25em;
	-webkit-margin-before: 0.75em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
.overlay-panel table {
	margin: 1em 0;
}
.overlay-panel td {
	padding: 8px 0;
}
.overlay-logo {
	display: block;
}
.closeBtn {
	position: absolute;
	top: 2px;
	right: 5px;
}
.overlay-panel strong {
	color: #002c70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}
.overlay-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.overlay-panel li {
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.overlay-panel .btn {
	margin-bottom: 5px;
}
#shortForm .overlay-panel li label {
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
#continueBtn {
	width: 100%;
	text-align: center;
}
.overlay-panel input[type=radio], .overlay-panel label {
	margin: 0;
	padding: 0;
	vertical-align: text-top;
}
.overlay-panel .textfield {
	padding: 6px;
	width: 170px;
	height: inherit;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3333333;
	font-weight: bold;
	background: #fff url(../images/textfield-bg.gif) repeat-x top left;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#lblDrxId {
	margin: 0 auto;
	padding: 5px;
	color: #F00;
	text-align: center;
	border: 1px solid #F00;
}
/** ie6 and below only **/
* html #overlay {
    background-image: url(../images/overlay-purple-ie6.png);
    height: 100%;
    position: absolute;
}
.overlay-panel .message {
	display: block;
	color: #e31936;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
@media (min-width: 320px) and (max-width: 768px) {
	.overlay-panel {
		margin: 25px auto;
		width: auto;
		max-width: 450px;	
	}
}

@media (min-width: 320px) and (max-width: 414px) {
	.overlay-panel {
		margin: 25px auto;
		width: 95%;
		max-width: 380px;	
	}
  .overlay-panel h1 {
    font-size: 18px;
  }
}