.validation-summary-errors {
    background-color: rgba(222,68,54,0.1);
    border: 1px solid rgba(222,68,54,0.15);
    color: #53535f;
    padding: 0 10px;
    border-radius: 5px
}

    .validation-summary-errors ul li {
        list-style-type: none;
        border-bottom: 1px solid #fff;
        padding: 10px
    }

        .validation-summary-errors ul li:last-child {
            border: 0
        }


.select2-selection--multiple {
    height: auto !important;
    padding: 5PX 0 0 !important;
}

#list-view a {
    color: #474747;
    border: 1px solid #474747;
    padding: 5px;
    display: inline-flex;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center
}

    #list-view a.gray {
        transition: .3s;
        border: 1px solid #585858;
        color: #585858;
        margin: 0 5px;
    }

        #list-view a.gray:hover {
            color: #fff;
            background: #585858
        }

    #list-view a.red {
        transition: .3s;
        border: 1px solid red;
        color: red;
        margin: 0 0 0 10px
    }

        #list-view a.red:hover {
            color: #fff;
            background: red
        }

    #list-view a.succes {
        transition: .3s;
        border: 1px solid #009b20;
        color: #009b20;
        margin: 0 5px;
    }

        #list-view a.succes:hover {
            color: #fff;
            background: #009b20
        }

    #list-view a.blue {
        transition: .3s;
        border: 1px solid #0a73bb;
        color: #0a73bb;
        margin: 0 5px;
    }

        #list-view a.blue:hover {
            color: #fff;
            background: #0a73bb
        }


.sortable_list .list_head {
    padding: 0 0 10px 0 !important;
}

.sortable_list .list_item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 10px;
    align-items: center;
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
}

    .sortable_list .list_item li {
        list-style-type: none;
        display: flex;
        align-items: center;
    }

.list_head {
    font-weight: 700
}

#tree .disabled {
    background: #ffe0e0;
}

.sortable_list .list_item li i.fa-arrows-alt {
    margin: 0 10px 0 0
}

.sortable_list .list_item li i {
    font-size: 12px;
}

.sortable_list .list_item li a {
    padding: 2px !important;
    width: 25px !important;
    height: 25px !important;
}

.tree_head table {
    margin: 0;
}

.tree_head thead {
    font-weight: 600;
}

    .tree_head thead td {
        padding: 15px 0;
    }

#tree td {
    padding: 0;
}

#tree .list_item_links {
    display: flex;
    justify-content: end;
}

    #tree .list_item_links .item {
        border-left: 1px solid #ebebeb;
        padding: 6px;
    }

.loading { position:absolute; background:#fff; left:0; top:0; width:100%; height:100%; display:none;}
    .loading .spinner-border {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
    }

#tree {
    padding: .1em 0;
    list-style: none;
    margin: 0
}

    #tree .tree-branch {
        margin-bottom: 0;
        position: relative
    }

.tree-branch > .contents {
    clear: both;
    line-height: 1.5;
    position: relative;
    margin: 0
}

.contents .branch-drag-handler {
    cursor: move; /* background:#fff; */
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    padding: 0;
    height: auto;
    min-height: 20px;
    max-width: 100%;
    line-height: 0;
    overflow: hidden;
    word-wrap: break-word;
}

.branch-drag-handler .icon {
    color: #504e4e;
    margin-right: 5px
}

#tree .sortable-placeholder {
    border: 1px dashed #3f3f3f;
    height: 35px;
    width: 450px;
    margin-top: 10px
}

#tree table {
    margin: 0
}

.tree-branch.ui-sortable-helper .contents {
    margin-top: 0
}

.tree-branch.ui-sortable-helper .children-bus .contents {
    margin-top: 10px
}

.tree-branch .children-bus:empty {
    display: none
}

.branch-level-1 {
    margin-left: 0
}

.branch-level-2, .branch-level-3 {
    padding-left: 0;
}

    .branch-level-2 .contents {
        padding-left: 30px;
    }

.branch-level-1 .children-bus {
    margin-left: 0
}

.branch-level-2 .children-bus {
    margin-left: -30px
}

.branch-level-3 .children-bus {
    margin-left: -60px
}

