/**************************************************
Styles for content pages - more likely to change
*/

/* Loading Icon - Feet */
.loading-feet {
  position: fixed;
  z-index: 9999999999;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  top:0px;
  left: 0px;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader-dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 36px;
  width: 25px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  border: none;
  background-image: url('https://d1p7jztoc1019b.cloudfront.net/images/feet_icon_loading.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.loader-dot:first-child {
  animation-delay: 0.5s;
  opacity: 0.11;
}
.loader-dot:nth-child(2) {
  animation-delay: 0.4s;
  opacity: 0.3;
}
.loader-dot:nth-child(3) {
  animation-delay: 0.3s;
  opacity: 0.48;
}
.loader-dot:nth-child(4) {
  animation-delay: 0.2s;
  opacity: 0.65;
}
.loader-dot:nth-child(5) {
  animation-delay: 0.1s;
  opacity: 0.8;
}
.loader-dot:nth-child(6) {
  animation-delay: 0s;
}
.loader-text, .process-text {
	position: absolute;
	top: 200%;
	left: 50%;
	width: 8.1rem;
	margin: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}
.loader-text:after {
	content: "LOADING...";
	font-weight: bold;
	font-family: Rockwell;
	font-size: 22px;
}
.process-text:after {
	content: "PROCESSING...";
	font-weight: bold;
	font-family: Rockwell;
	font-size: 22px;
}

@keyframes loader {
  15% {
	 -ms-transform: translateX(230px); /* IE 9 */ 
	 -webkit-transform: translateX(230px); /* Chrome, Safari, Opera */
	 transform: translateX(0);
  }
  45% {
	 -ms-transform: translateX(230px); /* IE 9 */
	 -webkit-transform: translateX(230px); /* Chrome, Safari, Opera */
	 transform: translateX(230px);
  }
  65% {
	 -ms-transform: rotate(7deg); /* IE 9 */
	 -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
	 transform: translateX(230px);
  }
  95% {
	 -ms-transform: translateX(230px); /* IE 9 */
	 -webkit-transform: translateX(230px); /* Chrome, Safari, Opera */
	 transform: translateX(0);
  }
}
/* END Loading feet */

/* Under Table Loading - Feet */

.div-loader {
  height: 20px;
  width: 250px;
  margin: auto;
  position: relative;
  z-index: 9999999999;
}
.div-loader-text, .div-process-text {
    position: absolute;
    top:40px;
    left:125px;
	width: 8.1rem;
	margin: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}
.div-loader-text:after {
	content: "";
	font-weight: bold;
	font-family: Rockwell;
	font-size: 22px;
}
.div-process-text:after {
	content: "PROCESSING...";
	font-weight: bold;
	font-family: Rockwell;
	font-size: 22px;
}




/***************************************************/
/* Simple C.R.U.D. Admin Tool Editing Modal template */
#mt-itemContainer .cell {
	padding: 10px;
}

#mt-itemContainer {
	padding: 50px 30px 30px 30px; display: block;
}

#mt-itemContainer .cell input {
    width: 90%;
}

/**************************************************/
/* Notification Badges */

.notificationBadgeCircle {
	position: absolute;
    bottom: 6px;
    font-size: 12px;
    height: 25px;
    line-height: 28px;
    width: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #bf0d1e;
    color: white;
    right: 5px;
    top: 5px;
}


/**************************************************/
/* Forms */

/* Compact / one-line search form */
.compactSearch {
	text-align:center;
	margin:0 0 0.5em 0;
}


/* Specific fields */
input#payRate {
	width:5em;
}

.case-load-cal-table,
.case-report-table {
	height: auto !important;
}

/************************************************************
Icon radio list */

.symbol.successSymbol {
	color:#2e8a09 !important;
	font-size:30px !important;
	transform: scale(.5, 1) !important;
}

.symbol.failureSymbol {
	color:#df1032 !important;
	font-size:30px !important;
	transform: scale(.5, 1) !important; 
}

/**************************************************/
/* Data table spacing */

.dataTables_filter {
	margin-bottom: 7px;
}
/**************************************************/
/* select2 width */

td .select2 {
	max-width: 100%;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 10px;
    right: 8px;
    display: block;
    font-family: "Font Awesome 6 Pro";
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    filter: brightness(50%);
    font-size: 1.0em;
    padding-top: 0.08em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
    color: #ddd;
    filter: brightness(50%);
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
    color: #ddd;
    filter: brightness(50%);
}

/**************************************************/
/* Date picker link */

.datePickerLink {
	display:inline-block;
	height:25px;
	width:40px;
	vertical-align:middle;
	background-image:url('../images/icons/volunteerTracker/calendarIconVol.png'); /* This should be overwritten within the modules */
}
.datePickerLink:hover {
	text-decoration:none;
}

/***************************************************/
/* Guest Types Admin Tool Editing Modal */

#mt-residentType .cell {
	padding: 10px;
}

#mt-residentType {
	padding: 50px 30px 30px 30px; display: block;
}

/**************************************************/
/* Search Form (resSearchForm.php) */
.residentSearchButton { 
	color: green; 
	font-size: 18pt; 
	/* width: 250px;  */
	font-weight: bold;
}

/**************************************************/
/* Search results */

.searchResults h3 {
	border-bottom:1px solid #999;
	margin:1em 0 0 0;
}

.searchResults>div {
	border-bottom:1px solid #999;
	padding:0.8em;
	padding-left: 110px;
	position: relative;
	min-height: 95px;
}
.searchResults>div:nth-child(odd) {
	background:#f0f0f0;
}
.searchResults .imgCol > div > figure:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -3px;
  height: 87px;
  width: 87px;
  border-radius: 50%;
  border: solid 10px #96b83d;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;

}

.searchResults .imgCol > div > figure.yellow-case:before {
  border-color: #e3be44 !important;
}
.searchResults .imgCol > div > figure.red-case:before {
  border-color: #d23d3d !important;
}
.searchResults > div:hover .imgCol > div > figure:before {
	opacity: 1;
	visibility: visible;
}

.searchResults > div .imgCol > div > figure:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: rgba(199, 199, 199, 0);
	transition: all 0.3s ease 0s;
}
.searchResults > div:hover .imgCol > div > figure:after {
	background-color: rgba(89, 89, 89, 0.8);
}

