/*新增员工列表*/
.navbar_sm11 {
  /*模态框*/
  padding-right: 26px;
}

.navbar_sm11 .ctn_hd {
  border: 1px solid #F5F7FA;
  background: #fff;
  height: 70px;
  text-align: left;
  line-height: 70px;
  padding-left: 20px;
}

.navbar_sm11 .ctn_hd h3 {
  font-size: 20px;
  color: #999;
  font-weight: normal;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt {
  height: 75px;
  line-height: 75px;
  border: 1px solid #F5F7FA;
  margin-top: 20px;
  padding: 0px 20px;
  border-top: none;
  background: #fff;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .ctn_add {
  width: 100px;
  line-height: 32px;
  height: 32px;
  float: left;
  margin-top: 22px;
  text-align: center;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .ctn_add a {
  display: block;
  background: #E81B3C;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  height: 34px;
  line-height: 34px;
  padding: 0;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .ctn_add a span {
  padding: 0px 2px;
  position: relative;
  top: -1px;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .tiaojian {
  float: left;
  margin-left: 10px;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt button {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .tiaojian span {
  font-size: 14px;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .tiaojian select {
  margin: 0px 5px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  padding-left: 10px;
  font-size: 14px;
  color: #999;
  border-radius: 5px;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .ctn_search {
  float: left;
  position: relative;
  width: 200px;
  height: 75px;
  overflow: hidden;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .ctn_search div {
  position: absolute;
  right: 35px;
  transition: 1s;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .ctn_search input[type="text"] {
  margin-left: 30px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ddd;
  padding-left: 10px;
  font-size: 14px;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .ctn_search button {
  height: 36px;
  position: absolute;
  right: 0;
  top: 21px;
  line-height: 36px;
  width: 40px;
  margin-left: -5px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}

.navbar_sm11 .navbar_nav_bd .ctn_ipt .ctn_search button i {
  font-size: 18px;
  color: #000;
}

.navbar_sm11 table tr > th {
  text-align: center;
}

.navbar_sm11 table tr > td {
  text-align: center;
}

/*.navbar_sm11 table {*/
/*width: 100%;*/
/*border-collapse: collapse;*/
/*background: #fff;*/
/*}*/
/*.navbar_sm11 table thead tr {*/
/*width: 100%;*/
/*height: 60px;*/
/*line-height: 60px;*/
/*border: 1px solid #ddd;*/
/*}*/
/*.navbar_sm11 table thead tr th {*/
/*border: 1px solid #ddd;*/
/*width: 60px;*/
/*font-size: 16px;*/
/*color: #666;*/
/*text-align: center;*/
/*font-weight: bold;*/
/*}*/
/*.navbar_sm11 table tbody tr {*/
/*width: 100%;*/
/*border: 1px solid #ddd;*/
/*height: 60px;*/
/*}*/
/*.navbar_sm11 table tbody tr td {*/
/*border: 1px solid #ddd;*/
/*width: 200px;*/
/*font-size: 14px;*/
/*color: #656565;*/
/*text-align: center;*/
/*}*/
.navbar_sm11 table tbody tr td span {
  margin: 0px 2px;
}

.navbar_sm11 table tbody tr td span.tip {
  border-radius: 30px;
  width: 50px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #FF5722;
  text-align: center;
  cursor: pointer;
}

.navbar_sm11 table tbody tr td a {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  color: #E81B3C;
  font-size: 14px;
  margin: 0 4px;
}

.navbar_sm11 table tbody tr td .active {
  position: relative;
}

.navbar_sm11 table tbody tr td .active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7px;
  width: 1px;
  height: 72%;
  margin: auto;
  background: #E81B3C;
}


.navbar_sm11 .ctn_page {
  height: 50px;
  width: 100%;
  border: 1px solid #F5F7FA;
  text-align: right;
  position: relative;
  margin-top: 50px;
}

.navbar_sm11 .ctn_page ul {
  background: #EBEEEF;
  position: absolute;
  right: 0px;
  margin-right: 30px;
  margin-top: 8px;
}

.navbar_sm11 .ctn_page ul li {
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #D7DCDE;
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
}

.navbar_sm11 .ctn_page ul li.page_caret {
  transform: rotate(180deg);
}

.navbar_sm11 .ctn_page ul li:first-child {
  margin: 0px;
  width: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.navbar_sm11 .ctn_page ul li:last-child {
  width: 45px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navbar_sm11 .ctn_page ul li:hover,
.navbar_sm11 .ctn_page ul li.page_active {
  background: #BC1A1A;
}

.navbar_sm11 .ctn_page ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.navbar_sm11 .ctn_page ul.page_top {
  display: none;
  height: 100px;
  position: absolute;
  top: -105px;
  right: 33px;
  background: url("../img/page_grey.png") no-repeat center;
}

.navbar_sm11 .ctn_page ul.page_top li {
  width: 70px;
  background: #D7DCDE;
  float: none;
  height: 31px;
  font-size: 12px;
  margin: 0px;
  border-radius: 0;
  font-weight: normal;
}

.navbar_sm11 .ctn_page ul.page_top li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.navbar_sm11 .ctn_page ul.page_top li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.navbar_sm11 .ctn_page ul.page_top li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navbar_sm11 .ctn_page ul.page_top li:hover,
.navbar_sm11 .ctn_page ul.page_top li.page_active {
  background: #BC1A1A;
}

.navbar_sm11 .modal {
  display: none;
}

.navbar_sm11 .modal .modal-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  background: #333;
  z-index: 2;
}

.navbar_sm11 .modal .modal-box {
  width: 320px;
  z-index: 3;
  background: #ffffff;
  position: fixed;
  left: 50%;
  padding: 0px;
  /* margin-left: -210px; */
  top: 50%;
  /*  transform: translateX(-50%) translateY(-50%); */
}

.navbar_sm11 .modal .modal-box .modal-content {
  padding: 0px;
  overflow: hidden;
  border: none;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-header {

  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-header .close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: right;
  display: block;
  margin-top: 23px;
  margin-right: 20px;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-header .close i {
  font-size: 25px;
  color: #333;
  display: block;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-header h3 {
  color: #666;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-body {
  /*margin: 35px 10px;*/
  color: #333;
  font-size: 18px;
  text-align: left;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-body p {
  line-height: 45px;
  font-size: 14px;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-body input {
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  font-size: 14px;
  width: 380px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-footer {
  height: 40px;
  line-height: 30px;
  width: 100%;
  text-align: left;
  border: none;
  padding-top: 0px;
  background: #fff;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-footer a {
  display: inline-block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  font-size: 14px;
  margin: 0px 10px;
  color: #333;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  opacity: 1;
}

.navbar_sm11 .modal .modal-box .modal-content .modal-footer a:nth-child(1) {
  width: 90px;
  height: 34px;
  line-height: 34px;
  background: #E81B3C;
}

/*新增员工*/
.navbar_sm111 {
  width: 100%;
  background: #fff;
  top: 1%;
  position: absolute;
}

.navbar_sm111 .ctn_header {
  height: 55px;
  line-height: 55px;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
}

.navbar_sm111 .ctn_header h3 {
  line-height: 55px;
  font-weight: normal;
  font-size: 20px;
  margin: 0 !important;
  margin-right: 20px !important;
  text-align: center;
}

.navbar_sm111 .form {
  text-align: left;
  padding: 10px;
  margin-left: 68px;
  overflow: hidden;
}

.navbar_sm111 .form p {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

.navbar_sm111 .form input[type="text"] {
  width: 368px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-left: 10px;
  font-size: 12px;
  line-height: 34px;
}

.navbar_sm111 .form textarea {
  width: 97%;
  height: 88px;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ddd;
}

.navbar_sm111 .form select {
  width: 380px;
  height: 34px;
  padding-left: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.navbar_sm111 .form select option {
  border: 0.01rem solid #E81B3C;
}

.navbar_sm111 .form .form_img {
  width: 65px;
  height: 65px;
  border: 1px solid #FAFAFA;
  margin-bottom: 10px;
  float: left;
  margin-right: 20px;
}

.navbar_sm111 .form .form_img img {
  width: 100%;
  height: 100%;
}

.navbar_sm111 .form .rt_div {
  float: left;
  height: 65px;
}

.navbar_sm111 .form .rt_div .div1 {
  line-height: 34px;
  height: 34px;
  background: #08BB07;
  width: 138px;
  position: relative;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}

.navbar_sm111 .form .rt_div .div2 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.navbar_sm111 .form .rt_div .inputstyle {
  width: 138px;
  height: 34px;
  cursor: pointer;
  font-size: 14px;
  outline: medium none;
  position: absolute;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  left: 0px;
  top: 0px;
}

.navbar_sm111 .form .rt_div p.sm_txt {
  color: #999;
  font-size: 12px;
}

.navbar_sm111 .ctn_footer {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  margin-left: 12px;
}

.navbar_sm111 .ctn_footer a {
  display: inline-block;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  font-size: 14px;
  color: #FFF;
  border-radius: 30px;
  margin: 0px 20px;
  text-align: center;
}

.navbar_sm111 .ctn_footer a:last-child {
  color: #E81B3C;
  border: 1px solid #E81B3C;
}

/*部门权限管理*/
.navbar_sm13 {
  /*模态框*/
}

.navbar_sm13 .ctn_hd {
  border: 1px solid #F5F7FA;
  background: #fff;
  height: 70px;
  text-align: left;
  line-height: 70px;
  padding-left: 20px;
}

.navbar_sm13 .ctn_hd h3 {
  font-size: 20px;
  color: #999;
  font-weight: normal;
}

.navbar_sm13 .ctn_ipt {
  height: 75px;
  line-height: 75px;
  border: 1px solid #F5F7FA;
  margin-top: 20px;
  padding: 0px 20px;
  border-top: none;
  background: #fff;
}

.navbar_sm13 .ctn_ipt .calendar {
  float: left;
}

.navbar_sm13 .ctn_ipt .calendar input {
  width: 120px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  padding-left: 10px;
  font-size: 12px;
  color: #999;
}

.navbar_sm13 .ctn_ipt .calendar input:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.navbar_sm13 .ctn_ipt .calendar input:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navbar_sm13 .ctn_ipt .calendar span {
  display: inline-block;
  border: 1px solid #ddd;
  width: 34px;
  height: 34px;
  line-height: 18px;
}

.navbar_sm13 .ctn_ipt .calendar span i {
  font-size: 30px;
  color: #999;
  position: relative;
  top: 8px;
  left: 1px;
}

.navbar_sm13 .ctn_ipt .ctn_add {
  width: 160px;
  line-height: 34px;
  float: right;
  margin-top: 20px;
  text-align: center;
}

.navbar_sm13 .ctn_ipt .ctn_add a {
  display: block;
  background: #47B54B;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

.navbar_sm13 .ctn_ipt .ctn_add a span {
  padding: 0px 2px;
  position: relative;
  top: -1px;
  margin: 0px 4px;
}

.navbar_sm13 .ctn_ipt .ctn_search {
  float: left;
}

.navbar_sm13 .ctn_ipt .ctn_search:last-child select {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.navbar_sm13 .ctn_ipt .ctn_search select {
  margin-left: 30px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #CFDBE2;
  padding-left: 10px;
  font-size: 14px;
  color: #999;
  border-radius: 5px;
}

.navbar_sm13 .ctn_ipt .ctn_search a {
  height: 34px;
  line-height: 34px;
  width: 40px;
  position: relative;
  margin-left: -5px;
  top: 6px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ddd;
}

.navbar_sm13 .ctn_ipt .ctn_search a i {
  font-size: 25px;
  color: #ddd;
}

.navbar_sm13 table thead tr th {
  text-align: center;
}

.navbar_sm13 table tbody tr td {
  text-align: center;
}

.navbar_sm13 table tbody tr td a {
  display: inline-block;
  line-height: 25px;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 20px;
}

.navbar_sm13 table tbody tr td a i {
  font-size: 18px;
  color: #333;
}

.navbar_sm13 .ctn_page {
  height: 50px;
  width: 100%;
  border: 1px solid #F5F7FA;
  text-align: right;
  position: relative;
  margin-top: 50px;
}

.navbar_sm13 .ctn_page ul {
  background: #EBEEEF;
  position: absolute;
  right: 0px;
  margin-right: 30px;
  margin-top: 8px;
}

.navbar_sm13 .ctn_page ul li {
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #D7DCDE;
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
}

.navbar_sm13 .ctn_page ul li.page_caret {
  transform: rotate(180deg);
}

.navbar_sm13 .ctn_page ul li:first-child {
  margin: 0px;
  width: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.navbar_sm13 .ctn_page ul li:last-child {
  width: 45px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navbar_sm13 .ctn_page ul li:hover,
.navbar_sm13 .ctn_page ul li.page_active {
  background: #BC1A1A;
}

.navbar_sm13 .ctn_page ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.navbar_sm13 .ctn_page ul.page_top {
  display: none;
  height: 100px;
  position: absolute;
  top: -105px;
  right: 33px;
  background: url("../img/page_grey.png") no-repeat center;
}

.navbar_sm13 .ctn_page ul.page_top li {
  width: 70px;
  background: #D7DCDE;
  float: none;
  height: 31px;
  font-size: 12px;
  margin: 0px;
  border-radius: 0;
  font-weight: normal;
}

.navbar_sm13 .ctn_page ul.page_top li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.navbar_sm13 .ctn_page ul.page_top li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.navbar_sm13 .ctn_page ul.page_top li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navbar_sm13 .ctn_page ul.page_top li:hover,
.navbar_sm13 .ctn_page ul.page_top li.page_active {
  background: #BC1A1A;
}

.navbar_sm13 .modal {
  display: none;
}

.navbar_sm13 .modal .modal-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  background: #333;
}

.navbar_sm13 .modal .modal-box {
  width: 500px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  margin-left: -250px;
  margin-top: -211px;
}

.navbar_sm13 .modal .modal-box .modal-content {
  padding: 10px;
  padding-bottom: 30px;
  overflow: hidden;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-header {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-header .close {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -10px;
  float: right;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-header .close i {
  font-size: 25px;
  color: #ddd;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-header h3 {
  color: #333;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body {
  margin: 20px 10px;
  color: #333;
  font-size: 15px;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body li {
  float: none;
  text-align: left;
  line-height: 14px;
  white-space: nowrap;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body li span {
  line-height: 16px;
  margin-right: -18px;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body li span.button {
  margin: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background: url('../img/zTreeStandard.png') no-repeat;
  background-attachment: scroll;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body li span.button.ico_open {
  background: none;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body li span.button.ico_close {
  margin-right: 5px;
  background-position: -110px 0;
  vertical-align: top;
  width: 18px;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body li span.button.switch {
  width: 20px;
  height: 22px;
  background: none;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body li a {
  padding: 1px 3px 0 0;
  margin: 0;
  cursor: pointer;
  height: 30px;
  color: #333;
  background-color: transparent;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  margin-top: -1px;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body li ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-body li ul.line {
  margin-bottom: 10px;
  background: url("../img/line_conn.gif") 0 0 repeat-y;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-footer {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-top: 1px solid #ddd;
  text-align: right;
  padding-top: 4px;
  background: #fdfbfb;
}

.navbar_sm13 .modal .modal-box .modal-content .modal-footer a {
  display: inline-block;
  width: 65px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #333;
  font-size: 13px;
  margin: 0px 8px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}

#xinzen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#xinzen .tcmb {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

#xinzen .navbar_sm111 {
  width: 516px;
  margin-top: 30%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 50%;
}




