.btn-clone {
    color: #4caf50;
    font-size: 2em;
}

.btn-clone i{
     content: '\f067';
}

.btn-unclone {
    color: #ee1127;
    font-size: 2em;
}

.btn-unclone i{
    content: '\f068';
}

.new-entry:not(:first-of-type) {
    margin-top: 10px;
}

.modal-dialog.modal-comentarios {
    min-width: 80%;
}

/* File upload control */

.input-group-btn-upload {
    vertical-align: top;
}

.invisible-upload {
    position: absolute;
    clip: rect(0px 0px 0px 0px);
}

/* Fixed header */

.table-fixed-header{
    table-layout: fixed;
    border-collapse: collapse;
    max-height: 300px;
}

.table-fixed-header tbody{
    overflow: auto;
    max-height: 300px;
}

.table-fixed-header th:first-child, .table-fixed-header td:first-child {
    width: 25%;
}

.table-fixed-header th:nth-child(2), .table-fixed-header td:nth-child(2) {
    width: 50%;
}

.table-fixed-header th:nth-last-child(-n+2), .table-fixed-header td:nth-last-child(-n+2) {
    width: 10%;
}
