@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://treatment-gps.s3.amazonaws.com/fonts/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://treatment-gps.s3.amazonaws.com/fonts/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://treatment-gps.s3.amazonaws.com/fonts/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://treatment-gps.s3.amazonaws.com/fonts/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://treatment-gps.s3.amazonaws.com/fonts/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://treatment-gps.s3.amazonaws.com/fonts/PRmiXeptR36kaC0GEAetxvR_54zmj3SbGZQh3vCOwvY.woff) format('woff');
}

.txgps-alert {
	border: solid 1px #ccc;
	background-color: #fefefe;
	padding: 20px;
}
.txgps-alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.txgps-alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.txgps-locator {
	position: relative;
	border: solid 1px #ccc;
	background-color: #efefef;
	font-family: "Open Sans";
}
.txgps-location-topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background-color: white;
	border-bottom: solid 1px #ccc;
	color: #777;
	z-index: 35;
}
.txgps-location-topbar table {
	width: 100%;
	padding: 0px;	
}
.txgps-location-topbar table td {
	padding: 0px;
	border: none;	
}
.txgps-location-optionsbar {
	position: absolute;
	top: 49px;
	left: 0px;
	right: 0px;
	height: 45px;
	background-color: white;
	color: #777;
	z-index: 40;
	border-top: dotted 1px #ccc;
	border-bottom: solid 1px #ccc;
	display: none;
	padding: 2px;
}

.txgps-location-optionsbar table {
	border-spacing: 5px 1px;
	border-collapse: separate;
}

#search-container {
	border: solid 1px #ccc;
    height: 32px;
    line-height: 30px;
    margin: 5px;    
}
#search {
	border: none;
	padding: 3px 6px;
	line-height: 1;
	width: 90%;
	font-family: "Open Sans";
	font-size: 16px;
	float: left;
	outline: none;
}
#search-btn {
    margin-right: 5px;
    *display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    line-height: 14px;
    background-image: url('https://treatment-gps.s3.amazonaws.com/search-icon.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.txgps-mode-toggle {
	width: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
#search-more-options-btn {
	position: absolute;
	top: 40px;
	left: 40%;
	right: 40%;
	line-height 1;
	background-color: #eee;
	border: solid 1px #ccc;
	z-index: 41;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	color: #777;
	cursor: pointer;
	display: none;
}
#search-less-options-btn {
	position: absolute;
	top: 88px;
	left: 40%;
	right: 40%;
	line-height 1;
	background-color: #eee;
	border: solid 1px #ccc;
	z-index: 41;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	color: #777;
	cursor: pointer;
	display: none;
}
.txgps-location-map {
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	bottom: 30px;
	background-color: #ccc;
	z-index: 33;
}
.txgps-location-list {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	bottom: 30px;
	background-color: white;
	color: #777;
	z-index: 34;
	overflow-y: scroll;
}
.txgps-location-brand {
	position: absolute;
	height: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #efefef;
	border-top: solid 1px #ccc;
	color: #777;
	z-index: 35;
}
.txgps-location-brand .txgps-powered-by {
	float: right;		
}
.txgps-location-brand .txgps-powered-by div {
	display: none;
	font-size: 10px;
	line-height: 25px;	
}
.txgps-location-brand .txgps-powered-by img {
	*display: inline;
	height: 25px !important;	
	width: 108px important;
	margin-right: 10px !important;
}
.txgps-location-brand:after {
	clear: both;
}


#tx-container {
	-webkit-user-select: none !important;
    user-select: none !important;
    -webkit-user-callout: none !important;
    -webkit-touch-callout: none !important;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);	
}

#tx-options {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	background-color: white;
	display: none;
}
#tx-options #close-btn {
	position: absolute;
	top: 12px;
	right: 12px;
}
#tx-options #tx-options-title {
	margin: 18px 0px 20px 18px;
	font-size: 24px;
	font-weight: 300;
	color: #777;
}
#tx-options-content {
	margin: 40px 15px 0px 15px;
	color: #777;
}