.searchResults .resultTitle {
	display:block;
/* 	border-bottom:1px solid black; */
	margin:0 0 0.2em 0;
	padding:0;
	font-size:130%;
	font-weight:normal;
	color:black;
	font-size: 20px;
}

.searchResults a.resultTitle:hover {
	text-decoration:none;
}

.fa-sizeadjustment {
	font-size: 17px;
}

/* "No photo available" text */
.noPhoto {
	text-align:center;
	font-size:90%;
	padding:1em;
}
/*Pagination*/
ul.pagination {
	padding:0px;
	margin:7px 0 15px;
}
ul.pagination li{
	list-style: none;
	display: inline-block;
	padding:6px 12px;
	margin:0 auto;
}
ul.pagination li:after{
	content:"|";
	position: absolute;
	padding-left: 12px;

}


/**************************************************/
/* Time clock */

/* Tables showing time clock punches */
.tcEntries .hours,
.tcEntries tbody tr td:nth-child(4) { /* Firefox fix */
	text-align:right;
}

/* Time clock report */
div.timecards {

}
div.timecards table caption {
	padding-left:0.5em;
	padding-right:0.5em;
	text-align:left;
}
div.timecards table caption .tcDate {
	font-size:11pt;
	float:right;
}

/* Firefox fix for <col> align */
div.timecards tbody tr td:nth-child(5),
div.timecards tbody tr td:nth-child(6),
div.timecards tbody tr td:nth-child(7),
div.timecards tbody tr td:nth-child(8) {
	text-align:right;
}


/**************************************************/
/* Hourly Reports */

/* Firefox fix for column alignment */
table.hourlyReport tbody tr td {
	text-align:right;
}
table.hourlyReport tbody tr td:first-child {
	text-align:left;
}

/* By department */
table.hourlyReportDept tr.mainDept {
	font-weight:bold;
}
table.hourlyReportDept tr.mainDept td {
	border-top:3px solid #ccc;
}
/* Column alignments */
table.hourlyReportDept tbody td {
	text-align:right;
}
table.hourlyReportDept tbody tr td:first-child,
table.hourlyReportDept tbody tr td:first-child+td,
table.hourlyReportDept {
	text-align:left;
}
table.hourlyReportDept tr.mainDept td:first-child+td {
	text-align:right;
}


