/* 自定义主题色 #003c79 */

/* 主按钮样式 */
.btn-primary {
  color: #FFF !important;
  background-color: #003c79 !important;
  border-color: #003c79 !important;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #FFF !important;
  background-color: #003c79 !important;
  border-color: #003c79 !important;
}

.btn-primary:hover {
  color: #FFF !important;
  background-color: #003c79 !important;
  border-color: #003c79 !important;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF !important;
  background-color: #003c79 !important;
  border-color: #003c79 !important;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #FFF !important;
  background-color: #003c79 !important;
  border-color: #003c79 !important;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #003c79 !important;
  border-color: #003c79 !important;
}

.btn-primary .badge {
  color: #003c79 !important;
  background-color: #333 !important;
}

/* 链接颜色 */
.text-primary {
  color: #003c79 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #003c79 !important;
}

/* 表单输入框焦点颜色 */
.form-control:focus {
  border-color: #003c79 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 3px rgba(154, 255, 0, 0.1) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 3px rgba(154, 255, 0, 0.1) !important;
}

/* 复选框和单选按钮激活状态 */
.checkbox input[type="checkbox"]:checked,
.radio input[type="radio"]:checked {
  background-color: #003c79 !important;
  border-color: #003c79 !important;
}

/* 导航栏激活状态 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #003c79 !important;
  color: #333 !important;
}

/* 选项卡激活状态 */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: #003c79 !important;
  color: #003c79 !important;
}

/* Pills 导航激活状态 */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #003c79 !important;
  color: #FFF !important;
}

/* 进度条 */
.progress-bar {
  background-color: #003c79 !important;
}

/* 徽章 */
.badge {
  background-color: #003c79 !important;
  color: #333 !important;
}

/* 标签 */
.label-primary {
  background-color: #003c79 !important;
  color: #FFF !important;
}

/* 面板标题 */
.panel-primary > .panel-heading {
  background-color: #003c79 !important;
  border-color: #003c79 !important;
  color: #FFF !important;
}

.panel-primary {
  border-color: #003c79 !important;
}

/* 列表组激活状态 */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #003c79 !important;
  border-color: #003c79 !important;
  color: #FFF !important;
}

/* 登录页面特殊样式 */
.login-section .logon-tab > a.active {
  background-color: #003c79 !important;
  color: #FFF !important;
  border-bottom-color: #003c79 !important;
}

.login-section .logon-tab > a:hover {
  background-color: rgba(154, 255, 0, 0.1) !important;
  color: #003c79 !important;
}

/* 按钮忘记密码链接颜色 */
.btn-forgot {
  color: #003c79 !important;
}

.btn-forgot:hover {
  color: #003c79 !important;
} 

.sidenav .list-group .list-group-item.active > a {
    color: #FFF !important;
}


/* .dropdown-toggle {
    color: #FFF !important;
    font-size: 25px !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.dropdown-toggle:hover {
    color: #FFF !important;
    background-color: #000 !important;
} */

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #FFF !important;
    background-color: #000 !important;  
}

.dropdown-toggle::after {
    display: none !important;
}