/* 放置自己的css来自定义和覆盖主题 */

/**公共样式**/
.img-responsive{
    border-radius: 5px !important;
    display: unset;
}
/**手指样式**/
.hand-pointer{
    cursor:pointer;
}
/**表格样式**/
.tab-box .tab-box-title{
    background-color: #fafafa;
    height: 40px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.tab-box .tab-box-title .table-tool-right{
    float: right;
    line-height: 35px;
    margin-right: 10px;
}
.tab-box .tab-box-title .table-tool-left{
    float: left;
    line-height: 35px;
    margin-right: 10px;
    padding-left: 10px;
}
.tab-box .tab-box-title select{
    padding: 0;
    height: 25px;
    font-size: 10px;
    max-width: 120px;
}
.tab-box .tab-box-title input{
    padding: 0 5px;
    height: 25px;
    font-size: 10px;
}
.tab-box .tab-box-title button{
    padding: 0 10px;
    height: 25px;
    font-size: 10px;
}

/**进度条**/
.progress{
  margin-bottom: 0px;
  border-radius: 10px !important
}
/**头部样式***/
.header .navbar-nav .badge {
    position: absolute;
    top: 20px;
    right: 5px;
}
.header .navbar-nav .photos{
    height: 45px;
    float: left;
    margin-top: -12px;
    margin-right: 5px;
    border-radius: 22px !important;
}

.my-header{
    height: 150px;
    background: url(../../assets/img/space-bg1.png) no-repeat center;
    background-size: 100% 100%;
}

.my-header .photos{
    float: left;
    top: 35px;
    width: 130px;
    height: 130px;
    border-radius: 50% !important;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}
/**左侧菜单内容**/
.left-content .ver-inline-menu{
    box-shadow: #a3a3a5 0px 0px 10px;
    border-radius: 5px !important;
}

.left-content .ver-inline-menu li {
    padding: 0px 0px 0px 0px;
    height: 70px;
    line-height: 46px;
    text-align: center;
}
.left-content .ver-inline-menu li.active:after{
    top: 29px;
}
.left-content .ver-inline-menu li a i{
    font-size: 15px;
    margin-right: 5px;
}
.left-content .ver-inline-menu li a {
    border-radius: 5px !important;
}

.list-unstyled li{
    color: #555;
}

/**右侧主体内容**/
.right-content{
    box-shadow: #a3a3a5 0px 0px 10px;
    border-radius: 5px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.right-content:hover{
    box-shadow: #dddddd 0px 0px 10px;
}
/**我的问题**/
.question-group .panel-title{
    font-size: 12px;
}
.question-group .question-answer h6 span{
    margin-right: 15px;
}

/**空消息提醒**/
.no-msg-tip{
    color: #7c858e;
    text-align: center;
    background-color: #EBFCEE;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
}
/**学习历程**/
.xxlc-panel .panel-body{
    color: #7c858e;
}

/**课程学习**/
.item-course{
    cursor:pointer;
}
.item-course:hover{
    box-shadow: #a3a3a5 0px 0px 20px;
}
.item-course .carousel-caption{
    padding: 10px 15px 0;
    background: rgba(0,0,0,0.5);
    left: 15px;
    right: 15px;
    bottom: 0;
}

/**课程学习**/
.video-list li a{
    padding: 10px 0;
    border-bottom: 1px solid #E0DEDE;
    color: #555;
    font-size: 10px;
}
.video-list li a:before {
    font-family: FontAwesome !important;
    font-size: 8px;
    padding-right: 10px;
    position: relative;
    top: -1px;
}
.question button{
    height: 20px;
    font-size: 10px;
    line-height: 8px;
}
.question .quote-v1{
    margin-top: 0px;
    margin-bottom: 10px;
    height: 25px;
    line-height: 18px;
}
.question .quote-v1 span{
    font-size: 15px;
    display: inline-block;
    margin: 0px 0px 0px;
}
.question .quote-v1 span i{
    margin-right: 5px;
    margin-left: 5px;
}
.question img{
    height: 30px;
    width: 30px;
    border-radius: 22px !important;
}
.question .media-body .name{
    font-size: 12px;
}
.question .media-body p{
    font-size: 12px;
}
.question .question-list .media{
    margin-top: 5px;
}
.chapter .quote-v1{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 25px;
    line-height: 18px;
}
.chapter .quote-v1 span{
    font-size: 15px;
    display: inline-block;
    margin: 0px 0px 0px;
}
.chapter .quote-v1 span i{
    margin-right: 5px;
    margin-left: 5px;
}
.chapter .list-unstyled li{
    font-size: 15px;
    margin-bottom: 10px;
}
.chapter .list-unstyled li i img{
    margin-right: 10px;
}
.chapter .list-unstyled .zgpj-text{
    height: 100px;
}
.chapter button{
    height: 20px;
    font-size: 10px;
    line-height: 8px;
}

/**时间轴**/
.timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #ccc;
    left: 13%;
    margin-left: -10px;
}

.timeline > li {
    position: relative;
}

/* The date/time */
.timeline > li .timeline-time {
    display: block;
   /* width: 15%;*/
    text-align: right;
    position: absolute;
}

.timeline > li .timeline-time span {
    display: block;
    text-align: right;
}

.timeline > li .timeline-time span.date {
    font-size: 12px;
    color: #aaa;
    display: block;
    font-weight: 300;
}

.timeline > li .timeline-time span.time {
    font-weight: 300;
    font-size: 38px;
    line-height: 38px;
}

/* Right content */

.timeline > li .timeline-body {
    margin: 0 0 15px 18%;
    color: #fff;
    padding: 10px;
    font-weight: 300;
    position: relative;
    border-radius: 5px;
}

.timeline > li .timeline-body h2 {
    margin-top: 0px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-size: 24px;
}

.timeline > li .timeline-content {
    font-size: 14px;
}

.ie8 .timeline > li .timeline-body h2 {
    border-bottom: 1px solid #eee;
}

.timeline > li .timeline-body img.timeline-img {
    width: 75px;
    height: 75px;
    margin: 5px 10px 0 0px;
}

.timeline > li .timeline-body img.pull-right {
    margin-left: 10px;
}


.timeline > li .timeline-body a.nav-link {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    padding: 0px;
    text-align: left;
    text-decoration: none;
}

.timeline > li .timeline-body a.nav-link:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.timeline > li .timeline-body .btn {
    margin-top: 10px;
}

/* The triangle */
.timeline > li .timeline-body:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3594cb;
    border-width: 10px;
    top: 19px;
}

