﻿span.dynatree-icon {
    display: none;
}

#check-tree {
    min-height: 61vh;
    border: solid thin #eaecf1;
    margin-top: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    padding: 8px;
    border-radius: 8px;
    overflow: auto;
}

span.dynatree-node a {
    display: inline;
}

.mt8 {
    margin-top: 8px;
}

.innerHeadingSet {
    font-size: 16px;
    padding: 10px 0px;
    color: #333;
    color: #0d6efd;
}

label {
    color: #504a4a;
}

.boxBG {
    background-image: url(../../../images/bg-14.png);
    background-position: top -83px right -100px;
    background-repeat: no-repeat;
    background-size: 700px;
}

ul.dynatree-container {
    min-height: 58vh;
}

.form-control, .SumoSelect > .CaptionCont, .select2-container--default .select2-selection--single {
    border-radius: 4px;
}

#btnAddNew {
    color: #1B84FF;
    background: #E9F3FF;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    border: solid thin #b4d6ff;
}

    #btnAddNew:hover {
        background: #1B84FF;
        color: #fff;
    }

.dynatree-container svg {
    vertical-align: -4px;
}

.innerHeadingSet svg {
    vertical-align: -2px;
}

.lineSetting {
    margin: 10px 0px 0px;
}

.tagBG {
    border: solid thin #ccc;
    height: 93px;
    overflow: auto;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 5px 10px;
}

.tagDataList {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.configurationPanel {
    border: solid thin #ccc;
    height: 93px;
    overflow: auto;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 5px;
}

.tag {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin-inline: 5px 0;
    margin-block: 5px;
    position: relative;
    z-index: 1;
    outline: 0;
    line-height: normal;
    cursor: default;
    transition: .13s ease-out;
    background: #e5e5e5;
    padding: 5px;
    border-radius: 4px;
}

    .tag:hover {
        background: #d3e2e2;
    }

    .tag span {
        margin-right: 8px;
    }

    .tag i {
        width: 14px;
        height: 14px;
        border-radius: 50px;
        transition: .2s ease-out;
        text-align: center;
    }

        .tag i:hover {
            background: #c77777;
            color: #fff;
            padding: 1px;
        }

#btnViewAllConfig {
    color: #0d6efd;
    border-bottom: dashed 1px #0d6efd;
    font-weight: bold;
    margin-top: -4px;
}

#offvanvasConfiguration {
    width: 85%;
}

.table-responsive {
    border-radius: 10px;
}

.btnEdit {
    color: #0d6efd;
    font-weight: bold;
}

.offcanvas-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    margin-top: 0px;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
    background: #fff;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18aacc;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel button {
        background: #18aacc;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/
