/* -------------------- */
/* Convevnience classes */
/* -------------------- */

.hidden {
    display: none !important;
}

.width-initial {
    width: initial;
}

.table-form {
    width: 100%;
    border-collapse: collapse;
}

.table-form th,
.table-form td {
    padding: 4px;
}
.table-form tr {
    vertical-align: top;
}

.table-form .header-info-text {
    text-align: center;
    border-bottom: 1px solid #000b81;
}

.table-form .col-key-result {
    width: 30%;
}
.table-form .col-alignment {
    width: 15%;
}
.table-form .col-score {
    width: 5%;
}
.table-form .col-progress {
    width: 15%;
}
.table-form .col-learnings {
    width: 15%
}
.table-form .col-problems {
    width: 15%;
}
.table-form .col-confidence {
    width: 5%;
}

.rot-180 {
    transform: rotate(180deg);
}

.cursor-pointer {
    cursor: pointer;
}

/* ----------- */
/* Form wizard */
/* ----------- */

.wizard-form .content {
    padding-bottom: 30px;
}

.list-group-item .list-side-info {
    width: 50px;
}

/* --------------------- */
/* Select2 customisation */
/* --------------------- */

.select-option-image {
    border-radius: 50%;
    height: 32px;
    width: 32px;
}
