.has-warning .input-group-addon {
    color: #ffba00;
    border-color: #ffba00;
    background-color: #fcf8e3
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f24747
}

.has-error .form-control {
    border-color: #f24747;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #ef1717;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f9a6a6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f9a6a6
}

.has-error .input-group-addon {
    color: #f24747;
    border-color: #f24747;
    background-color: #f2dede
}

.has-feedback label ~ .form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 31px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.57142857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #223047;
    border-color: #1f61d6
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #f6b616;
    border-color: #0f2e66
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f6b616;
    border-color: #1749a0
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #f6b616;
    border-color: #0f2e66
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #f6b616;
    border-color: #1f61d6
}

.btn-primary .badge {
    color: #2d6ee1;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #25b3fe;
    border-color: #0caafe
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #019def;
    border-color: #015a89
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #019def;
    border-color: #0185cb
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #0185cb;
    border-color: #015a89
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #25b3fe;
    border-color: #0caafe
}

.btn-info .badge {
    color: #25b3fe;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #ffba00;
    border-color: #e6a700
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #cc9500;
    border-color: #664a00
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #cc9500;
    border-color: #a87b00
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #a87b00;
    border-color: #664a00
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #ffba00;
    border-color: #e6a700
}

.btn-warning .badge {
    color: #ffba00;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #f24747;
    border-color: #f02f2f
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #ef1717;
    border-color: #950b0b
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ef1717;
    border-color: #d30f0f
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #d30f0f;
    border-color: #950b0b
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #f24747;
    border-color: #f02f2f
}

.btn-danger .badge {
    color: #f24747;
    background-color: #fff
}

