.tml
{
	font-size:14px;
	/*line-height: 3.4em;*/
}
.tml * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tml .error,
.tml .message {
	color: #515151;
	padding: 20px;;
	text-align:center;
	font-size:16px;
	/*! border-radius:50px */
	line-height: 1.3em;
}

.tml .error {
	border: 2px solid #c00;
	background-color: #ffebe8;
}

.tml .message {
	border: 2px solid #2cafe8;
	background-color: #eefaff;
	color: #2a94c2;
}

.tml .description
{
	font-size:11px;
	font-style:italic;
}

.tml p {
	margin: 0 0 1.5em 0;
	padding: 0;
}


.tml h2
{
	display: none
}

.tml h3
{
	text-align: left;
	margin: 10px 0 30px 5px;
}


.tml td
{
	vertical-align:top;
	padding: 0px;
}

.tml label
{
	display: block;
	padding: 20px 0 0 0;
	margin:0;
}

@media (min-width:500px)
{
	.tml label
	{
		min-width: 200px;
	}
}

.acf-true-false label
{
	padding:5px 0 0 5px;
	background-color:#f9f9f9;
}


.tml input[disabled]
{
	background-color:#f9f9f9;
	color:#b7b7b7;
}

.tml .tml-rememberme-wrap label {
	display: inline;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0;
	width: 100%;
	border:none;
	border-radius: 0;
	min-height: 40px;
	padding:0 5px;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 0px 8px;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
	vertical-align: middle;
	width: auto;
}

