@charset "UTF-8";

.datTitle h3{
    color: #176B6E;
    padding: 0 15px;
    display: inline-block;
}

.datTitle a{
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
    text-decoration:underline;
}

.tableC,
.tableC > div{
    margin-top: 30px;
}

.tableT{
    font-size: 24px;
    font-weight: bold;
}

.tableC .btn-default{
    color: #176B6E;
    border-color: #176B6E;
}

.tableC .form-control{
    color: #176B6E;
    border-color: #176B6E;
    border-radius: 4px !important;
}

.datInfors tr>td{
    line-height: 30px !important;
    font-size: 16px;
}

.datInfors tr>td:first-child{
    color: #176B6E;
    width: 150px;
}


#datTableTrait > thead > tr > th,
#datTableAssoc > thead > tr > th{
    background-color: #F2F2F2;
    font-size: 18px;
    color: #176B6E;
}

#datTableTrait > thead > tr > th,
#datTableTrait > tbody > tr > td,
#datTableAssoc > thead > tr > th,
#datTableAssoc > tbody > tr > td{
    word-wrap: break-word;
}

.assocButton{
    cursor: pointer;
}

.tableC .page-list .caret{
    border-top: 4px dashed;
    border-bottom: 0;
}

.tableC .dropdown-menu{
    margin: 0;
    border-radius: 0;
}

.tableC .fixed-table-pagination .dropup .dropdown-menu{
    top: 100%;
    bottom: auto;
    min-width: 54px;
}

.trait {
    display: inline-block;
    border-radius: 10px;
    padding: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
}
