#clubcloud-import-container h1 {
    font-size: 1.2em;
    margin-top: 6px;
    margin-left: 6px;
    font-weight: bold;
}

#clubcloud-import-table tr {
    cursor: pointer;
}

#clubcloud-import-container .log-level-selector {
    float: none;
    position: absolute;
    right: 10px;
    top: -50px;
}

#clubcloud-import-container .tab-content {
    height: calc(100% - 36px);
}

#clubcloud-import-container .tab-pane {
    height: 100%;
    padding-top: 20px;
}

#clubcloud-import-history-tab-pane .legend {
    position: absolute;
    bottom: -15px;
    right: 11px;
}

#clubcloud-import-history-tab-pane .legend > span {
    display: inline-block;
    width: 115px;
    height: 20px;
    margin-right: 4px;
    vertical-align: text-bottom;
    text-align: center;
}

#clubcloud-import-history-tab-pane .legend > span.success {
    background-color: #d1e7dd;
}

#clubcloud-import-history-tab-pane .legend > span.warning {
    background-color: #fff3cd;
}

#clubcloud-import-history-tab-pane .legend > span.danger {
    background-color: #f8d7da;
}

#clubcloud-import-history-table .c0 {
    width: 50px;
    text-align: right;
}

#clubcloud-import-history-table .c1,
#clubcloud-import-history-table .c2 {
    width: 100px;
    text-align: center;
}

#clubcloud-import-history-table .c3 {
    width: 150px;
    text-align: center;
}

#clubcloud-import-history-table .c4 {
    width: 100px;
    text-align: center;
}

#clubcloud-import-history-table .c5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#clubcloud-import-history-table .c6 {
    width: 60px;
    text-align: center;
}

#clubcloud-import-statistic {
    position: absolute;
    right: 20px;
    top: 100px;
    width: 230px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 10px;
}

#clubcloud-import-statistic table {
    width: 100%;
    border-collapse: collapse;
}

#clubcloud-import-statistic table th:first-child {
    width: 20px;
}

#clubcloud-import-statistic table th.header {
    padding-top: 10px
}

#clubcloud-import-statistic table th,
#clubcloud-import-statistic table td {
    padding: 4px;
}

#clubcloud-import-statistic table td:last-child {
    text-align: right;
}


/****************************************************/
/*** toggler                                      ***/
/****************************************************/

#clubcloud-import-statistic {
    padding-top: 20px;
}

#clubcloud-import-statistic .statistic-toggler {
    display: none;
    position: absolute;
    right: 10px;
    top: 5px;
}

#clubcloud-import-statistic:hover .statistic-toggler {
    display: inline;
}

#clubcloud-import-statistic .statistic-toggler i {
    cursor: pointer;
}