/**************************************************/
/* Color-code key */
#tbl-legend {
	overflow: hidden;
	margin-top:1em;
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
	display: none;
	width: 100%;
}
.colorKey {
	overflow:hidden;
	margin:0.5em;
	text-align:center;
}
#tbl-legend h3,
.colorKey h3 {
	display:inline;
	vertical-align:bottom;
	line-height:1.4;
	font-size:11pt;
	margin:0;
	/*margin:0.35em 0.5em 0.35em 0;*/
}
#tbl-legend ul,
.colorKey ul {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
#tbl-legend li,
.colorKey li {
	display:inline;
	vertical-align:bottom;
	margin-left:0.5em;
	white-space:nowrap;
	line-height:1.5;
	font: 10pt/1.2 Arial,Helvetica,sans-serif;
}
#tbl-legend li span,
.colorKey li span { /* Color swatch */
	display:inline-block;
	vertical-align:text-top;
	border:1px solid black;
	width:1em;
	height:1em;
	margin-right:0.25em;
	margin-bottom: 0.25em;
}
#tbl-legend li span.inactive,
.colorKey li span.inactive { /* Needs to be a little darker so it's more visible */
	background:#ccc;
}


/**************************************************/
/* Other */

/* Floating link, e.g., in a table caption */
.floatLink {
	float:right;
	font-size:10pt;
	margin-right:0.5em;
	margin-left:-20em; /* Best way I could come up with to keep from offsetting centered titles... */
}

/* Color coding */
.inactive { /* Inactive, deleted, etc. */
	color:#999;
	background:#eee;
}
.active { /* Active, OK, etc. */
	background:#cfb;
}
.pending { /* Pending, incomplete, etc. */
	background:#ffb !important;
}
.declined { /* Declined, etc. */
	background:#fcb !important;
}
.ineligible{
	background:#96cff6 !important;
}
.blue{
	background:#b2d9ff !important;
}
.changedField { /* Pending, incomplete, etc. */
	background:#d89601 !important;
}
/* Positive/negative coloring for finances, PTO, etc. */
.deposit,
.positive {
	background:#DFD !important;
}
.deduction,
.negative {
	background:#FDD !important;
}


/* Active/inactive colors */
.statusActive  {
	/*background:#CDFFBB;*/
	color:#3C3;
}
.statusInactive {
	/*background:#FFCCD8;*/
	color:#F33;
}


/* Note text */
.note {
	font-style:italic;
	font-size:90%;
}
.note:before {
	content:'*';
	font-weight:bold;
	color:#666;
}
input+.note,
select+.note {
	margin-left:1em;
}

/*Used on the Resource Report*/
.inactiveResource {
	background-color: rgb(255, 204, 221);
}

/* Alert text */
.alert {
	color:#C00;
}

/* Secure text placeholder link */
.secure {
	display:block;
	text-align:center;
	white-space:nowrap;
}
.secure:before {
	content:url('../images/icons/lock.png');
	vertical-align:middle;
	margin:0 0.1em 0 0;
}

/* Show value */
.secure.show {
	text-indent:-9999px;
	line-height:0;
}
.secure.show:before {
	display:none;
}
.secure.show:after {
	content:url('../images/icons/lock_open.png') ' ' attr(data-secure);
	display:block;
	text-indent:0;
	line-height:1.2;
}


.bold
{
	line-height: normal;
	font-weight: bold;
}

/*BestFlex form styles*/
.caption {
	font-size: small;
	font-style: italic;
}


.medprint {
	font-size: 9.5pt;
}
.smallprint {
	font-size: 8pt;
}
.labelwidth {
	padding-right: 1em;
}

.suggestions{
	border:1px solid #eee;
	display:block;
}
.suggestions>a{
	display:block;
	border:1px solid white;
	cursor:pointer;
}
.suggestions>a:hover{
	border:1px solid black;
}

ul.suggestions{
		display: none;
		position: absolute;
		border: 1px outset #eee;
		padding: 5px;
		background-color: #fff;
		z-index: 10;
		list-style-type: none;
	}
ul.suggestions a{
	display:block;
	cursor:pointer;
}

table.invisible{
	border:none;
	margin-bottom: 0;
}
table.invisible td, table.invisible th{
	border:none;
}

/**************************************************/
/* Specific form fields */

.hidden-option{
    display: none;
    margin-top: 10px;
}

.short-input{
    width:3em !important;
}

table.sources-table{
    width: 50%;
    border: 1px outset #eee;
    border-collapse: collapse;
}

table.sources-table tr, table.sources-table td, table.sources-table th {
    border: none;
    border: 1px solid #eee;
}

.hmis-red{
    background-color: #fcc !important;
}

.hmis-yellow{
    background-color: #eef586 !important;
}

.hmis-green{
    background-color: #a7f580 !important;
}

.hmis-label::after {
    display: inline-block;
    content: "(HMIS)";
    color: #006699;
    font-weight: bold;
    font-size: 8pt;
    margin-left: 2pt;
    vertical-align: super;
}

/* City Gate Network Label */
.cgn-label::after {
    display: inline-block;
    content: "(CGN)";
    color: #dead5e;
    font-weight: bold;
    font-size: 8pt;
    margin-left: 2pt;
    vertical-align: super;
}


/* HMIS Reporting => Service Demographic Totals */
.srvDemTotals-highchart{
    display: none;
    width: 400px;
    height: 300px;
    float: left;
    position: relative;
    margin-bottom: 50px;
}

.deactivatedOptionItem {
	background-color: rgb(255, 204, 221);
}

/*START Required Fields Hightlighting*/

.isBarred {
	outline: 5px solid #bf0d1e;
}

.disabled {
	background-color: #b3b1b1;
}
.required-error {
	clear:  right;
	background:  #FFCCCC;
	border-color: #FF8888;
	padding-bottom:0.3em;
	border:1px solid #8c8;
	margin:0.5em 0;
}

.required-error h2 {
	background-color:#f88;
	color:#911;
	border:none;
	font-weight:  bold;
	font-size:  11pt;
	margin:0 0 0.5em 0;
	padding:0.2em 0.4em;
}

.required-error p {
	margin:0.3em .6em;
}
/*END Required Fields Hightlighting*/

@media print {
    .srvDemTotals-highchart{
        width: 45%;
        height: auto;
        float: left;
    }
}

/********************************/
/* Barcode Scanning Tool Changes */
.inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.checkin-form {
  font-family:Rockwell,Arial,Helvetica,sans-serif;
  font-size: 26px;
  box-sizing: border-box;
  padding-bottom: 140px;
}

.checkin-form .table,
.checkin-form .table td,
.checkin-form .table th {
  border:none;
  padding: 0px;
  vertical-align: middle;
  margin-bottom: 0px;
}

.checkin-form * {
  box-sizing: border-box;
  outline: none;
}

.checkin-form label {
  padding-bottom: 6px;
  display: block;
}

.checkin-form .row {
  font-size: 0px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
}

.checkin-form .row > div {
  display: table-cell;
  font-size: 24px;
  vertical-align: middle;
  width: 33.33%;
  text-align: center;
  padding: 22px 20px;
}

.checkin-form .row div + div {
  border-left: 1px solid #96B83D;
}

.checkin-form .row p * {
  display: block;
  margin: 0 auto;
}

.checkin-form .row .button,
.checkin-form .row input {
  display: block;
  font-size: 22px;
  line-height: 22px;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px 14px;
  width: 100%
}

.checkin-form .row input:not(.button) {
  border: 1px solid #dcdcdc;
  background-color: #ededed;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 #ffffff inset;
}

.checkin-form #scanbox {
  margin: 20px 0px;
  padding: 0px;
  font-size: 0px;
}

.horz-borders {
  border-top:1px solid #96B83D;
  border-bottom: 1px solid #96B83D;
  margin: 20px 0px;
}

.horz-borders.no-bottom {
  border-bottom: none;
}

#checkin #personID {
  text-align: center;
}
#checkin #voucherID {
  text-align: center;
}

.checkin-form #scanbox .scanned {
  width: 66%;
}

.checkin-form #scanbox .unscanned {
  width: 33%;
}

.unscanned .table td:first-child {
  padding-right: 10px;
}

.unscanned .table td + td {
  width: 60px;
}

.date-select + td {
  padding-left: 10px !important;
}
.date-select + td + td {
  padding-left: 10px !important;
}
.button.return-to-today {
  width: 60px !important;
  height: 64px !important;
  position: relative;
}

.button.return-to-today span {
  background-image: url("../images/return-arrow.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  height: 18px;
  width: 21px;
  position: absolute;
  display: block;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}

.checkin-form div.selectBox {
  width: 100%;
}

div.selectBox .sbHolder, div.selectBox .sbOptions {
	font-family: arial;
}
div.selectBox {
	background: #fff;
	position: relative;
	z-index: 10;
}
div.selectBox * {
	box-sizing: border-box !important
}
div.selectBox .sbHolder, div.selectBox .sbSelector, div.selectBox .sbToggle {
	height: 64px;
}
div.selectBox .sbHolder {
	background: #FFF;
	color: #777;
	cursor: pointer;
	font-size: 22px;
	line-height: 28px;
	padding: 0;
	position: relative !important;
	z-index: 100;
	font-family: arial !important;
	text-align: left;
}
div.selectBox .sbHolder a {
	color: #000
}
div.selectBox .sbSelector {
	overflow: hidden;
	padding: 17px 16px;
	border: 1px solid #dcdcdc !important;
	border-radius: 6px;
}
div.selectBox .sbToggle {
	background: #ededed url("../images/category-arrow.png") no-repeat scroll center center;
  border-radius: 0 6px 6px 0;
  bottom: 1px;
  box-shadow: 0 1px 0 0 #ffffff inset;
  cursor: pointer;
  height: 62px;
  position: absolute;
  right: 1px;
  width: 49px;
}
div.selectBox .sbOptions {
	background: #FFF;
	max-height: 250px !important;
	overflow-y: auto;
  border-left: 1px solid #dcdcdc !important;
  border-right: 1px solid #dcdcdc !important;
  border-bottom: 1px solid #dcdcdc !important;
	list-style: none;
	position: absolute;
	margin: 0px !important;
	padding: 0px;
}
div.selectBox .sbOptions li a {
	font-size: 14px;
	line-height: 14px;
	color: #000;
	display: block;
	padding: 10px 13px;
	text-decoration: none;
}
div.selectBox .sbOptions li a:focus, div.selectBox .sbOptions li a:hover {
	background: #989695;
	color: #fff
}

#mt-user-options {
  margin-bottom: 8px;
}

