/***********************************************************************************************************************
*   Form:  - Houston Methodist PRF.
*
*   Author: Joe Clark
*     Date: 07-25-2015
*
*   Revisions:
*   YYYY-MM-DD  XXX     Description
*
***********************************************************************************************************************/
/***** Default Color Scheme *******************************************************************************************/
/***** Default Font Settings ******************************************************************************************/
/* 1em = 10px */
/***** Default Images *************************************************************************************************/
/* #!#!#!#!#!# You're Missing the 300px width images!! #!#!#!#!#!# */
/***** LESS Functions (Mixins) ****************************************************************************************/
/**********************************************************************************************************************/
/***** START OF STYLE SHEET *******************************************************************************************/
/**********************************************************************************************************************/

.appleLinks a {color:#000000; text-decoration: none;}
.appleLinksWhite a {color:#ffffff; text-decoration: none;}


body {
	background: #ffffff;
	color: rgb(111, 117, 121);
	font-family: 'Titillium web', sans-serif;
	font-size: medium;
	text-align: left;
}

label {
	/*color: #015c90;*/
	color: rgb(111, 117, 121);
	font-family: 'Titillium web', sans-serif;
	font: normal medium;
	text-align: right;
	height: 25px;
	padding: 5px 3px 0 3px;
	position: relative;

}
input {
	color: #000000;
	font-family: 'Titillium web', sans-serif;
	font: normal normal 1.4em;
	text-align: left;
	height: 25px;
	padding: 0 5px;
	position: relative;

}
input[type="text"], [type="tel"] {
	border: 2px solid #cccccc;
	margin-bottom: 10px;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
	height: 24px;
}

select {
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'Titillium web', sans-serif;
	font: normal normal 1.4em;
	text-align: left;
	height: 25px;
	padding: 0 5px;
	position: relative;
}

#header {
	height: 60px;
	position: relative;
	margin-top: 25px;
}
#spnHeader {
	font-family: 'Titillium web', sans-serif;
	width: 100%;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #0f4e80;
}

#content {
	margin: 1em auto;
	padding-top: 1em;
	/*border: 1px solid black;*/
}

#content-inside {
	background-color: #ffffff;
	/*border: 1px solid red;*/
}

#divButtons {
	width: 100%;
	text-align: center;
}

#FFAK_text {
	font-size: medium;
	margin-top: -20px;
}


#submit {
	text-align: center;
}
#reset {
	text-align: center;
}

.specialbreak {
	display: none;
}

.required {
  color: red;
}
.missing {
  background-color: salmon;
}

.L3 {
	display: none;
}

.conditional {
	display: none;
}
.conditional2 {
	display: none;
}
.conditiona3 {
	display: none;
}
.conditional_space {
	display: none;
}

.button-save {
  margin: 0 20px 50px 360px;
}
.button-clear {
  margin: 0 20px 50px 20px;
}

.verify-label {
	color: black;
}
.verify-text {
	color: #053444;
	font-weight: bold;
}

.intro {
	margin-top: -15px;
}

.divChoice {
    background-color: #D8DCDC;
    margin: 0px auto;
    padding: 5px 15px 30px;
}

.divChoicetxt {
    color: #333;
    font-size: 18px;
    margin-top: -10px;
    padding: 0;
}

.hmBoldBlueTxt {
		font-weight:bold;
		color: #0f4e80;
	}

.qrBgColor {
	background-color: #ebebeb;
	margin: 20px 0px;
	padding: 50px 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.txtLinks a:link,
.txtLinks a:visited{
		color: #0f4e80 !important;
}

.txtLinks a:hover,
.txtLinks a:active{
		color: #262626 !important;
		text-decoration: none;
}