﻿form label {
    align-self: center;
}

th {
    text-align: center;
}

.table .thead-primary th {
    color: #fff;
    background-color: #00a7b5;
    border-color: rgba(0, 0, 0, 0.06);
}

.tfa {
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 25px;
    height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 35px;
    padding: 2px 1px 2px 1px;
}

    .tfa:focus {
        border-color: #004691;
        border-width: 2px;
        outline: 0;
    }

span.mini-label {
    color: #999999;
    display: block;
    font-size: 12px;
}

.table-responsive td {
    text-align: center;
    vertical-align: middle;
}

.btn-round-bg-white {
    color: #004e9a;
    font-size: 1.875rem;
    width: var(--btn-round-width);
    line-height: calc(var(--btn-round-width)/2);
    height: var(--btn-round-width);
    border-radius: 50%;
    padding: calc(var(--btn-round-width)/4 - 1px);
}

.btn-round {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
}

label.cc-title {
    background-color: var(--bs-primary);
    color: #fff;
    padding: 2px 0;
    text-align: center;
}

textarea.cc-textarea {
    height: 90%;
}

.cc-comentary-title {
    background-color: var(--bs-primary);
    color: #fff;
}

.cc-notification-bubble {
    height: 18px !important;
    width: 20px !important;
    font-size: 12px !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-left: 50% !important;
    margin-top: 0% !important;
    margin-bottom: 15% !important;
    border-radius: 100px;
}

a:has(> .cc-notification-bubble) {
    display: flow-root;
}

.center-inputs-text input, .center-inputs-text select {
    text-align: center !important;
}

.center-inputs-text textarea {
    padding-left: 4px;
}


.text-tiny {
    font-size: 10px;
}


.text-medium {
    font-size: 12px;
}

.errorRow td, .errorRow {
    background-color: rgba(255,0,0,0.1);
}

    .errorRow td button, .errorRow td a {
        background-color: red !important;
        border-color: red !important;
    }

.collapsable.show {
    opacity: 1;
    height: auto;
}

.collapsable {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.75s ease-in-out,height 0.75s ease-in-out;
}
