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

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

.block_download .detail, .block_download .info_download {
    margin: 0 0 8px 1px;
    line-height: 26px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    text-rendering: optimizeLegibility;
}

.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{ 
    position: relative;
    overflow: hidden;
}

.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;
}
.body-bg{
	background-color: #dcdcdc !important;
}
 
@media (max-width:767px) {
	.third-nav{
		display: block;
	}
}
.panel-lib{ 
    font-family: "SFU Helvetica CondensedBold";
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.panel-lib b {
    background: #fff;
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.panel-lib a, .panel-lib span {
    margin: 0 15px;
    color: #161b21;
    font-family: "Poppins", Sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to bottom,#fff,#eee);
    border-radius: 26px;
    border: 1px solid gainsboro;
    padding: 2px 52px;
    font-weight: 400;
	font-size: 22px;
}
.fts15{
	font-size: 16px;
	font-family: Roboto,sans-serif;
    line-height: 26px;
}
.stul ul{
	list-style-type: disc!important;
    padding-left: 18px!important;
    margin-bottom: 10px!important;
    line-height: 22px;
}
.in-stc{ 
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    position: relative;
    text-align: center;
    font-weight: normal;
    padding: 14px 24px;
    margin: 0 auto;
    background-color: rgba(126, 131, 135, 1);
    z-index: 5;
    -ms-border-radius: 15px;
    -o-border-radius: 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
}