/* forms.css: 
This## defines the styles used in MedForward Forms. */

/* Global Controls */

body
{
	margin:0px;
	padding:0px;
	width:100%;
	font-family:Arial, Sans-Serif;
	background:#ffffff;
	color:black;
	min-height:40px
}



td label{
	margin-right: 15px;
	
}
.container
{
	width:100%;
	margin: 0px auto;
	border: none;
	background-color:#fff;
	background-image:none;
}

/* for rounding edges */
.containerTop
{	
	margin: 0px auto;
	margin-top:0px;
	height: 0px;
}

.containerBottom
{
	
	margin: 0px auto;
	height: 10px;
}

h1
{
	color:#4a93d4;
	font-size:20px;
	display:block;
	margin:0px;
	padding:0px 10px 0px 0px;
}

#CPage{ display:none; }

.LblSpan{
	color:#464646;
	font-weight:bold;
font-weight: normal;
}

#practiceLogo { display:none; }

.thankYouContent img
{
	display:none;
}

h2
{
	font-size:14px;
	font-weight:normal;
	margin:0px; 	
	padding:8px 0px 8px 0px;
	color:#464646;
}

.fillOutHeader
{
	text-align:center;
}

.fillOutHeader strong
{
	float:none;
	padding-top:0;
	margin:10px;
	/*IE6*/
	display:inline;
}

.fillOutHeader hr
{
	display:none;
}

.centeredbody
{
	width:600px;
	margin: 0px auto;
}
.centeredbody > h2 
{
	display:none;
}
.footer
{
	width:600px;
	margin:0px auto;
}
@media screen and (max-width:600px){
	.centeredbody{
		width:100%;
	}
	.footer {
		width:100%;
	}
}

.content
{
	border:none;
	padding: 5px 1%;
	margin-bottom:5px;
	width:98%;
}

.content .contenttable
{
	width: 100%;
	margin:0px auto;
	display:block;
}

.content .contenttable > tbody, .contenttable > tbody > tr
{
	display:block;
	width: 100%;
}

.contenttable > tbody > tr > td{
	overflow:hidden;
	margin:0;
	padding:0;
}


.contenttable input[type='text']
{
	height:22px;
}

.description
{
	font-weight: normal;
	font-size:14px;
	color:#464646;
padding-bottom: 3px;

}
.content table tr td
{
	padding:0;
	margin:0;
	/*border: 1px solid grey;*/
}

#logoDiv{
	margin:0px auto;
	max-width:600px;
}

.logoBlock{
	max-width:95%;
}

#practiceLogo{
	max-width:95%;
}
#PageTitle {
	font-size:14px;
}
#FormTitle {
	display:none;
}

#tablecontainer .leftlabel
{
	width:90%;
	text-align:left;
	vertical-align:top;
	padding-bottom:5px;
	color: #464646;
}

.leftlabel
{
	color: #464646;
}

.yesnolabel
{
	text-align:left;
	color:#464646 
	
}
.yesno
{
	text-align:left;
}
.rightinput
{
	width:210px;
}
.rightinputlong
{
	width:100%;
}

.footer
{
	margin: 5px 0px;
	clear:both;
}

.footerleft
{
}

.footerright
{
	margin-left:10px;
}
.LblSpan
{
}
.ErrSpan
{
	color:#E03C31;
	font-size:25px;
}


.contenttable .ErrSpan
{
	font-size:20px;
}


/**********show html enabled styling*********/

input[disabled="disabled"]
{
	color:black;
}
select[disabled="disabled"]
{
	color:black;
}

select::-ms-expand {
	display: none;
}
.ffdescription
{
	font-size:smaller;
	font-style:italic;
}

#messageBox
{
	width: 90%;
	height: 80px; /*330 previous*/
	margin: 30px auto;
	background-color: #ffffff;	
	padding: 15px 5%;
	background:none;
        border: none;
}

.messageBox input
{
	width: auto;
	overflow: visible;
	padding: 0px 5px;
	margin: 0px;
}
.messageBox img{
	max-width:100%;
}


.ddl select{
	border: 1px solid #CCCCCC;
	color: #65686f;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input[type="submit"], input[type="button"]{
	cursor: pointer;
	color: White;
	background: #e03c31;
	padding: 6px 12px;
	margin-top:10px;
	border:none;
	border-radius: 4px;
        -webkit-appearance: none;
}
input[type="submit"]:hover, input[type="button"]:hover{
	background-color: #bf2c22;
}

.contenttable input[type='text'], textarea{
	width: 94%;
	padding: 5px 2%;
	margin: 0;
	border: none;
	margin-bottom:10px;
	background: #e2eaf1;
	font-family:Arial, sans-serif;
}

.rightinputlong
{
	width:94%;
}

.content table.contenttable > tbody > tr > td {
	display: block;
	width: 98%;
	float:left;
}

.content table.contenttable > tbody > tr > td > table {
	margin-bottom:10px;
}



.clhr table table tr:nth-child(even){
	background-color:#ddd;
}


#returnLinkF {display:none;} /* remove after tracking page is established */

/*
Styling for return link - hidden

#returnLinkF
{
  background: #00A852;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  position:absolute;
  top:125px;
  left:60px;
 transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

#returnLinkF:hover
{
  opacity: 0.8;
}
*/



#downloadLinkF
{
  background-size: 20px 20px;

}
a#downloadLinkF
{
  width:100%;
  height:25px;
  display:block;
  padding-top:0px;
  position:absolute;
  /*top:190px; - change this back*/
  top:100px;
  left:0px;
  font-size:12px;
}

.footer
{
	display:block;
}

.footerright
{
	height:40px;
}

#submitBtn
{
	margin-right:30px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

#secureLogoDiv
{
	margin-bottom:4px;
}


.thankYouContent {
	position:relative;
	text-align:center;
	color:#464646;
}



/*
.thankYouContent a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-left: 30px;
} */

#secureLogoDiv .securelogo
{
	background:none;
}

.formcontent
{
	margin:0px 0px 10px 0px;
}


/* APWUHP Code */

select {
	/*width: 100%;*/
	background: #E2EAF1 url( 'select-arrow.png' ) no-repeat top right;
	border: none;
	font-size: 12px;
	height: 31px;
	padding: 8px 6px;
	padding-right: 45px;
	color: #464646;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom:10px;
	margin-right:10px;
}

body.ie8 select {
	background: inherit;
	background-color: inherit;
	-webkit-appearance: inherit;
	-moz-appearance: inherit;
	padding-right: 6px;
}

input {
    -webkit-border-radius:0; 
    border-radius:0;
}

/*CSS Edits 10/1/2015*/

/*Table Padding*/


#tablecontainer .cblist td {
	padding-bottom:10px;
}


/*Radio Button Spacing */
#radiobuttonlist9833f42c-6d11-4333-a57b-6c6b93898ebb_0 {
	margin-right: 15px;
}

#radiobuttonlist9833f42c-6d11-4333-a57b-6c6b93898ebb_1 {
	margin-right: 15px;
}

/*Getting rid of IE Overflow Arrows */
textarea { overflow: auto; }


.leftlabel span {
	font-weight: normal !important;
}

#siteseal {
  display:none;
}




.content table fieldset tr td {
    padding: 0;
    margin: 0;
    float: left;
width: 100%;
}

fieldset {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-block-end: 0px;
    min-inline-size: min-content;
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    border-image: none;
}
fieldset { 
display: contents;
}
.content table.contenttable tbody tr td table {
    margin-bottom: 10px;
}



.sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap; /* added line */
      border: 0;
}

