﻿#table-mucluc {
    position: fixed;
    top: 70px;
    right: 0;
    width: 300px;
    z-index: 10000;
    background-color: #fff;
    height: calc(100% - 110px);
    overflow-y: auto;
    display: none;
    border: 1px solid rgba(0,0,0,.125);
    padding-left: 5px;
}

.mucluc-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125) !important;
    color: #495057;
    text-align: inherit;
    margin-bottom: 2px;
}

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative
    }

        .tree li a:hover, .tree li:hover {
            color: red;
        }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

#content {
    margin-bottom: 100px;
}

.col-chitieu,
.col-lanhdao {
    min-width: 300px;
    max-width: 350px;
}

.col-chitieuchitiet, 
.col-phancong {
    min-width: 500px;
    max-width: 550px;
}

.box-chitieu {
    width: 100%!important;
    height: 76vh;
    overflow: auto;
}

.table-in {
    margin-bottom: 0px!important;
}

    .table-in tr td:first-child,
    .table-in tr th:first-child {
        /*width: 300px !important;*/
    }

    .table-in .col {
        width: 70px !important;
        text-align: center;
    }


.cap-1 {
    margin-left: 5px;
    margin-top: 30px;
}
.cap-2 {
    margin-left: 15px;
    margin-top: 10px;
}
.cap-3 {
    margin-left: 25px;
    margin-top: 10px;
}
.cap-4 {
    margin-left: 35px;
    margin-top: 10px;
}
.cap-5 {
    margin-left: 45px;
    margin-top: 10px;
}

.cap-1 button,
.cap-2 button,
.cap-3 button,
.cap-4 button,
.cap-5 button {
    font-weight: bold;
    white-space: break-spaces;
    text-align: left;
}

p {
    margin: 0px;
    margin-bottom: 2px;
}

.document-editor .ck-editor .ck-content {
    height: 500px!important;
}

.text-ghichu {
    font-size: 14px;
    font-style: italic;
}

.ck-list {
    height: 300px!important;
    overflow: auto;
}

.limit-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}