/***************************************************
                   Tables styles                   *
****************************************************/
.text-small {
    font-size: 10px;
    color: #999;
}
.text-middle {
    font-size: 15px;
    color: #999;
}
.text-normal {
    font-size: 13px;
    color: #999;
}
.text-big{
    font-size: 18px;
    color: #999;
}
.title {
    color: #2BBCDE;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}
.text-small-status {
    font-size: 10px;
}
.table > tbody > tr > td {
    padding: 0px 8px;
    line-height: 23px;
    /*border-top: 1px solid gainsboro;*/
}

.search-row, .fixed-search-row, .table-button {
    padding: 0 0 15px 0!important;
}

.fixed-search-row {
    position: absolute;
    margin-top: -53px;
    border: none!important;
}

.table-search {
    max-width: 240px;
    float: right;
    font-weight: 400;
}

.table {
    border: 0!important;
}

.table thead tr {
    align-items: center;
}

.table-header {
    height: 65px;
    color: var(--font-blue);
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid var(--font-blue);
}

.table-header-caret {
    cursor: pointer;
    color: var(--font-blue-royal);
}

.table-header-caret-off {
    cursor: pointer;
    color: var(--accordion-grey);
}

.click-header {
    cursor: pointer;
}

.table tbody {
    border: 0!important;
}

.table tbody th {
    border: 0!important;
    vertical-align: middle!important;
}

.table tbody td {
    border: 0!important;
    vertical-align: middle!important;
}

.table thead th {
    border: 0!important;
    vertical-align: middle!important;
}

.table-content {
    align-items: center;
}

.table-content > td {
    vertical-align: middle!important;
    height: 60px;
    border: 0!important;
}

.table-content-centered {
    text-align: center;
}

.table-content-capitalized {
    text-transform: capitalize;
}

.table tfoot td {
    border: 0!important;
}

.metodology .table {
    border: 1px solid #ddd!important;
}

.animate.ng-animate {
    transition: all ease 0.6s;
    height: 0;
}

.animate.ng-enter {
    height: auto;
    opacity: 0;
}

.animate.ng-leave,
.animate.ng-enter.ng-enter-active {
    opacity: 1;
}

.animate.ng-leave.ng-leave-active {
    height: 0;
    opacity: 0;
}

table.table-half-height{
    max-height: calc(34vh - 5px)!important;
}

.table-head-fixed {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 261px)!important;
}

.table-head-fixed.no-buttons {
    min-height: calc(100vh - 205px)!important;
    max-height: calc(100vh - 205px)!important;
}

.table-head-fixed * {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

.table-head-fixed thead {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.table-head-fixed tbody {
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
}

.table-head-fixed thead > tr, .table-head-fixed tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.table-head-fixed thead, .table-head-fixed tfoot {
    flex-shrink: 0;
}

.table-head-fixed th, .table-head-fixed tbody td {
    display: inline-block;
}

.table-body::-webkit-scrollbar {
    width: 4px;
    opacity: .5;
}

.table-body::-webkit-scrollbar-thumb {
    height: 50px!important;
    border-radius: var(--common-radius);
    background-color: var(--font-blue-royal);
    -webkit-box-shadow: inset 0 0 6px var(--font-blue);
}

@media (max-width: 990px) {
    .dynamic-td {
        width: 100%;
    }
}

.table-content:first-of-type .tip-text {
    position: relative!important;
    padding: 5px 30px;
    left: 100px;
}

.table-content:first-of-type .tip-text::after {
    content: " ";
    position: absolute;
    top: 10px;
    left: -5px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--font-blue-royal) transparent transparent transparent;
    transform: rotate(90deg);
}

.table-height-reduced {
    height: 150px;
}

.wrap-avatar-container {
    width: 68%;
    margin-left: 32%;
}

@media (max-width: 1386px) {
    .wrap-avatar-container {
        width: 68%;
        margin-left: 32%;
    }
}

@media (min-width: 1387px) and  (max-width: 1679px) {
    .wrap-avatar-container {
        width: 100%;
        margin-left: 0%;
    }
}

@media (min-width: 1680px) and  (max-width: 1919px) {
    .wrap-avatar-container {
        width: 80%;
        margin-left: 20%;
    }
}