.btn-link {
    color: #2d6ee1;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #184da9;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.dropdown-header, .dropdown-menu > li > a {
    padding: 3px 20px;
    line-height: 1.57142857;
    white-space: nowrap
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu-right, .dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    color: #333
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #2d6ee1;
    background-color: transparent
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #2d6ee1
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 3px 3px 0 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0 0 3px 3px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.nav > li, .nav > li > a {
    display: block;
    position: relative
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li > a {
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #2d6ee1
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.57142857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.login-wraper {
    width: 100%;
    height: 100%;
    background: url(../images/login/login-bg.png) center no-repeat;
    background-size: cover
}

.login-wraper .inner {

    box-shadow: 0 0 14px 0 rgba(45, 110, 225, .14);
    border-radius: 6px;
    margin: 100px auto 0;
    max-width: 480px;
    padding: 80px 0
}

.login-wraper .inner .goto {
    color: #999;
    line-height: 22px;
    font-size: 12px;
    margin-top: 30px
}

.login-wraper .inner .goto > a {
    color: #25B3FE
}

.login-wraper .inner .form-sign {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 992px) {
    .login-wraper .inner {
        margin-top: 50px;
        padding: 40px 0
    }

    .login-wraper .login-con {
        margin-top: 0 !important
    }
}

.login-wraper .inner .login-con .form-group {
    position: relative;
    margin-bottom: 30px
}

.login-wraper .inner .login-con .form-control {
    padding-left: 36px;
    height: 36px
}

.login-wraper .inner .login-con.login-pwd .form-control {
    padding-left: 12px;
    height: 36px
}

.input-group.yzm .form-control {
    width: 85%;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.input-group.yzm .input-group-btn:last-child > .btn {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.input-group.yzm .btn-wide {
    width: 90px
}

.form-icon {
    position: absolute;
    left: 8px;
    top: 2px;
    font-size: 20px;
    color: #ccc;
    font-weight: lighter;
    z-index: 3
}

.login-wraper .help-block {
    position: absolute;
    left: 0;
    height: 22px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0
}

.login-wraper .inner .btn-block {
    box-shadow: 0 4px 12px 0 rgba(45, 110, 225, .34)
}

.login-wraper .login-con .nav-tabs {
    border-bottom: none;
    display: inline-block;
    /*margin-left: 30px*/
}

.login-l-img {
    text-align: right
}

.login-wraper .narrow .narrow-r {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto
}

.login-wraper .narrow .logo {
    margin-top: 7px
}

.login-wraper .narrow .title {
    color: #2d6ee1
}

.login-wraper .narrow .tips {
    margin: 20px 0
}

.login-wraper .narrow .goto {
    margin-top: 30px
}

.btn-100 {
    width: 100%
}

@media screen and (max-width: 768px) {
    .login-wraper .narrow .title {
        text-align: center
    }
}

.evaluation-scheme-table > tbody > tr > td, .evaluation-scheme-table > thead > tr > th {
    padding: 20px 40px;
    vertical-align: middle
}

.evaluation-scheme-table > thead > tr > th {
    border-bottom-width: 1px
}

.evaluation-scheme-table td {
    font-size: 12px
}

.evaluation-scheme-table > tfoot > tr > td {
    vertical-align: middle
}

.evaluation-scheme-table .evaluation-scheme-name, .evaluation-scheme-table .evaluation-scheme-weight {
    width: 25%
}

.evaluation-scheme-table .evaluation-scheme-subitems > li {
    line-height: 30px
}

.course-outlines li a .pull-right, .modal-scheme-item .checkbox, .modal-scheme-item .checkbox-inline {
    line-height: 20px
}

.evaluation-scheme-table .evaluation-scheme-subitems > li + li {
    margin-top: 4px
}

.evaluation-scheme-table .form-control {
    border-radius: 0;
    text-align: center;
    width: 80px
}

.evaluation-scheme-table .input-group {
    width: 108px
}

.evaluation-scheme-table .input-group .input-group-addon {
    background-color: transparent;
    border-width: 0
}

#evaluation-scheme-chart {
    height: 280px;
    margin-bottom: 20px
}

.evaluation-scheme-init-table {
    margin-bottom: 0
}

.evaluation-scheme-init-table th, .evaluation-scheme-init-table th label {
    font-weight: 700
}

.evaluation-scheme-init-table .evaluation-scheme-init-item {
    width: 25%
}

.modal-scheme-item .modal-body {
    min-height: 96px;
    padding-top: 20px;
    padding-bottom: 20px
}

.evaluation-scheme-subitems .subitem-name {
    max-width: 280px;
    display: inline-block;
    vertical-align: middle
}

.ko-course .add-part-btn {
    display: block;
    padding: 5px 0;
    border: 1px solid grey;
    border-radius: 4px;
    color: #000
}

.ko-course div.part {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px
}

.ko-course div.part .part-tag {
    position: relative;
    left: 0;
    top: 3px;
    padding: 5px 20px;
    background-color: #4fca4c;
    border: 1px solid #4fca4c;
    color: #fff
}

.ko-course div.part .part-cancel {
    position: absolute;
    right: 0;
    top: 0
}

.ko-course div.block-btn {
    display: inline-block;
    margin-left: -20px;
    padding-right: 10px
}

.ko-course ul.list-unstyled {
    padding-left: 40px;
    padding-right: 40px
}

.ko-course ul.list-unstyled li.text-list {
    padding: 5px 0;
    margin-left: -35px
}

.ko-course div.form-group.extra {
    margin-left: -150px;
    margin-top: 20px
}

.ko-course .introduce-course {
    color: #4fca4c
}

.ko-course .add-child {
    color: gray
}

.ko-course .relative {
    position: relative
}

.ko-course .relative .absolute-left {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -2px;
    margin-left: 1px
}

.ko-course .relative .absolute-right {
    position: absolute;
    top: -4px;
    right: 5px
}

.ko-course .relative .prev-content {
    top: 60px
}

.ko-course .relative .next-content {
    top: 60px;
    right: 60px
}

.ko-course .res-info {
    margin-top: 10px;
    fontsize: 12px;
    color: #666
}

.ko-course .sel-body {
    margin-top: 90px;
    margin-bottom: 260px
}

.ko-course .sel-body .sel-tag {
    margin-left: -8px;
    margin-top: 10px;
    color: #4fca4c
}

.ko-course .outline-head {
    background-color: #CCC;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.ko-course a.choosed {
    font-size: 14px;
    color: #337ab7
}

.ko-course a.normal {
    font-size: 14px;
    color: #333
}

.ko-course .sel-tag {
    margin-left: 15px;
    margin-top: 10px;
    color: #4fca4c
}

.ko-course td.title {
    padding-left: 20px;
    border: none
}

.ko-course td.option {
    position: absolute;
    right: 30px;
    border: none
}

.ko-course .title-style {
    border-left: 10px solid #4fca4c;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.ko-course .released {
    color: #fff;
    background-color: #CCC;
    border-color: #CCC;
    margin-right: 25px
}

.ko-course .on {
    background-color: #DDD;
    border-color: #DDD;
    margin-right: 25px
}

.ko-course #unreleased {
    padding: 6px 33px;
    margin-left: 25px
}

.ko-course .info {
    margin-top: 90px;
    margin-bottom: 90px;
    font-size: 14px;
    color: #999;
    font-weight: 700
}

.ko-course .couple {
    margin-left: 25px;
    margin-right: 25px
}

.ko-course .importance {
    color: #4fca4c
}

.course .invis, .course-outlines .invis {
    color: #999
}

#outlineModal .modal-body a {
    color: #666
}

#outlineModal .modal-body a:hover {
    color: #2d6ee1
}

.course-frame .course-header {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px
}

.course-frame .course-header .progress-bar {
    background-color: #4fcb4c
}

.course-frame .course-header .course-thumb {
    width: 50%;
    height: 150px
}

.course-frame .course-header .media-left {
    padding-right: 20px;
    position: relative
}

.course-frame .course-header .course-title {
    font-size: 18px;
    margin: 1em 0 5px -175px
}

.text-muted-socre {
    margin: -2em 54px -65px 210px
}

.course-frame .course-header .course-info .col-sm-4 {
    margin-bottom: 10px
}

.course-frame .course-learn {
    margin-top: 25px
}

.course-frame .course-learn .btn {
    color: #fff;
    background-color: #2d6ee1;
    border-color: #2d6ee1;
    position: absolute;
    right: 100px;
    bottom: -10px
}

.course-frame .course-thumb {
    position: relative
}

.course-frame .media-left-collect {
    background: #b2de80;
    padding: 10px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.border-line {
    border-right: 1px solid #999
}

.course-frame .nav-tabs-underline {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0
}

.course-frame .nav-tabs-underline > li > a {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 15px;
    border-bottom-width: 3px !important
}

.course-frame .tab-pane {
    background-color: #fff;
    padding: 20px 0
}

.course-frame .tab-title {
    font-size: 16px;
    margin-top: 0
}

.course-frame .tab-section, .course-frame .tab-title {
    padding-right: 20px;
    padding-left: 20px
}

.course-frame .tab-section-title {
    border-left: 10px solid #2d6ee1;
    color: #999393;
    font-size: 14px;
    line-height: 20px;
    position: relative
}

.course-frame .tab-section-title:after {
    content: "";
    height: 0;
    border-bottom: 1px solid #d8d8d8;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0
}

.course-frame .tab-section-title span {
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 3
}

.course-frame .course-summary {
    margin-bottom: 30px
}

.course-outlines li a {
    color: #545454;
    border-top: 1px solid #eee;
    display: block;
    padding: 10px 20px 10px 0;
    position: relative
}

.course-outlines li a:active, .course-outlines li a:focus, .course-outlines li a:hover {
    color: #00d0ea
}

.course-outlines li a .caret {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px
}

.course-outlines li a.collapsed .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.course-outlines li ol {
    padding-left: 2em
}

.course-outlines li ol li:first-child > a {
    margin-left: -2em;
    padding-left: 2em
}

.course-outlines ol {
    margin-bottom: 0
}

.course-outlines > ol > li:first-child > a {
    border-top-color: transparent
}

.course-outlines-stat {
    color: #969696;
    font-size: 12px;
    padding-left: 7em
}

.course-outlines-stat + ol > li:first-child > a {
    border-top-color: #eee
}

.course-outlines .label-new {
    margin-left: 1em
}

.label-new {
    background-color: #fb0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1px 1em 1px .5em;
    position: relative
}

.label-new:after {
    content: "";
    position: absolute;
    top: 2px;
    right: -8px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.course-resources .resource-list > li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-left: 40px
}

.course-resources .resource-list > li img {
    width: 27px;
    height: 35px;
    margin-left: -40px;
    margin-right: 10px
}

.course-resources .resource-list > li .acts {
    line-height: 35px;
    float: right;
    width: 220px
}

.course-resources .resource-list > li.list-header .acts {
    line-height: inherit
}

.course-resources .resource-list > li .time, .course-resources .resource-list > li time {
    color: #999393;
    font-size: 12px
}

.course-activities > li {
    margin-bottom: 30px
}

.course-activities .act-intro {
    color: #6a6161
}

.course-activities .act-intro.media .media-left {
    padding-right: 4px
}

.course-activities .media {
    margin-top: 8px
}

.course-activities .media .act-label {
    width: 70px
}

.course-progress-list li {
    margin: 20px 0
}

.course-note-list .note-item {
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding-bottom: 20px
}

.course-note-list .note-item .avatar {
    width: 48px;
    height: 48px
}

.course-note-list .note-item .note-heading {
    margin-top: 10px;
    margin-bottom: 15px
}

.course-note-list .note-item .time-point {
    border: 1px solid #999;
    border-radius: 4px;
    color: #999;
    text-align: right;
    display: block;
    width: 7em;
    padding-right: .8em;
    position: relative
}

.course-note-list .note-item .time-point .addon {
    background-color: #999;
    color: #fff;
    text-align: center;
    width: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.tab-content .tab-comment {
    padding-top: 3%
}

.tab-comment .comment-top {
    margin-bottom: 4%
}

.tab-comment .comment-top .comment-top-left {
    float: left;
    margin-top: -1%
}

.tab-comment .comment-top .comment-top-left img {
    width: 80px;
    height: 80px
}

.tab-comment .comment-top .comment-top-right {
    float: right;
    width: 90%
}

.comment-top-right .comment-msg .write-comment {
    border: 1px solid #b6b6b6;
    background: #f2f2f2;
    width: 90%;
    border-color: #b8b8b8 transparent #ccc #b8b8b8
}

.comment-top-right .comment-msg .write-comment input {
    height: 60px;
    width: 100%;
    border: none;
    position: relative;
    background: #f2f2f2;
    outline: 0
}

.comment-top-right .comment-msg .write-comment .comment-camera {
    z-index: 1;
    position: absolute;
    right: 11px;
    top: 40%;
    font-size: 30px;
    margin-top: -8px;
    cursor: pointer;
    color: #ccc
}

.comment-top-right .comment-msg .comment-submit {
    width: 62px;
    height: 62px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 4px;
    background: #f90;
    border-radius: 0;
    cursor: pointer;
    margin-left: -18px;
    border: 0
}

.comment-top-right .comment-score {
    margin-left: -20px;
    padding-top: 30px;
    font-size: 16px
}

.tab-comment .comment-down {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.tab-comment .comment-down .comment-down-left {
    float: left;
    margin-top: -1%
}

.tab-comment .comment-down-left img {
    width: 80px;
    height: 80px
}

.comment-down .comment-down-right {
    float: left;
    width: 89%;
    padding-left: 5px
}

.comment-down .comment-down-right .comment-name {
    padding-bottom: 20px
}

.comment-down .comment-down-right .name-text {
    font-size: 16px;
    color: #333;
    margin-right: 6%
}

.comment-down .comment-down-right .comment-text {
    line-height: 2;
    color: #666
}

.comment-down .comment-down-right .comment-name ul {
    display: inline-block;
    color: #666;
    font-size: 15px
}

.comment-down .comment-down-right .comment-reply {
    line-height: 2;
    color: #999
}

.comment-down .comment-down-right .comment-reply span:nth-child(1) {
    float: left
}

.comment-down .comment-down-right .comment-reply span:nth-child(2) {
    float: right;
    color: #f90
}

.comment-pic-list li {
    float: left;
    margin-right: 10px;
    position: relative
}

.comment-pic-list li img {
    width: 80px;
    height: 80px;
    cursor: pointer
}

.comment-pic .huifu {
    float: right;
    color: #f90
}

.comment-arrow {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 6px dashed transparent;
    border-top: 6px solid green;
    position: absolute;
    left: 31px;
    top: 80px;
    filter: alpha(opacity=0);
    bottom: -8px;
    background: 0 0;
    opacity: 1
}

.comment-pic-list li.active {
    border: 2px solid green
}

.comment-content {
    background-color: #fff;
    padding: 20px;
    overflow: auto;
    zoom: 1
}

.group-course-disabled {
    pointer-events: none;
    color: #999
}

#bigImg {
    cursor: pointer
}

#edit {
    font-size: 14px
}

.course-frame .course-learn .tip-modal {
    margin: 222px auto
}

.course-frame .course-learn .tip-modal .tip-modal-body {
    height: 300px;
    width: 462px;
    border-radius: 36px;
    margin-top: -50px;
    z-index: -1;
    margin-left: 14px
}

.course-frame .course-learn .tip-modal .tip-modal-body .modal-body {
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 24px;
    margin-top: 30px
}

.la-title {
    font-size: 20px;
    color: #2D6EE1;
    margin-bottom: 20px;
    display: inline-block
}

.la-media {
    padding: 28px 20px;
    border: 1px dashed #ccc;
    border-radius: 3px;
    margin-bottom: 30px
}

.la-media .media-heading {
    font-size: 16px;
    margin-top: 12px
}

.la-media .media-body p {
    color: #999;
    line-height: 24px;
    margin: 0;
    font-size: 12px
}

.la-media .media-body p span {
    margin: 0 6px
}

.la-media .media-body .author, .la-media .media-body .la-time-end, .la-media .media-body .la-time-start {
    margin-right: 14px
}

.la-top-btn {
    margin-top: 15px
}

.la-media .media-body .la-des {
    max-height: 44px;
    overflow: hidden
}

.la-homework-nav {
    margin-top: 30px
}

.pl0 {
    padding-left: 0
}

.hw-btn button {
    margin: 60px 15px 0
}

h4.la-homework-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    margin-top: 25px
}

.la-homework-main {
    border: 1px solid #eee;
    border-radius: 3px;
    min-height: 460px
}

.form-group .la-remark-content {
    height: 120px;
    resize: none
}

.la-read-area {
    font-weight: 700;
    margin-bottom: 30px
}

.form-horizontal .form-group .la-public {
    text-align: left;
    padding-left: 12px
}

.discuss-content p.content span, .la-vote-time span {
    font-weight: 400;
    display: inline-block;
    text-align: center
}

.la-vote-state {
    margin: 15px 0
}

.la-vote-state div b {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 2px 6px
}

.la-vote-state div b.active {
    background: #2d6ee1
}

.la-vote-state p span {
    margin: 0 6px
}

.la-vote-content {
    border-top: 1px solid #eee
}

.la-vote-content li {
    height: 76px;
    border-bottom: 1px solid #eee
}

.la-vote-content li .progress, .la-vote-content li .progress .progress-bar {
    height: 12px;
    border-radius: 100px
}

.la-vote-content li > .radio, .la-vote-content li > p {
    margin-top: 28px
}

.la-vote-content li .progress {
    margin-top: 33px;
    padding: 0;
    box-shadow: none
}

.add-vote-option {
    margin-bottom: 60px
}

.la-vote-content li > p span {
    margin-left: 6px
}

.la-vote-time span {
    padding-top: 9px
}

.la-vote-time .control-label {
    padding-left: 0
}

.la-vote-tip i {
    color: #2d6ee1;
    margin-right: 6px
}

.la-vote-tip {
    font-size: 12px;
    color: #999;
    margin-bottom: 40px
}

.vote-items label, .vote-time-form .text {
    line-height: 40px
}

.test-answer, .test-question .question > div {
    white-space: normal
}

.vote-time-form .input-append {
    margin-bottom: 5px
}

.vote-time-form .input-append .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.vote-time-form div span {
    background: #fff;
    padding: 0
}

.vote-time-form div .iconfont {
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
    color: #2d6ee1;
    border-color: #fff
}

.discuss-content .la-ask-toolbar li a, .discuss-content time {
    font-size: 12px;
    color: #666
}

.discuss-content p.content span {
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    margin: 0 7px;
    color: #fff;
    line-height: 26px
}

.discuss-content p.content .stick {
    background: #f24747
}

.discuss-content p.content .elite {
    background: #ffba00
}

.la-ask-area p.content {
    font-size: 16px
}

.la-ask-area .comment-replies {
    border-radius: 3px;
    padding: 0;
    background: 0 0
}

.la-ask-area .comment-replies > li {
    background: #f5f5f5;
    padding: 12px;
    border-radius: 3px;
    margin: 20px 0
}

.la-ask-area .comment-replies::after {
    border-bottom-color: transparent
}

.la-ask-area .comment-replies span {
    font-size: 12px;
    color: #999
}

.discuss-content .la-ask-toolbar li {
    float: left;
    margin: 0
}

.discuss-content .la-ask-toolbar li form button {
    font-size: 12px;
    color: #666;
    padding: 2px 6px
}

.discuss-content .la-ask-toolbar li form span {
    margin-right: 10px;
    color: #666
}

.la-replies-list {
    padding: 12px;
    background: #f5f5f5;
    border-radius: 3px
}

.la-replies-list .comment-replies {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    margin: 0
}

.la-replies-list .comment-replies a {
    color: #333;
    font-weight: 700
}

.la-replies-list li:first-child {
    padding-top: 0
}

.la-replies-list li .ask-reply-text {
    resize: none;
    margin-top: 20px;
    background: 0 0
}

.la-replies-list li .reply-btn {
    width: 80px;
    height: 40px
}

.la-ask-area .la-look-all {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border-color: transparent;
    margin: 20px 0
}

.discuss-content .comment-replies li .del {
    font-size: 12px;
    padding: 0
}

.lc-information-con form div.form-group {
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .form-horizontal .form-group .set-vote-time {
        text-align: left
    }
}

@media (max-width: 768px) {
    .vote-time-form .input-append input {
        margin: 5px 0
    }
}

.my-concept {
    min-height: 460px;
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 8px
}

.my-concept .tip {
    color: #666
}

.count-test > td {
    color: #333 !important
}

.test-prew {
    margin-left: 30%
}

.sub-number {
    color: #666;
    margin-bottom: 30px
}

.tkgl-table.table > tbody > tr:hover {
    border: none
}

.tkgl-table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff
}