#mt-user-options .cell + .cell span {
  display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
	white-space: nowrap;
	transition: all 0.3s ease 0s;
}

#mt-user-options .cell + .cell.show span {
	width:100%;
	height: 18px;
}

.helpBubble {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 12px 0 3px;
	position: relative;
	opacity: 1 !important;
	z-index: 99;
}

/***************************************************/
/* Simple C.R.U.D. Admin Tool Editing Modal template */
#mt-itemContainer .cell {
	padding: 10px;
}

#mt-itemContainer {
	padding: 50px 30px 30px 30px; display: block;
}

#mt-itemContainer .cell input {
    width: 90%;
}

.helpBubble {
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0 12px 0 3px;
	  position: relative;
	  opacity: 1 !important;
	  z-index: 99;
  }

#user-set span.nowrap label {
  padding-right:0;
}

.mt-help-bubble {
	position: absolute;
	bottom: calc(100% + 15px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
	width: 300px;
	background-color: #f1f1f1;
	border-radius:15px;
	text-indent: 0;
	color: #313131;
	word-wrap: normal;
	white-space: normal;
	padding: 18px 24px 24px;
	border:2px solid #adadad;
	transition: none;
	opacity: 0;
	visibility: hidden;
	cursor: default;
	z-index: 9999 !important;
}

.mt-help-bubble.reverse-bubble {
	top: calc(100% + 15px);
	bottom: auto;
}

.mt-help-bubble.right-bubble {
	top: 50%;
	bottom: auto;
	left: 0;
	-webkit-transform: translate(16%, -50%);
	-moz-transform:    translate(16%, -50%);
	-ms-transform:     translate(16%, -50%);
	-o-transform:      translate(16%, -50%);
	transform:         translate(16%, -50%);
}

.mt-help-bubble.left-bubble {
	top: 50%;
	bottom: auto;
	left: 0;
	-webkit-transform: translate(-108%, -50%);
	-moz-transform:    translate(-108%, -50%);
	-ms-transform:     translate(-108%, -50%);
	-o-transform:      translate(-108%, -50%);
	transform:         translate(-108%, -50%);
}

.mt-help-bubble.right-bubble.reverse-bubble {
	top: 40px;
	-webkit-transform: translate(16%, -60px);
	-moz-transform:    translate(16%, -60px);
	-ms-transform:     translate(16%, -60px);
	-o-transform:      translate(16%, -60px);
	transform:         translate(16%, -60px);
}

.mt-help-bubble.left-bubble.reverse-bubble {
	top:40px;
	-webkit-transform: translate(-108%, -60px);
	-moz-transform:    translate(-108%, -60px);
	-ms-transform:     translate(-108%, -60px);
	-o-transform:      translate(-108%, -60px);
	transform:         translate(-108%, -60px);
}

.mt-help-bubble p {
	font-size: 11px;
	line-height: 16px;
}

.mt-help-bubble i {
	position: absolute;
	top:5px;
	right: 5px;
	cursor:pointer;
}

.mt-help-bubble.show {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0s;
}

.mt-help-bubble:after {
	content:"\f0dd";
	font-family:"Font Awesome 6 Pro";
	font-size: 40px;
	color: #adadad;
	position: absolute;
	top:calc(100% - 2px);
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
	font-weight: bold;
	height: 0px;
	line-height: 0px;
}

.mt-help-bubble.reverse-bubble:after {
	content:"\f0de";
	bottom:calc(100% - 2px);
	top:auto;
}

.mt-help-bubble.right-bubble:after {
	content:"\f0d9";
	top:50%;
	left: -8px;
}

.mt-help-bubble.left-bubble:after {
	content:"\f0da";
	top:50%;
	left: calc(100% + 8px);
}

.mt-help-bubble.right-bubble.reverse-bubble:after,
.mt-help-bubble.left-bubble.reverse-bubble:after {
	top:28px; 
}

.mt-help-bubble img {
	display: block;
	margin: 0 auto 10px;
}

.mt-help-bubble h3 {
  margin-top: 0px;
}

#user-set .visible {
	overflow: visible !important;
}

#mail-subscribe {
  display: none;
}



