/***
Default theme
***/

/***
Reset and overrides  
***/
body {
  background-color: #3d3d3d !important;
}
/***
Page header
***/
.header {
  filter: none !important;
  background-image: none !important;
  background-color: #212121 !important;
}
.header .btn-navbar {
  background-color: #212121 !important;
}
.header .navbar-nav .dropdown-toggle:hover,
.header .navbar-nav .dropdown.open .dropdown-toggle {
  background-color: #383838 !important;
}
.header .navbar-nav li.dropdown .dropdown-toggle i {
  color: #8a8a8a !important;
}

/***
Header Search
***/
.header .search-form {
  background-color: #000;
}

.header .search-form .form-control {
  color: #999;
  border: 0; 
  background-color: #000;  
}

.header .search-form .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #777;
}
.header .search-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #777;
}
.header .search-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #777;
}
.header .search-form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #777;
}

.header .search-form .submit {  
  background: url(../../images/search-icon-light.png);
}

/***
Hor menu
***/
.header .hor-menu ul.nav li a {
  color: #999;
}

.header .hor-menu ul.nav li.open > a,
.header .hor-menu ul.nav li > a:hover,
.header .hor-menu ul.nav li > a:focus {
  color: #fff;
  background: #383838;
}

.header .hor-menu .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active > a,
.header .hor-menu ul.nav li.active > a:hover {
  color: #fff;
  background: #e02222 !important; 
}

.header .hor-menu ul.nav li.current > a,
.header .hor-menu ul.nav li.current > a:hover {
  color: #fff;
  background: #108cee !important; 
}

.header .hor-menu .dropdown-menu {  
    background: #383838;
}
.header .hor-menu .dropdown-menu li > a {    
    color: #999;
}

.header .hor-menu .hor-menu-search-form-toggler.off {
   background: #383838 url(../../images/hor-menu-search-close.png) no-repeat center;
}

.header .hor-menu .search-form {  
  background:#383838; 
}

.header .hor-menu .search-form form input {
  color: #999;
}

.header .hor-menu .search-form .btn {
  color: #999;
  background: url(../../images/search-icon.png) no-repeat center;
}

.header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

/***
Mega Menu
***/
.mega-menu .mega-menu-submenu {  
  border-right: 1px solid #444;
}

.mega-menu .mega-menu-submenu li h3 {  
  color: #fff;
}

