@charset "UTF-8";
/* CSS Document */
.btn
{
	font-weight: bold !important;
	padding-top: 8px;
    padding-bottom: 4px;
}
.btn-default
{
	color: #385363;
	background-image: none;
	background-color: #25b34b;
	border-radius: 3px;
}
.theme-textbox.form-control, .form-control
{
	border-radius: 3px !important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered
{
	color: #385363;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]
{
	background-color: #385363;
}
.navbar-btn
{
	margin-top: 5.5px;
}
.navbar-inverse
{
	background-image: none;
}