.text-red{
    color: #ff0000;
}

#uploadForm .error {
    font-weight: 400;
    color: #ff0000;
}

.no-bottom {
    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/elearning/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;
}

.scorm-container{
    width: 100%;
    border: 0;
}

/* SEARCH BLOCK */
.switch-search {
    display: block;
    margin-top: 6px;
}
#ltablesearch .select2-container .select2-selection--single{
    height: 32px!important;
}
#ltablesearch .location-area .input-group{
    -margin-bottom: 10px;
}
#ltablesearch .location-area .input-group:last-child{
    margin-bottom: 0px;
}
#ltablesearch .input-group .select2-container--default .select2-selection--single{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: 0;
}
#ltablesearch .select2-search__field{
    outline: 0;
}

/* GIRL */
.elgird{
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px rgba(255, 255, 255, .15);
    box-shadow: 2px 2px 4px rgba(255, 255, 255, .15);
    margin-bottom: 30px;
}
.elgird .img{
    display: block;
}
.elgird .ct{
    padding: 10px;
}
.elgird .view{
    color: #999999;
    font-family: Tahoma;
    font-size: 13px;
}
.elgird .view i{
    font-size: 1.3em;
}
.elgird .rank{
    color: #ffae00;
}
.elgird .stat{
    margin-bottom: 5px;
}
.elgird h3{
    margin-bottom: 5px;
}
.elgird p{
    color: #666;
    font-style: italic;
    font-size: 0.95em;
}
.elgird hr {
    margin-top: 7px;
    margin-bottom: 7px;
    border: 0;
    border-top: 1px solid #ccc;
}
.elgird .btn{
    background-color: #ed8000;
    border-color: #ed8000;
    border-radius: 0;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    padding: 5px;
    color: #fcfcfc;
}

#popAuthor {
    display: block;
    border: 3px #f88c0e solid;
    width: 100%;
    padding-top: 98%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* COMMENT */
#idcomment{
    padding: 0 5px;
    padding-bottom: 10px;
}
#idcomment .comment-title{
    font-size: 13px;
    font-weight: bold
}
#idcomment .sortcomm .active{
    background: #f5f5f5;
}
.comment-list .comment-info{
    margin-bottom: 5px;
    border-bottom: 1px #eee solid;
    padding-bottom: 5px;
}
.comment-list .comment-info .cm_item{
    margin-right: 10px;
}
.comment-list .comment-tool{
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
}
.comment-list .comment-tool li{
    margin-left: 10px;
    display: inline-block;
}
.comment-list .comment-tool li:first-child{
    margin: 0;
}
.comment-list{
    margin: 0;
    padding-left: 20px;
}
