.control-label {
  padding-right: 0;
}

.form-control {
  text-align: center;
  height: 42px;
  line-height: 31px;
}

#submit {
  text-align: center;
  padding: 0px 0px;
  height: 42px;
}
#retrieve {
  text-align: center;
  padding: 0px 0px;
  height: 42px;
}
#example {
  text-align: center;
  padding: 0px 0px;
  height: 42px;
}
#download {
  text-align: center;
  padding: 0px 0px;
  height: 42px;
}
#Browse {
  border-radius: 4px; /* 设置圆角的半径，可以根据需要调整 */
}

.dataTables_filter {
  text-align: left !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: 6px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

/* HitAnno添加的内容 */

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

/* btn-primary 按钮颜色（Submit, Retrive） */
body .btn-primary {
  background-color: #5d988f !important;
  border-color: #5d988f !important;
  border: 2px solid #5d988f !important;
}
html body .btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-color: #3e7a72 !important;
  background-color: #3e7a72 !important;
  border: 2px solid #3e7a72 !important;
}

/* btn- example 按钮颜色 */
.btn-example {
  color: #ffffff;
  background-color: #b0bac4;
  border-color: #b0bac4;
}
.btn-example:hover,
.btn-example:active,
.btn-example:focus {
  border-color: #b1dbcd !important;
  background-color: #b1dbcd !important;
  border: 2px solid #b1dbcd !important;
}

/* 导航栏字体颜色 */
.gtco-nav ul li a {
  font-size: 20px !important;
  padding: 30px 10px;
  color: #5d988f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

::-webkit-selection {
  color: #fff;
  background: #5d988f;
}

::-moz-selection {
  color: #fff;
  background: #5d988f;
}

::selection {
  color: #fff;
  background: #5d988f;
}

/* 表格项目按钮设置 */
#retTaskID:focus {
  outline: none; /* 去掉默认的蓝色外框 */
  border-color: #27ae60; /* 自定义绿色边框 */
  box-shadow: 0 0 4px #27ae60; /* 添加柔和的绿色发光效果（可选） */
}
#photoCover:focus {
  outline: none; /* 去掉默认的蓝色外框 */
  border-color: #27ae60; /* 自定义绿色边框 */
  box-shadow: 0 0 4px #27ae60; /* 添加柔和的绿色发光效果（可选） */
}
#email:focus {
  outline: none; /* 去掉默认的蓝色外框 */
  border-color: #27ae60; /* 自定义绿色边框 */
  box-shadow: 0 0 4px #27ae60; /* 添加柔和的绿色发光效果（可选） */
}

/* “OK”按钮 */
html body button.confirm {
  background-color: #5d988f !important;
  box-shadow: 0 0 2px #3e7a72, 0 0 0 1px rgba(0, 0, 0, 0.05) inset !important;
  border: none !important;
  color: #fff !important;
}
