.inner_content {
    padding-bottom: 0;
}

.file_listing .loader_img {
    display: block;
    display: none;
    text-align: center;
}

.file_listing .inner_content {
    display: none;
    display: block;
}

.file_listing.loading .loader_img {
    display: block;
}

.file_listing.loading .loader_img img {
    display: block;
    margin: 50px auto;
}

.file_listing.loading .inner_content {
    display: block;
    display: none;
}

.template {
    display: none;
}

.menu_bar {
    overflow: hidden;
}

.menu_bar_lang {
    background-color: #efefef;
    margin-bottom: 24px;
}

.lang_table {
    display: table;
    text-align: center;
    width: 100%;
    height: 54px;
    font-size: 12px;
    color: #003260;
}

.lang_table .ltc {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    width: 14.28%;
}

.lang_table .ltc.active {
    background-color: #007bc4;
    color: #fff;
    cursor: default;
}

.lang_table .ltc.active:hover {
    color: #ffffff;
}

.lang_table .ltc:hover {
    color: #007bc4;
}

.lang_table .ltc.outofstock {
    cursor: not-allowed;
}

.section_table {
    display: table;
    text-align: center;
    width: 100%;
    height: 54px;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    position: relative;
}

.section_table .stc {
    display: table-cell;
    cursor: pointer;
    vertical-align: bottom;
    width: 16.6%;
    padding: 0 0 8px;
}

.section_table .stc:hover {
    color: #007bc4;
}

.section_table .stc.active {
    cursor: default;
}

.section_table span {
    display: block;
    height: 4px;
    background: #007bc4;
    width: 16.6%;
    margin: 0;
    border: none;
    position: absolute;
    bottom: 0px;
    left: 0%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@-moz-document url-prefix() { 
    .section_table span {
        height: 5px;
    }
}

.section_table .stc.active:nth-child(1) ~ span {    left: 0%; }
.section_table .stc.active:nth-child(2) ~ span {    left: 16.6%; }
.section_table .stc.active:nth-child(3) ~ span {    left: 33.2%; }
.section_table .stc.active:nth-child(4) ~ span {    left: 49.8%; }
.section_table .stc.active:nth-child(5) ~ span {    left: 66.4%; }
.section_table .stc.active:nth-child(6) ~ span {    left: 83%; }

.file_listing {
    clear: both;
    min-height: 240px;
    margin: 20px 0 115px;
    overflow: hidden;
}

.file_listing table {
    width: 100%;
    border-top: none;
}

.file_listing tr {
    display: none;
}

.file_listing tr.disabled {
    opacity: .2;
    cursor: not-allowed;
    background: #faa;
}

.file_listing tr.disabled * {
    cursor: inherit;
    font-style: italic;
}

.file_listing .th td {
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 6px solid #e6e6e6;
    padding: 24px 0px 12px;
}

.file_listing .tb a,
.file_listing .tb a:hover {
    color: #007bc4;
}

.file_listing .tb td {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    display: table-cell;
    padding: 7px 0px;
    line-height: 21px;
}

.file_listing .tb:hover {
    background: #fafafa;
}

.file_listing .tb td:nth-child(1) {
    padding-left: 7px;
}

.file_listing .hidden_summary {
    display: none !important;
}

.file_listing .tb td:nth-child(2) {
    width: 130px;
}
.file_listing .tb[data-lang="fr"] td:nth-child(2), .file_listing .tb[data-lang="es"] td:nth-child(2) {
    width: 170px;
}

.file_listing .tb td:nth-child(3) {
    width: 130px;
}

.file_listing .tb td:nth-child(3) span {
    background: url(/themes/dchl/img/icon/edit-grey-20.svg) no-repeat;
    padding: 0px 0px 0px 28px;
    display: inline-block;
}

.file_listing .tb td span:hover {
    cursor: pointer;
}

.file_listing .doctype {
    padding: 0px 0px 0px 28px;
    display: inline-block;
    height: 21px;
}

.file_listing .doctype, .file_listing .modified, .file_listing .hover_icon {
    font-size: 12px;
}

.file_listing .doctype.excel {
    background: url(/themes/dchl/img/icon/doc-excel-blue-20.png) no-repeat;
}

.file_listing .doctype.excel:after {
    content: " XLS";
}

.file_listing .doctype.pdf {
    background: url(/themes/dchl/img/icon/doc-pdf-grey-20.svg) no-repeat;
}

.file_listing .doctype.pdf:after {
    content: " PDF";
}

.file_listing .doctype.url {
    background: url(/themes/dchl/img/icon/doc-url-grey-20.svg) no-repeat;
}

.file_listing .doctype.url:after {
    content: " Website";
}

.file_listing .tb:hover .doctype.url {
    background: url(/themes/dchl/img/icon/doc-url-blue-20.svg) no-repeat;
    color: #007bc4;
}

.file_listing .doctype.word {
    background: url(/themes/dchl/img/icon/doc-word-grey-20.svg) no-repeat;
}

.file_listing .doctype.xls {
    background: url(/themes/dchl/img/icon/doc-xls-grey-20.svg) no-repeat;
}

.file_listing .doctype.word:after, .file_listing .doctype.xls:after {
    content: " DOC";
}

.file_listing a.hover_icon {
    height: 21px;
    padding: 0px 0px 0px 28px;
    display: inline-block;
}

.file_listing a.hover_icon:hover {
    text-decoration: none;
}

.file_listing a.download {
    background: url(/themes/dchl/img/icon/download-blue-20.svg) no-repeat;
}

/*.file_listing a.download:after {
    content: " Download";
}
.file_listing tr[data-lang="am"] a.download:after {
    content: " አውርድ";
}
.file_listing tr[data-lang="zh"] a.download:after {
    content: " 下载";
}
.file_listing tr[data-lang="fr"] a.download:after {
    content: " Télécharger";
}
.file_listing tr[data-lang="es"] a.download:after {
    content: " Descargar";
}
.file_listing tr[data-lang="vi"] a.download:after {
    content: " Tải xuống";
}
.file_listing tr[data-lang="kr"] a.download:after {
    content: " 다운로드";
}*/


.file_listing a.share {
    background: url(/themes/dchl/img/icon/share-blue-20.svg) no-repeat;
}

/*.file_listing a.share:after {
    content: " Share";
}
.file_listing tr[data-lang="am"] a.share:after {
    content: " ያጋሩ";
}
.file_listing tr[data-lang="zh"] a.share:after {
    content: " 分享";
}
.file_listing tr[data-lang="fr"] a.share:after {
    content: " Partager";
}
.file_listing tr[data-lang="es"] a.share:after {
    content: " Compartir";
}
.file_listing tr[data-lang="vi"] a.share:after {
    content: " đăng lại";
}
.file_listing tr[data-lang="kr"] a.share:after {
    content: " 공유하다";
}*/

/*#share_popup {
    left: 50%;
    width: 300px;
    margin-left: -150px;
}*/

.modal-dialog {
    max-width: 485px;
}

/*#share_popup .modal-body input {
    width: 100%;
}*/
#share_popup .modal-body input {
    display: inline-block;
    /*margin-right: 5px;*/
    margin-top: 1px;
    vertical-align: top;
    width: 75%;
}

