﻿.panel-default {
    background-color: #dee6ea;
}

.panel-heading {
    background-color: #605ca8 !important;
}

.custom {
    margin-left: 25px
}

.panel.panel-default.height-fix {
    max-height: calc(100vh - 126px);
    overflow: hidden;
    margin-bottom: 0px;
}

.list-group {
    margin-bottom: 0px;
}

.panel .panel-heading {
    color: #fff;
    font-size: 20px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 11;
}

.side-btn {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.label-number {
    display: block;
    min-width: 26px;
    height: 26px;
    color: #23282c;
    background-color: #eae1e1;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    font-weight: 600;
    padding: 0px 4px;
    margin-right: 4px;
}

.label-edit {
    padding: 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #efefef;
    border-radius: 4px;
    margin-right: 3px;
    color: #333333;
}

.delete-btn {
    padding: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
}

.list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    width: 100%;
    text-transform: capitalize;
}

#fileListGroup .list-group-item.active1 {
    background: #d2d6de !important;
}

#fileListGroup .list-group-item {
    border-color: #d2d6de;
    color: #000;
}



.list-group {
    max-height: calc(100vh - 175px);
    overflow: auto;
}

.dataTables_wrapper .row {
    margin: 0px;
    padding: 10px;
}

    .dataTables_wrapper .row .col-sm-12 {
        padding: 0px;
    }

.panel {
    margin-bottom: 0px;
}

.box-body .form-group {
    margin: 0px;
    display: flex;
    margin-top: 10px;
}

    .box-body .form-group:first-child {
        margin-top: 0px;
    }

    .box-body .form-group .control-label {
        max-width: 20%;
        width: 100%;
        margin-right: 10px;
        text-align: left;
    }

.form-horizontal .box-body {
    padding: 20px;
}

.Custom-bt {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

    .Custom-bt button {
        margin-right: 10px;
    }


.btn-social > :first-child {
    font-size: 1.2em;
}
