body {
	background-color: #efefef;
}

/* .schd {
	margin-top: -40%;
} */

.navbar {
	margin-bottom: 20px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
}

h1, h2 {
	color: #78ab46;
}

footer {
	/* position: fixed; */
	bottom: 0;
	width: 100%;
	background-color: #ccc
}

footer p {
	padding: 15px;
}

.tab-header {
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

.error-message {
	color: #a94442;
}

.error-message:first-letter {
	text-transform: capitalize;
}

ul, li {
	list-style: none;
	padding: 0;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}

.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}

@media ( min-width : 768px) {
	.navbar-right {
		float: right !important;
		margin-right: 0px;
	}
}

body {
	background-color: #efefef;
}

.navbar {
	margin-bottom: 20px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
}

h1 {
	color: #78ab46;
}

.container {
	
}

footer {
	/* position: fixed; */
	bottom: 0;
	width: 100%;
	background-color: transparent;
	padding-bottom: 10px;
	margin-top: 50px;
	/*border-top: 1px solid #5d606e;*/
}

footer p {
	padding: 15px;
}

.btn-da {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	margin-top: 15px;
}

.btn-da:hover, .btn-da:active, .btn-da:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.tab-header {
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

.hide-button {
	display: none;
}

.error-message {
	color: #a94442;
}

.error-message:first-letter {
	text-transform: capitalize;
}

@media ( min-width : 768px) {
	.navbar-right {
		float: right !important;
		margin-right: 0px;
	}
}