﻿#hinhanh-content-left,
#hinhanh-content-left ul,
#hinhanh-content-left ul li,
#hinhanh-content-left ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 10px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #hinhanh-content-left ul li.open {
        /* border: 1px solid #3598dc; */
    }

        #hinhanh-content-left ul li.open img.openfolder {
            display: block;
            position: absolute;
            z-index: 5;
            left: 5px;
            top: 7px;
        }

        #hinhanh-content-left ul li.open img.closefolder {
            display: none;
        }

    #hinhanh-content-left ul li img.closefolder {
        display: block;
        position: absolute;
        z-index: 5;
        left: 5px;
        top: 7px;
    }

    #hinhanh-content-left ul li img.openfolder {
        display: none;
    }

    #hinhanh-content-left ul li i {
        display: none;
    }

#hinhanh-content-left {
    overflow-x: hidden;
    overflow-y: hidden;
}


#hinhanh-content-left {
    color: #000;
}

    #hinhanh-content-left ul ul {
        display: none;
    }

    #hinhanh-content-left > ul > li.open > a {
        background: #007aff;
        color: white;
        line-height: 28px;
        overflow: visible;
        height: 100%;
        display: block;
    }

    #hinhanh-content-left ul ul li.open a {
        background: #E7F6F6;
        font-weight: bold;
    }

    #hinhanh-content-left > ul > li.active > ul {
        display: block;
    }

.align-right {
    float: right;
}

#hinhanh-content-left > ul > li > a {
    padding: 9px 0px 9px 40px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    background: #fafafa;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    line-height: 25px;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}

    #hinhanh-content-left > ul > li > a:hover {
        font-weight: bold;
    }

#hinhanh-content-left ul ul li a {
    padding: 6px 0px 6px 45px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background: #fcfcfc;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    line-height: 20px;
}


#hinhanh-content-left ul ul li img.imagesfolder {
    display: block;
    position: absolute;
    z-index: 5;
    left: 25px;
    top: 8px;
}

#hinhanh-content-left ul ul ul li a {
    padding-left: 32px;
}

#hinhanh-content-left ul ul li a:hover {
    font-weight: bold;
}

#hinhanh-content-left ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}

#hinhanh-content-left ul ul > li.has-sub > a:before {
    top: 20px;
    background: #dddddd;
}

#hinhanh-content {
    min-width: 510px;
}

.modal {
    overflow: auto;
    color: #333;
}

.modal-content {
    top: 60px;
}

.viewimage {
    border: 1px solid #e7ecf1!important;
    margin-bottom: 10px;
}

.viewimagehd {
    border-bottom: 1px solid #e7ecf1!important;
    height: 40px;
    position: relative;
    padding: 0 20px;
    background: #fafafa;
}

    .viewimagehd a {
        position: absolute;
        /* color: white; */
        padding: 10px;
        text-decoration: none;
    }

.viewimagebd {
    margin: 5px;
}

.page-breadcrumb {
    list-style: none;
    overflow: hidden;
}

    .page-breadcrumb li {
        float: left;
    }

        .page-breadcrumb li b {
            overflow: hidden;
            text-decoration: none;
            position: relative;
            display: block;
            float: left;
            height: 30px;
            padding-top: 10px;
            font-size: 18px;
        }

            .page-breadcrumb li b:hover {
                font-weight: bold;
            }

        .page-breadcrumb li label {
            color: white;
            text-decoration: none;
            position: relative;
            display: block;
            float: left;
        }

            .page-breadcrumb li label:hover {
                font-weight: bold;
            }

#viewimagedetail {
}

#editimagedetail {
}

.viewimagedt {
    position: relative;
    display: inline-block;
    font-size: 0;
    margin-bottom: 20px;
    min-width: 100px;
}

    .viewimagedt img {
        margin: 5px 2px;
        height: 150px;
        min-width: 200px;
        max-width: 260px;
    }

    .viewimagedt .close {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: #FFF;
        padding: 2px 2px;
        color: #f00;
        font-weight: bold;
        cursor: pointer;
        opacity: .1;
        text-align: center;
        font-size: 14px;
        line-height: 10px;
        border-radius: 50%;
    }

    .viewimagedt:hover .close {
        opacity: 1;
    }

    .viewimagedt .edit {
        position: absolute;
        top: 2px;
        right: 22px;
        z-index: 100;
        background-color: #FFF;
        padding: 2px 2px;
        color: #f00;
        font-weight: bold;
        cursor: pointer;
        opacity: .1;
        text-align: center;
        font-size: 14px;
        line-height: 10px;
        border-radius: 50%;
    }

    .viewimagedt:hover .edit {
        opacity: 1;
    }

    .viewimagedt .imagesnames {
        position: absolute;
        bottom: -22px;
        left: 0px;
        z-index: 100;
        padding: 2px 2px;
        cursor: pointer;
        text-align: center;
        font-size: 16px;
        height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
    }

    .viewimagedt:hover .imagesnames {
        color: red;
    }


    .viewimagedt .ngaylayanh {
        position: absolute;
        right: 3px;
        bottom: 6px;
        height: 13px;
        padding: 2px 6px;
        text-align: center;
        font-size: 10px;
        color: #fff;
        background-color: rgba(0,0,0,.6);
    }

    .viewimagedt .confirm {
        position: absolute;
        top: 2px;
        left: 2px;
        z-index: 100;
        background-color: #FFF;
        padding: 2px 2px;
        color: #0f0;
        font-weight: bold;
        cursor: pointer;
        opacity: .1;
        text-align: center;
        font-size: 14px;
        line-height: 10px;
        border-radius: 50%;
    }

    .viewimagedt:hover .confirm {
        opacity: 1;
    }

.titlename {
    float: left;
}

.titleten {
    margin: 0px 20px 10px 20px;
}

.titlemota {
    margin: 10px 20px 0px 20px;
}

.harightsmall {
    margin-left: 5px;
    float: left;
    width: 58%;
}

.harightlarge {
    margin-left: 5px;
    float: left;
    width: 78%;
}

.haleftsmall {
    float: left;
    width: 40%;
}

.haleftlarge {
    float: left;
    width: 20%;
}

#language select {
    -webkit-appearance: none !important;
    border-radius: 0;
    background-color: #F7F7F7;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #c6c6c6;
    padding: 4px;
    color: #1E2023;
    line-height: normal;
    border-radius: 0;
}

    #language select::-ms-expand {
        display: none;
    }

    #language select.radius {
        border-radius: 5px;
    }

    #language select:hover {
        background-color: #f0f0f0;
        border-color: #949494;
    }

    #language select:disabled {
        background-color: #D7D7D7;
        cursor: default;
    }

.log-langmain {
    font-size: 0.9em;
    padding: 5px 10px 5px 38px;
    width: 100%;
    outline: none;
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    margin: 3px 0em 0em 0em;
}
