.btn-info {
	background-color: #4FA0CD !important;
}


.stm-header__row_color_center {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0;
	margin-bottom: 10px;
}

.stm-header__row_color_center .vc_btn3.vc_btn3-size-lg {
	padding-left: 25px !important;
	text-align: center;
}

.btn-return {
	border: 1px solid rgb(0,118,176);
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);

	background-color: rgb(0, 136, 204);
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.4px;
	margin-bottom: 0px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-moz-user-select: none;
}

.database .nav {
	margin-top: .5rem;
}

.database h1 {
	font-family: 'Neuton'; 
	font-style: normal; 
	font-weight: 400;
	font-size: 2.1rem;
	margin-top: 0.9rem;
	margin-bottom: 0;
	line-height: 4rem;
}

.database h2 {
	font-family: 'Neuton'; 
	font-style: normal; 
	font-weight: 400;
	font-size: 1.9rem;
	margin-bottom: 1rem;
	line-height: 3rem;
}

.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-group input[type="text"] {
	background: #fff;
	color: #000;
}

.database table tbody tr td, .database table tbody tr th {
	padding: 3px 3px;
	font-size: .9em;
}

/* bootstrap fix for table-responsive */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.database .btn {
	color: #fff !important;
	padding: 10px 15px;
	border-width: 1px;
	font-weight: normal;
	font-family: sans-serif;
}

.database .btn:hover {
	color: #000 !important;
}

.pagination > li > a {
	font-family: sans-serif;
	font-size: 15px;
}

.number {
	text-align: left; /* until can write class in draw_sort() */
}

 .actions .btn, .nav .btn {
	border-radius: 5px ! important;
}

.database table {
	margin-bottom: 2rem;
}

.database table.narrow {
	width: auto;
}

.database td.header {
	font-weight: bold;
	line-height: normal;
}

.table a {
	color: #337AB7;
}

.database td.section {
	padding-top: 2rem ! important;
}

.database td > label {
	margin-right: 1rem;
}

.vspace {
	margin-top: 1rem;
}

.mss-container {
	margin-top: 2rem;
	margin-left: 5%;
	margin-right: 5%;
}

label {
	font-weight: normal;
}

@media(min-width: 1024px) {
	.mss-container {
		margin-left: 10%;
		margin-right: 10%;
	}
}

