﻿#Overall {
    max-width: 400px;
    margin: auto;
}

.progress .bar {
    background-color: rgb(194, 194, 194);
}

progress,
progress[role] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-size: auto;
    height: 20px;
    width: 100%;
    transition: 1s;
}

.skill-list {
    list-style: none;
    margin: 0;
    padding: 1em;
}

.skill {
    margin-bottom: 1em;
    position: relative;
    background-color: #bd74e9 !important;
    transition: 1s;
}

.skill-1::-webkit-progress-value {
    background: #bd74e9;
    transition: 1s;
}

.skill-1::-webkit-progress-bar {
    background: #ececec;
    transition: 1s;
}

.box-active {
    display: inline-flex;
    width: 15px;
    height: 15px;
    background: #bc65ec;
    transform: translateY(2px);
    margin-right: 10px;
}

.box-inctive {
    display: inline-flex;
    width: 15px;
    height: 15px;
    background: #ececec;
    transform: translateY(2px);
    margin-right: 10px;
}

.humantix-dashboard-box {
    background: #fbfbfb;
    border-radius: 5px;
    padding: 14px 0;
    /* margin-bottom: 20px; */
}

/*.humantix-dashboard-box p {
        font-size: 12px;
    }*/

.humantix-dashboard-header {
    font-weight: bold;
    padding-left: 14px;
}

.humantix-dashboard-body {
    position: relative;
    height: 260px;
    padding: 0 16px;
}

    .humantix-dashboard-body .alluser {
        font-size: 40px;
        text-align: center;
    }

        .humantix-dashboard-body .alluser span {
            font-size: 15px;
            text-align: center;
        }

.humantix-dashboard-top {
    background: #fbfbfb;
    height: 150px;
    border-radius: 5px;
    padding: 16px;
}

.table td,
.table th {
    padding: 0;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: left;
    border: 0;
    font-size: 12px;
}

.table thead th {
    border: 0;
    /* font-size: 22px; */
}

.rang1 {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: table-cell;
    text-align: center;
    color: white;
    /* left: 50%;
        transform: translateX(50%); */
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.116);
    left: 10px;
}

    .rang1 span {
        vertical-align: middle;
        font-size: 12px;
    }

.tablink {
    background-color: transparent;
    color: rgb(106, 106, 106);
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    border-right: solid 1px rgba(0, 0, 0, 0.068);
    padding: 6px;
}

.tablinkTeam {
    background-color: transparent;
    color: rgb(106, 106, 106);
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    border-right: solid 1px rgba(0, 0, 0, 0.068);
    padding: 6px;
    display: inline-flex;
}

.tabcontent {
    color: rgb(81, 81, 81);
    display: none;
    height: 100%;
    z-index: 999;
}

#useDevices {
    max-height: 100px !important;
}

.Activestatus p {
    font-size: 18px;
}

.ActiveValue p {
    font-size: 18px;
}

.actived {
    color: #747779;
}

.inactive {
    color: #747779;
}

.freespace {
    position: relative;
    display: block;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

/*Custom*/

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 300px;
    border-radius: 4px;
    padding: 2px;
    border: solid 1px #e7eaec;
    outline: none !important;
}