.search-summary {
	font-family: 'Raleway';	
	font-size: 16px;
	color: #555;
	margin: 10px 10px 5px 10px;
}
.search-box {
	background-color: #fefefe;
	border: solid 1px #d3d3d3;
	border-left: solid 10px #d3d3d3;
	padding: 5px;
	font-family: 'Raleway';
	font-size: 16px;
	color: #555;
	margin: 10px 10px 0px 10px;
}
.search-box .search-title {
	font-family: 'Raleway-Bold';	
}
.search-box .search-description {
	font-size: 14px;
}
.search-box .form-button {
	display: block;
	font-weight: bold;
	text-align: center;
}
#location {
	width: 95%; 
	font-family: 'Raleway';	
	font-size: 16px;
	color: #555;
	line-height: 36px;
	border: solid 1px #ccc;
	box-shadow: inset 0px 0px 0px 0px #ccc;	
	-webkit-appearance: none;
}
#distance {
	width: 95%; 
	font-family: 'Raleway';	
	font-size: 16px;
	color: #555;
	line-height: 36px;
	border: solid 1px #ccc;
	box-shadow: inset 0px 0px 0px 0px #ccc;	
	-webkit-appearance: none;
}

#treatment-list table, #treatment-list table th, #treatment-list table td {
	border-collapse: separate;
	border: none !important;
	word-break: break-word;
}

#treatment-list {
	list-style-type: none;	
	margin: 0px !important;	
	padding: 0px !important;	
}
#treatment-list li {
	*padding: 15px 20px;
	border-bottom: solid 1px #ccc;
	margin: 0px !important;
	line-height: 1;
	cursor: pointer;
}
#treatment-list li .provider-name {
	font-size: 16px !important;
	font-weight: 300 !important;
}
#treatment-list li .provider-address {
	font-size: 12px !important;
	font-weight: 300 !important;
}
#treatment-list li .provider-address span {
	color: green !important;
	font-weight: 600 !important;
}
#treatment-list li .provider-treatment-types {
	
}
#treatment-list li.empty-list {
	border-bottom: none;
}
#treatment-list li.empty-list h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	margin: 0px 0px 10px 0px;
	color: #5d6b7b;
}
#treatment-list li.empty-list p {
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #5d6b7b;
}
#treatment-list li .num {
	font-size: 24px;
	vertical-align: top;
	width: 30px;
}
#treatment-list li .title {
	font-size: 18px;
	font-weight: 300;
	vertical-align: top;
}
#treatment-list li .address {
	font-size: 14px;
}
#treatment-list li .categories {
	vertical-align: top;
	padding-right: 20px;
	text-align: right;
}
#treatment-list li .actions {
	vertical-align: top;
	text-align: right;
	*width: 120px;
}

#txgps-provider-details {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 30px;
	left: 0px;
	z-index: 38;
	background-color: white;
	color: #777;
	display: none;	
	
}
.provider-details-header {
	font-size: 18px;		
	border-bottom: solid 1px #ccc;
}
.provider-details-header h3 {
	margin: 15px !important;
	font-size: 20px !important;
	line-height: 1 !important;
	font-weight: 300 !important;	
}
.provider-details-body {
	position: absolute;
	top: 70px;
	left: 12px;
	right: 12px;
	bottom: 50px;
	margin: 0px 12px;
	font-size: 16px;
	line-height: 1;
	overflow-y: scroll;
}
.provider-details-actions {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 0px;
	height: 50px;
	border-top: solid 1px #ccc;
	padding-top: 2px;
}
.provider-details-body-item {
	margin-bottom: 10px;
}
.provider-details-body-item-label {
	margin-bottom: 5px;
	font-weight: bold;
}
#txgps-provider-details #close-btn {
	position: absolute;
	top: -2px;
	right: 15px;
	font-size: 30px;
	cursor: pointer;
}
#txgps-provider-details #provider-details-title {
	margin: 18px 0px 20px 18px;
	font-size: 24px;
	font-weight: 300;
	color: #777;
}
#provider-details-content {
	margin: 40px 15px 0px 15px;
	color: #777;
}
#provider-details-content #provider-name {
	font-size: 18px;
	font-weight: 600;
}
#provider-details-content #provider-contact {
	font-size: 16px;
	margin: 10px 0px;
}
#provider-details-content #provider-phone {
	font-size: 16px;
	margin: 10px 0px;
}
#provider-details-content #provider-distance {
	font-size: 14px;
	margin: 10px 0px;
}
#provider-details-content #provider-distance span {
	color: green;
	font-weight: bold;
}
#provider-details-buttons {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	*height: 60px;
}
#service-list ul {
	list-style-type: none;
	margin: 20px 0px 15px 5px;
	padding: 0px;
}
#service-list ul li {
	margin: 0px;
	padding: 3px 0px;
}
#provider-contact-button-layer {
	padding: 7px 0px;
}
#provider-map-button {
	display: inline-block;
	background-color: #006dcc !important;
	color: white !important;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	font-weight: 700;
	padding: 0px 8px;
	margin-left: 10px;
}
#provider-contact-button {
	*background-color: #006dcc !important;
	background-color: #4fbb20 !important;
	color: white !important;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
}
#provider-website-button-layer {
	padding: 7px 0px;
}
#provider-website-button {
	background-color: #006dcc !important;
	color: white !important;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
}