/***
Page sidebar
***/
.page-sidebar {
  background-color: #3d3d3d;
}
ul.page-sidebar-menu > li > a {
  border-top: 1px solid #5c5c5c !important;
  color: #ffffff !important;
}
ul.page-sidebar-menu > li:last-child > a {
  border-bottom: 1px solid transparent !important;
}
ul.page-sidebar-menu > li a i {
  color: #969696;
}
ul.page-sidebar-menu > li.open > a,
ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li:hover > a {
  background: #303030;
}
ul.page-sidebar-menu > li.active > a {
  background:  #e02222!important;/* #212121 */
  border-top-color: transparent !important;
  color: #ffffff;
}
ul.page-sidebar-menu > li.active > a i {
  color: #ffffff;
}
ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}
ul.page-sidebar-menu > li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
  color: #ffffff !important;
  background: #575757 !important;
}
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
  background: #575757 !important;
}
/* 3rd level sub menu */
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu li.open > a {
  color: #ffffff !important;
  background: #575757 !important;
}
/* font color for all sub menu links*/
ul.page-sidebar-menu li > ul.sub-menu > li > a {
  color: #bdbdbd;
}
/* menu arrows */
ul.page-sidebar-menu > li > a .arrow:before,
ul.page-sidebar-menu > li > a .arrow.open:before {
  color: #7d7d7d !important;
}
ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,
ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
  color: #707070 !important;
}
ul.page-sidebar-menu > li > a > .arrow.open:before {
  color: #8a8a8a !important;
}
ul.page-sidebar-menu > li.active > a .arrow:before,
ul.page-sidebar-menu > li.active > a .arrow.open:before {
  color: #ffffff !important;
}
/* sidebar search */
.page-sidebar .sidebar-search input {
  background-color: #242424 !important;
  color: #7d7d7d;
}
.page-sidebar .sidebar-search input::-webkit-input-placeholder {
  color: #7d7d7d !important;
}
.page-sidebar .sidebar-search input:-moz-placeholder {
  color: #7d7d7d !important;
}
.page-sidebar .sidebar-search input:-ms-input-placeholder {
  color: #7d7d7d !important;
}
.page-sidebar .sidebar-search input {
  background-color: #3d3d3d !important;
  color: #bfbfbf !important;
}
.page-sidebar .sidebar-search .input-box {
  border-bottom: 1px solid #7d7d7d !important;
}
.page-sidebar .sidebar-search .submit {
  background-image: url(../../images/search-icon.png);
}
/***
Sidebar toggler
***/
.sidebar-toggler {
  background-image: url(../../images/sidebar-toggler.jpg);
  /* background-color: #242424; */
}
/* search box bg color on expanded */
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
  background-color: #3d3d3d !important;
}
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
  background-image: url("../../images/sidebar-search-close.png");
}
/* sub menu bg color on hover menu item */
.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {
  background-color: #3d3d3d;
}
/***
Footer 
***/
.footer .footer-inner {
  color: #999999;
}
.footer .footer-tools .go-top {
  background-color: #4f4f4f;
}
.footer .footer-tools .go-top:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer .footer-tools .go-top i {
  color: #8a8a8a;
}
/***
Footer Layouts (new in v1.3)
***/
/* begin:fixed footer */
/*.page-footer-fixed .footer {
  background-color: #242424;
}*/
.page-footer-fixed .footer .footer-inner {
  color: #999999;
}
.page-footer-fixed .footer .footer-tools .go-top {
  background-color: #4f4f4f;
}
.page-footer-fixed .footer .footer-tools .go-top i {
  color: #8a8a8a;
}
/* end:fixed footer */
/***
Gritter Notifications 
***/
.gritter-top {
  background: url(../../plugins/gritter/images/gritter.png) no-repeat left -30px !important;
}
.gritter-bottom {
  background: url(../../plugins/gritter/images/gritter.png) no-repeat left bottom !important;
}
.gritter-item {
  display: block;
  background: url(../../plugins/gritter/images/gritter.png) no-repeat left -40px !important;
}
.gritter-close {
  background: url(../../plugins/gritter/images/gritter.png) no-repeat left top !important;
}
.gritter-title {
  text-shadow: none !important;
  /* Not supported by IE :( */

}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  background-image: url(../../plugins/gritter/images/gritter-light.png) !important;
}
.gritter-item-wrapper a {
  color: #18a5ed;
}
.gritter-item-wrapper a:hover {
  color: #0b6694;
}
/* begin: boxed page */
@media (min-width: 992px) {
  .page-boxed {
    background-color: #2e2e2e !important;
  }
  .page-boxed .page-container {
    background-color: #3d3d3d;
    border-left: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
  }
  .page-boxed.page-sidebar-reversed .page-container {
    border-left: 0;
    border-right: 1px solid #5e5e5e;
  }
  .page-boxed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-bottom: 0;
  }
  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .page-boxed.page-sidebar-fixed .page-sidebar {
    border-left: 1px solid #5e5e5e;
  }
  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
    border-right: 1px solid #5e5e5e;
    border-left: 0; 
  }
  .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
    background-color: #2e2e2e !important;
  }
}
/* end: boxed page */
/***
Landscape phone to portrait tablet
***/
@media (max-width: 991px) {
  /***
    page sidebar
    ***/
  .page-sidebar {
    background-color: #292929 !important;
  }
  ul.page-sidebar-menu > li > a {
    border-top: 1px solid #4a4a4a !important;
  }
  ul.page-sidebar-menu > li:last-child > a {
    border-bottom: 0 !important;
  }
  .page-sidebar .sidebar-search input {
    background-color: #292929 !important;
  }
  ul.page-sidebar-menu > li.open > a,
  ul.page-sidebar-menu > li > a:hover,
  ul.page-sidebar-menu > li:hover > a {
    background: #1e1e1e;
  }
}



.data_import .active a{
    border-top: solid 1px #3d3d3d!important;
    border-left: solid 1px #3d3d3d!important;
    border-right: solid 1px #3d3d3d!important;
    background: #3d3d3d!important;
    color: #bfbfbf!important;
    border-radius: 0px!important;
}
.data_import {
  background: #F5F5F5!important;
  border-bottom: 1px #bdbdbd solid!important;
}
/**����*/
.modal-header {
    border-bottom: 1px solid #EFEFEF;
    background-color: #ffffff!important;
    height: 40px;
}
.modal-title {
    font-size: 14px;
    line-height: 10px;
    color: #333333;
}

   
/*.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}*/
     
/*�ۺ�����*/
.tab-switch_home li.tab-active_home {
    font-size: 16px;
    cursor: default;
    background-color: #dff0d8!important;
    color:#3c763d!important;
    border: 1px solid #d6e9c6!important;
}

.tab-switch_home li.tab-active_home span {
    color: #ffffff!important;
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 20px!important;
    margin: 0px 10px;
    border-radius: 50% !important;
    background: #3c763d!important;
    border: 1px solid #d6e9c6!important;
    font-size: 15px;
}