.timeline > li .timeline-content:after,
.timeline > li .timeline-content:before {
    display: table;
    line-height: 0;
    content: "";
}

.timeline > li .timeline-content:after {
    clear: both;
}

.timeline >li .timeline-footer:after,
.timeline >li .timeline-footer:before {
    content: "";
    display: table;
    line-height: 0;
}

.timeline >li .timeline-footer:after {
    clear: both;
}

/* The icons */
.timeline > li .timeline-icon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #aaa;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #ccc;
    text-align: center;
    left: 13%;
    top: 0;
    margin: 5px 0 0 -25px;
    padding-bottom: 3px;
    padding-right: 1px;
    padding-left: 2px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.timeline > li .timeline-icon > i {
    font-size: 18px;
}

/* Red */
.timeline li.timeline-red .timeline-body:after {
    border-right-color: #e02222;
}

.timeline li.timeline-red .timeline-body {
    background: #e02222;
}

.timeline li.timeline-red .timeline-time span.time {
    color: #e02222;
}

/* Yellow */
.timeline li.timeline-yellow .timeline-body:after {
    border-right-color: #ffb848;
}

.timeline li.timeline-yellow .timeline-body {
    background: #ffb848;
}

.timeline li.timeline-yellow .timeline-time span.time {
    color: #ffb848;
}

/* Green */
.timeline li.timeline-green .timeline-body:after {
    border-right-color: #35aa47;
}

.timeline li.timeline-green .timeline-body {
    background: #35aa47;
}

.timeline li.timeline-green .timeline-time span.time {
    color: #35aa47;
}

/* Blue */
.timeline li.timeline-blue .timeline-body:after {
    border-right-color: #4b8df8;
}

.timeline li.timeline-blue .timeline-body {
    background: #4b8df8;
}

.timeline li.timeline-blue .timeline-time span.time {
    color: #4b8df8;
}

/* Purple */
.timeline li.timeline-purple .timeline-body:after {
    border-right-color: #852b99;
}

.timeline li.timeline-purple .timeline-body {
    background: #852b99;
}

.timeline li.timeline-purple .timeline-time span.time {
    color: #852b99;
}

/* Grey */
.timeline li.timeline-grey .timeline-body:after {
    border-right-color: #555555;
}

.timeline li.timeline-grey .timeline-body {
    background: #555555;
}

.timeline li.timeline-grey .timeline-time span.time {
    color: #555555;
}

@media (max-width: 767px) {
    timeline > li .timeline-time span.time {
        font-size: 18px;
    }

    .timeline:before {
        display: none;
    }

    .timeline > li .timeline-time {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .timeline > li .timeline-time span {
        text-align: left;
    }

    .timeline > li .timeline-body {
        margin: 0 0 30px 0;
        padding: 1em;
    }

    .timeline > li .timeline-body:after {
        right: auto;
        left: 20px;
        top: -20px;
    }

    .timeline > li .timeline-icon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }

    /*colors*/


    .timeline li.timeline-red .timeline-body:after {
        border-right-color: transparent;
        border-bottom-color: #e02222;
    }

    .timeline li.timeline-blue .timeline-body:after {
        border-right-color: transparent;
        border-bottom-color: #4b8df8;
    }

    .timeline li.timeline-green .timeline-body:after {
        border-right-color: transparent;
        border-bottom-color: #35aa47;
    }

    .timeline li.timeline-yellow .timeline-body:after {
        border-right-color: transparent;
        border-bottom-color: #ffb848;
    }

    .timeline li.timeline-purple .timeline-body:after {
        border-right-color: transparent;
        border-bottom-color: #852b99;
    }

    .timeline li.timeline-grey .timeline-body:after {
        border-right-color: transparent;
        border-bottom-color: #555555;
    }
}

/**上传按钮**/
.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}