.container-fluid .col-one {
    width: 100%;
}

.UIOtherContent table {
    width: 100%;
}

.UIOtherContent .container {
    max-width: 1170px;
    margin: auto;
    padding: 0 20px;
}

    .UIOtherContent .container .row {
        background: #ffffff82;
        padding: 20px;
        border-radius: 20px;
    }

.UIOtherContent .title-page {
    text-align: center;
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
    color: #d00;
	text-transform: uppercase;
}

.UIOtherContent .summary-page {
    text-align: center;
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto 15px auto;
}

.UIOtherContent p.nofile-message {
    margin: 1em 0;
}

.UIOtherContent .item-file a {
    font-weight: bold;
    color: #c2713e;
}

.UIOtherContent .title-block {
    font-size: 20px;
    font-weight: bold;
    color: #d00;
    text-align: center;
}

.UIOtherContent {
    padding: 40px 0;
    //background: url(bg.jpg) no-repeat;
    background-size: cover;
    font-size: 14px;
    background-attachment: fixed;
    min-height: 100vh;
      background-image: url(/Themes/Default/PanelStyleSheet/Responsive/Images/bg_trongdong.png);
    background-attachment: fixed;
    background-position: right -200px top;
    background-repeat: no-repeat;
}

    .UIOtherContent .title-tree {
        background: linear-gradient(to right, #d60c0c 0%, #ffc500 100%);
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding: 10px;
        display: none;
    }

    .UIOtherContent .folder-name {
        cursor: pointer;
        display: block;
        margin-left: 36px;
    }

    .UIOtherContent .tblCategory .icon-drop {
        margin-right: 5px;
        display: block;
        float: left;
        width: 14px;
        height: 14px;
    }

        .UIOtherContent .tblCategory .icon-drop i {
            display: block;
            margin: auto;
            text-align: center;
        }

    .UIOtherContent .tblCategory .icon-folder {
        margin-right: 5px;
        float: left;
        display: block;
    }

    .UIOtherContent .tblCategory .isParent.hide_child .icon-drop {
        transform: rotate(-90deg);
    }

    .UIOtherContent .tblCategory table, .tblCategory td {
        border: none;
    }

    .UIOtherContent .tblCategory .list-file {
        display: none;
    }

    .UIOtherContent .col-right {
        padding: 0 10px;
        padding-left: 30px;
    }

    .UIOtherContent .list-filepc .item-file {
        padding: 10px 10px;
        /* border-bottom: dotted 1px #ccc; */
        background: #fdf6e47a;
        margin: 5px 0;
        border-radius: 5px;
    }

    .UIOtherContent .item-file .name {
        padding-right: 15px;
        cursor: pointer;
    }

    .UIOtherContent .tblCategory td {
        padding: 4px 0;
    }

    .UIOtherContent .tblCategory .list-file .item-file {
        padding-top: 9px;
    }

    .UIOtherContent .tblCategory .isParent .folder {
        font-weight: bold;
    }

    .UIOtherContent .tblCategory .folder-name.selected{
        color: #d00;
    }

    .UIOtherContent .bg-popupListFile {
        position: fixed;
        z-index: 99;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
    }

    .UIOtherContent .popupListFile {
        position: fixed;
        z-index: 991;
        background: #fff;
        width: calc(100vw - 40px);
        max-height: calc(100vh - 40px);
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        overflow: auto;
        border-radius: 6px;
        padding: 15px;
    }

        .UIOtherContent .popupListFile .title {
            font-size: 18px;
            font-weight: bold;
            position: relative;
            color: #d00;
        }

        .UIOtherContent .popupListFile .close {
            color: #d00;
            position: absolute;
            right: -5px;
            top: -10px;
            cursor: pointer;
        }

        .UIOtherContent .popupListFile .title span {
            display: block;
        }


@media(min-width: 992px) {
    .UIOtherContent .tblCategory .list-file {
        display: none !important;
    }
}


@media(max-width: 991px) {
    .UIOtherContent [hasfile="1"] .icon-drop i {
        display: block;
    }

    .UIOtherContent .col-right {
        display: none !important;
    }

    .UIOtherContent .title-page {
        font-size: 18px;
    }

    .UIOtherContent .summary-page {
        font-size: 14px;
    }
}

.UIOtherContent .rowCbb {
    width: 100%;
    margin-bottom: 20px;
}

.UIOtherContent .ddlKyHop {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    outline: none;
    background: transparent;
}
.UIOtherContent .ifile a {
    font-weight: normal !important;
    color: #383838 !important;
    text-decoration: underline;
    display: inline-block;
    margin: 3px 0;
    color: #0067b1 !important;
    font-size: 13px;
    max-width: calc(100% - 95px);
  white-space: nowrap;
}
.UIOtherContent .ifile a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.UIOtherContent .ifile .view {
    margin-left: 10px;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 13px;
    cursor: pointer;
      color: #9f0404;
}

.UIOtherContent .ifile .view:hover {
    color: #e00;
}
.UIOtherContent .item-file .time {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
}

.UIOtherContent .paging {
    /*display: inline-block; */
    text-align: center;
    border-radius: 5px;
    padding: 10px;
}
.UIOtherContent .paging a {
  color: black;
  /*float: left;*/
  padding: 8px 16px;
  text-decoration: none;
}
.UIOtherContent .paging > span > span {
  background-color: #e00;
  color: #f5eaa3;
  padding: 8px 16px;
  border-radius: 5px;
}
.UIOtherContent .paging a:hover 
{
  background-color: #ddd;
  border-radius: 5px;
}
