/*!
* Custom CSS - v1.0
* @author Anna
*/
.nav-header .nav-pills > li.active a.btn-header-home {
    background-color: #46c37b;
}

.white-space-unset {
    white-space: unset;
}

.modal .bg-transparent {
    background-color: transparent;
}
.modal .progress .push-l-10-10 {
    margin-left: calc(10% + 10px);
}
.modal .progress .line-h-24 {
    line-height: 24px;
}
.modal .progress .w-pt-10 {
    width: 10%;
}

.d-none {
    display: none;
}

.push-25-t {
    margin-top: 25px;
}
.push-25-l {
    margin-left: 25px;
}
.push-8-t {
    margin-top: 8px;
}
.push-m25-t {
    margin-top: -25px;
}
.push-m30-t {
    margin-top: -30px;
}
.push-m40-t {
    margin-top: -40px;
}
.push-m45-t {
    margin-top: -45px;
}

.padding-10-r {
    padding-right: 10px;
}
.padding-2-5 {
    padding: 2px 5px;
}

.height-500 {
    height: 500px;
}

.w-px-150 {
    width: 150px;
}
.w-px-250 {
    width: 250px;
}
.w-pt-5 {
    width: 5%;
}
.w-pt-10 {
    width: 10%;
}
.w-pt-15 {
    width: 15%;
}
.w-pt-20 {
    width: 20%;
}
.w-pt-25 {
    width: 25%;
}
.w-pt-30 {
    width: 30%;
}

.cursor-pointer {
    cursor: pointer;
}
.v-center {
    vertical-align: middle;
}

.text-normal {
    text-transform: none;
}
.text-player {
    color: #46c37b !important;
}
.text-level {
    color: #d26a5c !important;
}
.text-instance {
    color: #14adc4 !important;
}

.class-id-number {
    font-size: 1.2em;
}

.isail-sparkline-bar {
    display: flex;
}
.isail-sparkline-bar-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.table-header-bg>thead>tr>th.sales-group-label, 
.table-header-bg>thead>tr>td.sales-group-label {
    background-color: #14adc4;
    border-bottom-color: #e9e9e9;
}
.table-header-bg>thead>tr>th.sales-label, 
.table-header-bg>thead>tr>td.sales-label {
    background-color: #5c90d2; 
    border-bottom-color: #e9e9e9;
}
.table-header-bg>thead>tr>th.level-label, 
.table-header-bg>thead>tr>td.level-label {
    background-color: #646464;
}
.table-header-bg>thead>tr>th.level-label.border-3-l, 
.table-header-bg>thead>tr>td.level-label.border-3-l,
.table-header-bg tbody tr td.border-3-l {
    border-left: 3px solid black;
}

#go-top {
    display: none;
    font-size: 30px;
    position: fixed;
    bottom: 200px;
    right: 50px;
    border: 2px solid #333;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
  }

table.dataTable.display tbody tr.selected {
    background-color: #B0BED9;
}
table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4;
}