@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

#cluDetTable .th-inner{
    font-size: 16px;
    white-space: normal;
}

#cluDetTable .th-inner,
#cluDetTable th{
    vertical-align: middle;
}

#cluDetTable tr{
    min-height: 60px;
}

#cluDetTable td,
#cluDetTable .th-inner{
    word-wrap: break-word;
    word-break: break-all;
}

#cluDetTable td > a{
    text-decoration: none;
}

.clusterC{
    width: 80%;
    margin: 0 auto;
}

.clusterC .found{
    margin: 12px 0;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #4C1F24;
    word-break: break-all;
}

.clusterC .page-list .caret{
    border-top: 4px dashed;
    border-bottom: 0;
}

.clusterC .dropdown-menu{
    margin: 0;
    border-radius: 0;
}

.clusterC .fixed-table-pagination .dropup .dropdown-menu{
    top: 100%;
    bottom: auto;
    min-width: 54px;
}
