
label.error {
    color: red;
    font-weight: normal;
    font-size: 0.9em;
}
input.error, select.error {
    border-color: red;
}

/* ImagePicker */

.image-picker-container {
    position: relative;
    float: left;
    margin: 0 22px 15px;
}

.image-picker-container .image-picker-link, .image-picker-container .image-picker-link:hover, .image-picker-container .image-picker-link:focus {
    color: #555;
    text-decoration: none;
}

.image-picker-container .image-picker-instructions {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.image-picker-container .image-picker-instructions .vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 10px 0;
}

.image-picker-container .image-picker-show {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.image-picker-container.image-picker-con-imagen .image-picker-show {
    background-color: #fff;
    border: solid 1px #ccc;
}

.image-picker-container .image-picker-acciones {
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: .7;
    display: none;
}

.image-picker-container.image-picker-con-imagen:hover .image-picker-acciones {
    display: block;
}

.image-picker-container .image-picker-acciones button {
    padding: 3px;
    margin-left: 5px;
    width: 32px;
}

#image-picker {
    display: none;
    z-index: 9999;
}

#image-picker .modal-dialog {
    width: 90%;
}

#image-picker iframe {
    width: 100%;
    height: 90vh
}
