#ajaxLoader
{
	position: absolute;
	background-image: url('/img/loading.svg');
	background-color: rgba(255, 255, 255, 0.8);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: none;
	text-align: center;
	width: 100%;
	height: 100%;	
	z-index: 1000;
}

#navbar-main{
	margin-top: 48px;
}
#navbar-main .nav > li > a {
	padding: 10px 5px;
}

.jumbotron, #main {
    margin-top: 0;
    padding-top: 140px;
}

.bottom-00{ margin-bottom: 0; }
.bottom-05{ margin-bottom: 5px; }
.bottom-10{ margin-bottom: 10px; }
.bottom-15{ margin-bottom: 15px; }
.bottom-20{ margin-bottom: 20px; }
.bottom-25{ margin-bottom: 25px; }
.bottom-30{ margin-bottom: 30px; }
.bottom-35{ margin-bottom: 35px; }
.bottom-40{ margin-bottom: 40px; }
.bottom-45{ margin-bottom: 45px; }
.bottom-50{ margin-bottom: 50px; }

.nav-tabs
{
	border-bottom: none;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover
{
    color: #fff;
    background-color: #58B032;
}
#navbar-header .navbar-brand img 
{
    width: 60%;
}

.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-green a {
	color: #5cb85c;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}

.panel-red a {
	color: #d9534f;
}

.panel-red a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #f0ad4e;
}

.panel-yellow a:hover {
	color: #df8a13;
}
.panel-footer .btn{
	margin-right: 10px;
}

table.table th, 
table.table td{
	font-size: 12px;
	white-space: nowrap;
}
table.table td.details-control .fa{
	font-size: 20px;
}

#business-contact-photos img.thumbnail
{
	height: 150px; 
	width: 150px; 
	margin-bottom: 5px;
}

#business-contact-image-browser .modal-body .thumbnail
{
	background-size: cover; 
    height: 100px; 
    width: 100px; 
    display: inline-block; 
    margin: 5px;
}

form.form-inline .form-group label { display: block; }    
form .required:after {
    color: #EE3322;
    content: "*";
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
}