.tkgl-table.table > tbody > tr:hover > td .btn-close {
    color: #F24747
}

.tkgl-table.table > tbody > tr > td {
    padding: 20px 0
}

.pl-15 {
    padding-left: 15px !important
}

.pl-23 {
    padding-right: 23px !important
}

.tkgl-table.table > tbody > tr > td .btn {
    color: #999
}

.test-question .question {
    float: left;
    cursor: pointer;
    width: 80%
}

.test-answer .question img, .test-question .question img {
    max-width: 100%
}

.test-question > .text-center {
    float: left;
    width: 20%
}

.test-question .action {
    float: right
}

.test-question {
    padding: 0 0 0 15px
}

.test-answer {
    display: none;
    background-color: #f5f5f5;
    padding: 30px 15px;
    margin-top: 20px
}

.test-answer .question {
    margin-bottom: 20px
}

.test-answer .answer {
    color: #333;
    display: table;
    margin-bottom: 10px
}

.test-answer .answer .jx {
    width: 42px;
    display: table-cell
}

.mark-con, .mark-wraper {
    width: 100%;
    height: 100%
}

.test-answer .answer .answer-de {
    padding-left: 10px;
    color: #666;
    display: table-cell
}

.test-nav {
    margin-bottom: 15px;
    margin-top: -10px
}