#types-content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 50px;
	overflow-y: scroll;
	padding: 10px 10px 0px 10px;
}
#types-buttons {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 46px;
	padding: 0px 10px;
}
#types-set-button {
	background-color: #4fbb20 !important;	
	color: white !important;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
}
#types-videos-button {
	background-color: #006dcc !important;
	color: white !important;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;	
}
.treatment-type {
	background-color: #fefefe;
	border: solid 1px #d3d3d3;
	border-left: solid 10px #d3d3d3;
	padding: 5px;
	font-family: 'Raleway';
	font-size: 16px;
	color: #555;
	margin: 10px 10px 0px 10px;
}

#types-content > h2 {
	*font-family: 'Raleway-Light';
	font-weight: 300;
	font-size: 24px;
	color: #555;
	line-height: 1;
	margin: 0px 10px;
}
#types-content > p {
	font-size: 14px;
	font-weight: 300;
	color: #555;
	margin: 3px 10px 0px 10px;
}
#types-content .topcoat-checkbox {
  line-height: 1.4rem !important;
}
#types-content .topcoat-checkbox__checkmark {
  height: 1.4rem !important;
}

#types-content input[type="checkbox"] {
  height: 1.4rem !important;
  width: 1.4rem !important;
  margin-top: 0;
  margin-right: -1.4rem !important;
  margin-bottom: -1.4rem !important;
  margin-left: 0;
}
#types-content .topcoat-checkbox__checkmark {
  width: 1.4rem !important;
  height: 1.4rem !important;
}
#types-content .topcoat-checkbox__checkmark:before {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0px;
}
#types-content .topcoat-checkbox__checkmark:after {
  top: 1;
  left: 1;
  width: 20px;
  height: 7px;
  background: transparent;
  border: 5px solid #555;
  border-width: 5px;
  border-top: none;
  border-right: none;
  border-radius: 2px;
}


.treatment-type-title {
	font-family: 'Raleway-Bold';
	font-size: 18px;	
}
.treatment-type p {
	font-size: 14px;
	margin: 2px 0px;
	padding: 0px;
}
.treatment-type-video-btn {
	background-color: #006dcc !important;
	color: white !important;
	text-align: center;
	line-height: 26px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 0px 10px;
	display: inline-block;
}

#search-content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow-y: scroll;
	padding: 10px 10px 0px 10px;
}
#search-content > h2 {
	*font-family: 'Raleway-Light';
	font-weight: 300;
	font-size: 24px;
	color: #555;
	line-height: 1;
	margin: 0px 10px;
}
#search-content > p {
	font-size: 14px;
	font-weight: 300;
	color: #555;
	margin: 3px 10px 0px 10px;
}
#search-buttons {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 46px;
	padding: 0px 10px;
}
#search-button {
	background-color: #4fbb20 !important;	
	color: white !important;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
}
.treatment-filters-form {
	bottom: 50px;
	padding-bottom: 20px;
}
#treatment-filter-button {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	line-height:50px;
	background-color: #4fbb20 !important;	
	color: white !important;
	text-align: center;
	font-size: 16px;
	font-weight: 700;	
}



