/*--KEEP AT TOP - Make input box highlighted when cursor is there--*/ 
input[type=text]:focus, input[type=string]:focus, textarea:focus {
  background-color: #c8e8ff!important;
}/* REMEMBER, if you change color, need to change in ALL CSS spots (activation form, get help, password & login recovery, signup forms, etc.) */

body {
	color: #333;
	font-size: 15px;
}

form#GetWebsiteHelpForm {
	background: #10467B;
	border: 1px solid #FEC321;
	margin-top: 15px;
}

form#GetWebsiteHelpForm table.websitehelp-table {
	width: 100%;
	padding: 0 0 0 1em;
}

form#GetWebsiteHelpForm table.websitehelp-table td.websitehelp-first-col, form#GetWebsiteHelpForm table.websitehelp-table td.websitehelp-first-col {
	width: 50%;
}

form#GetWebsiteHelpForm table.websitehelp-table tr {
	background-color: #10467B!important;
}

form#GetWebsiteHelpForm table.websitehelp-table tr td {
	border-style: none!important;
	border-width: 0px 0 0!important;
	border-color: none!important;
}

form#GetWebsiteHelpForm table.websitehelp-table label, form#GetWebsiteHelpForm div.visuallabel {
	color: #ffffff;
}

form#GetWebsiteHelpForm div#CAPTCHA {
	 margin-left: 25px; 
}

form#GetWebsiteHelpForm table.websitehelp-table .col-4, form#GetWebsiteHelpForm table.websitehelp-table .col-8 {
	width: 100%!important;
}

form#GetWebsiteHelpForm table.websitehelp-table .col-12 {
	display: none!important;
}


input#firstName, input#lastName, input#email, input#Physician, input#Address, input#City{
	padding: 0.3em 0.4em;
	color: #000;
	width: 75%;
	font-size: 15px;
	outline: none;
	border: 1px solid #c5c0c0;
	background: #fbfbfb;
	font-weight: 400;
}

input#phoneNumber, input#DOB, input#Zip {
	padding: 0.3em 0.4em;
	color: #000;
	width: 50%;
	font-size: 15px;
	outline: none;
	border: 1px solid #c5c0c0;
	background: #fbfbfb;
	font-weight: 400;
}

textarea#comments {
	padding: 0.3em 0.4em;
	color: #000;
	width: 90%;
	font-size: 15px;
	outline: none;
	border: 1px solid #c5c0c0;
	background: #fbfbfb;
	font-weight: 400;
}

input[type="submit"] {
    width: 100px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    color: #000000;
    font-size: 1em;
    font-weight: 600;
    padding: 0.5em 0;
    letter-spacing: 1px;
    border: none;
    background: #FEC321;
	margin-left: 25px;
}

input[type="submit"]:hover {
    color: #1853a1;
    background: rgb(255, 255, 255);
}

table.websitehelp-table .messagedisplay {
	color: #ffffff!important;
	font-weight: bold!important;
	font-size: 0.9rem!important;
}

/* for saveform */
body.md_saveform .section .content input:not(.button), body.md_saveform .section .content textarea.halfwidth, body.md_saveform .section .content select, body.md_saveform .section .content p.helptext, body.md_saveform .section .content div.helptext, body.md_saveform .section .question, body.md_saveform .section .messagedisplay {
	margin-left: 0px!important;
	width: auto!important
}

body.md_saveform .section label:not(.togglebutton) {
	position: inherit!important;
	width: auto!important;
	margin-top: 0px!important;
}

body.md_saveform form#GetWebsiteHelpForm input#firstName, body.md_saveform form#GetWebsiteHelpForm input#lastName, body.md_saveform form#GetWebsiteHelpForm input#email, body.md_saveform form#GetWebsiteHelpForm input#Physician {
	width: 75%!important;
}


div.helptext.alert {
	color: #FFFFFF!important;
	font-weight: bold!important;
}