/*** New Reports Table Styling ***/
.reportTable
{
	border-spacing:0;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.reportTable i
{
	margin-right: 7px;
}

.reportTable caption
{
	font-size: inherit;
	line-height: 2em;
}

.reportTable caption i
{
	vertical-align: middle;
	margin-top: -1px;
}


.reportTable th
{
	vertical-align: middle;
	border-spacing: 0;
}

.reportTable td
{
	vertical-align: middle;
	border-spacing: 0;
	padding: 7px;
	min-height: 25px;
	height: 25px;
}

.reportTable table
{
	border: none;
	border-spacing: 0;
}

.reportTable td i
{
	margin: 0;
	padding: 0;
	margin-right: 7px;
}

.reportTable label
{
	display: inline;
}


.reportTable tr.instructionsPane 
{
    border-spacing: 0;
    margin: 0;
    padding: 0;  
}

.reportTable .instructionsText
{
	width: 96%;
	text-align: center;
	padding-bottom: 7px;
}

.reportTable .instructionsText i
{
	padding-bottom: 7px;

}

.reportTable .reportDescriptionText
{
	width: 96%;
}

.reportTable .instructionsText table
{
	border: none;
}

.reportTable .instructionsText td
{
	border-right: 1px solid; 
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;

}

.reportTable tr.instructionsPane td
{
	
	border-spacing: 0;
	background-color:#f1f1f1;
	min-height: 25px;
    padding: 7px;
    vertical-align: middle;
}

.reportTable input[type="text"]
{
	width: 40%;
}

.embeddedTable 
{
	border: none;
}

.embeddedTable td
{
	border: none;
}

.reportTable small 
{
	font-size: 100%;
	color: #21755C;
}

.indent
{
	margin-left: 15px;
	font-size: 90%;
}

.indent i
{
	margin-right:7px;
}




#reportDescriptionCloseButton
{
	position:relative;
	float:right;
	top:0;
	width: 20px;
	z-index: 100;
	
	cursor: pointer;
}

#instructionsPaneCloseButton
{
	position:relative;
	float:right;
	top:0;
	width: 20px;
	height: 100%;
	z-index: 100;	

	cursor: pointer;
}


#reportDescriptionIcon
{
	cursor: pointer;
}

#reportDescriptionIcon:hover
{
	font-weight: bold;
}

#populationTypeButton:hover
{
	font-weight: bold;
	cursor: pointer;
}

.filterStrengthLegendDiv
{
	font-size:8pt; 
	width:80%; 
	margin-top:15px; 
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	display: block;
	box-sizing: border-box;
	font-size: 0;
}

.filterStrengthLegend table
{
	padding:0; 
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 8pt !important;
	
}

.filterStrengthLegend td
{
	text-align: center;
	vertical-align: middle;
	border: none;
	height: inherit;
	min-height: 15px;
	height: 15px;
	padding: 3px;
	font-size: 8pt !important;
}

.filterStrengthLegend .fa-signal-1
{
	margin-left: 20px;
}

.filterStrengthLegend .fa-signal-2
{
	margin-left: 17px;
}

.filterStrengthLegend .fa-signal-3
{
	margin-left: 15px;
}

.filterStrengthLegend .fa-signal-4
{
	margin-left: 5px;
}

.reportResultsTable
{
	margin-top: 50px;
}






/*** Default Placeholder styles ***/

#date_choice::-webkit-input-placeholder {
  opacity: 1;
}
#date_choice:-moz-placeholder {
  opacity: 1;
}
#date_choice::-moz-placeholder {
  opacity: 1;
}
#date_choice:-ms-input-placeholder {
  opacity: 1;
}
#date_choice::placeholder {
  opacity: 1;
}
.checkin-form #service_qty {
  text-align: center;
}

.checkin-form #all_days {
  min-width:125px;
}

#checkin .tinymodal {
  width: auto !important;
  max-width: 1000px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform:    translateX(-50%) translateY(-50%);
  -ms-transform:     translateX(-50%) translateY(-50%);
  -o-transform:      translateX(-50%) translateY(-50%);
  transform:         translateX(-50%) translateY(-50%);
  display: inline-block !important;
}

#checkin .tinymodal-content {
  display: inline-block;
  width: auto;
  min-width: 600px !important;
}

#checkin .person-check #person-image {
  width: 30%;
  vertical-align: middle;
}

#checkin .person-check #person-image figure {
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
  text-align: center;
}

#checkin .person-check #person-image figure img {
  max-width: 300px;
  max-height: 300px;
}

#checkin .person-check .person-details {
  margin:12px 0px;
}

#checkin .person-check table,
#checkin .person-check table tbody,
#checkin .person-check table tbody tr,
#checkin .person-check table tbody tr td {
  border:none;
  padding: 0px;
  vertical-align: top;
  margin-bottom: 0px;
}

#checkin .person-check table tbody tr td:first-child {
  padding-right: 15px;
  border-right: 1px solid #96B83D;
}

#checkin .person-check table tbody tr td:first-child + td {
  padding-left: 15px;
}

#checkin .person-check ul {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

#checkin .person-check ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  padding: 10px;
/*   white-space: nowrap; */
}

#checkin .person-check ul li:nth-child(even) {
  background-color: #EDEDED;
}

#checkin .confirm-message {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 0px;
}

#checkin .make-selection .button {
  display: block;
  font-size: 22px;
  line-height: 22px;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px 14px;
  width: 100%;
}

#checkin .make-selection td {
  border: none !important;
}

#checkin .tinymodal h2,
#checkin .tinymodal h3,
#checkin .tinymodal h4 {
  margin-top: 0px !important
}

#checkin .tinymodal h2 {
  text-align: center;
  padding-bottom: 14px;
}

/*Updates just this table to scale well /resTracker/editresident/profile/general/*/
.general-info td select{
	width: 90%;
}


@media screen and (max-width:920px) {
  .checkin-form label[for="personID"] {
    padding-top: 30px;
  }
  #checkin #main {
    position: relative !important;
    z-index: 0;
  }
  #checkin #navPane {
    position: absolute !important;
    left: -215px !important;
    transition: all 0.3s ease 0s;
    height: 100%;
    top:0px;
    padding-top: 130px;
    z-index: 998;
    box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0 !important;
  }
  #checkin.openNav #navPane {
    left: 0px !important;
  }

  #checkin #contentDiv {
    margin-left: 0px !important;
  }
  #checkin #headerDiv {
    position: relative !important;
    z-index: 1;
  }

  #checkin #navPane > ul > li {
    padding: 10px 0px;
  }

  #checkin #navPane li.active {
    padding-left: 1.5em;
  }

  #checkin .navPane-menu {
    display: block;
    position: absolute;
    background-color: #333333;
    height: 60px;
    width: 100px;
    top:40px;
    left: 0px;
    border-bottom-right-radius: 0.8em;
    border-top-right-radius: 0.8em;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.5) inset;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
  }

  #checkin .navPane-menu * {
    box-sizing: border-box;
  }

  #checkin .navPane-menu span {
    position: absolute;
    height: 5px;
    width: 35px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    transition: all 0.3s ease 0s;
    display: block;
    border: none;
  }

  #checkin.openNav .navPane-menu span {
    background-color: rgba(255, 255, 255, 0);
  }

  #checkin .navPane-menu span:before,
  #checkin .navPane-menu span:after {
    content: "";
    position: absolute;
    left: 0px;
    background-color: #FFF;
    height: 5px;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    -ms-transform:     rotate(0deg);
    -o-transform:      rotate(0deg);
    transform:         rotate(0deg);
  }

  #checkin .navPane-menu span:before {
    top:-8px;
  }

  #checkin.openNav .navPane-menu span:before {
    -webkit-transform: rotate(45deg) translateY(6px) translateX(5px);
    -moz-transform:    rotate(45deg) translateY(6px) translateX(5px);
    -ms-transform:     rotate(45deg) translateY(6px) translateX(5px);
    -o-transform:      rotate(45deg) translateY(6px) translateX(5px);
    transform:         rotate(45deg) translateY(6px) translateX(5px);
  }

  #checkin .navPane-menu span:after {
    bottom:-8px;
  }

  #checkin.openNav .navPane-menu span:after {
    -webkit-transform: rotate(-45deg) translateY(-6px) translateX(5px);
    -moz-transform:    rotate(-45deg) translateY(-6px) translateX(5px);
    -ms-transform:     rotate(-45deg) translateY(-6px) translateX(5px);
    -o-transform:      rotate(-45deg) translateY(-6px) translateX(5px);
    transform:         rotate(-45deg) translateY(-6px) translateX(5px);
  }
}
.navPane-menu,#editprofile .mb-show{
  display: none;
}

