body {
    overflow-y: hidden;
}
.group-header-head{
    position:absolute;
    top:35px;
    left:6px;
    display:flex;
    align-items: center;
    justify-content: space-around;
    line-height: 30px;
    background-color: #FFF;
    z-index: 99;
    border-radius:0 0 5px 5px;
    width: calc(100% - 12px);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}
#vue-students-groups{
    position: relative;
}
.group-header-head+div{
    margin-top: 30px;
}
.vue-group-item-student-span-item{
    font-size: 12px;
    margin-right: 5px;
}
.vue-group-item-student-span-name{
    font-size: 16px;
    margin: 0 10px 0 5px;
}
.student-item-display{
    position: absolute;
    top:30px;
    left:20%;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    display: none;
    z-index: 1;
    border-radius: 5px;
}
.vue-group-change-title{
    width: 100%;
    min-width: 50px;
    border: 0px;
    color: rgb(0, 0, 0);
    border-radius: 1px;
    height: 100%;
}
.vue-group-edit-group-btn{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;

}
.vue-group-edit-group-btn li{
    font-size: 25px;
    color:rgb(95, 185, 228);
}
.vue-group-edit-group-btn li:hover{
    color: rgb(18, 136, 228);
}
vue-group-item-content:last-child{
    margin-bottom: 100px;
}
.vue-group-change-title:focus{
    outline: 0px;
}
.vue-group-model-content{
    top: 20%;
    position: absolute;
    left: 20%;
    width: 60%;
    border-radius: 5px;
    padding: 20px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
}.vue-group-model-content-mask{
     position: fixed;
     top:0;
     left:0;
     width:100%;
     height:100%;
     z-index: 999999;
     background: rgba(204,204,204,0.32);
}
.contextmenu {
    margin: 0;
    background: #fff;
    z-index: 3000;
    position: fixed;
    list-style-type: none;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.contextmenu li {
    margin: 0;
    padding: 7px 16px;
    cursor: pointer;
}

.contextmenu li:hover {
    background-color: rgb(3, 125, 243);;
    color: white;
}

#student_group{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.vue-group-content{
    border: 1px solid #ccc;
    height:500px;
    overflow: auto
}
.vue-group-item-content{
    border: 1px solid #ccc;
    height:200px;
    margin: -5px 5px 5px 5px;
    overflow: auto
}
.vue-groud-item-item{
    width: 100%;
    border-radius: 5px;
    border: 1px solid  #ccc;
    margin: 3px 0 0 0;
    padding: 5px;
    box-sizing: border-box;
}
.vue-groud-title{
    margin:0;
    font-size: 1.5em;
    line-height: 30px;
    background:rgba(76,147,254,1);
    color: white;
    padding: 5px 0 5px 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vue-groud-item-title{
    margin: 5px;
    font-size: 1em;
    line-height: 24px;
    background: #4FBEF5;
    /*background: #42e0f5;*/
    color: white;
    padding: 5px 0 5px 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*newLoading*/
#loading_content_new{
    position: absolute;
    top:0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100vh;
    background-color: rgba(115,114,119,0.65);
}
#loading_content_txt{
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}
#loading_content_new>div{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
}
 #loading_content_new #loading_content_loading{
    width: 100px;
    height: 40px;
}
 #loading_content_new #loading_content_loading span{
    display: inline-block;
    width: 8px;
     margin: 0 5px;
    height: 100%;
    border-radius: 4px;
    background: lightgreen;
    -webkit-animation: loadNew 1s ease infinite;
}
@-webkit-keyframes loadNew{
    0%,100%{
        height: 40px;
        background: lightgreen;
    }
    50%{
        height: 70px;
        margin: -15px 4px;
        background: lightblue;
    }
}
 #loading_content_new #loading_content_loading span:nth-child(2){
    -webkit-animation-delay:0.2s;
}
 #loading_content_new #loading_content_loading span:nth-child(3){
    -webkit-animation-delay:0.4s;
}
  #loading_content_new #loading_content_loading span:nth-child(4){
    -webkit-animation-delay:0.6s;
}
 #loading_content_new #loading_content_loading span:nth-child(5){
    -webkit-animation-delay:0.8s;
}

.modal-big{
    width:90%;
}

/*newLoading*/

/*打分组件*/
.vue-socre-item-item{
    min-width: 80px;
    text-align: center;
}
.vue-socre-item-score{
    width: 30px;
    bottom:0;
    color:#999;
    font-size:12px
}
.vue-socre-Img{
    position: absolute;
    top:0;
    left: 0;
    width: 30px;
    height:24px;
    background: url('/stable-1.0.1/assets/kbds/images/vue-star.svg')
}
.vue-socre-active-Img{
    position: absolute;
    top:0;
    left: 0;
    height:24px;
    background: url('/stable-1.0.1/assets/kbds/images/vue-active-star.svg')
}
.vue-socre-item{
    line-height: 24px;
    padding: 6px 0;
}
.vue-socre-item:nth-of-type(odd){
    /*background-color: #fdf5e6;*/
}.vue-socre-item:nth-of-type(even){
     background-color: #fdf5e6;
}
/*打分组件*/

