.control-label{
    padding-right: 0;
}
.form-control{
    text-align:center;
    height: 40px; 
    line-height: 32px;
}

body .btn-primary {
background-color: #056dbd;
border-color: #056dbd;
border: 2px solid #056dbd !important;
  /* color: #5CA0DE; */
}

select[multiple] {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	border-color: #245377 !important;
	background-color: #245377!important;
  border: 0px solid #245377 !important;
}
#submit{
    text-align:center;
    padding: 0px 0px;
    height: 40px; 
}
#retrieve{
    text-align:center;
    padding: 0px 0px;
    height: 40px; 
}
#example{
    text-align:center;
    padding: 0px 0px;
    height: 40px; 
}
#download{
    text-align:center;
    padding: 0px 0px;
    height: 40px; 
}
/* .btn-group{
	min-width: 253px;
} */

.multiselect{
	width: 100%;
} 

.dataTables_filter {
text-align: left !important;
}

.btn-example {
color: #ffffff ;
background-color: #b0bac4;
border-color: #b0bac4;
}
.btn-example:hover, .btn-example:active, .btn-example:focus {
	border-color: #afc9e0 !important;
	background-color: #afc9e0!important;
  border: 2px solid #afc9e0 !important;
}

.dataTables_scrollBody {
  background: none !important;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
.btn {
  margin-right: 4px;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.btn-group, .btn-group-vertical {
    display: block;
	
}

select {
	text-align: center;
}

/* HitAnno添加的内容 */

/* 小标题背景色 */
html .panel-tertiary .panel-heading {
	background: #76ba7c;
}