/*** RESPONSIVE for EDIT PROFILES tabs ***/

@media screen and (max-width: 1100px){
	#editprofile #navPane{
		/*width: 50px;
		overflow: hidden;
		background: #f1f1f1;
		border-radius: 0.8em;
		margin: 8px 10px 0;
		position: relative;
		transition: all 0.3s ease;
		box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
		position: absolute;
		z-index: 100;*/
		position: absolute !important;
		left: -215px !important;
		transition: all 0.3s ease 0s;
		height: 100%;
		top:0px;
		padding-top: 130px;
		z-index: 998;
		box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.2);
		overflow: hidden;
		margin: 0 !important;
	}
	#editprofile #main {
		position: relative !important;
		z-index: 0;
	}
	#editprofile #headerDiv {
		position: relative !important;
		z-index: 1;
  }
	#editprofile.openNav #navPane {
		left: 0px !important;
	}
	#editprofile #contentDiv{
		margin-left: 0;
		min-height: 685px;
	}
	#editprofile .navPane-menu {
		display: block;
		position: absolute;
		background-color: #333333;
		height: 60px;
		width: 100px;
		top:40px;
		left: 0px;
		border-bottom-right-radius: 0.8em;
		border-top-right-radius: 0.8em;
		box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.5) inset;
		box-sizing: border-box;
		cursor: pointer;
		z-index: 999;
	}

	#editprofile .navPane-menu * {
		box-sizing: border-box;
	}

	#editprofile .navPane-menu span {
		position: absolute;
		height: 5px;
		width: 35px;
		background-color: rgba(255, 255, 255, 1);
		position: absolute;
		top:0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 999;
		transition: all 0.3s ease 0s;
		display: block;
		border: none;
	}
	#editprofile.openNav .navPane-menu span {
		background-color: rgba(255, 255, 255, 0);
	}

	#editprofile .navPane-menu span:before,
	#editprofile .navPane-menu span:after {
		content: "";
		position: absolute;
		left: 0px;
		background-color: #FFF;
		height: 5px;
		width: 100%;
		transition: all 0.3s ease 0s;
		-webkit-transform: rotate(0deg);
		-moz-transform:    rotate(0deg);
		-ms-transform:     rotate(0deg);
		-o-transform:      rotate(0deg);
		transform:         rotate(0deg);
	}

	#editprofile .navPane-menu span:before {
		top:-8px;
	}

	#editprofile.openNav .navPane-menu span:before {
		-webkit-transform: rotate(45deg) translateY(6px) translateX(5px);
		-moz-transform:    rotate(45deg) translateY(6px) translateX(5px);
		-ms-transform:     rotate(45deg) translateY(6px) translateX(5px);
		-o-transform:      rotate(45deg) translateY(6px) translateX(5px);
		transform:         rotate(45deg) translateY(6px) translateX(5px);
	}

	#editprofile .navPane-menu span:after {
		bottom:-8px;
	}

	#editprofile.openNav .navPane-menu span:after {
		-webkit-transform: rotate(-45deg) translateY(-6px) translateX(5px);
		-moz-transform:    rotate(-45deg) translateY(-6px) translateX(5px);
		-ms-transform:     rotate(-45deg) translateY(-6px) translateX(5px);
		-o-transform:      rotate(-45deg) translateY(-6px) translateX(5px);
		transform:         rotate(-45deg) translateY(-6px) translateX(5px);
	}
	#editprofile #navPane li>ul{
		margin: 10px 0 0;
		background: none;
	}

	#editprofile .datePickerLink{
		width: 28px;
		background-position: -5px top;
	}
	#editprofile .tabTable td, 
	#editprofile .tabTable th{
		box-sizing: border-box;
	}
	#editprofile form td input[type="text"], #editprofile form td textarea,
	#editprofile form td select{
		width: 90%;
	}
	#editprofile input.datePicker, #editprofile form td input.datePicker{
		width: 8.5em;
	}

	.mt_new-datatable .dataTables_length select  {
		width: 30% !important;
		min-width: 0 !important;
	}

}
@media screen and (max-width: 920px){
	.contentPane .leftCol, .contentPane .leftCol + .rightCol{
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	
	.notificationBadgeCircle {
		position: initial;
		line-height: 28px;
		height: 23px;
    width: 23px;
	}

	#editprofile .contentPane{
		padding-top: 70px;
		position: relative;
		margin-bottom: 10px;
	}
	#editprofile #tabs{
		position: absolute;
		left: 15px;
		right: 15px;
		top: 40px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		border-radius: 8px;
		overflow: hidden;
		background-color: #ededed;
		min-height: 34px;
		max-height: 34px;
		max-width: 400px;
		margin: 0 auto;
		z-index: 10;
	}
	#editprofile .tab:after{
		content: none;
	}
	#editprofile .tab-block{
		/*padding-right: 48px;*/
		max-height: 300px;
		overflow-y: auto;
		/*margin-top: 34px;*/
		background: transparent;
		border-radius: 0 8px 8px 0;
	}
	#editprofile #tabs.tab-show .tab-block{
		margin-top: 34px;
	}
	#editprofile .tab-block .tab.sel.active {
		position: absolute;
		top: 0;
		display: block;
	}
	#editprofile .tab-btn{
		padding: 8px 8px;
	}
	#editprofile .tab-block .tab{
		display: none;
	}
	#editprofile #tabs.tab-show .tab{
		display: block;
	}
	#editprofile .tab-block .tab.sel{
		background: transparent;
	}
	#editprofile .tab-block .tab.sel:not(.active){
		background-color: #cad5ae;
	}
	/*#editprofile .tab:first-child,
	#editprofile .tab.sel:nth-child(1){
		background-color: #c8dc8c;
	}*/
	#editprofile .tab:hover{
		background: none;
	}
	#editprofile .tab-block:before {
		content: "";
		display: block;
		width: 38px;
		height: 34px;
		background: url(../images/site/tab-menu-arrow.png) no-repeat center center #96B83D;
		position: absolute;
		right: 0;
		top: 0;
		border-radius: 0 8px 8px 0;
	}
	#editprofile input[name='photo_file']{
		max-width: 144px;
	}
	#editprofile input.datePicker, #editprofile form td input.datePicker{
		width: 5em;
	}
	#editprofile #datePicker{
		margin-left: 45px;
	}

}
@media screen and (max-width:770px) { /* Tablet View */
	#editprofile .navPane-menu{
		width: 70px;
	}
	#editprofile #main,
	#editprofile #headerDiv>div, #editprofile #pageHeader,
	#editprofile #footerDiv>div>ul.modules{
		min-width: 320px;
		width: 100%;
		background-size: 60%;
	}
	#editprofile .lfloat,#editprofile .rfloat{
		float: none;
	}
	#editprofile h1,
	#editprofile form > p{
		text-align: center;
	}
	#editprofile form > p.rfloat + div{
		display: none;
	}
	#editprofile form > p.rfloat + div.tab-buttons{
		display: inherit;
	}
	/* #editprofile table, #editprofile tbody,
	#editprofile caption,#editprofile colgroup,
	#editprofile tr, #editprofile td{
		display: block;
	} */
	#editprofile caption, #statistics-table h3{
		font-size: 20px;
		text-align: center;
	}
	#editprofile .tabTable tr{
		font-size: 0;
	}
	#editprofile .tabTable td,
	#editprofile .tabTable th,
	#editprofile .general-info tbody tr:nth-child(3) td.internal{
		width: 50%;
		display: inline-block;
		font-size: 14px;
		min-height: 68px;
		box-sizing: border-box;
	}
	#editprofile .divider{
		display: none;
	}

	#editprofile .general-info tr:nth-child(7) td,
	#editprofile .tabTable tr td:last-child{
		width:auto;
		display: block;
	}
	#editprofile .img-uploader{
		height: 126px;
		padding-top: 40px;
	}
	#editprofile .mb-hide{
		display: none;
	}
	#editprofile .tabTable tr td:nth-child(even),
	#editprofile .general-info tr:first-child td:last-child,
	#editprofile .tabTable tr td.mb-show{
		width: 50%;
		display: inline-block;
	}
	#editprofile .tabTable tr td.center.middle{
		width: 50% !important;
		padding-top: 10px;
	}
	#editprofile form td input[type="text"],
	#editprofile form td select,
	#editprofile .short-input{
		padding: 6px 10px;
		box-sizing: border-box;
		min-width: 65px;
		max-width: 270px;
		font-size: 16px;
		border: 1px solid #aaa;
		height: 32px
	}
	#editprofile form td textarea{
		max-width: 98%;
		padding: 6px 10px;
		box-sizing: border-box;
		font-size: 16px;
		border: 1px solid #aaa;
	}
	#editprofile table .middle{
		text-align: center;
	}
	#editprofile table .middle input{
		font-size: 16px;
		padding: 5px 40px;
		margin-top: 10px;
	}
	#editprofile form input[type="checkbox"]+label, #editprofile form input[type="radio"]+label{
		font-size: 16px;
	}
	#editprofile .datePicker{
		min-width: 110px !important;
	}
	#editprofile .table-info,#editprofile #datePickerTbl table{
		display: table;
	}
	#editprofile .table-info tr,#editprofile #datePickerTbl tr{
		display: table-row;
	}
	#editprofile .table-info td,#editprofile .table-info th,
	#editprofile #datePickerTbl td,#editprofile #datePickerTbl th,
	#editprofile .table-info tr td:nth-child(even),#editprofile .table-info tr td:last-child{
		display: table-cell;
		width: auto;
		min-height: 0;
	}
	#editprofile .table-info caption,
	#editprofile #datePickerTbl caption{
		 display: table-caption;
	}
	#editprofile .table-info tbody,
	#editprofile #datePickerTbl tbody{
		display: table-row-group;
	}
   .treat-address input, .treat-address select{
	   margin-bottom: 10px;
	   width: 97%;
   }
   #editprofile .lmatters-info td{
	   min-height: 85px;
   }
   #editprofile  .ph-uploader input{
	   max-width: 100%;
   }
	#editprofile .mb-flex{
		display: flex;
	}
	#editprofile #devDisabilityFields td{
		height: 101px;
	}
	#editprofile #physicalDisabilityFields td,
	#editprofile #substanceAbuseFields td{
		height: 117px;
	}
	#editprofile #visitTypeRow > td:first-child{
		height: 245px;
	}
	#editprofile #substanceAbuseFields td:first-child,
	#editprofile #physicalDisabilityFields td:first-child,
	#editprofile #devDisabilityFields td:first-child{
		width: 50% !important;
	}
	#editprofile .tabTable tr td.middle.fl-width,
	#editprofile .tabTable tr td.fl-width{
		display: block;
		width: 100% !important;
	}
	#editprofile .profileImg + .mb-show{
		height: 126px;
		padding-top: 40px;
	}
	#editprofile .gen-height{
		height: 83px;
	}
	#editprofile input[name='photo_file']{
		max-width: 100%;
	}

	#editprofile form td .select2 {
		width: 90% !important;
	}
	
	#editprofile form td textarea,
	#editprofile form td input[type="text"],
	#editprofile form td select,
	#editprofile .short-input{
		width: 90%;
		max-width: 100% !important;
	}
	#editprofile form td input[type="date"] {
		width: 80% !important;
	}
	#editprofile form td input[name="weight"],
	#editprofile form td input[name="height[in]"],
	#editprofile form td input[name="height[ft]"] {
		width: 40% !important;
	}

	#editprofile .mt_section td,
	#editprofile .mt_spacer td {
		min-height: 0;
		height: 40px;
	}

	#editprofile .mt_create-vt--btn {
		margin: auto;
		display: block;
		width: 100%;
		text-align: center;
	}
	#editprofile .benefit-table thead tr th,
	#editprofile .income-table thead tr th{
		display: none;
	}
	#editprofile .benefit-table thead tr th:nth-child(2),
	#editprofile .income-table thead tr th:first-child {
		display: block;
		width: 100% !important;
	}
	
	#editprofile .benefit-table tr td:first-child,
	#editprofile .income-table tr td:first-child {
		display: block;
		width: 100%;
	}
	#editprofile .benefit-table tr td:last-child,
	#editprofile .income-table tr td:last-child {
		width: 50%;
		display: inline-block;
	}

	.select2-selection {
		overflow-x: scroll;
	}
}



