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

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

.list_item li{
    line-height: 25px;
}
.block_download {
    padding: 20px 5px;
}
.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 15px 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
}

.report {
    background: url(../images/download/report.gif) no-repeat center left;
    padding-left: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

.report a{
    color: #333
}

.report a:hover, .report a:focus {
    text-decoration: none;
    color: #0e2132;
}

.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;
}
.table-cd-1{
	font-family: 'Open Sans', sans-serif; 
	padding: 20px 5px;
}
.table-cd-1 table thead {
    background: #818181;
    border-top: 1px solid #818181;
}
.table-cd-1 table thead tr th {
    color: #fff;
    border-color: #818181;
}
.sedt {
    color: #151515 !important;
}
.sedt:hover {
    color: #dc1920 !important;
}
.table-cd-1 td {
    vertical-align: middle !important;
}
.sider-barcat{
	width: 100%;
    overflow: hidden;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
}
.sider-barcat h3{
	margin: 0;
    background: #4dbb4f;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 15px;
    display: block;
}
.sider-barcat ul.view-nav-tabs {
    list-style: none;
    padding: 3px 14px;
    background: #f1f1f1;
    border-radius: 0 0 5px 5px;
}
.sider-barcat ul li {
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
}
.sider-barcat ul li a {
    color: #403e3e;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    display: block;
    font-size: 14px;
    line-height: 38px;
    position: relative;
    font-weight: 600;
    padding: 0;
    padding-left: 15px;
}
.sider-barcat ul li a::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 100%;
    font: normal normal normal 14px/36px FontAwesome;
    color: #a7a7a7;
    text-align: left;
}
.sider-barcat ul li:hover a{
    color: #dc1920 !important;
    background: none !important;
}
.sider-barcat ul li:last-child a {
    border-bottom: 0 !important;
}
.sider-barcat ul li:last-child {
    border-bottom: 0;
}