fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: inherit; /* Or auto */
	padding: 0 10px; /* To give a bit of padding on the left and right */
	border-bottom: none;
}

.nameinput{
	float: none;
    margin: 0 auto;
}

input.has-error {
	border-color: red;
}

input.has-success {
	border-color: green;
}

.nav-tabs-custom>.nav-tabs>li.active.other {
	border-top-color: #d2d6de !important;
}

.nav-tabs-custom>.nav-tabs>li.primary a {
	color: #337ab7 !important;
}

.nav-tabs-custom>.nav-tabs>li.active.module {
	border-top-color: #f39c12 !important;
}

.nav-tabs-custom>.nav-tabs>li.module a{
	color: #C37D0E !important;
}

.ajust-input-search {
	margin-bottom: 1em;
    padding-left: 1em;
}