@media screen and (max-width:670px) { /* Phone View */
	#cst-question-form tr,
	#cst-question-form tr td {
		width: 99% !important;
		display: block;
	}
	#cst-question-form tr td select {
		width: 80% !important;
	}

	#editprofile #navPane{
		height: auto;
		box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.2),2px 2px 4px 0 rgba(0, 0, 0, 0.2);
		border-radius: 0 10px 10px 0 !important;
		padding-bottom: 20px;
		padding-top: 110px;
	}
	#editprofile .tabTable td,
	#editprofile .tabTable tr td:nth-child(even),
	#editprofile .general-info tr:first-child td:last-child,
	#editprofile .general-info tbody tr:nth-child(3) td.internal{
		width: 100% !important;
		display: block;
	}
	#editprofile .tabTable tr td.center.middle{
		width: 100% !important;
	}
	#editprofile form td input[type="text"],
	#editprofile form td select, #editprofile .short-input{
		max-width: 320px;
	}
	#editprofile form td select{
		min-width: 55%;
	}
	#editprofile .img-uploader{
		height: auto;
		padding-top: 0;
	}
	#editprofile .table-info th{
		word-break: break-word;
		font-size: 12px;
	}
	/* #editprofile .income-table tr td:first-child{
		width: 20%;
	} */
	#editprofile .benefit-table tr,
	#editprofile .benefit-table tr td,
	#editprofile .income-table tr,
	#editprofile .income-table tr td{
		display: block !important;
		width: 100% !important;
		min-height: 35px;
	}
	#editprofile .income-table  input[type=number]{
		max-width: 100px;
	}
	#navPane>ul>li>ul>li>ul{
		padding: 0;
	}
	#editprofile .mb-flex{
		display: block;
	}
	#editprofile #devDisabilityFields td,
	#editprofile #physicalDisabilityFields td,
	#editprofile #substanceAbuseFields td,
	#editprofile #visitTypeRow > td:first-child,
	#editprofile .gen-height{
		height: auto;
	}
	#editprofile #substanceAbuseFields td:first-child,
	#editprofile #physicalDisabilityFields td:first-child,
	#editprofile #devDisabilityFields td:first-child{
		width: 100% !important;
	}
	#editprofile .profileImg + .mb-show{
		height: auto;
		padding-top: 0;
	}

	.mt_profile-name,
	.mt_support-text {
		display: none !important;
	}

	.mt-hsHelpModal form tr,
	.mt-hsHelpModal form tr td {
		display: block;
		margin-left: 0;
		text-align: left;
	}
}
@media screen and (max-width:480px){

	#tbl-legend ul,
	.colorKey ul {
		display: block;
	}
	#editprofile #siteLogo{
		text-align: center;
		padding-left: 0;
	}
	#editprofile #siteLogo img{
		width: 200px;
	}
	#login-menu {
		right: 10px;
	}
	#editprofile  #loginInfo{
		/* position: static; */
		/* position: absolute; */
		display: none;
		margin: 0 auto;
	}


	#editprofile #loginInfo:after {
		right: 0;
	}
	#editprofile  #pageHeader{
		width: 320px;
		background-size: 80%;
		height: 65px;
	}
	#editprofile .contentPane{
		margin-left: 45px;
	}
	#editprofile #menu-toggle{
		left: 5px;
	}
	#editprofile #navPane>ul img{
		left: -25px;
	}
	#editprofile #navPane li a{
		font-size: 14px;
	}
	#editprofile form td input[type="text"],
	#editprofile form td select, #editprofile .short-input{
		max-width: 100%;
	}
	#editprofile form td .tagit {
		width: 86%;
	}
	#editprofile select#programID, #editprofile  select#currPhase {
		min-width: 45%;
		width: 45%;
	}
	#editprofile #datePicker{
		margin: 6px 0 0 52px;
	}
	#editprofile .income-table tr td:nth-child(2){
		width: 20%;
	}
	#editprofile .income-table tr td:nth-child(2) label{
		font-size: 14px;
	}
	#editprofile .navPane-menu{
		width: 60px;
		height: 48px;
		top: 28px;
		display: none;
	}

	
	#simplemodal-container .discard,
	#simplemodal-container .review,
	#simplemodal-container .save-continue {
		display: block;
		text-align: center;
	}

	.select2-container .select2-selection--multiple .select2-selection__rendered {
		white-space: unset !important;
	}

}
@media screen and (max-width:380px) {
	.tab-buttons input,
	#tabbed-intake-form input {
		width: 100%;
	}
	#editprofile .navPane-menu {
		width: 52px;
		height: 44px;
		top: 28px;
		display: none;
	}
	#editprofile #pageHeader {
		background-size: 70%;
		background-position: left 70px center;
	}
	.rfloat .button{
		width: 165px;
	}
	.rfloat .button:first-child{
		margin-bottom: 5px;
	}
	#statistics-table table tr:nth-child(3) th{
		min-height: 95px;
	}
	#editprofile .income-table tr td:first-child .label{
		font-size: 12px;
	}
	#editprofile .income-table  input[type=number]{
		max-width: 60px;
	}
}