.test-nav-1 {
    margin-bottom: 20px;
    margin-top: 20px
}

.question-content .question .q-title p {
    margin-bottom: 0
}

.question-content .question {
    cursor: pointer
}

.question-content .question .checkbox, .question-content .question .q-title {
    display: table-cell;
    cursor: pointer
}

.mark-wraper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none
}

.mark-con {
    display: table;
    overflow: hidden
}

.mark-con .mark-box {
    vertical-align: middle;
    display: table-cell;
    text-align: center
}

.mark-con .mark-tips {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .45);
    color: #fff;
    padding: 8px 15px
}

#qList tr:first-child > td {
    border-top: none
}

.tkgl-table.table > tbody + tbody {
    border-top: 1px solid #eee
}

.tkgl-table label {
    font-weight: 400
}

.tkgl-table input.score, input.setscore {
    border: 1px solid #CCC;
    width: 60px;
    height: 24px;
    text-align: center;
    border-radius: 3px;
    margin: 0 8px
}

.nav > li > form > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > form > a:hover {
    color: #2d6ee1 !important
}

.test-sec-nav .nav-pills > li > a, .test-sec-nav .nav-pills > li > form > a {
    color: #333
}

.test-sec-nav .nav-pills > li:first-child a {
    padding-left: 0
}

