.mb-0 {
    margin-bottom: 0!important;
}

.list_item{
    margin-left: -23px;
}

.list_item li{
    line-height: 25px;
}

.block_download .detail, .block_download .info_download {
    font: bold 13px/20px arial, verdana, sans-serif;
    margin: 0 0 8px 1px;
}

.block_download .introtext {
    font: normal 13px arial, verdana, sans-serif;
    text-align: justify;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.block_download .introtext button {
    margin-top: 5px
}

.block_download .dl-horizontal dt, .block_download .dl-horizontal dd {
    padding: 3px;
}

.block_download .rating {
    margin: 2px 10px 10px;
    padding: 3px
}

.block_download .info_download .report {
    background: url(../images/download/report.gif) no-repeat center left;
    padding-left: 20px
}

.block_download .image{
    text-align: center;
    padding-top: 8px;
}

.note {
    margin-bottom: 6px;
    display: block;
}

.category {
    width: 100%;
}

.category .glyphicon {
    margin-right:10px;
}

.category .panel-body {
    padding:0px;
}
.category .panel-body table tr td {
    padding-left: 15px
}

.category .panel-body .table {
    margin-bottom: 0px;
}

.viewcat_list .list-title{
    margin: 10px 0 5px 0
}

.viewcat_list .list-content{
    border-top: 1px dotted #DDDDDD;
    margin: 0 5px 0 5px;
    padding: 10px 0 10px 0;
}

.viewcat_list .pagination{
    margin-top: 0
}

/* div table */
.divTable {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}
.divTable .divTitle {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.divTable .divHeading {
    display: table-row;
    font-weight: bold;
    border-bottom-width: 2px;
}
.divTable .divHeading .Cell {
    border-bottom-width: 2px;
}
.divTable .Row {
    display: table-row;
}
.divTable .Row:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.divTable .Row:hover {
    background-color: #f5f5f5;
    cursor: default
}
.divTable .Cell {
    display: table-cell;
    border: 1px solid #ddd;
    border-width: thin;
    padding: 8px;
}

.upload-catlist {
    margin-bottom: 0!important;
}
.upload-catlist-item {
    padding: 5px;
}
.upload-catlist-item input[type="radio"] {
    margin-top: 0;
}
.upload-catlist-item label {
    font-weight: normal;
    margin-bottom: 0;
}

.file-download-link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.list-2__item {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.doc-2__title {
    font-size: 14px;
    font-weight: 700;
    color: #00549b;
    margin-bottom: 8px;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.doc-2__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    width: 80px;
    border: 1px solid #f2f2f3;
    margin-right: 16px;
}
.doc-2__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 120%;
}
.doc-2__frame img {
    border: 4px solid #f7f7f7;
}
.doc-2__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}
.doc-2__frame::after {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(40%,rgba(255,255,255,.3)),color-stop(45%,rgba(255,255,255,.1)),color-stop(90%,rgba(255,255,255,.3)),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.1) 45%,rgba(255,255,255,.3) 90%,rgba(255,255,255,0) 100%);
    z-index: 2;
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skewY(
-30deg
);
    transform: skewY(
-30deg
);
    -webkit-transition: bottom 0s;
    transition: bottom 0s;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.doc-2__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    max-height: 6em;
}
.doc-2__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}
.doc-2__info {
    color: #666;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.d-inline-block {
    display: inline-block!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.doc-2__btn {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px;
    background-color: #00549b;
    color: #fff !important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}

.bg-primary {
    background-color: #00549b!important;
    padding: 10px;
    margin-bottom: 10px;
}
.bg-primary .form-control {
    border-radius: 2px;
}

.as-doc {
    max-height: inherit;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 8px;
    list-style: none;
    margin: 0;
    max-height: 400px;
    overflow: auto;
}
.as-doc__item:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.as-doc__item {
    position: relative;
    padding-left: 20px;
}
.as-doc__item .fa {
    position: absolute;
    top: 2px;
    left: 0;
    color: #00549b;
}
.as-doc__item .fa-file-pdf-o {
    color: #c41330;
}
.as-doc__link {
    color: #00549b !important;
}
.as-doc__info {
    font-size: 10px;
    color: #999;
}

.menu-doc {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-doc__item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}
.menu-doc__item {
    position: relative;
}
.menu-doc__link {
    display: block;
    padding-left: 30px;
    position: relative;
}
.menu-doc__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00549b;
    border-radius: 50%;
    background-color: rgba(0,0,0,.05);
    position: absolute;
    top: 11px;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.menu-doc__link .fa {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -1px;
    color: #00549b;
}
.post-title {
    font-size: 30px;
    font-weight: 700;
    color: #00549b;
    margin-bottom: 10px;
    line-height: 1.2;
}