.tab-switch_home li {
    font-size: 16px;
    display: inline;
    color:#a94442!important;
    position: relative;
    float: none;
    display: inline;
    padding: 15px 5%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ebccd1!important;
    background-color: #f2dede!important;
    margin-right: 50px;
    border-radius: 5px !important;
}

.tab-switch_home-item span {
    color: #ffffff!important;
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 20px!important;
    margin: 0px 10px;
    border-radius: 50% !important;
    background: #108cee!important;
    border: 1px solid #ebccd1!important;
    font-size: 15px;
}
/*�ۺ����ý���**/
/*��ť*/
.btn.green {
    color: white!important;
    text-shadow: none!important;
    background-color: #108cee!important;
}

.btn.green:hover, .btn.green:focus, .btn.green:active, .btn.green.active, .btn.green.disabled, .btn.green[disabled] {
            background-color: #209bfd !important;
            color: #fff !important;
            outline: none !important;
        }

.time-title span{
    color: #eee!important;
}

.btn-default {
  background-color: #fff;
  border-color: #ebebeb;
  color: #108cee!important;
}

.btn-default:hover{
  background-color:#f0faff;
  border-color: #ebebeb;
}

.fixed-table-toolbar .form-control {
  color: #108cee!important;
  background-color: #ffffff!important;
  border: 1px solid #ebebeb!important;
}
.demo--label {
  /* color: #108cee!important; */
}

.demo--radio:checked + .demo--radioInput:after {
  background-color: #108cee!important;
}


/*.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {
  background-color:transparent!important;
}*/

/*�л�ְԱ*/
.current_staff {
    color: #108cee !important;
    background: #f0faff!important;
}


/*a��ǩ����ʽ*/
.forget-password div >a {
    text-shadow: none !important;
    color: #0d638f!important;
}
.forget-password div a:hover {
  text-shadow: none !important;
    color: #0d638f!important;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #108cee!important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #108cee;
  cursor: default;
  background-color: #f0faff;
  border-color: #108cee;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 2;
  background-color: #eee;
  border-color: #ddd;
}

.pagination a {
  color: #108cee!important;
}

.pagination-jump>li>a, .pagination-jump>li>input, .pagination-jump>li>span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #108cee!important;
  text-decoration: none;
  background-color: #fff;
}

a {
  text-shadow: none !important;
  color: #108cee;
}


.table_form ._name {/*f0faff*/
  background-color: #ffffff!important;
  color: #3665a9!important;
  font-weight: 500!important;
  font-size: 13px!important;
}
.table_form ._title {
  background-color: #f0faff!important;
  color: #108cee!important;
}
.tab-list .table thead tr {
  background-color: #f0faff!important;
  border: 1px solid #ffffff!important;
}
.table_form {
  border: #a0c6e5!important;
}

.table_form tr{
  line-height: 35px!important;
}

.table_form .btn {
  line-height: 22px!important;
}

.table_form ._value textarea {
  min-height: 40px!important;
}


.reead {
  background-color: #F5F5F5!important;
}
.reead div{
  margin:0px 10px!important;
}
.table_form ._value .form-control {
  margin-top: 0px !important;
  min-height: 36px!important;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
}
.box-title-plan{
  font-weight: 600!important; 
}
.box-title{
  font-weight: 600!important;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.control-label {
  font-size: 13px;
}
.table-bordered {
  border: 0px solid #ddd;
}
ol, ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 10px;
}
.ui-attach-x {
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  margin-bottom: -1px;
}
.ui-attach {
  border: none;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  border-radius: 0;
  *zoom: 1;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ui-attach-x .ui-attach-block {
  position: relative;
  min-width: 28px;
  height: auto;
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 5px 5px 5px 0px;
}
.ui-attach-block {
  float: left;
  min-width: 58px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #fff;
  color: #108cee;
  background-color: #f3f5f7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ui-attach-del{
  color: #ed4e2a;
  position: absolute;
  font-size: 16px;
  right: -5px;
}

.tab-switch-wrapper {
  padding: 10px!important;
  background: #ffffff!important;
}

.tab-switch li {
  color: #555!important;
}

.tab-switch li.tab-active {
  color: #108cee!important;
}

.tabbable-custom .nav-tabs > li > a {
  padding: 10px 10px!important;
  color: #555;
}

.tabbable-custom .nav-tabs > li.active > a {
  color: #108cee!important;
}


.tab-content>.tab-pane {
  position: relative;
  padding: 10px;
  min-height: 450px;
}


.ver-inline-menu li.active a, .ver-inline-menu li.active i {
  color: #fff;
  background: #169ef4;
  text-decoration: none;
}
.ver-inline-menu li.active a {
  border-left: solid 2px #0c91e5;
}