html {
    overflow:hidden;
    overflow-y: auto;
}
.content-header {
	position: relative;
	padding: 0 0 3px 8px
}

.content-header>.breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

[v-cloak] {
display: none;
}

.grid-btn{
	margin-bottom:12px;
    min-height : 35px;
}
.grid-btn .btn{
	margin-right:10px;
}
.pointer{cursor: pointer;}

.ml-10 { margin-left:0 !important; }
@media (min-width: 768px) {
	.ml-10 { margin-left:10px !important; }
	.col-sm-10 {width: 70%;padding-left: 0px;}
	.col-sm-2 {width: 24%;}
}
tbody > tr > th {font-weight: normal;}
.panel .table { margin:0 0; }
.panel .pagination { margin:0; }
.panel-default>.panel-heading {background-color: #f5f5f5;}
.row{
    border-top: 1px solid #ddd;
	margin:0;
	padding:20px 2px 0px 2px;
}
.col-xs-6{padding-left: 0px;padding-right: 0px;}
.form-horizontal .form-group {margin-left:0px;margin-right:0px;}
.form-horizontal{
	width:99%; min-width:550px;padding-top:20px;
}
.form-horizontal .left0{
    padding-left:0px;
}

.notempty{
    color:red;
}

.choiceColor {
    position: absolute;
    top:50px;
    left: -100px;
}
.choiceColor ul{
    display: flex;
    flex-direction: row;
    padding: 0;
    background:#30415F;
    padding: 10px;
}
.choiceColor li{
    width: 20px;
    height: 20px;
    list-style: none;
    margin-right: 20px;
    cursor: pointer;
}
.choiceColor li:first-child{
    background: #222d32;
}
.choiceColor li:nth-child(2) {
    background: #fff;
}
.choiceColor li:nth-child(3) {
    background: #1F87C4;
}
.choiceColor li:nth-child(4) {
    background: #27B76F;
}
.choiceColor li:last-child{
    margin-right: 0;
    background: #4A5F72;
}
.choiceColor li:hover {
    border: 2px solid yellow;
}
.divBox {
    color: #fff;
}
.cbox {
    -webkit-appearance: none;
    height: 15px;   /*高度*/
    vertical-align: middle;
    width: 15px;
    border: 1px solid #CCCCCC;
    padding: 0px;
    background: #fff url('../img/mobile/checked.png') no-repeat -50px center;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
    padding: 0;
}
.ui-jqgrid .ui-jqgrid-htable .ui-th-div{
    height:auto;
}
input[type="checkbox"]:checked {
    background-position: 0px center;
}
#content p {
    word-wrap: break-word;
    word-break: normal;
}

#content img {
    max-width: 100%;
}

#jqGrid  p{
    word-wrap: break-word;
    white-space: pre-line;
    overflow: hidden;
}
#jqGrid p img {
    width: 200px;
    height: 200px;
}
.logoing {
    background: url("../img/logo.png") no-repeat left center;
}
.el-select .el-input {
    width: 130px;
}
.input-with-select .el-input-group__prepend {
    background-color: #fff;
}

.choose{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 3px;
    background-color: #0a78ff;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.ivu-modal-body{
    max-height: 600px;
    overflow: scroll;
}
.studentlist{
    width: 100%;
    line-height: 30px;
}
.studentlist span{
    padding: 5px;
    margin-right: 5px;
    border-radius: 3px;
    background-color: #0a78ff;
    color: #fff;
    font-size: 13px;
}
.bottom-style{
    margin-bottom: 10px;
}