.userDocsTable .btn{
	margin-left: 10px;
}
.form-control[disabled]{
	background: none;
	border: none;
	box-shadow: none;
	cursor: default;
}
#mainMenu{
	min-height: 70px;
}
@media(min-width:767px){
	#mainMenu .navbar-nav > li > a{
		min-height: 70px;
	}
}
.navbar-brand{
	max-width: 240px;
}
.navbar-text{
	height: 35px;
	line-height: 35px;
}
@media (max-width:1199px){
	.navbar-text{
		display: none;
	}
}
.navbar-brand img{
	width: 100%;
}
#filterForm{
	width: 250px;
}
.inductionListingItem{
	width: 100%;
}
.navbar a{
	height: 35px;
	line-height: 35px !important;
}
.image-preview img{
	width: 100%;
}
#footer p{
	margin: 10px 0px;
}
@media (max-width: 991px){
	.homeContent img{
		max-width: 100% !important;
		height: auto !important;
	}
}
@media (max-width:767px){
	.getStartedButton{
		margin-top: 15px;
	}
	#filterForm{
		float: none !important;
		margin-top: 15px;
	}
}

.navbar-toggle{
	margin-top: 17px;
}
@media (min-width:768px){
	#pageEditorContent {
		float: left;
		position: relative;
		width: 61%;
		padding: 0px 5% 0 0;
		background: none;
	}
}
@media (min-width:992px) AND (max-width:1199px){
	.navbar-text{
		display: none;
	}
	.nav > li > a{
		padding: 15px 10px;
	}
}

/* Overrides */
.btn.btn-info{
	background-color: #26B253 !important;
	border-color: #26B253 !important;
}
.btn.btn-info{
	background-color: #26B253 !important;
	border-color: #26B253 !important;
}
.btn.btn-info:hover{
	color: white !important;
	opacity: 0.8;
}
.divTitle > a{
	color: #26B253 !important;
}
.tab-content{
	padding-top: 20px;
}

/* Induction Questions */
#lastPage h1{
	color: #26B253;
}
.induction-list #footer{
	display: none;
}
#inductionTable .fgroup{
	float: left;
	width: auto;
}
.imageContainer {
	float: right;
}
.fgroup tr{
	background: none;
}
#retryButton{
	background-color: #26B253 !important;
	border-color: #26B253 !important;
}
#retryButton:hover{
	color: white !important;
	opacity: 0.8;
}
#paginator .nextStep{
	background-color: #26B253 !important;
	border-color: #26B253 !important;
}
#paginator .nextStep:hover{
	color: white !important;
	opacity: 0.8;
}
#paginator{
	margin-bottom: 20px;
}
.inductionLabelHorizontal{
	background: #26B253;
	color: white;
}

/* DataTables Adjustment */
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}
table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

/* Bootstrap Select */
.bootstrap-select .btn{
	color: #555555 !important;
	opacity: 1;
}
.bootstrap-select.disabled{
	border: none;
	box-shadow: none;
	background: none;
}
.bootstrap-select.disabled .btn{
	border: none;
	box-shadow: none;
	background: none;
	cursor: default !important;
}

/****************************************/
/**************** Footer ****************/
/****************************************/

#footer{
	margin-top: 25px;
	background: #f8f8f8;
	border-top: 1px solid #e7e7e7;
}