.table-border-bottom{
    border-bottom: 2px dashed  #999;
    overflow: hidden;
    margin:20px 0
}
#three .table-border-bottom:last-child{
    border-bottom: 0px dashed  #999;
}#five .table-border-bottom:last-child{
    border-bottom: 0px dashed  #999;
}#six .table-border-bottom:last-child{
    border-bottom: 0px dashed  #999;
}#eight .table-border-bottom:last-child{
     border-bottom: 0px dashed  #999;
 }

.text_over_hidden{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.jobunitCooperationSpan{
     color: black;
     font-weight: 600;
     margin-left: 5px;
 }
.jobunitCooperationImg{
    max-width: 100px;
    min-width: 100px;
}


.modal-big{
    width:90%;
}

.loading-2{
    width: 80px;
    height: 40px;
    margin: 0 auto;
    margin-top:100px;
}
.loading-2 span{
    display: inline-block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: lightgreen;
    -webkit-animation: load 1s ease infinite;
}
@-webkit-keyframes load{
    0%,100%{
        height: 40px;
        background: lightgreen;
    }
    50%{
        height: 70px;
        margin: -15px 0;
        background: lightblue;
    }
}
.loading-2 span:nth-child(2){
    -webkit-animation-delay:0.2s;
}
.loading-2 span:nth-child(3){
    -webkit-animation-delay:0.4s;
}
.loading-2 span:nth-child(4){
    -webkit-animation-delay:0.6s;
}
.loading-2 span:nth-child(5){
    -webkit-animation-delay:0.8s;
}

/*文章 控件  star*/
.article-view{
    text-indent:26px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.contentFooterBtn{
    margin: 20px 0 10px;
    font-size:12px;
    bottom:-5px;
    position: absolute
}
.contentFooterBtnItem{
    margin-right:5px;
    color:#777
}

.myCursor{
    cursor: pointer;
}

.isLikeActicleColor{
    color:red;
}

.acticleItem{
    /*margin:10px;*/
    min-height: 140px;
    border-bottom:1px solid #e5e5e5;
}
.acticleItem:last-child{
    border-bottom:0px solid #e5e5e5;
}

.noDataDiv{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    line-height:100px;
    color: rgba(30,140,133,0.71);
}
/*文章 控件end*/

/*加载动画 star*/
@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.loading-1 {
    position: relative;
    height: 100%;
    width: 100%;
    /* background-color: #000; */
}

.loading-1 > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 60px;
    height: 60px;
    animation: ball-scale-multiple 1s 0s linear infinite;
    background-color: #ccc;
    border-radius: 100%;
}

.loading-1 > div:nth-of-type(2) {
    animation-delay: -0.4s;
}
.loading-1 > div:nth-of-type(3) {
    animation-delay: -0.2s;
}
/*加载动画 end*/
.teacherAddLabel{
    white-space: nowrap;
    width: 13%;
    box-sizing: border-box;
    padding: 7px 15px 0px;
}
/**/

.page-container {
    overflow-y: auto;
}

.group {
    border: 1px solid #E0E4E8;
    height: 365px;
    padding-bottom: 30px;
}

.drag-cls {
    font-size: 1.5em;
    line-height: 30px;
    background: #4FBEF5;
    color: white;
    padding: 5px 0;
    display: block;
}

.group_name, .group_order {
    margin-left: 3px;
    display: inline-block;
}

.ui-state-line {
    height: 30px;
    background-color: white;
    border: 1px dashed darkgray;
    width: 90%;
    /*position: relative;*/
    text-align: center;
    line-height: 30px;
    margin: 10px auto;
    list-style-type: none;
}

.ui-state-default {
    height: 30px;
    background-color: white;
    border: 1px solid darkgray;
    width: 90%;
    margin: 10px auto;
    list-style-type: none;
}

.drag-content {
    overflow: auto;
    height: 323px;
    width: 100%;
}

.btn-left {
    float: right;
    margin-right: 10px;
}

.nurse_order_container {
    border-right: #cccccc solid 1px;
    line-height: 26px;
    text-align: center;
    font-size: 1.3em;
    padding: 0;
    min-width: 29px;
    height: 28px;
    display: inline-block;
    background-color: #9FC569;
    color: white;
}

.nurse_name_container {
    font-size: 1.4em;
    line-height: 26px;
    color: #959595;
    display: inline-block;
    padding-left: 5px;
}

input[type=checkbox] {
    margin: 0;
    padding: 0;
    width: 15px;
    height: 18px;
}

.textbox {
    max-height: 34px;
    min-height: 34px;
}

.textbox-text {
    max-height: 34px;
    min-height: 34px;
}

.tagbox {
    max-height: 1370px;
}

.form-control {
    padding-left: 4px;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: .5em;
    border: 0;
    width: auto
}

.modal-clg {
    width: 100%;
    margin: 0px;
}


.scroll-hidden {
    overflow: hidden;
}

.select-type p {
    margin-bottom: 15px;
}

.select-type p span {
    font-size: 14px;
    color: #666;
    border: 1px solid #999;
    display: inline-block;
    padding: 6px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.select-type .multiple span.on {
    border: 2px solid #f60;
    padding: 5px;
    background: url(/stable-1.0.1/assets/kbds/images/on.png) no-repeat right bottom;
}

.select-type .single span.on {
    border: 2px solid #04B571;
    padding: 5px;
    background: url(/stable-1.0.1/assets/kbds/images/on-green.png) no-repeat right bottom;
}


table > tbody > tr > .value {
    word-break: break-all;
}

table > tbody > tr > .title {
    word-break: keep-all;
}

.btn-tiny {
    height: 26px;
    line-height: 10px;
}

.search-form .icon-clear {
    padding-top: 45px;
}

.search-form .textbox-prompt {
    color: black;
}

#CRUD-Modal .modal-body {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    max-height: 500px;
    padding: 0px;
}

.ck-editor-scope {
    min-height: 70px;
}

.modal-footer .btn-toolbar {
    margin-bottom: 0px;
}

div[keyid="event-id"] {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    height: 16px;
    margin-top: 2px;
}

.focus-border {
    height: 200px;
}

.focus-border:hover {
    border: 2px solid #79845b;
    border-radius: 2px;
    z-index: 10;
}

.inputColor {
    background-color: white;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.dynamic-preview .handsontable td, .dynamic-preview .handsontable th {
    padding: 0px;
}

.dynamic-preview .htDimmed {
    color: #000;
}

.dynamic-preview .ht_master .wtHolder {
    overflow-x: hidden;
}

.dynamic-preview .htCore tr {
    border: 1px solid #ccc;
}

.dynamic-component {
    margin-top: -1px;
    border: 2px solid transparent;
}

.dynamic-component .form-control {
    border: none;
}

.dynamic-component .textbox {
    max-height: 500px;
    height: 100%;
    min-height: 34px;
    border: none;
}

.dynamic-component .textbox-focused {
    border: none;
}

.dynamic-component .textbox-text {
    max-height: 500px;
    height: 100%;
    min-height: 34px;
    border: none;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 1px 5px;
}

.skeleton .avatar {
    height: 52px;
    background-color: #ccc;
    border-radius: 25%;
    margin: 8px;
    background-color: #ccc;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    animation: shine-avatar 1.6s infinite linear;
}

.skeleton .line {
    margin-top: 12px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    animation: shine-lines 1.6s infinite linear;
}

.skeleton .line ~ .line {
    background-color: #ddd;
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 800px;
    }
}

@keyframes shine-avatar {
    0% {
        background-position: -32px;
    }
    40%, 100% {
        background-position: 400px;
    }
}

.highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
    fill: #4c77f0 !important;
    stroke: #4c77f0 !important;
}