/* search */
.form-search {
    display: table-cell;
    vertical-align:
    middle; width:50px;
    height: 54px;
    text-align: center;
    cursor: pointer;
}

#fdt_search_popup {
  position: absolute;
  right: -15px;
  top: -24px;
  z-index: 1;
}

#fdt_search_popup .pointer {
  background: #fff none repeat scroll 0 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 12px;
  position: absolute;
  right: 53px;
  top: -7px;
  transform: rotate(45deg);
  width: 12px;
}

#fdt_search_popup .fdt_search_popup_inner {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 8px #ddd;
  float: right;
  padding: 18px;
  position: relative;
}

#fdt_search_popup #dt_search_term {
  float: left;
  width: 275px;
  padding-left: 10px;
}

#fdt_search_popup #dt_search {
  float: left;
  font-weight: 700;
  margin-left: 7px;
}

/* tr collapse */
.tr-collapse ul {
    margin-left: -40px;
    margin-bottom: 0;
    margin-top: 3px;
}
.tr-collapse ul li {
    display: inline;
}
.tr-collapse .trc {
    background-image: url('/themes/dchl/img/icon/collapse-down-blue.png');
    background-repeat: no-repeat;
    background-position: right 2px;
    display: inline;
    padding-right: 25px;
    background-size: 16px;
    cursor: pointer;
    color: #007bc4;
}
.tr-collapse .trc[aria-expanded='true'] {
    background-image: url('/themes/dchl/img/icon/collapse-up-blue.png');
    background-repeat: no-repeat;
    background-position: right 2px;
    display: inline;
    padding-right: 25px;
    background-size: 16px;
}
.file_listing .tb td span.dsHide:hover {
    cursor: auto;
}

.clearable {
  background: #fff url(/themes/dchl/img/icon/close_blue_x.svg) no-repeat right -10px center;
  padding: 3px 18px 3px 4px;     /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
  background-size: 10px;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

.tr-collapse .modified {
     display: none !important;
}

.word-ext .ext {
    display: none;
}

@media (max-width: 991px) {
    #fdt_search_popup .pointer {
        right: 40px;
    }
}
@media (max-width: 640px) {
    .form-search {
        margin-top: 10px;
        width: 130px;
        height: auto;
    }
    #fdt_search_popup {
        right: 12px;
    }
    #fdt_search_popup .pointer {
        right: 78px;
    }
}
@media (max-width: 480px) {
    .inner_content {
        padding: 0 10px 24px;
    }
    
    #fdt_search_popup .pointer {
        right: 64px;
    }
    .file_listing {
        margin-top: 0;
    }
    .section_table .stc, .file_listing .th td {
        font-size: 12px;
    }
    .file_listing .th > td:last-child, .file_listing .tb > td:last-child {
        display: none;
    }
    .file_listing .th td:nth-child(2), .file_listing .tb td:nth-child(2) {
        width: 110px;
        padding-left: 15px;
    }
}
@media (max-width: 410px) {
    #fdt_search_popup #dt_search_term {
        width: 238px;
    }
    .section_table .stc {
        font-size: 10px;
    }
}