body {
    padding-top: 0px;
    padding-bottom: 40px;
}

.navbar {
	max-height: 50px;
	/* Fix navegación bootstrap: evita separación con el mapa */
    margin-bottom: 0;
}

#header {
    max-height: 50px;
}

#home-logo {
    margin-right: 20px;
}

.navbar-brand,
.navbar-nav {
    font-size: 14px;
}

/* Fin layout */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input {
    margin-top: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin button {
    margin-top: 10px;
}

.has-error {
    color: red
}

.ad-header {
	margin-left: 10px;
	margin-right: 10px;
}

.table-fixed {
    table-layout: fixed;
}

/* Formulario de perfil */
.user-image img {
    max-width: 100%;
}

/* Vistas de documentos e imágenes */

tr.document-REMOVE td {
     text-decoration: line-through;
     background-color: #eeeeee;
     color: #999999;
}

tr.document-ADD td {
     background-color: #dff0d8;
     color: #999999;
}

.document-image-container {
    overflow: hidden;
}

.document-image  {
    float: left;
    position: relative;
    width: 250px;
    height: 200px;
    padding: 4px;
    margin: 4px;
    border: 1px solid #eee;
    overflow: hidden
}

.document-image img {
    width: 100%;
}

.document-image.document-ADD {
    border: 1px solid #68ab4d;
}

.document-image.document-REMOVE img {
    opacity: 0.3;
}

.document-image-remove {
    position: absolute;
    top: 0;
    right: 0;
}

.document-image-remove-text {
    position: absolute;
    top: 90px;
    left: 70px;
    font-weight: bold;
}