.test-sec-nav .nav-pills > li.active > a, .test-sec-nav .nav-pills > li.active > a:focus, .test-sec-nav .nav-pills > li.active > a:hover, .test-sec-nav .nav-pills > li.active > form > a, .test-sec-nav .nav-pills > li.active > form > a:focus, .test-sec-nav .nav-pills > li.active > form > a:hover, .test-sec-nav .nav > li > a:focus, .test-sec-nav .nav > li > a:hover, .test-sec-nav .nav > li > form > a:focus, .test-sec-nav .nav > li > form > a:hover {
    background-color: #fff;
    color: #2d6ee1
}

.score-de .question {
    color: #333
}

.score-de .question label {
    display: inline-block;
    background: #2D6EE1;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 10px
}

.score-de .options {
    padding-left: 36px
}

.score-de .options .lc-checkbox label, .score-de .options .lc-radio label {
    padding-left: 28px
}

.score-de .options .lc-checkbox, .score-de .options .lc-radio {
    margin-bottom: 20px
}

.score-de .options .lc-radio input[type=radio] + .radio-icon {
    top: -1px
}

.analysis {
    margin-bottom: 15px
}

.analysis > span {
    color: #333;
    float: left;
    display: inline-block
}

.analysis > p {
    display: table-cell
}

