.tag-select-box {
	padding: 20px;
    border: #ddd 1px solid;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    margin: 5px 0;
}

.search-title-text {
    font-size: 14px;
    line-height: 32px;
    padding-left: 0;
    padding-right: 0;
}

.emphasize {
    color: #18a689;
    font-weight: bold;
}

.emphasize-error {
    color: #E75976;
    font-weight: bold;
}

table > tbody > tr > td.table-select {
    padding: 2px;
}

.table-select .form-control {
    padding: 4px 8px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
}

/* 此样式解决备注超五字部分隐藏 */
.contact-details {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 5em;
    margin: 0 auto;
    /*text-align: left;*/
}

#student-table thead th {
    text-align: center;
}

#class-table thead th {
    text-align: center;
}

.editable-table tbody tr:hover {
    border: 1px double #18a689;
    cursor: default;
}

.info-title {
    text-align: right;
    font-size: 14px;
    line-height: 32px;
}

.clockpicker-button-mybutton {
    color: steelblue;
}
.clockpicker-button-mybutton:hover {
    color: steelblue;
}

.clockpicker-popover {
    z-index:2500 ;
}