.branch-level-4 .children-bus {
    margin-left: -90px
}

.branch-level-5 .children-bus {
    margin-left: -120px
}

.branch-level-6 .children-bus {
    margin-left: -150px
}

.branch-level-7 .children-bus {
    margin-left: -180px
}

.branch-level-8 .children-bus {
    margin-left: -210px
}

.branch-level-9 .children-bus {
    margin-left: -240px
}

.branch-level-10 .children-bus {
    margin-left: -270px
}


.gallery_sortable_list .item {
    padding: 10px;
    border: 1px solid #dedede;
    margin: 0 0 15px 0;
    background: #f9fbfd;
    cursor: move
}

    .gallery_sortable_list .item img {
        width: 100%;
        margin: 0 0 10px 0;
        font-size: 14px;
    }

.gallery_sortable_list .fa-window-close {
    color: #f10000;
    font-size: 23px;
}

.btn-show {
    display: none;
}


.related_news_scroll {
    margin: 20px 0 00;
    max-height: 450px;
    overflow-y: scroll;
}

.related_news {
    display: flex;
    margin: 0 0 10px 0;
    padding: 10px;
    background: #f1f1f1;
}

    .related_news a {
        color: #474747
    }

    .related_news img {
        width: 150px;
        margin: 0 20px 0 0;
        border-radius: 5px;
    }

    .related_news strong {
        display: block;
    }

.add_photo {
    position: relative;
    width: 100%;
    display: flex;
}

    .add_photo input[type=file] {
        cursor: pointer;
        z-index: 99;
        position: relative;
        opacity: 0;
        float: left;
        height: 50px;
        width: 100%;
    }

    .add_photo .file {
        border: 1px solid #dedede;
        left: 0;
        padding: 0 0 0 2%;
        display: flex;
        min-height: 40px;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        width: 100%;
    }

        .add_photo .file i {
            justify-content: space-between;
            background: #0b73bb;
            display: block;
            float: right;
            height: 50px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
        }

    .add_photo .input-group-text {
        font-size: .875rem;
        border: 1px solid #0a73bb;
        background-color: #0a73bb;
        color: #ffffff;
        border-radius: 0;
    }

        .add_photo .input-group-text a {
            color: #ffffff
        }

#imgPreview {
    width: 100%;
    margin: 20px 0 0 0;
    display: none;
}


.table_news {
}
    .table_news thead th {}
    .table_news thead a {
        color: #474747;
        font-size: 14px;
    }
        .table_news thead i {margin:0 0 0 5px}
        .table_news td a {
            color: #474747;
            font-size: 14px;
            display: flex;
            border: 1px solid #47476a;
            width: 30px;
            text-align: center;
            margin: 0 auto;
            height: 30px;
            border-radius: 5px;
            justify-content: center;
            align-items: center;
        }

        .table_news a.succes {
            color: #009b20;
            border: 1px solid #009b20;
        }

        .table_news a.red {
            color: red;
            border: 1px solid red;
        }

    .table_news tr:nth-child(2n+2) {
        background: #f9fbfd;
    }

    .table_news .passive {
        background: #ffc6c6;
    }

    .table_news .outline {
        border: 1px solid #dedede;
    }

.table > thead > tr > th {
    white-space: nowrap;
}




.news_accordion {margin: 0 0 20px 0}
    .news_accordion > .card > .card-header > .card-title > a:after {
        float: right;
        border: 0px solid #00c9a7;
        width: 25px;
        height: 25px;
        display: flex;
        color: #00c9a7;
        justify-content: center;
        border-radius: 50px;
        /* background: #00c9a7; */
        align-items: center;
        margin: 0;
    }

    .news_accordion > .card > .card-header > .card-title > a {display:flex; justify-content:space-between}
        .news_accordion > .card > .card-header > .card-title > a h5 {margin:0}
        ::-webkit-scrollbar {
            width: 10px;
            height: 10px
        }

.news_accordion > .card {border:  1px solid #edf2f9 !important; border-radius:4px
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-left: 1px solid #d5d5d5;
    margin: 0;
    border-style: none
}

::-webkit-scrollbar-thumb {
    background: #dedede;
    border-left: 1px solid #fff;
    padding: 0;
    height: 5px
}
