.content.alta-form {
	width: 800px;
	margin: 50px auto;	
}

.content.alta-form [type=submit] {
	float: right;
}

.bottom-wrapper {
	width: 100%;
	float: right;
	padding-top: 2px;
}

.bottom-wrapper a.button {
	float: left;
	paddin: 2px 0;
}

.bottom-wrapper .bottom-action-buttons {
	width: 200px;
	float: right;
}

.activate-msg > div {
	margin-top: 6px;
	width: 85%;
	float: left;
}

.activate-msg > form {
	width: 80px;
	float: right;
}

#recaptcha_area {
	margin: 0 auto;
}

.has-error.form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error.form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.sub{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.red{
	color: red;
}
.green {
	color: green;
}
.g-recaptcha{
	width: 304px;
	margin: auto;
	padding-bottom: 12px;
}
.input-xs {
  height: 23px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.ng-valid[required], .ng-valid.required  {
  border-left: 4px solid #42A948;
}

.ng-invalid:not(form)  {
  border-left: 4px solid #a94442;
}

.highlight-checked {
    background-color: #f1faf4;
    font-weight: 600 !important;
}


fieldset.fieldset-campo-incidencia {
	border: 2px solid #efefef;
	padding: 0px 12px;
	margin-bottom: 12px;
	border-radius: 4px;
}

fieldset.fieldset-campo-incidencia legend{
	font-size: 14px;
	background-color: #fff;
	width: auto;
	padding: 3px 12px;
	border-radius: 3px;
	border: 2px solid #efefef;
	font-weight: 600;
}

accordion .panel-heading {
	padding: 0 !important;
}

accordion .accordion-toggle {
	display: block;
	padding: 10px 15px;
}


body.md-default-theme, body, html.md-default-theme, html{
	background-color: #FFFFFF !important;
}

.modal {
	background-color: rgba(0,0,0,0.4);
}

td {
/* 	text-align: center; */
	vertical-align: middle !important;
}

.circle-sign {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

.circle-sign-small{
	width: 15px;
	height: 15px;
}

.circle-sign-success {
	background-color: #5cb85c;
}

.circle-sign-danger {
	background-color: #d9534f;
}

.circle-sign-warning {
	background-color: #f0ad4e;
}