.zgt-noanswer {
    color: #666;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px
}

.modal-piyue-con .modal-title {
    text-align: left;
    padding-left: 35px
}

.modal-piyue-con.img-preview-con .modal-header .close {
    margin-top: 5px
}

.modal-piyue label {
    text-align: left !important;
    font-weight: 400
}

.modal-piyue .question {
    color: #333;
    margin-bottom: 20px;
    line-height: 22px
}

.modal-piyue .user-answer {
    border: 1px dashed #CCC;
    border-radius: 3px;
    padding: 15px;
    color: #666;
    margin-bottom: 20px
}

.modal-piyue .refer-answer {
    background: #F5F5F5;
    color: #666;
    padding: 15px;
    margin-bottom: 20px
}

.modal-piyue .refer-answer .title {
    color: #333;
    margin-bottom: 10px
}

.modal-piyue .form-group .control-label {
    float: left
}

.modal-piyue .form-group .form-control {
    width: 80px;
    float: left;
    margin-left: 20px
}

.modal-piyue .form-group span {
    float: left;
    color: #999;
    padding-top: 7px;
    margin-left: 20px
}

.rating-rtl, .sortContainer .la-header .green-bordered-title .glyphicon {
    float: right
}

.option-handle i {
    margin-right: 10px;
    font-size: 12px
}