.marker-position {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    display: block;
    -ms-flex-pack: normal;
    justify-content: normal;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    width: auto;
}

.tx-center-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	transform: translate(0,2px);
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
	color: #fff;
	font-size: 10px;
	text-align: center;
	pointer-events: auto;
}

.tx-center-dot:after, .tx-center-dot:before {
    box-sizing: border-box;
}
.info-window-link, .info-window-link:hover, .info-window-link:active {
	font-weight: 600 !important;
	color: #777 !important;
	text-decoration: none !important;
}
.tx-search-legend-table tr td {
	margin: 0px;
	line-height: 1;
	vertical-align: top;
	padding: 10px 6px;
	font-size: 16px;
	font-weight: 400;
}

.topbar-btn {
	border: solid 1px #ccc;
	line-height: 30px;
	padding: 0px 10px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	width: 25%;
	color: #5d6b7b;
	text-align: center;
}
.topbar-btn-active {
	*border: solid 1px #333;
	border: solid 1px rgb(0,109,204);
	background-color: rgb(0,109,204);
	color: white !important;
}
.topbar-blue-btn {
	border: solid 1px rgb(0,109,204);
	background-color: rgb(0,109,204);
	color: white;
	line-height: 30px;
	padding: 0px 10px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	margin-left: 20px;
}
.tx-btn-indicator {
	width:10px; 
	height: 10px; 
	border-radius: 5px; 
	background-color: rgb(0,109,204); 
	*display: none;
}
.tx-btn-indicator-active {
	display: inline-block;	
}
.tx-btn-indicator-active-btn {
	border: solid 1px rgb(0,109,204);
	color: rgb(0,109,204);
}
#searches-saved-text {
	color: rgb(0,109,204);	
	font-weight: 600;
	display: inline;
}
.searches-saved-text-clickable {
	cursor: pointer;	
}
.searches-saved-text-clickable:hover {
	text-decoration: underline;	
}
.tx-search-dropdown-menu {
	position: absolute;
	top: 103px;
	left: 0px;
	right: 0px;
	z-index: 50;
	background-color: white;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.tx-search-dropdown-menu-caret:before {
    position: absolute;
    top: -12px;
    left: 0px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-left: 12px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.tx-search-dropdown-menu-caret:after {
    position: absolute;
    top: -11px;
    left: 1px;
    display: inline-block;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
    border-left: 11px solid transparent;
    content: '';
}
.tx-search-dropdown-menu-caret {
	position: fixed;
}
.tx-search-dropdown-menu-closebar, #saved-searches-closebar {
	background-color: rgb(0,109,204);
	color: white;
	padding: 10px 20px;
	text-align: right;
}
.tx-search-dropdown-menu-close-btn, #saved-searches-close-btn {
	border: solid 1px white;
	color: rgb(0,109,204);
	background-color: white;
	line-height: 30px;
	padding: 0px 10px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	margin-left: 20px;
	border-radius: 3px;
}
#saved-searches-closebar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#saved-searches {
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: white;
	border-top: solid 1px #ccc;
	z-index: 51;
}
#saved-searches-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 50px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.tx-search-dropdown-menu-content {
	margin: 0px;
	color: #5d6b7b;	
}
.tx-search-dropdown-menu-content ul, #saved-searches-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tx-search-dropdown-menu-content ul li, #saved-searches-container ul li {
	padding: 20px;
	border-bottom: solid 1px #ddd;
	font-size: 16px;
}
.tx-search-dropdown-menu-content ul li p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.tx-search-dropdown-menu-payers-list {
	position: absolute;
	top: 103px;
	left: 0px;
	right: 0px;
	bottom: 50px;
	z-index: 50;
	background-color: white;
	border-top: solid 1px #ccc;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.tx-search-dropdown-menu-payers-closebar {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 51;
}