.tml .tml-action-links {
	display: inline-block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

.tml .tml-action-links li {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

.tml .tml-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.tml .tml-action-links a {
	border: none;
	display: block;
	padding: 0;
	text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
	content: "";
	display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
	clear: both;
}

.tml .tml-user-avatar {
	text-align: left;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

.pw-weak {
	display:none;
}

.indicator-hint {
	padding-top: 8px;
}

#pass1,
#pass1-text {
	width: 100%;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.tml .tml-submit-wrap input {
		width: auto;
	}

	.tml-login .tml-rememberme-submit-wrap {
		display: table;
		margin-bottom: 1.5em;
		width: 100%;
	}

	.tml-login .tml-rememberme-wrap {
		display: table-cell;
	}

	.tml-login .tml-rememberme-wrap input {
		margin: 0;
	}

	.tml-login .tml-submit-wrap {
		display: table-cell;
		text-align: right;
	}

	.tml-login .tml-submit-wrap input {
		margin: 0;
		width: auto;
	}
}


.tml .acf-field-image .acf-input
{
	/* background-color:#e6e6e6; */
	/* position:relative; */
	/* padding:10px; */
	/* border:1px solid #ccc; */
	/* display:inline-block; */
}
.tml .acf-field-image img
{
	max-height:100px;
	/* float:left; */
}

.tml .acf-field-image label
{
	height:100px;
}

.tml .hide-if-value
{text-align:center;margin:0px;color:transparent;/* position:absolute; *//* top:100%; *//* right:0px; */}
.tml .hide-if-value label
{
	background-color:transparent;
}

.tml .hide-if-value a
{
	display:block;
	background-color:#939598;
	color:white;
	
	padding:10px;
	margin:0px;
}

.tml .hide-if-value a:before
{
	content: "Change/";
}


/*---------------------------------------------------------------------------------------------
*
*  True / False
*
*---------------------------------------------------------------------------------------------*/
.acf-switch {
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  background: #f1f1f1;
  height: 30px;
  vertical-align: middle;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  /* hover */
  /* active */
  /* focus */
  /* message */
}
.acf-switch span {
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  padding: 4px 10px;
  min-width: 15px;
}
.acf-switch span i {
  vertical-align: middle;
}
.acf-switch .acf-switch-on {
  color: #fff;
  text-shadow: #1f7db1 0 1px 0;
}
.acf-switch .acf-switch-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 50%;
  z-index: 1;
  background: #fff;
  border-radius: 3px;
  border: #ccc solid 1px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.acf-switch:hover {
  background: #eeeeee;
}
.acf-switch.-on {
  background: #2a9bd9;
}
.acf-switch.-on .acf-switch-slider {
  left: 50%;
  right: 3px;
  border-color: #1f7db1;
}
.acf-switch.-focus .acf-switch-slider {
  border-color: #5b9dd9;
  box-shadow: 0 0 2px rgba(30, 140, 190, 0.5);
}
.acf-switch.-focus.-on .acf-switch-slider {
  border-color: #185e85;
  box-shadow: 0 0 2px #1f7db1;
}
.acf-switch + span {
  margin-left: 6px;
}
/* checkbox */
.acf-switch-input {
  opacity: 0;
  position: absolute;
  margin: 0;
}

.tml .form-table
{
	width:100%;
}

.tml .acf-label
{
	max-width: 50px;
}

.profile-submit
{
	background-color:#ebebeb;
	padding:30px 0;
	width:calc(100% + 60px);
	position:relative;
	left:-30px;
	bottom:-30px;
}

.profile-submit .button-aims
{
	padding:30px 0;
}

.tml .image-wrap
{
	border:1px solid #ccc;
	padding:10px;
	display:inline-block
}

.tml .acf-basic-uploader
{
	padding-left:0 !important;
	text-align:left
}

.tml .acf-basic-uploader input
{
	color: white !important;
	background-color: #939598 !important;
	font-size: 14px !important;
	border: none;
	border-radius: 0;
	padding: 10px 15px !important;
	display: inline-block !important;
	width:auto;
	max-width: 212px;
}


/*-----------------------------------------
*  Form Fixes
*-----------------------------------------*/

.tml .form-table tr td:first-of-type
{
	display:none;
}

.tml .form-table .acf-field .acf-input:before
{
	content:"";
	display:block;
	font-weight:600;
	display: block;
	padding: 20px 0 0 0;
	margin:0;
}

.tml .form-table .acf-field[data-name="phone"] .acf-input:before
{
	content:"Phone";
}

.tml .form-table .acf-field[data-name="fax"] .acf-input:before
{
	content:"Fax";
}

.tml .form-table .acf-field[data-name="address_1"] .acf-input:before
{
	content:"Address 1";
}

.tml .form-table .acf-field[data-name="address_2"] .acf-input:before
{
	content:"Address 2";
}

.tml .form-table .acf-field[data-name="photo"] .acf-input:before
{
	content:"Photo";
}

.tml .form-table .acf-field[data-name="position_job"] .acf-input:before
{
	content:"Position / Job Title";
}

/*-----------------------------------------
*  member-assist
*-----------------------------------------*/

.member-assist label
{
	min-width: 100px;
}

.member-assist .loading .tgl-ios + .tgl-btn
{
  background: #f26728;
}

/*-----------------------------------------
*  profile checkboxes
*-----------------------------------------*/

.tml .acf-field-checkbox,
.tml .acf-field-radio,
.tml [data-name=personal_hobbies]
{
	display: flex;
	flex-direction: column;
}

.tml .acf-field-checkbox,
.tml .acf-field-radio
{
	border-bottom: 1px solid #cccccc;
}

.tml .acf-field-checkbox .acf-label,
.tml .acf-field-radio .acf-label,
.tml [data-name=personal_hobbies] .acf-label
{
	display: block !important;
	max-width: 100%;
}

.tml ul.acf-checkbox-list,
.tml ul.acf-checkbox-list li,
.tml ul.acf-radio-list,
.tml ul.acf-radio-list li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tml ul.acf-checkbox-list,
.tml ul.acf-radio-list
{
	display: flex;
	flex-wrap: wrap;
}

.tml ul.acf-checkbox-list li,
.tml ul.acf-radio-list li
{
	flex-basis: 100%;
	flex-grow: 1;
}

@media (min-width: 475px)
{
	.tml ul.acf-checkbox-list li,
	.tml ul.acf-radio-list li
	{
		flex-basis: 50%;
	}
}

@media (min-width: 1500px)
{
	.tml ul.acf-checkbox-list li,
	.tml ul.acf-radio-list li
	{
		flex-basis: 33%;
	}
}

.tml ul.acf-checkbox-list li label,
.tml ul.acf-radio-list li label
{
	min-width: 100px;
	position: relative;
	padding-left: 2em;
	padding-top: 0;
	padding-bottom: 10px;
	font-weight: normal;
}

.tml ul.acf-checkbox-list li label input,
.tml ul.acf-radio-list li label input
{
	position: absolute;
	left: 0;
	top: 0;
	min-height: 1.4em;
}


.acf-error-message
{
	background-color: #ff57221c;
	color: #FF5722;
	padding: 10px;
	margin-bottom:20px;
}

.acf-error-message p
{
	margin-bottom: 0;
}