.table-piyueyq > thead th:last-child {
    width: 25%
}

.modal-piyue-con .piyue-p span {
    color: #666
}

.modal-piyue-con .piyue-p {
    margin-bottom: 25px
}

.table-py-de > thead th:nth-child(5) {
    width: 19%
}

.table-py-de > thead th:nth-child(6) {
    width: 20%
}

.py-options {
    margin-top: 40px
}

.py-options > li {
    margin-bottom: 30px
}

.py-options > li .media {
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 15px 10px;
    position: relative
}

.py-options > li .media-object {
    width: 115px
}

.py-options > li .lc-checkbox {
    position: absolute;
    right: 26px;
    top: 9px
}

.table-py-setting {
    margin-top: 20px
}

.table-py-setting > tbody > tr > td > input {
    width: 80%
}

.read-remark form {
    padding: 0 15px
}

.read-remark form .score {
    line-height: 40px
}

.read-remark form .remark {
    height: 200px
}

.exercise-title {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-top: 40px;
    font-weight: 700
}

.sortContainer .la-header .green-bordered-title {
    background-color: rgba(45, 110, 225, .14);
    padding: 14px 16px
}

.sortContainer {
    margin-top: 20px
}

.sortContainer .item {
    padding: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative
}

.sortContainer .question-num {
    display: inline-block;
    background: #2D6EE1;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 10px
}

.sortContainer .item > .q-wraper {
    display: table
}

.sortContainer .question-title {
    display: table-cell
}

.sortContainer .question-title img {
    display: inline-block
}

.sortContainer .question-con {
    padding-left: 30px
}

.sortContainer .item .mask {
    cursor: crosshair;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%
}

.lc-information-con .qInput {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 10px 15px 0
}

.lc-information-con .form-group.option-handle {
    margin-bottom: 30px
}

.lc-information-con #analysis, .lc-information-con #content {
    min-height: 100px
}

.lc-information-co .choiceContentTemp {
    min-height: 40px
}

