:root {
--main-color: #B9984F;
}
@media screen and (min-width: 701px) { .fluid2col {
position: relative;
display: inline-block;
width: 50%;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;	
padding: 10px;
}
}
@media screen and (max-width: 700px) { .fluid2col {
position: relative;
display: inline-block;
width: 100%;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;	
padding: 1%;
}
}
#covidSubmissionStatus {
display: none;
padding: 2%;
color: green;
font-size: 1.2em;
font-weight: 500;
border: #ccc;
background: #ececec;
}
.error {
color: red;
}
.success {
color: green;
}
.section {
position: relative;
display: inline-block;
padding: 5px;
transition: all 0.5s ease;
width: 100%;
box-sizing: border-box;
}
.section:hover {
background: #eee;
}
.section:hover > .initialsx {
color: #333 !important;
background: yellow;
color: #000;
}
#covid-form-section {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
} #covid-form-section {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
} a.formButtons:link, a.formButtons:active, a.formButtons:visited {
position: relative;
display: inline-block;
padding: 10px 20px;
text-align: center;
border: 2px solid #ccc;
border-radius: 0.5em;
transition: all 0.5s ease;
text-decoration: none;
color: #333;
}
a.formButtons:hover {
border: 2px solid var(--main-color);
}
a.formButtonsRed:link, a.formButtonsRed:active, a.formButtonsRed:visited {
position: relative;
display: inline-block;
padding: 10px 20px;
text-align: center;
border: 2px solid #ff0000;
background: #ff0000;
border-radius: 0.5em;
transition: all 0.5s ease;
text-decoration: none;
color: #fff;
font-size: 1.2em;
}
a.formButtonsRed:hover {
border: 2px solid #333;
} .checkContainer {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 1.0em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .checkContainer input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .checkmark {
position: absolute;
top: 2px;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border: 1px solid #333;
} .checkContainer:hover input ~ .checkmark {
background-color: #ccc;
} .checkContainer input:checked ~ .checkmark {
background-color: green;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .checkContainer input:checked ~ .checkmark:after {
display: block;
} .checkContainer .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} form#covid-19-form {
position: relative;
display: inline-block;
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 0.5em;
box-sizing: border-box;
}
#signaturex {
font-size: 16pt;
font-family: 'Satisfy', cursive;
text-transform: capitalize;	
}
#printedNamex {
font-size: 16pt;
text-transform: capitalize;
}
#patientNamex { 		
text-transform: capitalize;
}
.initialed {
font-family: 'Satisfy', cursive;
}
.initialsx {
position: relative;
display: inline-block;
padding: 1px;
margin: 0;
border-bottom: 1px solid #cccccc;
font-size: 1.0em;
transition: all 0.5s ease;
font-weight: 600;
color: #cccccc;
}
.initialsx:hover {
background: #ececec;
border-bottom: 1px solid #333333;
cursor: pointer;
}
.frmInputSmall {
font-family: 'Satisfy', cursive;
}
.frmInput {
font-size: 16pt;
padding: 5px;
margin: 1px; outline: none;
border: 1px solid #ccc;
box-sizing: border-box;
}
#subCovidFrm {
position: relative;
display: inline-block;
cursor: pointer;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
color: #fff;
padding: 2% 10% 2% 10%;
background: #97938e; 
border-radius: 0.4em;	
outline: none;
border: none;
font-size: 1.4em;
text-align: center; 
transition: all 0.4s ease;	
box-sizing: border-box;	
text-transform: uppercase;
}
#subCovidFrm:hover {
color: #ffffff; 
background: var(--main-color);		
}
#submittingCovidFrmMessage{
position: relative;
display: none;
padding: 20px 0;
}