.highlight:not(.djs-connection) .djs-visual > .djs-label {
    fill: whitesmoke !important;
}

.history-modal{
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.history-modal-content{
    background-color: #d8d8d8;
    margin: 10% auto;
    width: 30%;
    height: 350px;
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.history-modal-content .left-panel {
    float: left;
    height: 100%;
    border-right: 1px solid #797777;
    width: 40%;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: auto;
}

.history-modal-content .right-panel {
    float: right;
    width: 60%;
    height: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: auto;
}

.history-modal-content .list-group-item {
    background-color: #d8d8d8;
}

.page-spinner-bar > div,
.block-spinner-bar > div {
    background: #6fa7d7;
}


.nav-tabs, .nav-pills {
    margin-bottom: 1px;
}


.page-spinner-bar > div,
.block-spinner-bar > div {
    background: #6fa7d7;
}

/* 定义滚动条宽度 */
::-webkit-scrollbar {
    width: 10px;
}

/* 定义那个轨道的样式 */
::-webkit-scrollbar-track {
    background: transparent;
}

/* 定义滚动按钮的样式，就是那个bar */
::-webkit-scrollbar-thumb {
    background: rgba(222, 222, 224, 0.38);
    transition: opacity .8s linear;
}

::-webkit-scrollbar-thumb:hover {
    background: #CFCFCF;
}


input.error {
    border: 1px solid red;
}

#tips {
    float: left;
    margin-top: 10px ;
    /*margin: 2px 0 0 20px;*/
}

#tips span {
    float: left;
    width: 50px;
    height: 20px;
    color: white;
    background: green;
    margin-right: 2px;
    line-height: 20px;
    text-align: center;
}
.questionsHeader{
    padding: 15px;
    display: block;
    margin: 0 0 10px;
    line-height: 1.42857143;
    border-radius: 4px;
    font-size: 16px;
    background-color: #f5deb352;
    border:none;
    word-wrap:break-word;
    word-break:break-all;
    width:100%
}
.mypreviewInput{
    margin: 10px 10px 0px;
    width: 100%;
    border: 0;
    line-height: 25px;
    border-bottom: 1px solid #eee;
}
.mypreviewInput:focus {
    outline:none;
    border-bottom: 1px solid #2b94ee;
}