/*!
 * bootstrap-star-rating v4.0.2
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2017, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: url(../img/loading.gif) top left no-repeat;
    border: none
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: not-allowed
}

.rating-container .star {
    font-size: 18px;
    display: inline-block;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    color: #aaa
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 1px 1px #999
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-lg {
    font-size: 3.91em
}

.rating-md {
    font-size: 3.13em
}

.rating-sm {
    font-size: 2.5em
}

.rating-xs {
    font-size: 2em
}

.rating-xl {
    font-size: 4.89em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    padding-right: 5px
}

.clear-rating-active {
    cursor: pointer !important
}

.clear-rating-active:hover {
    color: #843534
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 6px;
    min-width: 50px;
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

.star-tips {
    font-size: 12px;
    color: #999
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

.recommend-caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

.recommed-point, .recommend-title {
    color: #999;
    font-size: 12px
}

.recommend-title {
    position: relative;
    top: -85px;
    margin-left: 110px;
    display: table-cell;
    float: left;
    max-width: 110px
}

.community-fonts, .recommend-user, a.cooperation {
    color: #2d6ee1
}

.module-title, .recommend-resource-title, .recommend-user-name {
    display: inline-block;
    vertical-align: middle
}

img.recommend-img {
    width: 100px;
    height: 80px;
    position: relative;
    left: -50px;
    vertical-align: initial
}

div.recommend {
    position: relative;
    left: 60px;
    top: -90px
}

.recommend-user {
    font-weight: 400;
    font-size: 12px;
    text-align: left
}

li.efrecommend {
    padding-top: 10px
}

.recommend-user-img {
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.recommend-list-unstyled li {
    loat: left;
    margin-right: 20px;
    padding-top: 10px;
    width: 270px
}

.recommend-well {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3
}

.recommend-well .nav {
    background: rgba(45, 110, 225, .14);
    height: 46px;
    line-height: 46px;
    margin-bottom: 0
}

.recommend-well .nav > li > a {
    padding: 12px 15px 7px;
    color: #2d6ee1
}

.recommend-well .nav-tabs-underline > li.active > a, .recommend-well .nav-tabs-underline > li.active > a:active, .recommend-well .nav-tabs-underline > li.active > a:focus, .recommend-well .nav-tabs-underline > li.active > a:hover {
    border-bottom-color: #e1ebfb
}

.recommend-well .nav-tabs-underline > li > a:active, .recommend-well .nav-tabs-underline > li > a:focus, .recommend-well .nav-tabs-underline > li > a:hover {
    border-color: #e1ebfb
}

.recommend-well .tab-content {
    padding: 10px 15px
}

div.community-resources {
    position: relative;
    top: 10px
}

div.community-learnings-items, div.community-resources-items {
    position: relative;
    left: 20px
}

img.user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.pull-left {
    float: left
}

.recommend-user-name {
    font-size: 12px;
    color: #999;
    max-width: 120px;
    padding-right: 14%
}

.recommend-resource-title {
    max-width: 150px;
    color: #333
}

.time {
    color: #999;
    font-size: 12px;
    display: block
}

.recommend-collaborators {
    display: inline-block;
    max-width: 90px;
    vertical-align: middle
}

.tab-change {
    padding-left: 15px;
    padding-right: 15px;
    height: 400px
}

.tab-ku {
    position: relative
}

.tab-search {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0
}

.content-ku {
    position: relative
}

.icon-ku {
    position: absolute;
    top: 6%;
    right: -7%;
    width: 20%
}

.content-ku ul li {
    list-style: none;
    margin-bottom: 7%
}

.contact-icon ul li span, .content-ku ul li span {
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 3%;
    vertical-align: middle
}

.content-ku ul li span {
    width: 14px;
    height: 14px;
    background-color: #f24747
}

.content-ku ul li span.yet {
    background-color: #2d6ee1
}

.content-ku ul li span.lack {
    background-color: #bcbcbc
}

.content-ku ul li span.already {
    background-color: #FFBA00
}

.content-ku ul li i {
    font-style: normal;
    margin-left: 4%;
    font-size: 5px
}

.contact-header {
    margin-left: 1px;
    height: 48px;
    line-height: 48px;
    background-color: #dedede;
    margin-right: -4px
}

div.contact-path {
    cursor: pointer;
    background-color: #f2f2f2
}

div.contact-blue {
    background-color: #1296db;
    color: #fff
}

.learn-header {
    background-color: #f5f5f5;
    padding-top: 2%
}

.learn-time {
    display: inline-block
}

.contact-icon {
    position: relative
}

.contact-icon ul {
    position: absolute;
    top: 35px;
    right: 4%;
    width: 20%
}

.contact-icon ul li {
    list-style: none
}

.contact-icon ul li span {
    width: 25px;
    height: 25px;
    background-color: red
}

.contact-icon ul li span.yet {
    background-color: #00b050
}

.contact-icon ul li span.lack {
    background-color: #bcbcbc
}

.contact-icon ul li span.already {
    background-color: #fa6900
}

.contact-icon ul li i {
    font-style: normal;
    font-size: 80%;
    margin-left: 4%
}

#loreContent .study {
    position: absolute;
    cursor: pointer
}

#loreContent .study ul li {
    list-style: none;
    background-color: #f2f2f2
}

#learnContent {
    border: 1px solid #ECECEC;
    margin-bottom: 20px
}

#kuPartner {
    border: 1px solid #000
}

.cognitivemap-learningpath-header {
    background-color: #f5f5f5;
    padding: 19px;
    border: 1px solid #ECECEC
}

.cognitivemap-learningpath-header ul:first-child {
    padding-top: 3px
}

.cognitivemap-learningpath-header input.date {
    width: 108px
}

.cognitivemap-learningpath-header li.active a {
    color: #4fcb4c
}

.view-btn {
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 30%;
    cursor: pointer;
    display: inline
}

.content-head {
    background-color: #f5f5f5;
    padding: 19px;
    border: 1px solid #ECECEC
}

.search-ku-btn {
    top: 0;
    border: 1px solid #ccc;
    background-color: #fff
}

.view-color {
    background-color: #00B050
}

#myTabContent {
    border: 1px solid #ECECEC;
    margin-bottom: 20px
}

#recommend-path input[type=radio] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #CECECE;
    text-indent: .15em;
    line-height: 1
}

#recommend-path input[type=radio]:checked + label::before {
    border: 1px solid #01cd78;
    background-color: #01cd78;
    background-clip: content-box;
    padding: .2em
}

.adaption li .elementManage, .adaption li a {
    line-height: 24px;
    padding: 18px 8px
}

#recommend-path input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.icon-leaner {
    position: absolute;
    top: 2%;
    right: 1%;
    width: 30%
}

.icon-line ul li {
    display: inline
}

.catalogFixed {
    position: fixed
}

.adaption li a {
    color: #787D82;
    font-family: "Microsoft YaHei";
    font-size: 16px
}

.adaption li .elementManage, .fansile li a {
    color: #787D82;
    font-family: "Microsoft YaHei";
    font-size: 14px
}

.fansile li a {
    line-height: 14px;
    padding: 8px
}

.buju-list li img {
    width: 60px;
    height: 60px;
    margin-top: 20px
}

.bujuContainer {
    margin-right: auto;
    margin-left: auto;
    width: 60%
}