﻿.extra {
    width: 100%;
    margin-top: 25px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #828fa8 !important;
    border: 1px solid transparent;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #828fa8 !important;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none;
    }


.collapseButton {
    vertical-align: text-top;
}

#hidden {
    display: none;
}

.Table {
    margin-left: 12em;
    margin-top: 1em;
    margin-right: 1em;
}


/* Progress Bar */



.progress-section {
    width: 100%;
    max-width: 600px;    
}


.task-progress p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #eee;
}

.task-progress h3 {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 999;
    text-align: center;
}

    .task-progress h3 ::-webkit-progress-value {
        -webkit-animation: bar-fill 2s;
        width: 0px;
    }

/*.task-progress span {
    color: #eee;
}*/

.progress {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 10px;
    height: 20px;
    margin-top: 8px;
    margin-bottom: 0;
}

    .progress::-webkit-progress-bar {
        background-color: #f0f0f0;
    }

    .progress::-webkit-progress-bar,
    .progress::-webkit-progress-value {
        border-radius: 10px;
    }

    .progress::-moz-progress-bar {
        border-radius: 10px;
    }

.progress1::-webkit-progress-value {
    background: #56b6ff;
}

.progress2::-webkit-progress-value {
    background: #ffb453;
}

.progress3::-webkit-progress-value {
    background: #189168;
}


/*************Acordion*************/


.abc {
    width: 100%;
    text-align: center;
    align-items: center;
    font-size: 20px;
}

.tbl-accordion {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #d9d9d9;
}

    .tbl-accordion thead {
        background: #d9d9d9;
    }

    .tbl-accordion .tbl-accordion-nested {
        width: 100%;
    }

        /*.tbl-accordion .tbl-accordion-nested tr:nth-child(even) {
                background-color: #eee;
            }
*/
        .tbl-accordion .tbl-accordion-nested td, .tbl-accordion .tbl-accordion-nested th {
            padding: 10px;
            border-bottom: 1px solid #fff;
            text-align:center;
        }

        .tbl-accordion .tbl-accordion-nested .tbl-accordion-section {
           /* background: #F8981D;
            color: #fff;*/
            cursor: pointer;
          /*  font-family: Arial;*/
        }

th {
    text-align: left !important;
}

