body {
	height: 100% !important;
}
section {
	padding-bottom: 20px;
}
/*.navbar-controls{
	padding-left: 10px;
}*/
.navbar-nav li{
	float: left !important;
}/*
.navbar-nav{
	margin: 0;
}*/
.navbar-nav li:hover{
	background: #f2f2f2;
}
#resultsDiv >div{
	padding: 5px 0;
}
#resultsDiv {
	padding-top: 20px;
	padding-bottom: 50px;
}
#results-toolbar {
	padding: 10px 0; 
	margin-bottom: 15px; 
	border-bottom: 1px solid #F7F7F7;
}
#results-title {
	font-size: 1.8em;
}
#wSearch {
	padding: 20px;
	/*border: 1px solid #F0F0F0;*/
	background: #F8F8F8;
	border-radius: 10px;
}
/*#loading {
	position: absolute;
	margin-top: 150px;
	z-index: 10;
}*/
.container{
	position: absolute;
	top: 0; left: 0; 
	right: 0; bottom: 0;
	min-height: 100%;
	height: 100% !important;
}
.user-form {
	margin-top: 20px;
}
.message {
	padding: 10px 10px 15px;
}
.p-edit, .p-add{
	display: none;
}
.cake-sql-log{
	position: absolute;
	bottom: 0;
}
.thead .td, .lbl{
	font-weight: bold;
}
.thead .tr{
	background: #EEE;
}
.thead .td{
	border-right: 1px solid #FFF;
}
.lbl{
	margin-top: 16px;
}
.tr {
	padding: 16px 0;
}
.tbody .tr{
	padding-bottom: 8px;
	/*border-bottom: 1px solid #EEE;*/
}
#resultsDiv .tbody .tr:nth-child(2n){
	background: #F9F9F9;
}
.items-thead .tr{
	background: #EEE;
}
.tr .td{
	font-size: 1.3em;
}
.ubtn {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	cursor: pointer;
}
.ubtn:hover{
	background: #FAFAFA;
	text-decoration: none;
}


/** ADMIN ******/
.items-list {
	/*margin-top: 20px*/
}
.item{
	padding: 15px; 
}
.item:nth-child(2n){
	background: #FAFAFA;
}
.logout{
	/*margin: 20px;*/
}
.mn-item {
	border-bottom: 1px solid #F5F9FD;
}
.mn-item a{
	display: block;
	width: 95%;
	padding: 10px;
	font-size: 1.4em;
	text-decoration: none;
}
.mn-item:hover{
	background: #fafafa;
}
.mn-item.active{
	background: #fafafa;
	border-left: 3px solid #7FDBFF; 
}
.alert{
	display: none;
}
.stats th {
	font-size: .9em;
	font-weight: bold;
}
.attr {
	padding: 0 0 5px;
}
.stats th::after,
.attr .key::after {
	content: " : ";
}
.attr .key{
	font-weight: bold;
}
.admin header {
	/*border-bottom: 1px solid #FAFAFA;*/
	padding: 24px 0 12px;
	margin-bottom: 12px;
	text-align: center;
}
.admin #content {
	min-height: 600px;
	/*border-left: 3px solid #F7F7F7;*/
}
.stats.table caption{
	font-weight: bold;
	background: #FAFAFA;
	padding-left: 5px;
	margin-bottom: 15px;
}
.stats.table>tbody>tr>th, .table>tbody>tr>td {
	border: none;
	padding: 4px;
}
#search-widget, #import-widget {
	display: none;
}
.required{
	padding-left: 0 !important;
}
.required::after{
	content: "  *";
	color: #F00;
	padding-left: 0 !important;
}
.cboList ul, 
ul#managers {
	margin-top: 5px;
	list-style: none;
	background: #FAFAFA;
	min-height: 60px;
	padding-right: 0;
}
.cboList ul li,
ul#managers li{
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #FFF;

}

ul#users{
	position: absolute;
	margin: 5px 10px 5px 0;
	list-style: none;
	left: -5px;
	background: #FFF;
	height: 60px;
	padding-right: 0;
	z-index: 10;
}
ul#users li{
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #FFF;
}
ul#users li:hover{
	background: #FDFDFD;
}
ul#users li.active{
	background: #EEE;
}
.control-label::after{
	content: " : ";
}
.provider #manager {
	background: #FAFAFA;
	padding-top: 20px;
	padding-bottom: 5px;
}
#admin-providers-list .item-controls{
	margin-top: 10px;
	margin-bottom: 10px;
}
.processing {
	display: none;
	width: 100px; height: 62px;
	margin: 30px auto;
	z-index: 10;
}
.alert .msge {
	display: block;
	margin-right: 30px;
}
.widget {
	background: #FAFAFA;
	padding: 15px 20px 5px;
	border-bottom: 1px solid #EEE;
}
.navbar{
	margin-bottom: 4px;
}

.pad15 {
	padding: 15px;
}


/** new styles **/
.dentist-name {
	font-size: 1.3em;
	font-weight: bold;
	color: rgba(0,156,155,1);
}

.practice-name {
	font-weight: bold;
	font-size: 1.2em;
}

.address-one {
	font-weight: bold;
	color: #666;
}
.address-two {
	font-weight: bold;
	color: #666;
}

.distance {
	margin-bottom: 1em;
	color: #666;
}
.phone {
	font-weight: bold;
}

.row.results {
	margin-bottom: 1em;
	background: #eee;
	padding: 1em;
}

.row.results .first-column {
	border-right: 1px solid #dedede;
}

.callout {
	font-size: 1.3em;
	color: rgba(0,156,155,1);
	font-weight: bold;
	text-align: center;
}

.join {
	display: flex;
	height: 40px;
	margin: 1em 0;
}

.logo {
	/*flex-grow: 1;*/
	background: white;
	text-align: center;
}

.logo img {
	/*height: 100%;*/
	width: 153px;
	height: 40px;
	border: 4px solid white;
}

.save {
	flex-grow: 1;
	font-weight: bold;
	font-size: 1.2em;
	font-weight: bold;
	font-size: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.join-button {
	/* flex-grow: 1;*/
	/*margin: 15px 0;*/
	height: 100%;
}

span.percentage {
	color: #92d04e;
}

.join-button a {
	background: #ffc107;
	color: white;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	/* justify-items: auto; */
	justify-content: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px;

}

.subtext {
	font-weight: 600;
	text-align: center;
	/* padding: 10px; */
	color: #666;
}

.subtext .phone {
	font-size: 1.3em;
}

#resultsDiv {
	max-width: 800px;
	margin: 0 auto;
}

@media (max-width: 425px) {
	.join {
		flex-direction: column;
		height: auto;
	}


	.callout {
		margin-top: 1em;
		 text-align: left;
	}

	.save {
		height: 44px;
	}

	.join-button {
		height: 44px;
	}

	.row.results .first-column {
		border-right: 0
	}
}