/* Customize the label (the container) */
.tx-search-menu-option {
  display: block;
  position: relative;
  padding-left: 35px;
  *margin: 12px 0px 6px 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.tx-search-menu-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.tx-search-menu-option:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.tx-search-menu-option input:checked ~ .checkmark {
  *background-color: #2196F3;
  background-color: rgb(0,109,204);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tx-search-menu-option input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tx-search-menu-option .checkmark:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

/* Create a custom radio button */
.radio { 
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%; 
}

/* On mouse-over, add a grey background color */
.tx-search-menu-option:hover input ~ .radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.tx-search-menu-option input:checked ~ .radio {
  *background-color: #2196F3;
  background-color: rgb(0,109,204);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.tx-search-menu-option input:checked ~ .radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.tx-search-menu-option .radio:after {
  *top: 6px;
  *left: 6px;
  *width: 8px;
  *height: 8px;
  *border-radius: 50%;
  left: 7px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}


.bup-label {
	margin-left: 10px;
	background-color: #468847;
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
}
.nal-label {
	margin-left: 10px;
	background-color: #f89406;
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
}
.mtd-label {
	margin-left: 10px;
	background-color: #b94a48;
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
}

#care-types-table, #care-types-table th, #care-types-table td {
	border: solid 1px #ccc !important;
	border-collapse: collapse;
}

#txgps-loading {
	position: absolute;
	top: 0px;
	bottom: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
	background-color: #323232;
	z-index: 99;
	opacity: 0.8;
	display: none;
}
#txgps-loading table {
	border: 0px;
	height: 100%;
	width: 100%;
}
#txgps-loading table td {
	border: 0px;
	text-align: center;
	vertical-align: middle;
}	

a.txgps-btn {
	text-decoration: none;
}
.txgps-btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;    
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.txgps-btn-green {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;

	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.txgps-btn-green:hover, .txgps-btn-green:focus, .txgps-btn-green:active, .txgps-btn-green.active,
.txgps-btn-green.disabled, .txgps-btn-green[disabled] {
	color: #ffffff;
	background-color: #51a351;
}
.txgps-btn-green:active, .txgps-btn-green.active {
	background-color: #408140 \9;
	color: rgba(255, 255, 255, 0.75);
}
.txgps-btn-blue {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;	
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.txgps-btn-blue:hover, .txgps-btn-blue:focus, .txgps-btn-blue:active, .txgps-btn-blue.active,
.txgps-btn-blue.disabled, .txgps-btn-blue[disabled] {
  color: #ffffff;
  background-color: #0044cc;
}
.txgps-btn-blue:active, .txgps-btn-blue.active {
	background-color: #003399 \9;
	color: rgba(255, 255, 255, 0.75);
}
.txgps-btn-lightblue {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.txgps-btn-lightblue:hover, .txgps-btn-lightblue:focus, .txgps-btn-lightblue:active, .txgps-btn-lightblue.active,
.txgps-btn-lightblue.disabled, .txgps-btn-lightblue[disabled] {
	color: #ffffff;
	background-color: #2f96b4;
	text-decoration: none;
}
.txgps-btn-lightblue:active, .txgps-btn-lightblue.active {
	background-color: #24748c \9;
	color: rgba(255, 255, 255, 0.75);
}
.txgps-btn-orange {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.txgps-btn-orange:hover, .txgps-btn-orange:focus, .txgps-btn-orange:active, .txgps-btn-orange.active,
.txgps-btn-orange.disabled, .txgps-btn-orange[disabled] {
	color: #ffffff;
	background-color: #f89406;
}
.txgps-btn-orange:active, .txgps-btn-orange.active {
	background-color: #c67605 \9;
	color: rgba(255, 255, 255, 0.75);
}
.txgps-btn-red {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.txgps-btn-red:hover, .txgps-btn-red:focus, .txgps-btn-red:active, .txgps-btn-red.active,
.txgps-btn-red.disabled, .txgps-btn-red[disabled] {
	color: #ffffff;
	background-color: #bd362f;
}
.txgps-btn-red:active, .txgps-btn-red.active {
	background-color: #942a25 \9;
	color: rgba(255, 255, 255, 0.75);
}
a.txgps-btn-blue, a.txgps-btn-lightblue, a.txgps-btn-green, a.txgps-btn-orange, a.txgps-btn-red {
	color: #ffffff !important;
	text-decoration: none !important;
}

input[type="text"] {
	background-color: white !important;
}