#bigScreen {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#bigScreen .zoom-in {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
#bigScreen .zoom-out {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
#bigScreen ul {
  list-style: none;
}
#bigScreen ul li {
  display: inline;
}
#bigScreen .department {
  margin-top: 5px;
  writing-mode: vertical-lr;
  width: 38px;
  height: 106px;
  background-color: #f86868;
  border: 1px solid #ccc;
  font-size: 18px;
  color: white;
  padding-top: 3px;
}
#bigScreen ul li .staff {
  width: 56px;
  height: 106px;
  border: 1px solid #ccc;
  background-color: #3c8dbc;
  writing-mode: vertical-lr;
  float: left;
  margin: 5px 7px;
  font-size: 16px;
  color: white;
}
#bigScreen .badge {
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  height: 32px;
  width: 32px;
  writing-mode: horizontal-tb;
  /*background-color: @bgColor;*/
  color: white;
  padding: 5px 0px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}
#bigScreen .badge.bordertop {
  border-top: 3px solid deeppink;
}
#bigScreen .badge.borderRight {
  border-top: 3px solid deeppink;
  border-right: 3px solid deeppink;
}
#bigScreen .badge.borderbottom {
  border-top: 3px solid deeppink;
  border-right: 3px solid deeppink;
  border-bottom: 3px solid deeppink;
}
#bigScreen .badge.borderleft {
  border-top: 3px solid deeppink;
  border-right: 3px solid deeppink;
  border-bottom: 3px solid deeppink;
  border-left: 3px solid deeppink;
}
#bigScreen .bgColor1 {
  background-color: violet !important;
}
#bigScreen .bgColor2 {
  background-color: skyblue !important;
}
#bigScreen .bgColor3 {
  background-color: blueviolet !important;
}
#bigScreen .bgColor4 {
  background-color: forestgreen !important;
}
/***
Tiles(new in v1.1.1)
***/
.tiles {
  margin-right: -10px;
}
.tile {
  display: block;
  float: left;
  height: 106px;
  width: 66px !important;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-smooth: always;
  overflow: hidden;
  border: 0px solid transparent;
  margin: 5px 10px 10px 0;
}
.tile:after,
.tile:before {
  content: "";
  float: left;
}
.tile.double {
  width: 278px !important;
}
.tile.double-down {
  height: 278px !important;
}
.tile:active,
.tile.selected {
  border-color: #ccc;
}
.tile:hover {
  border-color: #aaa;
}
.tile.selected .topRightcorner:after {
  content: "";
  display: inline-block;
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 42px solid #54c261;
  position: absolute;
  top: -3px;
  right: -3px;
}
.tile.selected .bottomRightcorner:after {
  content: "";
  display: inline-block;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #cc39c9;
  border-right: 42px solid transparent;
  position: absolute;
  bottom: -7px;
  right: -44px;
}
.tile.selected .jobTitle_Nurse:after {
  content: "护士";
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0px;
  transform: rotate(45deg);
}
.tile.selected .jobTitle_SeniorNurse:after {
  content: "护师";
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0px;
  transform: rotate(45deg);
}
.tile.selected .jobTitle_SupervisorNurse:after {
  content: "主管";
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0px;
  transform: rotate(45deg);
}
.tile.selected .jobTitle_CoChiefNurse:after {
  content: "副主";
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0px;
  transform: rotate(45deg);
}
.tile.selected .jobTitle_ChiefNurse:after {
  content: "主任";
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0px;
  transform: rotate(45deg);
}
.jobTitleCommon {
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0px;
  transform: rotate(45deg);
}
.tile * {
  color: #ffffff;
}
.tile .tile-body {
  /*height: 100%;
  vertical-align: top;
  padding: 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  font-smooth: always;
  color: #000000;
  color: #ffffff;
  margin-bottom: 10px;*/
  writing-mode: vertical-lr;
  float: left;
  /*margin: 10px 0 0 3px;*/
  font-size: 16px;
  color: white;
}
.tile .tile-body > div {
  margin: 25px 0 0 10px;
}
.tile .tile-body .content {
  /*display: inline-block;*/
  /*writing-mode: vertical-lr;*/
}
.tile .tile-body > i {
  margin-top: 17px;
  display: block;
  font-size: 56px;
  text-align: center;
}
.tile.double-down i {
  margin-top: 95px;
}
.tile .tile-body h1,
.tile .tile-body h2,
.tile .tile-body h3,
.tile .tile-body h4,
.tile .tile-body h5,
.tile .tile-body h6,
.tile .tile-body p {
  padding: 0;
  margin: 0 0 0 3px;
  line-height: 14px;
}
.tile .tile-body h3,
.tile .tile-body h4 {
  margin-bottom: 5px;
}
.tile .tile-body h1:hover,
.tile .tile-body h2:hover,
.tile .tile-body h3:hover,
.tile .tile-body h4:hover,
.tile .tile-body h5:hover,
.tile .tile-body h6:hover,
.tile .tile-body p:hover {
  color: #ffffff;
}
.tile .tile-body p {
  font-weight: 400;
  font-size: 13px;
  font-smooth: always;
  color: #000000;
  color: #ffffff;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile .tile-body p:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tile .tile-body p:active {
  color: rgba(0, 0, 0, 0.4);
}
.tile .tile-body p:hover {
  color: #ffffff;
}
.tile.icon > .tile-body {
  padding: 0;
}
.tile .tile-object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: transparent;
  *zoom: 1;
}
.tile .tile-object:before,
.tile .tile-object:after {
  display: table;
  content: "";
}
.tile .tile-object:after {
  clear: both;
}
.tile .tile-object > .name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 13px;
  font-smooth: always;
  color: #ffffff;
}
.tile .tile-object > .name i {
  display: block;
  font-size: 24px;
}
.tile .tile-object > .number {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 14px;
  font-smooth: always;
  margin-bottom: 8px;
  margin-right: 10px;
}
.tile.image {
  border-color1: transparent !important;
}
.tile.image > .tile-body {
  padding: 0 !important;
}
.tile.image > .tile-body > img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}
.tile.image .tile-body h3 {
  display: inline-block;
}
/***
General backgrounds
***/
.bg-blue {
  background-image: none !important;
  background-color: #4b8df8 !important;
}
.bg-red {
  background-image: none !important;
  background-color: #036766 !important;
}
.bg-yellow {
  background-image: none !important;
  background-color: #ca2078 !important;
}
.bg-green {
  background-image: none !important;
  background-color: #35aa47 !important;
}
.bg-purple {
  background-image: none !important;
  background-color: #852b99 !important;
}
.bg-grey {
  background-image: none !important;
  background-color: #555555 !important;
}
.color-primary {
  color: #337ab7;
}
.color-error {
  color: red !important;
}
.color-secondary {
  color: grey;
}
.color-success {
  color: #5cb85c;
}
.color-info {
  color: #269abc;
}
.color-warning {
  color: #d58512;
}
.bg-error {
  background-color: red !important;
}
.bg-primary {
  background-color: #337ab7 !important;
}
.bg-success {
  background-color: #47ad76 !important;
}
.panel-heading {
  padding: 6px 15px;
  font-weight: bold;
}
.list-group {
  padding-left: 0;
  margin-bottom: 0px;
}
.panel .panel-body {
  margin: 0px;
  padding: 0px;
}
.panel .panel-body hr {
  margin-bottom: 2px;
  margin-top: 2px;
}
.panel .panel-search-row {
  padding: 7px 10px;
}
.panel .panel-search-row td {
  padding: 3px;
}
.module-view .panel {
  /*overflow: hidden;*/
  /*z-index:100;*/
}
.grid-pagination {
  margin: 4px;
}
/*.combodate{
    select{
        height:30px;
        line-height:30px;
        padding: 4px 6px;
        border-radius: 4px;
    }
}*/
hr {
  margin-bottom: 2px;
  margin-top: 2px;
}
input.ui-select-search {
  width: 100% !important;
}
.ng-invalid.ng-dirty {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
label.has-error.control-label {
  color: #a94442;
}
.radio-noclickbox {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}
/* Specify styling for tooltip contents */
.tooltip.validationIconClass .tooltip-inner {
  min-width: 80px;
  /*color: #880000;
    background-color: #ffff66;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
}
/* Hide arrow */
.tooltip.validationIconClass .tooltip-arrow {
  /*display: none;*/
}
/*tabset 样式*/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.btn-group-compact .btn {
  padding: 2px 5px;
}
.btn-link:focus,
.btn-link:active:focus {
  outline: none;
}
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  /*! border-top:3px solid #d2d6de; */
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  /*! border-top-color:#00c0ef */
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.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-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444 !important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 50px;
  height: 50px;
}
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}
.node circle {
  cursor: pointer;
  fill: #fff;
  stroke: steelblue;
  stroke-width: 3px;
}
.node text {
  font: 14px;
  cursor: pointer;
}
.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}
.tab {
  /*margin-top: 10px;*/
}
.tab > button {
  width: 100px;
  border-radius: 0px;
  /*border-bottom: none;*/
  /*border-top-left-radius: 3px;*/
}
.h-table thead tr {
  height: 40px;
}
.h-table thead tr th {
  background: #fafafa;
  font-size: 15px;
  vertical-align: middle !important;
  border-bottom: none !important;
  padding: 0 4px;
}
.h-table tbody tr {
  height: 42px;
}
.h-table tbody tr td {
  font-size: 14px;
  vertical-align: middle !important;
  padding: 0 4px;
}
.h-table tbody tr td.actions {
  min-width: 80px;
  max-width: 220px;
}
.h-table tbody tr td.actions span {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 8px;
}
.h-table tbody tr td.actions span i {
  font-size: 16px;
}
.h-table.head-center thead tr th {
  text-align: center !important;
  font-weight: bolder;
  border: 1px solid #ebebeb;
}
.h-table.head-center tbody tr td {
  line-height: 30px;
  border: 1px solid #EEF3FF;
  height: 32px;
  text-align: center;
}
/* Statistic Block */
.dashboard-stat.blue-madison {
  background-color: #578ebe;
}
.dashboard-stat.blue-madison.dashboard-stat-light:hover {
  background-color: #4884b8;
}
.dashboard-stat.blue-madison .visual > i {
  color: white;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dashboard-stat.blue-madison .details .number {
  color: white;
}
.dashboard-stat.blue-madison .details .desc {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat.blue-madison .more {
  color: white;
  background-color: #4884b8;
}
/***
Dashboard stats
***/
.dashboard-stat {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}
.dashboard-stat:before,
.dashboard-stat:after {
  content: " ";
  display: table;
}
.dashboard-stat:after {
  clear: both;
}
.portlet .dashboard-stat:last-child {
  margin-bottom: 0;
}
.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 35px;
}
.dashboard-stat .visual > i {
  margin-left: -35px;
  font-size: 110px;
  line-height: 110px;
}
.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 15px;
}
.dashboard-stat .details .number {
  padding-top: 25px;
  text-align: right;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0px;
  font-weight: 300;
}
.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
}
.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 6px 10px 6px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}
.dashboard-stat-light {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.dashboard-stat-light .details {
  margin-bottom: 5px;
}
.dashboard-stat-light .details .number {
  font-weight: 300;
  margin-bottom: 0px;
}
/* Statistic Block */
.dashboard-stat.red-intense {
  background-color: #e35b5a;
}
.dashboard-stat.red-intense.dashboard-stat-light:hover {
  background-color: #e04a49;
}
.dashboard-stat.red-intense .visual > i {
  color: white;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dashboard-stat.red-intense .details .number {
  color: white;
}
.dashboard-stat.red-intense .details .desc {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat.red-intense .more {
  color: white;
  background-color: #e04a49;
}
/* Statistic Block */
.dashboard-stat.green-haze {
  background-color: #44b6ae;
}
.dashboard-stat.green-haze.dashboard-stat-light:hover {
  background-color: #3ea7a0;
}
.dashboard-stat.green-haze .visual > i {
  color: white;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dashboard-stat.green-haze .details .number {
  color: white;
}
.dashboard-stat.green-haze .details .desc {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat.green-haze .more {
  color: white;
  background-color: #3ea7a0;
}
/* Statistic Block */
.dashboard-stat.purple-plum {
  background-color: #8775a7;
}
.dashboard-stat.purple-plum.dashboard-stat-light:hover {
  background-color: #7c699f;
}
.dashboard-stat.purple-plum .visual > i {
  color: white;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dashboard-stat.purple-plum .details .number {
  color: white;
}
.dashboard-stat.purple-plum .details .desc {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat.purple-plum .more {
  color: white;
  background-color: #7c699f;
}
/***
Metro icons
***/
[class^="m-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  vertical-align: top;
  background-image: url(../img/syncfusion-icons.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* white icon */
.m-icon-white {
  background-image: url(../Images/syncfusion-icons-white.png);
}
/*  Misc */
.m-icon-swapright {
  background-position: -27px -10px;
}
/* Portlet */
.portlet > .portlet-body.grey-cararra,
.portlet.grey-cararra {
  background-color: #fafafa;
}
.portlet.solid.grey-cararra > .portlet-title,
.portlet.solid.grey-cararra > .portlet-body {
  border: 0;
  color: #333333;
}
.portlet.solid.grey-cararra > .portlet-title > .caption > i {
  color: #333333;
}
.portlet.solid.grey-cararra > .portlet-title > .tools > a.remove {
  background-image: url(../img/portlet-remove-icon-white.png);
}
.portlet.solid.grey-cararra > .portlet-title > .tools > a.config {
  background-image: url(../img/portlet-config-icon-white.png);
}
.portlet.solid.grey-cararra > .portlet-title > .tools > a.reload {
  background-image: url(../img/portlet-reload-icon-white.png);
}
.portlet.solid.grey-cararra > .portlet-title > .tools > a.expand {
  background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.solid.grey-cararra > .portlet-title > .tools > a.collapse {
  background-image: url(../img/portlet-collapse-icon-white.png);
}
.portlet.box.grey-cararra {
  border: 1px solid white;
  border-top: 0;
}
.portlet.box.grey-cararra > .portlet-title {
  background-color: #fafafa;
}
.portlet.box.grey-cararra > .portlet-title > .caption {
  color: #333333;
}
.portlet.box.grey-cararra > .portlet-title > .caption > i {
  color: #333333;
}
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid white;
  color: white;
}
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default > i {
  color: white;
}
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:hover,
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default.active {
  border: 1px solid white;
  color: white;
}
.exam-title-ico {
  width: 28px;
  height: 60px;
  float: left;
  font-size: 0;
  background-image: url('/images/exam-title-icon.png');
  /*margin-left: 15px;
    margin-top: 20px;*/
  display: inline;
}
.exam-type-lilun {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/lilun.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.exam-type-caozuo {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/caozuo.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.train-area-keshi {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/px_area_keshi.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.train-area-yuanji {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/px_area_yuanji.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.train-area-pianji {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/px_area_pianji.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.train-area-zhunru {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/px_area_zhunru.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.train-area-jinji {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/px_area_jinji.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.train-area-qita {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/px_area_qita.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.ico-staff-detail-notstart {
  width: 128px;
  height: 128px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/timer-notstart.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.ico-staff-detail-end {
  width: 128px;
  height: 128px;
  display: block;
  font-size: 0;
  background-image: url('/images/exams/exam-timer-end.png');
  background-size: 100% 100%;
  /*margin-left: 15px;
    margin-top: 20px;*/
}
.exam-batch-status-panel {
  margin: 0 30px 10px 30px;
  position: relative;
}
.exam-batch-status-panel .status-content-panel {
  position: relative;
  border-radius: 5px;
  background-color: #BBFCFC;
}
.exam-batch-status-panel .status-content-panel p.staff-summary > span {
  margin-right: 20px;
}
.irc-up {
  font-size: small;
  border-bottom: 10px solid #BBFCFC;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  position: absolute;
  top: -10px;
  width: 0;
}
.irc-up-pos-0 {
  left: 90px;
}
.irc-up-pos-1 {
  left: 270px;
}
.irc-up-pos-2 {
  left: 450px;
}
.irc-up-pos-3 {
  left: 630px;
}
.irc-up-pos-4 {
  left: 810px;
}
.irc-up-pos-5 {
  left: 990px;
}
.exam-staff-status-ready {
  color: #ffcb00;
}
.exam-staff-status-processing {
  color: #286090;
}
.exam-staff-status-finished {
  color: #02b029;
}
.exam-processing-timer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.exam-processing-timer > div {
  border-radius: 5px;
  background-color: #286090;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 200px;
  text-align: center;
  color: white;
}
.exam-batch-staff-list {
  margin: 0 30px 10px 30px;
}
.exam-batch-staff-list .staff-constainer {
  padding: 5px;
}
.exam-batch-staff-list .staff-constainer .item-staff {
  display: inline-block;
  width: 100px;
  height: 38px;
  border: 1px solid #BBFCFC;
  border-radius: 4px;
  margin: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
}
.exam-batch-staff-list .staff-constainer .item-staff.staff-status-ready {
  background-color: darkseagreen;
}
.exam-batch-staff-list .staff-constainer .item-staff.staff-status-processing {
  background-color: #286090;
  color: white;
}
.exam-batch-staff-list .staff-constainer .item-staff.staff-status-finished {
  background-color: #8ac007;
}
.list-exam-staff li.my-staff {
  background-color: #FFCFCF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-exam-staff li.my-staff button {
  position: absolute;
  right: 20px;
  top: 15px;
}
.list-exam-staff .exam-staff-list-header {
  color: gray;
}
.list-exam-staff .exam-staff-list-content {
  margin-right: 15px;
}
.exam-staff-list2 > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.exam-staff-list2 > li.first,
.exam-staff-list2 > li:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  background-color: #f5f5f5;
}
.exam-staff-list2 > li.first .btns-exam-staff,
.exam-staff-list2 > li:hover .btns-exam-staff {
  display: inline-block;
}
.exam-staff-list2 > li > div {
  display: inline-block;
}
.exam-staff-list2 > li > div.btns-exam-staff {
  display: none;
}
/*.exam-sheet-form-item{
    &.input-group{
        .form-control{
            height:auto;
            padding: 2px 4px;
        }
        .input-group-addon{
            padding: 0px 6px;
        }
    }
}*/
.i-content-panel {
  border: 1px solid #e5e5e5;
  background: #fff;
}
.staff-exam-detail-table {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: inherit;
  table-layout: fixed;
  width: 100%;
  border-width: 0;
}
.staff-exam-detail-table > tbody > tr > td {
  vertical-align: top;
}
.staff-exam-detail-table .item-header {
  text-align: right;
}
.staff-exam-detail-table .item-content {
  padding-left: 15px;
}
.examming-detail-table {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: inherit;
  table-layout: fixed;
  width: 100%;
  border-width: 0;
}
.examming-detail-table > tbody > tr > td {
  vertical-align: baseline;
}
.examming-detail-table .item-header {
  text-align: right;
}
.examming-detail-table .item-content {
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
}
.i-exam-process-steps {
  padding-left: 40px;
  margin-left: auto;
  width: 800px;
  margin-right: auto;
}
.i-exam-detail-big-btns {
  text-align: center;
}
.rightArea-answer {
  width: 268px;
  float: right;
  border: #e8e8e8 solid 1px;
  background-color: #FFF;
}
.rightArea-answer .hd {
  background-color: #f9f9f9;
  border-bottom: #e8e8e8 solid 1px;
  line-height: 45px;
}
.rightArea-answer .hd .title {
  font-size: 16px;
  padding-left: 15px;
}
.rightArea-answer .bd {
  overflow: auto;
}
.rightArea-answer .panel-item {
  padding: 18px 10px 0px 14px;
  display: inline-block /*margin-bottom: 40px;*/;
}
.rightArea-answer dt {
  border-left: 2px solid #f06000;
  padding-left: 5px;
  line-height: 10px;
  font-size: 100%;
  font-weight: 700;
  color: #666;
}
.rightArea-answer .panel-order {
  margin-top: 15px;
  overflow: hidden;
}
.rightArea-answer .panel-order a {
  float: left;
  cursor: pointer;
  margin: 0 2px 5px 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  outline: none;
  text-align: center;
  font-size: 12px;
  background: url(/images/exams/exam-answer-page-item.png) 0 0;
  font-family: 'Arial';
}
.rightArea-answer .panel-order a:hover {
  text-decoration: none;
  background: #f06000;
  color: #fff;
}
.rightArea-answer .panel-order a.checked {
  background-position: -29px 0;
  color: #fff;
}
.rightArea-answer .panel-order a.error {
  background-position: -93px 0;
  color: #fff;
}
.rightArea-answer .panel-order a.right {
  background-position: -60px 0;
  color: #fff;
}
.rightArea-answer .ft {
  padding: 20px 15px 10px 15px;
}
.examming-subject-group-desc {
  border: #e8e8e8 solid 1px;
  background-color: #fffee9;
  padding: 4px 10px;
}
.examming-material {
  margin-top: 8px;
  border: 1px solid #e3e3e3;
  background-color: #FFF;
}
.examming-material .material-title {
  /*width:640px; 
        float:right;*/
  padding-left: 60px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-question img,
.m-material img {
  max-width: 650px;
  overflow: hidden;
}
.m-secpart {
  border: #e8e8e8 solid 1px;
  background-color: #fffee9;
  padding: 15px 20px;
  margin-top: 10px;
}
.m-question {
  /*width:718px;*/
  border: #e3e3e3 solid 1px;
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  word-break: break-all;
}
.m-question-title {
  width: 100%;
  border-top: #FFF solid 1px;
  background-color: #f9f9f9;
  padding: 15px 0;
  padding-left: 20px;
}
.m-question-title .number {
  width: 55px;
  display: block;
  color: #f06000;
  text-align: center;
  font-family: "Microsoft Yahei";
  font-size: 25px;
  line-height: 25px;
  float: left;
  position: relative;
  margin-top: -3px;
}
.m-question-title .f-title {
  /*width:640px; float:right;*/
  padding-right: 20px;
}
.m-question.hover {
  -webkit-box-shadow: #f06000 0 0px 5px;
  -moz-box-shadow: #f06000 0 0px 5px;
  box-shadow: #ff802c 0 0px 10px ;
}
/*clear float*/
.m-question-title:after,
.m-question:after,
.m-choicebox ul:after,
.m-choicebox li:after,
.m-material .material:after,
.answer:after,
.m-vacancy:after,
.m-choicebox:after,
.daily-progress:after,
.m-questionToolbar:after,
.u-examScore:after,
.rightArea-tool .hd:after,
.rightArea-tool .bd:after,
.rightArea-tool .ft:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
.m-choicebox {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.m-choicebox img {
  margin-left: 20px;
}
.m-choicebox ul {
  /*width:658px;*/
  padding: 0 10px;
}
.m-choicebox li {
  list-style: none;
  width: 100%;
  padding: 6px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #000;
}
.m-choicebox li:hover {
  background-color: #ededed;
}
.m-choicebox li span {
  float: left;
  width: 50px;
  color: #999;
  text-align: center;
  font-family: "Microsoft Yahei";
  position: relative;
}
.m-choicebox li .option-content {
  color: #000;
}
/*.m-choicebox li i{ width:32px; height:35px; display:none; position:absolute; left:50%;top:50%; margin-top:-17px;margin-left:-20px;background:url(/images/exams/tk_exam.png) no-repeat -138px -331px;}*/
/*.m-checkBox li i{ background-image: url(../../../../Images/exams/pra_icon.png);}*/
.m-choicebox .u-selected i,
.m-choicebox .u-selected-sys i {
  display: block;
}
.m-choicebox li p {
  width: 605px;
  float: right;
  color: #555;
}
.m-questionToolbar {
  width: 700px;
  padding: 0 10px;
  padding-bottom: 20px;
}
.m-checkBox {
  padding-left: 40px;
}
.m-checkBox a {
  margin-top: 10px;
  display: block;
  float: left;
  width: 90px;
  height: 37px;
  padding-left: 50px;
  line-height: 37px;
  font-size: 14px;
  background-image: url(/images/exams/tk_exam.png);
  background-repeat: no-repeat;
  margin-right: 20px;
  display: inline;
  font-family: "Microsoft Yahei";
}
.m-checkBox a:hover {
  color: #FFF;
}
.m-checkBox.single a {
  background-position: 0 -84px;
}
.m-checkBox.single a:hover {
  background-position: -94px -84px;
}
.m-checkBox.single .u-selected {
  background-position: -94px -84px !important;
  color: #FFF!important;
}
.m-checkBox.single .u-check {
  background-position: 0 -84px;
}
.m-checkBox.multiple a {
  background-position: 0 -131px;
  margin-top: 10px;
}
.m-checkBox.multiple a:hover {
  background-position: -94px -131px;
}
.m-checkBox.multiple .u-selected {
  background-position: -94px -131px !important;
  color: #FFF !important;
}
.m-checkBox.multiple .u-check {
  background-position: 0 -131px;
}
.m-choicebox li.right span {
  color: #5e976b;
}
.m-choicebox li.right p {
  color: #5e976b;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}
.i-assessList-data {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.i-assessList-data li {
  list-style: none;
  overflow: hidden;
  padding: 15px 20px 15px 13px;
  border-bottom: 1px solid #ededed;
  line-height: 26px;
  position: relative;
}
.i-assessList-data li h4 {
  margin: 8px 0;
}
.i-assessList-data li p {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font: normal 13px/22px "微软雅黑" !important;
  font-size: 12px;
  color: #999;
}
.i-assessList-data li p span {
  margin-right: 20px;
}
.i-assessList-data li:hover {
  background-color: #fafafa;
}
.i-assessList-data li button {
  margin: 2px 0;
}
.i-login-page .top-banner {
  position: absolute;
  width: 100%;
  height: 310px;
  background: url('../images/login_bg.png') no-repeat 0 0;
  background-size: cover;
}
.i-login-page .top-banner .nurse-title-image {
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.i-footer {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.i-body {
  margin-right: auto;
  margin-left: auto;
  padding-top: 123px;
  width: 1200px;
  background-color: #f6f6f6;
}
.i-hospital-logo {
  display: inline-block;
  vertical-align: top;
}
.i-title-breadcrumb {
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
  /*background-image: url('../images/breadcrumbs_bg.png');
    background-repeat:repeat-x;*/
  height: 33px;
}
.i-top-box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f6f6f6;
  padding-bottom: 5px;
  z-index: 9;
}
.i-top-box .i-top-banner {
  height: 48px;
  background-color: white;
}
.i-top-box .i-top-banner .i-top-banner-content {
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
  height: 48px;
}
.i-top-box .i-top-banner .i-top-banner-content .i-top-ritem {
  /* width: 80px; */
  color: #333;
  height: 60px;
  float: right;
  padding-top: 25px;
  margin-left: 30px;
}
.i-top-navbar {
  height: 32px;
  min-height: 32px;
  background-color: #645790;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.i-title-bar-box {
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
  /*background-image: url('../images/title_big_bg.png');*/
  background-size: 100% 100%;
  overflow: visible;
  /*background-color: #7E7CA9;*/
}
.i-top-menu-bar {
  display: inline-block;
  float: left;
  margin: 0;
}
.i-top-menu-bar > li {
  float: left;
  min-width: 88px;
  max-width: 140px;
}
.i-top-menu-bar > li > a {
  cursor: pointer;
  padding: 5px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 15px;
  color: white;
}
.i-top-menu-bar > li > a span {
  vertical-align: middle;
}
.i-top-menu-bar > li > a._selected {
  background-color: rgba(0, 0, 0, 0.5);
}
.i-top-menu-bar > li > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.i-top-menu-bar > li > a:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.i-top-menu-bar > li.open > a {
  background-color: rgba(0, 0, 0, 0.5);
}
.i-top-menu-bar > li.open > a._selected {
  background-color: rgba(0, 0, 0, 0.5);
}
.i-top-menu-bar > li.open > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.i-top-menu-bar > li.open > a:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.i-top-menu-bar .dropdown-menu {
  background-color: #322c49;
  border-width: 0;
}
.i-top-menu-bar .dropdown-menu > li > a {
  color: white;
}
.i-top-menu-bar .dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.i-user-bar-box {
  margin-right: 10px;
  text-align: right;
}
.i-user-bar-box > li a {
  cursor: pointer;
  padding: 13px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 15px;
  color: white;
}
.i-user-bar-box > li a span {
  vertical-align: middle;
}
.i-user-bar-box > li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
/*.dropdown:hover .menu-top {
    display: block;
}*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu .pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*暂无数据样式 begin*/
.noContent {
  padding-top: 95px;
  padding-bottom: 95px;
  color: #aab3b8;
}
.tcenter {
  text-align: center;
}
.icon-cup {
  display: block;
  margin: 0 auto 10px;
  background: url(../images/cup.jpg) no-repeat;
  width: 67px;
  height: 86px;
}
/*暂无数据样式 end*/
.single-panel-view {
  background-color: white;
  border-radius: 4px;
  padding: 10px 3px;
}
.i-title-header {
  margin-left: -5px;
  background: #C7F9FF;
  padding: 4px 10px;
  border: 1px solid transparent;
  border-left: 5px solid #ADB000;
}
/* iCheck.js Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.icheckbox_radius-blue,
.icheckbox_radius-green,
.iradio_circle-green,
.iradio_circle-blue,
.iradio_circle-red {
  display: block;
  margin: 0;
  padding: 0;
  background: url(../images/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}
/*方形蓝色checkbox*/
.icheckbox_square-blue {
  width: 14px;
  height: 14px;
}
.icheckbox_square-blue,
.icheckbox_square-blue.static:hover {
  background-position: 0 0;
}
.icheckbox_square-blue.checked {
  background-position: 0 -28px;
}
.icheckbox_square-blue.disabled {
  background-position: -14px 0;
  cursor: default;
}
/*圆角蓝色check*/
.icheckbox_radius-blue {
  width: 20px;
  height: 20px;
  background-position: -66px 0;
}
.icheckbox_radius-blue.checked {
  background-position: -66px -20px;
}
/*圆角绿色check*/
.icheckbox_radius-green {
  width: 20px;
  height: 20px;
  background-position: -124px 0;
}
.icheckbox_radius-green.checked {
  background-position: -124px -20px;
}
.iradio_circle-blue,
.iradio_circle-green,
.iradio_circle-red {
  width: 20px;
  height: 20px;
}
/*圆形蓝色radio*/
.iradio_circle-blue {
  background-position: -34px 0;
}
.iradio_circle-blue.hover,
.iradio_circle-blue:hover {
  background-position: -34px 0;
}
.iradio_circle-blue.checked {
  background-position: -34px -20px;
}
.iradio_circle-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_circle-blue.checked.disabled {
  background-position: -216px 0;
}
/*圆形绿色radio*/
.iradio_circle-green,
.iradio_circle-red {
  background-position: -96px 0;
}
.iradio_circle-green.checked {
  background-position: -96px -20px;
}
/*圆形红色radio*/
.iradio_circle-red.checked {
  background-position: 0 -55px;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(blue@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.i-body {
  margin-right: auto;
  margin-left: auto;
  padding-top: 149px;
  width: 1200px;
  background-color: #f6f6f6;
}
.i-top-box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f6f6f6;
  padding-bottom: 0 !important;
  z-index: 9;
}
.i-top-box .i-top-banner {
  height: 60px;
  background-color: white;
}
.i-top-box .i-top-banner .i-top-banner-content {
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
  height: 60px;
}
.i-hospital-logo {
  margin-top: 0px !important;
}
.i-user-bar-box {
  height: 60px;
  padding-top: 17px;
}
.dropdown-menu2 {
  background-color: #55616f;
  border: 0px;
  width: 255px;
  z-index: 9996;
  margin-top: 5px;
  margin-right: 7px;
  font-family: "Open Sans", sans-serif;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  float: left;
  list-style: none;
  text-shadow: none;
  border-radius: 0px;
}
.dropdown-menu2 > li {
  line-height: 32px;
  cursor: pointer;
}
.dropdown-menu2 > li > a {
  color: #aaafb7;
  height: 30px;
}
.dropdown-menu2 > li > a:hover {
  background-color: #5d6b7a !important;
  color: #aaafb7 !important;
}
.dropdown-menu2 .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #3b434c !important;
}
.dropdown-menu2 .divider:hover {
  background-color: #3b434c !important;
}
.open > .dropdown-menu {
  display: block;
}
/*.dropdown-menu:before {
    position: absolute;
    top: -8px;
    right: 9px;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #efefef;
    border-left: 8px solid transparent;
    content: '';
}

.dropdown-menu::after {
    position: absolute;
    top: -7px;
    right: 10px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
    border-bottom-color: #2e343b;
}*/
.i-login-user-info {
  cursor: pointer;
}
.i-login-user-info:hover {
  text-decoration: none;
}
.i-login-user-info:hover > span {
  color: #8ea3b6;
}
/*菜单样式*/
.i-top-navbar {
  height: 51px;
  background-color: #444d58;
}
.i-top-navbar .container {
  width: 1200px;
  margin: 0 auto;
}
.hor-menu {
  margin: 0;
  float: left;
}
.menu-dropdown > a {
  background-color: #444d58;
}
.menu-dropdown > a:hover {
  background-color: #55616f !important;
}
.menu-dropdown > a:focus {
  background-color: #55616f !important;
}
.menu-dropdown > a > span {
  color: #BCC2CB !important;
  font-size: 15px;
  font-weight: 400;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #55616f !important;
}
._selected {
  background-color: #55616f !important;
}
.wx-scollrer::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.wx-scollrer::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3c8dbc;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.wx-scollrer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
.shift-sheet-grid-header-table {
  width: 100%;
  border-collapse: collapse;
}
.shift-sheet-grid-header-table td,
.shift-sheet-grid-header-table th {
  border: 1px solid #d4d4d4;
}
.shift-sheet-grid-header-table tr > td {
  text-align: center;
}
.shift-sheet-grid-header-table tr > td:first-child {
  border-left: 0;
}
.shift-sheet-grid-header-table tr > td:last-child {
  border-right: 0;
}
.shift-sheet-grid-header-table tr:first-child td {
  border-top: 0;
}
.shift-sheet-grid-header-table tr:last-child td {
  border-bottom: 0;
}
.sheet-item-cell .sheet-item-rb {
  display: none;
}
.sheet-item-cell.ui-grid-cell-focus .sheet-item-rb {
  display: inline-block;
}
.ischedules-panel {
  background-color: white;
  border: solid 0;
  border-radius: 5px;
  padding: 8px;
  padding-bottom: 100px;
}
.ischedules-icon-zao {
  background: url('/images/schedules/schedule_zao.png') no-repeat right bottom;
}
.ischedules-icon-zao.fc-today {
  background: url('/images/schedules/schedule_zao.png') no-repeat right bottom;
  background-color: #fcf8e3;
}
.ischedules-icon-zhong {
  background: url('/images/schedules/schedule_zhong.png') no-repeat right bottom;
}
.ischedules-icon-zhong.fc-today {
  background: url('/images/schedules/schedule_zhong.png') no-repeat right bottom;
  background-color: #fcf8e3;
}
.ischedules-icon-wan {
  background: url('/images/schedules/schedule_wan.png') no-repeat right bottom;
}
.ischedules-icon-wan.fc-today {
  background: url('/images/schedules/schedule_wan.png') no-repeat right bottom;
  background-color: #fcf8e3;
}
.ischedules-icon-xiu {
  background: url('/images/schedules/schedule_xiu.png') no-repeat right bottom;
}
.ischedules-icon-xiu.fc-today {
  background: url('/images/schedules/schedule_xiu.png') no-repeat right bottom;
  background-color: #fcf8e3;
}
.ischedules-icon-a {
  background: url('/images/schedules/schedule_a.png') no-repeat right bottom;
}
.ischedules-icon-a.fc-today {
  background: url('/images/schedules/schedule_a.png') no-repeat right bottom;
  background-color: #fcf8e3;
}
.ischedules-icon-p {
  background: url('/images/schedules/schedule_p.png') no-repeat right bottom;
}
.ischedules-icon-p.fc-today {
  background: url('/images/schedules/schedule_p.png') no-repeat right bottom;
  background-color: #fcf8e3;
}
.ischedules-icon-n {
  background: url('/images/schedules/schedule_n.png') no-repeat right bottom;
}
.ischedules-icon-n.fc-today {
  background: url('/images/schedules/schedule_n.png') no-repeat right bottom;
  background-color: #fcf8e3;
}
.ischedules-icon-xing {
  background: url('/images/schedules/schedule_xing.png') no-repeat right bottom;
}
.ischedules-icon-xing.fc-today {
  background: url('/images/schedules/schedule_xing.png') no-repeat right bottom;
  background-color: #fcf8e3;
}
/*病区排班样式*/
.ward-schedule-toolbar {
  padding: 4px 4px 4px 4px;
  min-height: 40px;
  overflow: hidden;
}
.ward-schedule-toolbar span.fa {
  margin-right: 6px;
}
.ward-schedule-toolbar .btn {
  padding: 2px 5px;
}
.ward-schedule-toolbar .right-panel {
  position: relative;
  float: right;
  margin: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.ward-schedule-toolbar .right-panel .timeview-options .btn {
  padding: 2px 12px;
}
.auto-row-height-grid .ui-grid-row {
  height: auto !important;
}
.auto-row-height-grid .ui-grid-row > div {
  display: table-row;
}
.auto-row-height-grid .ui-grid-row > div .ui-grid-cell {
  display: table-cell;
  float: none;
  vertical-align: top;
  /*height: auto!important;*/
  position: relative;
}
.auto-row-height-grid .ui-grid-cell-contents {
  white-space: normal;
  text-overflow: inherit;
  word-break: break-word;
}
.ws-staff-view-day-cell {
  margin-left: 0px;
  height: 100%;
  border: 2px solid transparent;
  overflow: hidden;
}
.ws-staff-view-day-cell.cellSelected {
  border: 2px solid black;
}
.ws-staff-view-day-cell .staff-view-day-item {
  display: table;
  position: relative;
  background-color: aqua;
  height: 100%;
  padding-left: 1px;
  padding-right: 1px;
  border-left: 1px solid white;
  cursor: pointer;
  border-radius: 3px;
}
.ws-staff-view-day-head {
  margin-left: 0px;
  height: 100%;
  border: 2px solid transparent;
  overflow: hidden;
}
.ws-staff-view-day-head.headSelected {
  border: 2px solid black;
}
.ws-staff-ui-grid-cell-contents {
  padding: 0;
}
.ui-grid-groupfullrow-cell {
  border-right: 0px solid;
}
.wss-item-context-menu-panel {
  width: 396px;
  padding: 3px 1px;
  border: 1px solid #22EFDC;
  border-radius: 3px;
  background-color: aliceblue;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.wss-item-context-menu-panel .ws-class-item {
  display: inline-block;
  height: 34px;
  width: 60px;
  margin: 2px;
  font-size: 15px;
  text-align: center;
}
.wss-item-context-menu-panel .ws-leave-class-item {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 60px;
  margin: 2px;
  padding: 3px;
  font-size: 15px;
  text-align: center;
}
.ws-class-item {
  display: inline-block;
  height: 34px;
  width: 60px;
  margin: 2px;
  font-size: 15px;
  text-align: center;
}
.ws-leave-class-item {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 60px;
  margin: 2px;
  padding: 3px;
  font-size: 15px;
  text-align: center;
}
.dropdown-menu.no-bg {
  border-width: 0;
  background-color: transparent;
  padding: 0 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ws-class-ui-grid-cell-contents {
  padding: 0;
  height: 100%;
}
.ws-class-view-day-cell {
  margin-left: 0px;
  height: 100%;
  border: 2px solid transparent;
  overflow: hidden;
}
.ws-class-view-day-cell.cellSelected {
  border: 2px solid black;
}
.ws-class-view-day-cell .class-view-day-item {
  position: relative;
  background-color: aqua;
  cursor: pointer;
  border-radius: 3px;
  padding: 3px 4px;
  margin: 2px;
  height: 36px;
}
.ws-staff-schedule-item-popover {
  padding: 0;
}
.ws-staff-schedule-item-popover .popover-content {
  padding: 2px;
}
.ws-staff-schedule-item-popover .popover-content .schedule-item-tag {
  display: inline-block;
  margin: 2px;
  background: #EBEBEB;
  border-radius: 3px;
  overflow: hidden;
}
.ws-staff-schedule-item-popover .popover-content .btn-dept-schedule-location {
  display: inline-block;
  margin: 2px;
  width: 68px;
  overflow: hidden;
  padding: 4px;
  position: relative;
}
.ws-staff-schedule-item-popover .popover-content .btn-dept-schedule-location .location-isarranged {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/icons/left-top-check-x18.png') no-repeat right bottom;
}
.cha {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/nursingRound/cha.png') no-repeat right bottom;
}
.fu {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/nursingRound/fu.png') no-repeat left bottom;
}
.hu {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: url('/images/nursingRound/hu.png') no-repeat left bottom;
}
.jiao {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/nursingRound/jiao.png') no-repeat right bottom;
}
.schedules-tag-overtime {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-overtime.png') no-repeat right bottom;
}
.schedules-tag-askleave_common {
  background-color: #0b00ff;
  color: white;
  border-radius: 20px;
  border-color: #ccccdf;
  border-style: solid;
  border-width: 1px;
  right: -2px;
  top: -2px;
  width: 23px;
  height: 22px;
}
.schedules-tag-askleave {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0001 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0001.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0002 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0002.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0003 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0003.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0004 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0004.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0005 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0005.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0006 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0006.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0007 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0007.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0008 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0008.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0009 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0009.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0010 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0010.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0011 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0011.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0012 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0012.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0013 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0013.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0014 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0014.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0015 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0015.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0016 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0016.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0017 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0017.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0018 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0018.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0019 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0019.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0020 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0020.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0021 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0021.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0022 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0022.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0023 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0023.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0024 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0024.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0025 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0025.png') no-repeat left bottom;
}
.schedules-tag-askleave507-0026 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-0026.png') no-repeat left bottom;
}
.schedules-tag-askleave507-9999 {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('/images/schedules/schedule-tag-askleave-9999.png') no-repeat left bottom;
}
.schedule-item-tag-row {
  position: absolute;
  /*height:16px;*/
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  background-color: white;
  max-height: 20px;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.schedule-item-tag-row:hover {
  max-height: 40px;
  -moz-transition: max-height 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in;
  -webkit-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}
.deptstaff-addwnd-staff {
  position: relative;
  display: inline-block;
  width: 120px;
  padding: 6px 6px;
  border: 1px solid #22EFDC;
  border-radius: 3px;
  margin: 2px;
}
.deptstaff-addwnd-staff .btn-remove-staff {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 2px 4px;
}
.ward-schedule-grid .ui-grid-header-canvas {
  min-height: 40px;
}
.calculator-day-ward-schedule-panel {
  margin-right: 20px;
}
.calculator-day-ward-schedule-panel .ward-schedult-item {
  position: relative;
  display: inline-block;
  margin: 2px;
  background-color: #E5E5FF;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  padding: 1px 1px;
  width: 50px;
  margin-right: 0;
  text-align: center;
  overflow: hidden;
}
.calculator-day-ward-schedule-panel .ward-schedult-item .schedules-tag-overtime {
  left: -8px;
  top: -2px;
  width: 24px;
  height: 24px;
}
.calculator-day-ward-schedule-panel .ward-schedult-item .schedules-tag-askleave {
  right: -8px;
  top: -2px;
  width: 24px;
  height: 24px;
}
.schedule-item-tag-icon {
  font-size: 12px;
  border-radius: 10px;
  padding: 0 3px;
  /*border: 1px solid darkcyan;*/
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  vertical-align: top;
}
.bed-ws-class-item {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  position: relative;
  padding: 2px 15px;
  border-radius: 3px;
}
.staff-bed-arrange-row.selected {
  border: 2px solid black;
}
.staff-bed-arrange-row.is-droppinng {
  background-color: #FF5722;
}
.ward-bed-group {
  padding: 8px 6px;
  background-color: #ECECFF;
}
.ward-bed-item {
  position: relative;
  padding: 1px 2px;
}
.ward-bed-item:hover {
  background-color: #f0f0f0;
}
.ward-bed-item .arranged-tag {
  position: absolute;
  left: 0;
  top: 2px;
  color: red;
  opacity: 0.6;
}
.ward-bed-item .bednum {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  /*background-color:#337AB7;
        color:white;*/
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  width: 40px;
  vertical-align: top;
  margin-top: 8px;
}
.ward-bed-item .patient-info-box {
  display: inline-block;
}
.ward-bed-item .no-patient {
  display: inline-block;
  height: 44px;
  opacity: 0.3;
}
.staff-incharge-bed {
  display: inline-block;
  position: relative;
  border: 1px solid #22EFDC;
  border-radius: 5px;
  padding: 2px;
  margin: 2px;
  width: 144px;
}
.staff-incharge-bed .bednum {
  display: inline-block;
  border-radius: 5px;
  background-color: #337AB7;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 40px;
  min-height: 26px;
  padding: 5px 0;
}
.staff-incharge-bed .patient-info-box {
  display: inline-block;
}
.staff-incharge-bed .patient-info-box .patient-name {
  display: inline-block;
  width: 62px;
}
.staff-incharge-bed .patient-info-box .nursing-level {
  display: inline-block;
  margin-right: 5px;
  border-radius: 10px;
  background-color: #C8C89F;
  padding: 0 3px;
}
.staff-incharge-bed .no-patient {
  display: inline-block;
  opacity: 0.3;
}
.staff-incharge-bed .delete-btn {
  display: none;
  position: absolute;
  top: -4px;
  right: -2px;
  width: 19px;
  height: 14px;
  color: darkred;
  cursor: pointer;
}
.staff-incharge-bed:hover .delete-btn {
  display: block;
}
.table-staff-bed-arrange > tbody > tr > td {
  padding: 2px 8px;
}
.table-staff-bed-arrange > thead > tr > th {
  padding: 0 !important;
  margin: 0 !important;
  border-width: 0 !important;
}
.schedule-week-hour-bar {
  display: inline-block;
  height: 20px;
  text-align: center;
}
.batch-arrange-bed-wnd-row .bednum {
  display: inline-block;
  border-radius: 5px;
  background-color: #337AB7;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  width: 60px;
}
.batch-arrange-bed-wnd-row .patient-info-box .patient-name {
  display: inline-block;
  width: 62px;
}
.batch-arrange-bed-wnd-row .patient-info-box .nursing-level {
  display: inline-block;
  margin-right: 5px;
  border-radius: 10px;
  background-color: #C8C89F;
  padding: 0 3px;
}
.batch-arrange-bed-wnd-row .no-patient {
  display: inline-block;
  opacity: 0.3;
}
.table-for-schedule-print {
  table-layout: fixed;
}
.table-for-schedule-print > thead > tr > th,
.table-for-schedule-print > tbody > tr > td {
  padding: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.schedule-holiday-row {
  margin: 4px;
  border: 1px solid aqua;
}
.schedule-holiday-row .schedule-holiday-row-header {
  background-color: aqua;
}
.schedule-holiday-row .schedule-holiday-items-panel .schedule-holiday-item {
  display: inline-block;
  width: 72px;
  margin: 4px;
  border: 1px solid #fcf3d0;
  border-radius: 5px;
  background-color: cornsilk;
  text-align: center;
}
.schedule-holiday-row .schedule-holiday-items-panel .schedule-holiday-item .schedule-holiday-item-header {
  height: 28px;
  overflow: hidden;
}
.schedule-holiday-row .schedule-holiday-items-panel .schedule-holiday-item .schedule-holiday-item-content .used-days {
  font-size: 16px;
  font-weight: bold;
  color: red;
}
.schedule-holiday-row .schedule-holiday-items-panel .schedule-holiday-item .schedule-holiday-item-content .total-days {
  font-size: 16px;
  font-weight: bold;
  color: blue;
}
/*全屏*/
.ward-schedule-fullScreen {
  z-index: 99;
  position: fixed !important;
  top: 0px;
  bottom: 5px;
  border: 1px solid #bce8f1;
  background-color: #fff;
  box-shadow: 0 0 25px #5D5D5D;
}
.moveing_sortnum_cell {
  border: 1.5px dashed #3c8dbc;
}
/*全局css样式开始*/
body {
  font-family: "微软雅黑";
  background: #fff;
  overflow-x: hidden;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #ffffff;
}
a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*全局css样式结束*/
/*header*/
.header {
  height: 60px;
  width: 100%;
  background: #3c8dbc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.logo {
  width: 220px;
  height: 60px;
  text-align: center;
  background: #3c8dbc;
  float: left;
}
/*border-bottom:1px solid #343c47;*/
.logo img {
  width: 42px;
  height: 42px;
  margin-top: 2px;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}
/*.logo img{width:200px;height:auto;margin-top:2px;margin-left:10px;float:left;}*/
.systemName {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-top: 16px;
  user-select: none;
}
.btnMenu {
  color: #ffffff;
  display: inline-block;
  line-height: 60px;
  font-size: 16px;
  margin: 0 20px;
  float: left;
}
.btnMenu:hover {
  color: #31708f;
}
.headNav li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.headNav li a {
  display: block;
  color: #ffffff;
  height: 60px;
  padding: 10px 0;
  width: 92px;
}
.headNav li a:hover,
.headNav li a.current {
  background: #31708f;
}
.headNav li a i {
  display: block;
  margin-bottom: 3px;
  font-size: 22px;
}
.headNav li a span {
  display: block;
  font-size: 14px;
}
.headNav li .moreMenu {
  font-size: 0;
  display: none;
  z-index: 20;
  position: absolute;
  top: 61px;
  left: 0;
  text-align: center;
  width: 184px;
  height: auto;
  background: #3c8dbc;
  border-color: #eee;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.headNav li .moreMenu a {
  display: block;
  float: left;
  font-size: 13px;
  padding: 10px 0;
}
.headNav li .moreMenu a:hover {
  background: #31708f;
}
.headRight {
  position: absolute;
  top: 0;
  right: 0px;
}
.headRight ul li {
  float: left;
  width: auto;
  text-align: center;
  position: relative;
}
.headRight ul li > a {
  display: block;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  min-width: 60px;
  position: relative;
}
.headRight ul li > a .notice {
  display: block;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 18px;
  height: 15px;
  line-height: 12px;
  background: #fc0320;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 2px;
}
.headRight ul li > a:hover,
.headRight ul li > a.current {
  background: #31708f;
}
.headRight ul li > a i {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.headRight ul li > a span {
  margin-left: 5px;
}
.headRight ul li .dropMenu {
  position: absolute;
  top: 61px;
  right: 0;
  width: auto;
  background: #31708f;
  z-index: 30;
  display: none;
  border-color: #eee;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.headRight ul li .dropMenu .cateCare {
  width: 140px;
  max-height: 500px;
  overflow-y: scroll;
  padding: 10px 0;
}
.headRight ul li .dropMenu a {
  display: block;
  font-size: 13px;
  color: #e9e4e4;
  padding: 5px 0;
}
.headRight ul li .dropMenu a:hover {
  color: #ffffff;
}
.headRight ul li .dropMenu .user {
  width: 220px;
  height: auto;
}
.headRight ul li .dropMenu .user span {
  display: block;
  float: left;
  padding: 0 5px 0 10px;
  margin: 10px 0;
}
.headRight ul li .dropMenu .user span img {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.headRight ul li .dropMenu .user span p {
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  margin: 3px 0;
  padding: 0;
}
.headRight ul li .dropMenu .user .userBtn {
  border-top: 1px solid #06989a;
  height: auto;
  overflow: hidden;
  clear: both;
  width: 100%;
}
.headRight ul li .dropMenu .user .userBtn a {
  font-size: 12px;
  width: 50%;
  display: block;
  float: left;
  padding: 8px 0;
  border-left: 1px solid #06989a;
}
.headRight ul li .dropMenu .user .userBtn a:nth-child(1) {
  border-left: none;
}
.headRight ul li .dropMenu .user .userBtn a:hover {
  background: #00667c;
  color: #ffffff;
}
/*--header*/
/*content*/
.content {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}
/*conLeft*/
.conLeft {
  width: 220px;
  min-height: 680px;
  background: #f3f3f3;
  float: left;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 99;
  height: 100%;
}
/*#343c47*/
.nav ul li a {
  display: block;
  color: #808080;
}
/*#e9e4e4*/
.nav ul li > a {
  padding: 15px 10px 15px 25px;
}
/*border-bottom: 1px solid #66cdcc;*/
/*border-left:2px solid #31708f;*/
.nav ul li i {
  display: inline-block;
  margin-right: 10px;
}
.nav ul li > a i.arrLeft {
  float: right;
  margin-top: 1px;
  font-size: 20px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.nav ul li .subNav {
  padding: 10px 0 10px 25px;
  display: none;
  /*border-bottom: 1px solid #  ;*/
}
.nav ul li .subNav > span {
  display: none;
}
.nav ul li .subNav a {
  padding: 7px 20px 7px 5px;
}
/*.nav ul li .subNav a:hover{color:#ffffff;}*/
/*鼠标覆盖的效果*/
.nav ul li .subNav a:hover {
  color: #3c8dbc;
}
/*#ffffff*/
.nav ul li > a:hover,
.nav ul li > a.current {
  background: #fafafb ;
  color: #3c8dbc;
}
/*border-left:2px solid #66cdcc;*/
.nav ul li > a.current i.arrLeft,
.subClose .conLeft .nav ul li .subNav > span .arrLeft {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.Memu_Font {
  font-size: 16px;
}
/*--conLeft*/
/*conRight*/
.conRight {
  width: auto;
  height: auto;
  padding: 94px 0px 0px 220px;
}
/*当前位置*/
.location {
  width: 100%;
  height: 33px;
  position: fixed;
  background-color: #fafafb;
  box-shadow: 0 1px 0 rgba(12, 13, 14, 0.15);
  top: 60px;
  left: 220px;
  z-index: 19;
  box-sizing: border-box;
}
.location i,
.location a {
  display: inline-block;
  font-size: "宋体";
  margin-right: 7px;
}
.location a {
  font-size: 12px;
  color: #555555;
}
.location i {
  color: #31708f;
}
.location a:hover {
  color: #00667c;
}
/*--当前位置*/
/*点击菜单收缩*/
.subClose .conLeft {
  width: 50px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
/*.subClose .conLeft .nav ul li a{text-align:center;}*/
.subClose .conLeft .nav ul li i {
  /*font-size:18px;*/
  margin-right: 10px;
}
.subClose .conLeft .nav ul li a span,
.subClose .conLeft .nav ul li a i.arrLeft {
  display: none;
}
.subClose .conLeft .nav ul li {
  position: relative;
}
.subClose .conLeft .nav ul li .subNav {
  position: absolute;
  left: 50px;
  top: 0;
  width: 210px;
  background: #f3f3f3;
  padding: 10px;
}
.subClose .conLeft .nav ul li .subNav > span {
  display: block;
  color: #3c8dbc;
  padding: 8px 0px;
  padding-left: 15px;
}
.subClose .conLeft .nav ul li .subNav > span .arrLeft {
  float: right;
}
.subClose .conLeft .nav ul li .subNav a {
  padding: 5px 15px;
}
.subClose .conLeft .nav ul li .subNav a i {
  font-size: 12px;
}
.subClose .conLeft .nav ul li .subNav a:hover {
  color: #3c8dbc;
}
.subClose .conRight {
  padding: 94px 0px 0px 50px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
/*--点击菜单收缩*/
.loginbody {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/cloud.png) no-repeat top center #bae1e8;
}
.loginbody a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.loginbody a:hover,
.loginbody a:focus {
  outline: none;
  text-decoration: none;
}
.loginbody select::-ms-expand {
  display: none;
}
.login {
  width: 400px;
  height: auto;
  padding: 50px 20px;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #9fdde8;
}
.login .tabMenu {
  position: absolute;
  left: 0;
  top: -40px;
}
.login .tabMenu a {
  display: block;
  float: left;
  font-size: 15px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #10a9ab;
}
.login .tabMenu a:hover {
  background: #00667c;
}
.login .tabMenu a i {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
.login .tabMenu a.current {
  background: #00667c;
}
.login form {
  width: 240px;
  margin: 0 auto;
}
.login form label {
  display: inline-block;
  color: #ffffff;
  width: 36px;
  height: 35px;
  background: #00667c;
  text-align: center;
  line-height: 36px;
}
.login form label i {
  font-size: 24px;
}
.login form input {
  display: inline-block;
  padding: 0 10px;
  width: 200px;
  height: 35px;
  border: 1px solid #00667c;
}
.login form .btnOk input {
  width: 100%;
  height: 36px;
  background: #10a9ab;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  border: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.login form .btnOk input:hover {
  background: #00667c;
}
.login .form-signin .captcha_form-group {
  display: flex;
}
.login .form-signin .captcha_inpt,
.login .form-signin .captcha_inpt input {
  width: 140px;
}
.login .form-signin .captcha_img,
.login .form-signin .captcha_img img {
  width: 100px;
}
.logo2 {
  text-align: center;
  margin: 90px auto 70px;
}
.logo2 .logo img {
  display: inline-block;
}
body {
  background-color: white;
  font-family: "微软雅黑";
}
.filled-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.baseColor {
  color: #f6f6f6;
}
.bgLight {
  color: #ffffff;
}
.bgLight2 {
  color: #ffffff;
}
.bgDark {
  color: #dddddd;
}
.bgDark2 {
  color: #c3c3c3;
}
.l-layer-1 {
  z-index: 1;
}
.l-layer-2 {
  z-index: 2;
}
.l-layer-3 {
  z-index: 3;
}
.l-layer-4 {
  z-index: 4;
}
.l-layer-5 {
  z-index: 5;
}
.l-layer-6 {
  z-index: 6;
}
.l-layer-7 {
  z-index: 7;
}
.l-layer-8 {
  z-index: 8;
}
.l-layer-9 {
  z-index: 9;
}
.l-layer-10 {
  z-index: 10;
}
.pl-login-page .top-banner {
  position: absolute;
  width: 100%;
  height: 310px;
  background: url('../images/login_bg2.png') no-repeat 0 0;
  background-size: cover;
}
.pl-login-page .top-banner .nurse-title-image {
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.app-top-notify-box {
  font-size: 13px;
  font-family: "微软雅黑";
  height: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
  overflow: hidden;
}
.app-top-notify-box .app-top-notify {
  color: #9289ea;
  margin-left: 100px;
}
.app-top-notify-box .app-top-notify .dynamic-info {
  margin-left: 100px;
}
.split-line-2x {
  height: 2px;
  background-image: url('../images/split_line01.png');
  background-repeat: repeat-x;
  margin: 6px 10px;
  z-index: 1;
}
.title-bar-box {
  /*background-image: url('../images/title_big_bg.png');*/
  background-size: 100% 100%;
  height: 48px;
  overflow: hidden;
  background-color: #7E7CA9;
  /*border-bottom: 1px solid rgba(0,0,0,0.075);*/
  /*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);*/
}
.title-breadcrumb {
  position: fixed;
  top: 48px;
  right: 0;
  left: 0;
  margin-left: 218px;
  background-image: url('../images/breadcrumbs_bg.png');
  background-repeat: repeat-x;
  height: 33px;
}
.title-breadcrumb.leftnav-collapse {
  margin-left: 30px;
}
ol.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
.hospital-logo {
  background-image: url('../images/title_left_dark_bg.png');
  height: 48px;
  width: 218px;
}
.title-bar-content-split {
  background-color: #5939AD;
  height: 4px;
}
.user-bar-box {
  height: inherit;
}
.user-bar-box > li {
  height: inherit;
}
.user-bar-box > li > a {
  color: white;
}
.user-bar-box > li > a:hover {
  color: black;
}
li a.login-user-info {
  background-image: url('../images/title_split_line_v.png');
  background-repeat: no-repeat;
  font-size: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
}
li a.title-bar-close {
  background-image: url('../images/title_split_line_v.png');
  background-repeat: no-repeat;
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.fa-block {
  display: block;
}
li.user-bar-li {
  width: 60px;
}
li.user-bar-li a {
  padding: 6px 2px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
li.user-bar-li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.left-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  padding-top: 48px;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  width: 218px;
  /*ul {
            li{
                ._selected{
                    background-color:gray;
                    color:white;
                }
            }
        }*/
}
.left-nav.leftnav-collapse {
  width: 30px;
  /*.left-nav-bg {
            background-color: #415F85;
        }*/
}
.left-nav.leftnav-collapse .nav-top-menu {
  display: none;
}
.left-nav.leftnav-collapse .nav-sub-menu {
  display: none;
}
.left-nav.leftnav-collapse .left-nav-title {
  background-image: none;
}
.left-nav.leftnav-collapse .left-nav-title > span {
  display: none;
}
.left-nav.leftnav-collapse .splitline-top-sub-menu {
  display: none;
}
.left-nav.common-Menu .nav-top-menu {
  display: none;
}
.left-nav.common-Menu .nav-sub-menu {
  display: none;
}
.left-nav.common-Menu .nav-common-menu {
  display: block;
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
  height: 0;
  /*background-color:@subnavcolorbase;*/
  /*margin:4px 4px 4px 4px;*/
  width: 219px;
  margin-top: 4px;
}
.left-nav.common-Menu .nav-common-menu li {
  margin-top: 0 !important;
}
.left-nav.common-Menu .nav-common-menu a {
  background-image: url('../images/menu_level2_bg-normal.png');
  background-repeat: repeat-x;
  color: #303030;
  /*font-size: 15px;*/
  padding: 7px 5px;
  cursor: pointer;
}
.left-nav.common-Menu .nav-common-menu a._selected,
.left-nav.common-Menu .nav-common-menu a._selected:hover {
  background-image: url('../images/menu_level2_bg_selected.png');
  background-repeat: repeat-y;
  color: white;
}
.left-nav.common-Menu .nav-common-menu a:hover {
  background-image: url('../images/menu_level2_bg_over.png');
  background-repeat: repeat-y;
}
.left-nav > hr {
  margin: 6px 5px;
}
.left-nav .left-nav-bg {
  position: absolute;
  /*background-color:@subnavcolorbase;*/
  background-color: #e0e8f3;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.left-nav .left-nav-shadow {
  position: absolute;
  background-image: url('../images/left_menu_nav_shadow.png');
  background-repeat: repeat-y;
  background-position-x: right;
  opacity: 0.6;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.left-nav .left-nav-title {
  position: relative;
  background-image: url('../images/left_nav_title_bg.png');
  background-repeat: repeat-x;
  height: 33px;
  color: #a0bde6;
}
.left-nav .left-nav-title a.left-nav-collapse-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #363636;
}
.left-nav .left-nav-title a.left-nav-collapse-btn:hover {
  color: black;
}
.left-nav .nav-top-menu {
  width: 219px;
  overflow: hidden;
  background-image: url('../images/menu_level1_bg.png');
  background-repeat: repeat;
  max-height: 120px;
  -moz-transition: max-height 0.7s ease-out;
  -o-transition: max-height 0.7s ease-out;
  -webkit-transition: max-height 0.7s ease-out;
  transition: max-height 0.7s ease-out;
  /*animation:topMenuExpand 5s infinite;
        -webkit-animation:topMenuExpand 5s infinite;Safari and Chrome*/
  /*background-color:@background;*/
  /*background-color:@navcolorbase;*/
}
.left-nav .nav-top-menu:hover {
  max-height: 500px;
  -moz-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}
.left-nav .nav-top-menu ul {
  float: left;
  margin: 0;
}
.left-nav .nav-top-menu ul li {
  float: left;
  height: 60px;
  width: 73px;
  cursor: pointer;
  /*border-left:1px;
                border-top:1px;*/
  /*a:hover {
                    background-image: url('../images/menu_level1_bg_over.png');
                    background-size:100% 100%;
                    color:white;
                }*/
}
.left-nav .nav-top-menu ul li._selected,
.left-nav .nav-top-menu ul li._selected:hover {
  background-image: url('../images/menu_level1_bg_selected.png');
  background-size: 100% 100%;
}
.left-nav .nav-top-menu ul li._selected a,
.left-nav .nav-top-menu ul li._selected:hover a {
  color: white;
}
.left-nav .nav-top-menu ul li:hover {
  background-image: url('../images/menu_level1_bg_over.png');
  background-size: 100% 100%;
}
.left-nav .nav-top-menu ul li:hover a {
  color: white;
}
.left-nav .nav-top-menu ul li:hover a:hover {
  color: white;
  background-color: transparent;
}
.left-nav .nav-top-menu ul li a {
  margin: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #FCFCFF;
}
.left-nav .splitline-top-sub-menu {
  border-color: #3b5679;
  border-width: 2px 0 0 0;
  border-style: solid;
  height: 1px;
}
.left-nav .nav-sub-menu {
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
  height: 0;
  /*background-color:@subnavcolorbase;*/
  /*margin:4px 4px 4px 4px;*/
  width: 219px;
  /*ul {
            li{
                ._selected{
                    background-color:gray;
                    color:white;
                }
            }
        }*/
}
.left-nav .nav-sub-menu li {
  margin-top: 0 !important;
}
.left-nav .nav-sub-menu a {
  background-image: url('../images/menu_level2_bg-normal.png');
  background-repeat: repeat-x;
  color: #303030;
  /*font-size: 15px;*/
  padding: 7px 5px;
  cursor: pointer;
}
.left-nav .nav-sub-menu a._selected,
.left-nav .nav-sub-menu a._selected:hover {
  background-image: url('../images/menu_level2_bg_selected.png');
  background-repeat: repeat-y;
  color: white;
}
.left-nav .nav-sub-menu a:hover {
  background-image: url('../images/menu_level2_bg_over.png');
  background-repeat: repeat-y;
}
.left-nav .nav-sub-menu a.parentMenu {
  font-weight: bold;
  font-size: 14px;
}
.left-nav .nav-common-menu {
  display: none;
}
.left-nav a.parentMenu {
  font-weight: bold;
  font-size: 14px;
}
@-moz-keyframes topMenuExpand {
  from {
    height: 60px;
  }
  to {
    height: 120px;
  }
}
@-webkit-keyframes topMenuExpand {
  from {
    height: 60px;
  }
  to {
    height: 120px;
  }
}
@keyframes topMenuExpand {
  from {
    height: 60px;
  }
  to {
    height: 120px;
  }
}
.sub-menu-indent-0 {
  margin-left: 0;
}
.sub-menu-indent-1 {
  margin-left: 22px;
}
.sub-menu-indent-2 {
  margin-left: 44px;
}
.sub-menu-indent-3 {
  margin-left: 66px;
}
.sub-menu-indent-4 {
  margin-left: 88px;
}
.sub-menu-indent-5 {
  margin-left: 110px;
}
.sub-menu-indent-6 {
  margin-left: 132px;
}
.sub-menu-indent-7 {
  margin-left: 154px;
}
.sub-menu-indent-8 {
  margin-left: 176px;
}
.menu-collapse-rotate90 {
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: text-top;
  background-image: url('../images/menu-collapse-btn-right.png');
  background-size: 100% 100%;
}
.menu-collapse-rotate0 {
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: text-top;
  background-image: url('../images/menu-collapse-btn-down.png');
  background-size: 100% 100%;
}
.offset-top-nav {
  padding-top: 81px;
}
.offset-left-nav {
  padding-left: 218px;
}
.offset-left-nav.leftnav-collapse {
  padding-left: 30px;
}
.flex-self-and-childs {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  position: relative;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 0;
}
.module-view {
  min-width: 940px;
  padding: 4px;
}
.module-view > .panel {
  margin-bottom: 6px;
}
.ngdialog-content .module-view {
  min-width: 100px;
  padding: 0;
}
.module-btns-bar {
  padding: 4px 4px 4px 4px;
}
.module-btns-bar span.fa {
  margin-right: 6px;
}
.module-btns-bar .btn {
  padding-left: 6px;
  padding-right: 6px;
}
.module-btns-bar .right-panel {
  position: relative;
  float: right;
  margin: 2px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bce8f1;
  border-radius: 4px;
}
.module-btns-bar .right-panel .btn {
  padding: 2px 12px;
}
.dropdown-menu[role="menu"] > li:hover {
  color: #fff;
  cursor: pointer;
  background-color: #ADDEFF;
}
.dropdown-menu[role="menu"] span.fa {
  margin-right: 6px;
}
.dropdown-menu[role="menu"] .btn {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  text-align: left;
}
.tab-content-scroll {
  overflow: scroll;
}
.table-for-layout {
  font-size: inherit;
  table-layout: fixed;
  width: 100%;
  border-width: 0;
}
.table-for-layout.table-td-v-top > tbody > tr > td {
  vertical-align: top;
}
.table-for-layout.td-header-right td.td-header {
  text-align: right;
}
.table-for-layout p.input-group {
  margin-bottom: 0;
}
.table-for-layout .search-item-header {
  text-align: right;
}
.table-for-layout > tbody > tr > td > .btn {
  margin-left: 8px;
}
.uib-yearpicker td > .btn {
  margin-left: 0px;
}
.uib-yearpicker td {
  padding: 0px;
}
.table-for-form {
  font-size: inherit;
  table-layout: fixed;
  width: 100%;
  border-width: 0;
}
.table-for-form.table-td-v-top > tbody > tr > td {
  vertical-align: top;
}
.table-for-form p.input-group {
  margin-bottom: 0;
}
.table-for-form .search-item-header {
  text-align: right;
}
.table-for-form td {
  padding: 3px;
}
.table-for-form td > .btn {
  margin-left: 8px;
}
b.required {
  color: red;
  font-size: 18px;
}
tr.no-padding > td {
  padding: 0 !important;
}
.ngdialog-content {
  font-family: "微软雅黑" !important;
}
.ngdialog-window {
  text-align: center;
  overflow: hidden;
}
.ngdialog-window div.ngdialog-content {
  display: inline-block;
  text-align: left;
  box-shadow: 0 0 25px #5D5D5D;
  padding: 0 !important;
  width: auto !important;
  top: -65px;
}
.ngdialog-zIndex {
  z-index: 100 !important;
}
.pagecontainer {
  padding-left: 5px;
  padding-right: 5px;
}
.pagecontainer .pull-left {
  padding-top: 10px;
}
.pagecontainer .pull-left > span {
  color: #337ab7;
}
.table-data-grid {
  border: solid #ccc 1px;
}
.table-data-grid thead th {
  color: #016A60;
  padding: 4px 8px !important;
  background: #dce9f9;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
}
div.child-ver-middle > * {
  vertical-align: middle;
}
/*【人员档案*/
.tdLable {
  background-color: #fafafb;
}
.para-title {
  display: block;
  clear: both;
  zoom: 1;
  overflow: hidden;
  border-left: 7px solid #4F9CEE;
  line-height: 24px;
  font-size: 22px;
  font-weight: 400;
  background: url(../images/paraTitle-line.png);
}
.para-title .title-text {
  float: left;
  display: block;
  padding: 0 8px 0 18px;
  line-height: 24px;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  background: #fff;
}
.rightNav {
  position: fixed;
  width: 140px;
  right: 0px;
  top: 160px;
  text-align: left;
  cursor: pointer;
  background-image: url(about:blank);
}
.rightNav a {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-bottom: 2px;
  background: #fff;
  padding-right: 10px;
  width: 130px;
  overflow: hidden;
  cursor: pointer;
  right: -110px;
  border: 1px solid #f5f5f5;
}
.rightNav a:hover {
  text-decoration: none;
  color: #4F9CEE;
}
.rightNav a:focus {
  text-decoration: none;
  color: #4F9CEE;
}
.rightNav a:hover em {
  background: #00b700;
}
.rightNav a em {
  display: block;
  float: left;
  width: 30px;
  background: #4F9CEE;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
}
.rightNav a.new em {
  background: #f60;
}
/*人员档案】*/
/*人员档案编辑*/
/*简历编辑*/
.left-resume-block {
  width: 185px;
  border-bottom: 2px solid #0077f9;
  margin-left: 2px;
}
.left-resume-block .resume-progress {
  height: 70px;
  border-bottom: 1px solid #dce0e6;
  background: #fff;
}
.left-resume-block .resume-progress h3 {
  height: 28px;
  line-height: 28px;
  margin-bottom: 4px;
  font-size: 14px;
}
.left-resume-block .resume-progress .progress-bar2 {
  height: 8px;
  overflow: hidden;
  background: url(../images/bg_resume.png) no-repeat 0 0;
  margin-bottom: 8px;
  width: 168px;
}
.left-resume-block .resume-progress .progress-bar2 .percent {
  height: 8px;
  overflow: hidden;
  background: url(../images/bg_resume.png) no-repeat 0 -13px;
}
.left-resume-block .resume-progress .btn a {
  display: inline-block;
  *zoom: 1;
  width: 78px;
  height: 28px;
  line-height: 28px;
  color: #444;
  background: #eaf0f7;
  text-align: center;
  font-size: 14px;
}
.left-resume-block .resume-progress .btn a:hover {
  background: #e4e9f0;
}
.left-resume-block .resume-progress .btn a i {
  margin-right: 8px;
}
.nav-left-group ul {
  clear: both;
}
.nav-left-group li {
  float: left;
  clear: both;
  height: 46px;
  border-bottom: 1px solid #e9ecf2;
  width: 100%;
  position: relative;
  background: #fff;
  list-style-type: none;
}
.nav-left-group li:last-child {
  border-bottom: 0;
}
.nav-left-group li a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  padding-left: 16px;
  color: #333;
}
.nav-left-group .z-selected a,
.nav-left-group li a:hover {
  color: #258bf0;
}
.nav-left-group li a .u-icon-32,
.other-info .block .block-header .u-icon-32 {
  background: url(../images/bg_resume.png) no-repeat 0 -32px;
  margin-right: 16px;
}
.nav-left-group li.nav-item-1 a .u-icon-32 {
  background-position: -48px -32px;
}
.nav-left-group li.nav-item-2 a .u-icon-32 {
  background-position: -48px -80px;
}
.nav-left-group li.nav-item-3 a .u-icon-32 {
  background-position: -48px -128px;
}
.nav-left-group li.nav-item-4 a .u-icon-32 {
  background-position: -48px -176px;
}
.nav-left-group li.nav-item-5 a .u-icon-32 {
  background-position: -48px -224px;
}
.nav-left-group li.nav-item-6 a .u-icon-32 {
  background-position: -48px -272px;
}
.nav-left-group li.nav-item-7 a .u-icon-32 {
  background-position: -48px -320px;
}
.nav-left-group li.nav-item-8 a .u-icon-32 {
  background-position: -48px -368px;
}
.nav-left-group li.nav-item-9 a .u-icon-32 {
  background-position: -48px -416px;
}
.nav-left-group li.nav-item-1.z-selected a .u-icon-32,
.nav-left-group li.nav-item-1 a:hover .u-icon-32 {
  background-position: 0 -32px;
}
.nav-left-group li.nav-item-2.z-selected a .u-icon-32,
.nav-left-group li.nav-item-2 a:hover .u-icon-32,
.other-info .block .block-header .u-icon-self-evaluation {
  background-position: 0 -80px;
}
.nav-left-group li.nav-item-3.z-selected a .u-icon-32,
.nav-left-group li.nav-item-3 a:hover .u-icon-32,
.other-info .block .block-header .u-icon-job-intension {
  background-position: 0 -128px;
}
.nav-left-group li.nav-item-4.z-selected a .u-icon-32,
.nav-left-group li.nav-item-4 a:hover .u-icon-32,
.other-info .block .block-header .u-icon-education-experience {
  background-position: 0 -176px;
}
.nav-left-group li.nav-item-5.z-selected a .u-icon-32,
.nav-left-group li.nav-item-5 a:hover .u-icon-32,
.other-info .block .block-header .u-icon-work-experience {
  background-position: 0 -224px;
}
.nav-left-group li.nav-item-6.z-selected a .u-icon-32,
.nav-left-group li.nav-item-6 a:hover .u-icon-32,
.other-info .block .block-header .u-icon-project-experience {
  background-position: 0 -272px;
}
.nav-left-group li.nav-item-7.z-selected a .u-icon-32,
.nav-left-group li.nav-item-7 a:hover .u-icon-32,
.other-info .block .block-header .u-icon-personal-skills {
  background-position: 0 -320px;
}
.nav-left-group li.nav-item-8.z-selected a .u-icon-32,
.nav-left-group li.nav-item-8 a:hover .u-icon-32,
.other-info .block .block-header .u-icon-school-info {
  background-position: 0 -368px;
}
.nav-left-group li.nav-item-9.z-selected a .u-icon-32,
.nav-left-group li.nav-item-9 a:hover .u-icon-32,
.other-info .block .block-header .u-icon-download {
  background-position: 0 -416px;
}
.nav-left-group li .u-icon-16 {
  background: url(../images/bg_resume.png) no-repeat -192px -16px;
  position: absolute;
  right: 16px;
  top: 13px;
  display: none;
}
.nav-left-group li .u-icon-16.z-active {
  background: url(../images/bg_resume.png) no-repeat -192px 0;
  display: block;
}
.right-resume-block {
  width: 900px;
  background: #fff;
  font-size: 14px;
}
.right-resume-block .basic-info {
  background: #258bf0 url(../images/bg_right_angle.png) no-repeat right top;
}
.right-resume-block .basic-info .u-icon-edit-white-16 {
  position: absolute;
  right: 32px;
  top: 24px;
  cursor: pointer;
}
.right-resume-block .basic-info .user-photo {
  width: 101px;
  height: 134px;
  position: absolute;
  left: 24px;
  top: 24px;
  overflow: hidden;
  cursor: pointer;
}
.right-resume-block .basic-info .user-photo img {
  width: 93px;
  height: 124px;
  border: 4px solid #fff;
}
.right-resume-block .basic-info .basic-info-inner {
  color: #fff;
  position: relative;
  min-height: 157px;
  padding-top: 24px;
  padding-left: 146px;
}
.right-resume-block .basic-info .basic-info-inner h3 {
  padding-top: 8px;
}
.right-resume-block .basic-info .basic-info-inner h3 .f-font-14 {
  color: #ddeeff;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-group {
  clear: both;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-group li {
  width: 45.5%;
  float: left;
  min-height: 22px;
  line-height: 22px;
  padding: 4px 0 4px 4.5%;
  color: #ddeeff;
  position: relative;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-group li span {
  display: inline-block;
  *zoom: 1;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-group li .title {
  float: left;
  width: 70px;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-group li .info {
  float: left;
  width: 280px;
  line-height: 20px;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-group li .u-icon-16 {
  position: absolute;
  left: 0;
  top: 7px;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-group li .u-icon-tags-16 {
  left: 1px;
}
.right-resume-block .basic-info .basic-info-inner .more-link {
  display: block;
  width: 100px;
  color: #fff;
  font-size: 12px;
  text-align: right;
  padding-right: 28px;
  margin-left: 694px;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-more-group {
  margin-top: 24px;
  margin-bottom: 24px;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-more-group li {
  width: 45.5%;
  float: left;
  height: 22px;
  padding: 2px 0 2px 4.5%;
  color: #ddeeff;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-more-group li span {
  display: inline-block;
  *zoom: 1;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-more-group li span.title {
  width: 70px;
  height: 22px;
  position: relative;
  word-break: break-all;
  float: left;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-more-group li span.info {
  width: 200px;
  height: 22px;
  float: left;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-more-group li span.title span {
  display: block;
  position: absolute;
  left: 0;
  width: 58px;
  top: 0;
  text-align: justify;
  text-align-last: justify;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-more-group li span.title span:after {
  display: inline-block;
  width: 100%;
  height: 0;
  content: '\00a0';
  overflow: hidden;
}
.right-resume-block .basic-info .basic-info-inner ul.basic-info-more-group li span.title i {
  position: absolute;
  right: 0;
}
.right-resume-block .basic-info .foot {
  height: 5px;
  width: 100%;
  background: url(../images/bg_wave.png) repeat-x;
  clear: both;
}
.right-resume-block .basic-info-edit {
  background: none;
}
.right-resume-block .basic-info-edit .foot {
  display: none;
}
.f-form-basic-info {
  padding-left: 160px;
  padding-top: 32px;
}
.f-form-basic-info .form-photo-group {
  left: 24px;
  top: 32px;
  width: 120px;
}
.f-form-basic-info .form-photo-group img {
  display: block;
  width: 120px;
  height: 160px;
}
.f-form-basic-info .form-group {
  float: left;
  clear: none;
  margin-left: 16px;
}
.f-form-basic-info .form-group .control-input {
  width: 240px;
}
.f-form-basic-info .form-tags {
  width: 762px;
}
.f-form-basic-info .form-tags .control-input {
  width: 658px;
}
.f-form-basic-info .btn-group,
.f-form-basic-info .more-form {
  clear: both;
}
.f-form-basic-info .btn-group {
  padding: 8px 0 16px 335px;
}
.f-form-basic-info .more-form {
  text-align: right;
  padding-right: 32px;
}
.f-form-basic-info .more-form a {
  color: #fff;
}
.f-form-basic-info .select-group span {
  border-left: 1px solid #2284e5;
}
.other-info {
  background: #fff url(../images/bg_line_01.png) repeat-y 32px 0;
  padding-top: 24px;
}
.other-info .block {
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 32px;
  clear: both;
  height: auto;
}
.other-info .block .block-header {
  position: fixed;
  height: 46px;
  width: 972px;
  margin-left: -21px;
  top: 0;
  z-index: 99999;
  background: #fff;
  border: 1px solid #dce0e6;
  border-top: 0;
  box-shadow: 0 0 8px #C4C4C4;
  display: none;
}
.other-info .block .block-header .f-font-16 {
  color: #258bf0;
  font-weight: bold;
}
.other-info .block .block-header .add-link {
  right: 16px;
}
.other-info .block h2 {
  height: 36px;
  line-height: 42px;
  margin-left: 20px;
  margin-left: 114px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.other-info .block h2 .u-icon-24 {
  background: url(../images/bg_resume.png) no-repeat -224px 0;
  float: left;
  margin-left: -114px;
  margin-top: 10px;
}
.other-info .block h2 .f-font-16 {
  color: #258bf0;
  float: left;
  margin-left: -80px;
}
.other-info .block h2 .add-link {
  float: right;
  font-size: 12px;
  color: #333;
}
.other-info .block h2 .add-link.z-disable,
.other-info .block h3 .add-link.z-disable {
  color: #ccc;
}
.other-info .block .add-link .u-icon-add-16 {
  top: 4px;
  *margin-right: 4px;
}
.other-info .block .add-link.z-disable .u-icon-add-16 {
  background-position: -608px -80px;
}
.other-info .block .block-inner {
  margin: 8px 0 0 22px;
  padding: 8px 8px 8px 8px;
  position: relative;
  border: 1px solid #fff;
  line-height: 28px;
  word-break: break-all;
}
.other-info .block .block-inner .operation {
  position: absolute;
  right: 6px;
  top: 4px;
  display: none;
}
.other-info .block .block-inner.z-active:hover {
  border: 1px solid #fff;
  background: #fff;
}
.other-info .block .block-inner:hover {
  background: #fff8e7;
  border: 1px solid #e5e0d1;
}
.other-info .block .block-inner:hover .operation {
  display: block;
}
.other-info .block .block-list-group {
  margin: 8px 0 0 22px;
  position: relative;
}
.other-info .block .more-form {
  text-align: right;
  margin-bottom: 8px;
  padding-right: 6px;
}
.other-info .operation .u-icon-16 {
  margin-left: 8px;
  cursor: pointer;
}
.f-form-self-evaluation,
.f-form-job-intension {
  margin: 8px 0 0 22px;
  padding: 24px 0px 16px 16px;
  background: #f0f2f5;
}
.f-form-self-evaluation {
  padding-right: 16px;
}
.f-form-self-evaluation .form-textarea {
  height: 130px;
}
.other-info .empty-tip-block {
  width: 480px;
  margin: 16px auto;
  color: #666;
  padding-top: 2px;
  height: 36px;
}
.other-info .empty-tip-block img {
  float: left;
  margin-right: 8px;
}
.other-info .empty-tip-block span {
  float: left;
}
.other-info .block .form-group {
  float: left;
  width: 423px;
  clear: none;
  margin-right: 16px;
}
.other-info .block .f-form-job-intension .form-group-business {
  width: auto;
  float: none;
}
.other-info .block .f-form-job-intension .form-group-business .f-font-red,
.g-step-register .f-form-main .form-group-business .f-font-red {
  position: static;
  float: left;
  margin-left: 4px;
}
.other-info .block .f-form-job-intension .form-group-business .control-label,
.g-step-register .f-form-main .form-group-business .control-label {
  margin-left: 5px;
  *margin-left: 6px;
  padding-left: 0;
}
.other-info .block .f-form-job-intension .form-group-business .u-icon-more-yellow-16,
.g-step-register .f-form-main .form-group-business .u-icon-more-yellow-1 {
  position: static;
  float: right;
  margin-top: 6px;
  margin-right: 6px;
}
.other-info .block .control-input-tip {
  display: inline-block;
  *zoom: 1;
  padding: 6px 0 0 8px;
  line-height: normal;
  float: left;
  *padding-bottom: 8px;
}
.other-info .block .control-input-result {
  display: inline-block;
  *zoom: 1;
  line-height: 28px !important;
  float: left;
}
.other-info .block .control-input-tip-540 {
  width: 540px;
}
.other-info .block .control-input-tip-720 {
  width: 720px;
}
.g-step-register .g-step-form .control-input-tip-720 {
  width: 720px;
}
.other-info .block .control-input-tip span.name {
  display: inline-block;
  *zoom: 1;
  word-wrap: normal;
  white-space: nowrap;
  float: left;
  height: 16px;
  line-height: 15px;
  font-size: 12px;
  border: 1px solid #ccdae5;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-left: 4px;
}
.other-info .block .control-input-tip span.name b.u-icon-16 {
  background: url(../images/bg.png?v=20170427) no-repeat -288px -63px;
  margin-left: 4px;
  cursor: pointer;
  margin-top: -2px;
  *margin-top: -1px;
  height: 17px;
}
.other-info .block .control-input-tip span.name b.u-icon-16:hover {
  background: #ccdae5 url(../images/bg.png?v=20170427) no-repeat -288px -63px;
}
.other-info .block .form-group .form-select-drop {
  width: 328px;
}
.other-info .block .f-form-job-intension .form-group .form-select-drop {
  width: 329px;
}
.other-info .block .form-group .form-select-drop .list-item {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #333;
  font-size: 12px;
  cursor: pointer;
  border: none;
  padding: 8px 0 8px 16px;
}
.other-info .block .form-group .form-select-drop .list-item.z-selected {
  background: #e7f3ff;
  font-weight: bold;
}
.other-info .block .form-group .form-select-drop .list-item:hover {
  background: #f1f6fa;
  border: none;
}
.job-intension-list-group li {
  line-height: 22px;
  *line-height: 20px;
  padding: 4px 0;
  clear: both;
  *zoom: 1;
}
.job-intension-list-group li span {
  display: inline-block;
  *zooom: 1;
  float: left;
}
.job-intension-list-group li span.title {
  width: 72px;
}
.job-intension-list-group li span.info {
  width: 808px;
  word-break: break-all;
}
.job-intension-list-group li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: "";
}
.job-intension-list-group .title {
  color: #666;
}
.other-info .block .list-group .list-item {
  border: 1px solid #fff;
  border-bottom: 1px dashed #e1e3e6;
  padding: 8px;
  line-height: 22px;
  clear: both;
  *zoom: 1;
}
.other-info .block .list-group .list-item:hover {
  background: #fff8e7;
  border: 1px solid #e5e0d1;
}
.other-info .block .list-group .list-item:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: "";
}
/*.other-info .block .list-group .list-item a:hover{background:#fff8e7;}*/
.other-info .block .list-group .list-item span {
  display: inline-block;
  *zoom: 1;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.other-info .block .list-group .list-item span.w10 {
  width: 9%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w15 {
  width: 14%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w16 {
  width: 15%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w20 {
  width: 19%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w30 {
  width: 29%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w25 {
  width: 24%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w24 {
  width: 23%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w50 {
  width: 49%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w40 {
  width: 39%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w60 {
  width: 59%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w70 {
  width: 69%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span.w80 {
  width: 79%;
  padding-right: 1%;
}
.other-info .block .list-group .list-item span i.u-icon-16 {
  cursor: pointer;
  position: absolute;
  right: 4px;
}
.other-info .block .list-group .list-item span i.u-icon-edit {
  right: 28px;
}
.other-info .block .list-group .list-item span i.u-icon-16:hover {
  background-image: url(../images/bg_2.png);
}
.other-info .block .list-group .list-item span i.u-icon-16:active {
  background-image: url(../images/bg_1.png);
}
.other-info .block .list-group .list-item span .other-progress {
  display: inline-block;
  *zoom: 1;
  width: 288px;
  height: 16px;
  background: url(../images/bg_resume.png) no-repeat -448px 0;
  margin-left: 8px;
  margin-top: 2px;
}
.other-info .block .list-group .list-item span .other-progress b {
  display: block;
  height: 16px;
  background: url(../images/bg_resume.png) no-repeat -448px -16px;
  width: 80%;
  font-size: 12px;
  text-align: right;
  line-height: 18px;
  overflow: hidden;
  color: #956f00;
  text-indent: -5px;
}
.other-info .block .list-group .list-item span .other-progress b i {
  padding-right: 6px;
}
.other-info .block .list-group .list-item span.w70 i {
  display: inline-block;
  *zoom: 1;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 50%;
}
.other-info .block .list-group .list-item .f-text-right.w10,
.other-info .block .list-group .list-item .f-text-right.w20,
.other-info .block .list-group .list-item .f-text-right.w30 {
  display: none;
}
.other-info .block .list-group .list-item:hover .f-text-right.w10,
.other-info .block .list-group .list-item:hover .f-text-right.w20,
.other-info .block .list-group .list-item:hover .f-text-right.w30 {
  display: block;
}
.other-info .block .list-group .list-item .company-info {
  width: 100%;
}
.other-info .block .block-list-group .job-info {
  color: #ccc;
  margin-bottom: 8px;
}
.other-info .block .block-list-group .job-info b {
  display: inline-block;
  *zoom: 1;
  word-wrap: normal;
  white-space: nowrap;
  color: #666;
}
.other-info .block .block-list-group .work-detail {
  margin-top: 8px;
  margin-bottom: 8px;
  clear: both;
}
.other-info .block .block-list-group .work-detail .title {
  color: #666;
  width: 74px;
  float: left;
}
.other-info .block .block-list-group .work-detail .detail {
  width: 806px;
  float: left;
  word-break: break-all;
}
.other-info .block-list-group .list-item.z-active {
  background: #f0f2f5;
  border: 1px solid #f0f2f5;
  padding: 16px 0 16px 16px;
  margin-bottom: 4px;
}
.other-info .block-list-group .list-item.z-active .form-group {
  width: 422px;
}
.other-info .block-list-group .list-item.z-active:hover {
  background: #f0f2f5;
  border: 1px solid #f0f2f5;
}
.other-info .block .form-textarea {
  float: none;
  clear: both;
  width: auto !important;
  margin-right: 0;
}
.other-info .block-list-group .list-item.z-active .form-textarea {
  margin-right: 16px;
}
.other-info .personal-skills h3 {
  margin-top: 24px;
}
.other-info .personal-skills .u-icon-dot {
  background: url(../images/bg_resume.png) no-repeat -272px 0;
  margin-top: 3px;
  margin-left: 4px;
  float: left;
}
.other-info .personal-skills .f-font-14 {
  margin-left: 8px;
  float: left;
}
.other-info .personal-skills .add-link {
  float: right;
}
.add-personal-skills .u-btn-gray {
  height: 32px;
  line-height: 32px;
}
.add-personal-skills .u-btn-gray .u-icon-16 {
  margin-top: -2px;
  *margin-top: 0;
}
.other-info .self-evaluation .self-evaluation-info {
  position: static;
}
.other-info .self-evaluation .self-evaluation-info .operation {
  position: relative !important;
  height: 0;
  line-height: 0;
}
.other-info .self-evaluation .self-evaluation-info .operation .u-icon-16 {
  position: absolute;
  right: -8px;
  top: -12px;
}
.other-info .block .f-form-attachment {
  padding: 24px 0px 16px 16px;
  background: #f0f2f5;
}
.other-info .block .f-form-attachment .form-line .u-btn-gray {
  display: block;
  text-align: center;
  width: 390px;
  height: 32px;
  margin: 8px 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  line-height: 32px;
  *padding-top: 6px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #c3d0db;
}
.other-info .block .f-form-attachment .form-line .u-btn-gray input {
  font-size: 60px;
  *font-size: 80px;
  *height: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  *top: -8px;
  *right: -8px;
  cursor: pointer;
}
.other-info .block .f-form-attachment .btn-group {
  padding-left: 140px;
}
.other-info .block .f-form-attachment .form-tip-1 {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #db4634;
  padding-left: 20px;
  position: relative;
}
.other-info .block .f-form-attachment .form-tip-1 .u-icon-error-16 {
  position: absolute;
  left: 0;
  top: 2px;
}
.u-icon-16 {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.u-icon-24 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.u-icon-32 {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
.f-pull-left {
  float: left;
}
.f-pull-right {
  float: right;
}
.f-padding {
  padding: 16px;
}
.f-font-16 {
  font-size: 16px;
}
/* Scroll Top Top */
.scroll-to-top {
  display: inline-block;
  padding: 1px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  z-index: 10001;
  right: 28px;
}
.scroll-to-top > i {
  display: inline-block;
  color: #687991;
  font-size: 30px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.scroll-to-top:hover {
  cursor: pointer;
}
.scroll-to-top:hover > i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.icon-arrow-up {
  font-family: Simple-Line-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  height: 30px;
  width: 30px;
  background: url(../images/syncfusion-icons.png) no-repeat -78px -28px;
}
/*.icon-arrow-up:before {
    content: "\e078";
    background-image
}*/
/*【扁平化*/
.form-control {
  border-radius: 0px;
}
.panel,
.btn,
.dropdown-menu,
.input-group-addon {
  border-radius: 0px;
}
/*扁平化】*/
/*【列表页样式*/
.panel-search {
  padding: 7px 10px;
}
.table-for-layout td {
  padding: 3px;
}
.panel-list {
  margin-top: 10px;
}
.panel-list .grid {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.panel-list-btns-bar {
  margin-top: 10px;
  padding-left: 5px;
}
.panel-btns-bar span.fa {
  margin-right: 6px;
}
/*列表页样式】*/
/*【编辑页面样式*/
.panel-edit {
  /*padding-bottom: 10px;*/
}
.panel-edit .table-for-layout {
  margin-top: 15px;
}
.title {
  border-bottom: 1px solid #e4e7e8;
  font-size: 16px;
  padding: 15px 15px 15px 0px;
}
.title-name {
  position: relative;
  padding-left: 10px;
  color: #1D242D;
}
.title-name:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  content: '';
  width: 4px;
  height: 16px;
  background: #0071bc;
}
.title-name-green:before {
  background-color: #3ada14;
}
.title-name-red:before {
  background-color: #ff0000;
}
.title-right-btn {
  float: right;
  margin-top: -40px;
  margin-right: 15px;
}
.title-right-btn span.fa {
  margin-right: 6px;
}
.panel-edit-btns {
  margin-top: 20px;
}
.panel-edit-btns .btn {
  width: 100px;
  margin-right: 20px;
}
/*编辑页面样式】*/
/*BEGIN 多panel页面样式*/
.multiple-panel {
  padding-bottom: 0px;
}
.multiple-panel .multiple-panel-list {
  border-width: 1px 0 0 0;
  margin-bottom: 0px;
}
/*END 多panel页面样式*/
.italicnum-tag-1 {
  position: absolute;
  left: -10px;
  top: 0;
  width: 25px;
  height: 18px;
  background: url(/images/italicnum/num_tag_1.png) no-repeat left bottom;
}
.italicnum-tag-2 {
  position: absolute;
  left: -10px;
  top: 0;
  width: 25px;
  height: 18px;
  background: url(/images/italicnum/num_tag_2.png) no-repeat left bottom;
}
.italicnum-tag-3 {
  position: absolute;
  left: -10px;
  top: 0;
  width: 25px;
  height: 18px;
  background: url(/images/italicnum/num_tag_3.png) no-repeat left bottom;
}
.italicnum-tag-4 {
  position: absolute;
  left: -10px;
  top: 0;
  width: 25px;
  height: 18px;
  background: url(/images/italicnum/num_tag_4.png) no-repeat left bottom;
}
.file-word {
  color: #4D97FF;
}
.file-excel {
  color: #63C422;
}
.file-powerpoint {
  color: #FF9743;
}
.file-pdf {
  color: #FF5A5A;
}
.file-dir {
  color: #FFD659;
}
.nqis-login {
  height: 100vh;
  background: url(../images/login/background.2f742bae.jpg) 50% fixed no-repeat;
  background-size: cover;
  overflow: auto;
}
.nqis-login .login-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .login-wrapper .left-container {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
}
.login-wrapper .left-container {
  display: block;
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}
@media only screen and (min-width: 992px) {
  .login-wrapper .center-container {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
    margin: auto;
  }
}
.login-wrapper .center-container {
  display: block;
  max-width: 37.5%;
  flex: 0 0 37.5%;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .login-wrapper .right-container {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
}
.login-wrapper .right-container {
  display: block;
  max-width: 4.1666666667%;
  flex: 0 0 4.1666666667%;
}
.login-wrapper .login-form {
  position: relative;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  background: url(../images/login/login_form.242d2e10.png);
  background-size: 100% 100%;
  height: 420px;
  top: 50%;
  transform: translateY(0);
  margin: auto;
  padding: 48px 32px;
}
.login-wrapper .nqis-title {
  font-size: 36px;
  font-weight: 500;
  color: white;
}
.login-wrapper .form-item {
  display: flex;
  padding-right: 0;
  margin: 20px 0;
  color: #454545;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}
.login-wrapper .form-item_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  line-height: 32px;
  position: relative;
  font-size: 14px;
  min-width: 0;
}
.login-wrapper .form-item_content .text-input_wrapper {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 1px 11px;
  background-color: white;
  background-image: none;
  border-radius: 5px;
}
.login-wrapper .form-item_content .text-input {
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  color: black;
  font-size: inherit;
  height: 48px;
  line-height: 48px;
  padding: 0;
  outline: 0;
  border: none;
  background: 0 0;
  box-sizing: border-box;
}
.login-wrapper .login-btn {
  display: inherit;
  width: 220px;
  height: 50px;
  margin-top: 5px;
  background: #409eff;
  color: white;
  border: 0;
  justify-content: center;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
  padding: 8px 15px;
  font-size: 15px;
  border-radius: 5px;
}
div[org-selector] .org-selector {
  max-height: 92px;
  overflow: auto;
}
div[org-selector] .popover {
  max-width: none;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
div[org-selector] .popover-content {
  padding: 0;
}
div[org-selector] treecontrol {
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
.orgselector-node-row {
  display: inline-block;
}
.orgselector-node-row .orgselector-node-btns {
  visibility: hidden;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}
.orgselector-node-row .orgselector-node-btns button {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0;
}
.orgselector-node-row:hover .orgselector-node-btns.nodeHasChild {
  visibility: visible;
  display: inline-block;
}
.org-selector {
  height: auto;
  min-height: 34px;
  padding: 0px 12px;
}
.org-selector .org-item {
  display: inline-block;
  margin: 2px;
  border: #C0C0FF 1px solid;
  border-radius: 3px;
}
.org-selector .org-item .org-item-content {
  display: inline-block;
  padding: 2px;
}
.ward-selector {
  min-height: 34px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.ward-selector .ward-item {
  display: inline-block;
  margin: 2px;
  font-size: 13px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.wardSelector-popover-content {
  display: flex;
  max-height: 200px;
}
.wardSelector-popover-content .department-list,
.wardSelector-popover-content .ward-list {
  flex: 1;
}
.wardSelector-popover-content .department-list .list-group,
.wardSelector-popover-content .ward-list .list-group {
  height: 100%;
  overflow-y: auto;
  cursor: pointer;
}
.wardSelector-popover-content .department-list .list-group::-webkit-scrollbar,
.wardSelector-popover-content .ward-list .list-group::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.wardSelector-popover-content .department-list .list-group::-webkit-scrollbar-thumb,
.wardSelector-popover-content .ward-list .list-group::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3c8dbc;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.wardSelector-popover-content .department-list .list-group::-webkit-scrollbar-track,
.wardSelector-popover-content .ward-list .list-group::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
.wardSelector-popover-content .department-list .list-group-item,
.wardSelector-popover-content .ward-list .list-group-item {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.wardSelector-popover-content .department-list .list-group-item:last-child,
.wardSelector-popover-content .ward-list .list-group-item:last-child {
  border-radius: 0;
}
.wardSelector-popover-content .department-list .list-group-item .checked-icon,
.wardSelector-popover-content .ward-list .list-group-item .checked-icon {
  float: right;
  color: #3c8dbc;
}
.wardSelector-popover-content .department-list {
  margin-right: 8px;
}
.wardSelector-popover-content .department-list .list-group {
  width: 230px;
}
#hisschedule td {
  border: 1px solid #cbddf0;
}
#hisschedule .header td {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  min-width: 60px;
  max-height: 80px;
  height: 40px;
}
#hisschedule.schedule_print_content .header td {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  min-width: 60px;
  max-height: 80px;
  height: auto;
}
.month_unit #hisschedule .header td,
.month_unit #hisschedule.schedule_print_content .header td,
.month_unit #hisschedule table .paibai_xiao_lists table td {
  min-width: 28px;
  font-size: 11px;
}
#hisschedule td.nametd {
  font-size: 14px;
  vertical-align: middle;
  width: 80px;
  max-height: 80px;
}
#hisschedule.schedule_print_content td.nametd {
  font-size: 13px;
}
.lastweek_plantype_row .nametd {
  background-color: White;
}
#hisschedule td.personin {
  color: Green;
}
#hisschedule td.personout {
  color: Fuchsia;
}
.hide {
  display: none;
}
.showtoolbar {
  display: block;
}
#paiban_toolbar_container,
#paiban_person_toolbar_container {
  border: 1px solid #c4c4c4;
  text-align: left;
  position: absolute;
  background-color: #E7E4F6;
  width: 250px;
}
#plan_order_config_container {
  border: 1px solid #E0E4E8;
  text-align: left;
  position: absolute;
  background-color: white;
}
#paiban_toolbar_container input.timeinput {
  width: 42px;
}
#paiban_toolbar_container div {
  padding: 8px 4px 8px 4px;
  height: 33px;
}
.float_button {
  min-width: 40px;
  height: 27px;
}
#hisschedule table .paibai_xiao_lists {
  margin: 2px 2px 0;
  border-spacing: 1px;
  position: relative;
}
#hisschedule.schedule_print_content table .paibai_xiao_lists {
  margin-top: 0;
  margin-bottom: 0;
}
#hisschedule table .paibai_xiao_lists table {
  margin: auto;
}
#hisschedule table .paibai_xiao_lists table tr {
  height: 24px;
  padding-top: 3px;
  float: left;
}
#hisschedule.schedule_print_content table .paibai_xiao_lists table tr {
  height: 32px;
  padding-top: 0;
}
#hisschedule table .paibai_xiao_lists table tr:hover button {
  display: block;
}
#hisschedule table .paibai_xiao_lists table td {
  font-size: 14px;
  min-width: 40px;
  vertical-align: middle;
  text-align: center;
}
#hisschedule.schedule_print_content table .paibai_xiao_lists table td {
  font-size: 13px;
}
#hisschedule table .paibai_xiao_lists table td.deletebutton {
  min-width: 24px;
  border-spacing: 0px;
  border: 0px;
}
#hisschedule td.schedualitem {
  border-width: 0;
}
#hisschedule .schedualitem {
  border-width: 0;
  padding: 5px 0;
  position: relative;
  height: 25px;
}
#hisschedule table td.tdselected {
  /*border: 2px solid #ABA0A0;*/
  background: #FECA40!important;
  color: black!important;
}
#hisschedule table td.paiban_item.ui-selected,
#hisschedule table td.paiban_item.ui-selecting {
  background: #FECA40!important;
  color: black!important;
}
#hisschedule table td.dark_background {
  color: white;
}
#hisschedule .dark_background {
  color: white;
}
#hisschedule .hasborder {
  border: 1px dashed #cccccc;
}
#hisschedule .hisschedualitemclose,
#hisschedule .hisschedualitemedit {
  position: absolute;
  z-index: -999;
  top: 10px;
  right: 0px;
}
#hisschedule .hisschedualitemedit {
  right: 15px;
}
.hisschedualitem {
  text-align: center;
  max-width: 100px;
}
.hisschedualitemadd {
  width: 100%;
  top: 5px;
  left: 0px;
  position: absolute;
}
#hisschedule table td.personin #hisschedule table td.dayin {
  background-color: #CCFFCC;
}
#hisschedule table td.personout #hisschedule table td.dayout {
  background-color: #FFCCFF;
}
#hisschedule table td.non_editable {
  background-color: #C0C0C0;
}
#hisschedule .customizecell {
  width: 100px;
}
#hisschedule input.hisinput {
  border: 0px;
  padding: 0px;
  width: 95%;
  height: 30px;
  margin: 5px 0 5px 0;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
}
#hisschedule input.hisinput[disabled] {
  background: #ffffff!important;
}
#hisschedule .ui-state-disabled {
  opacity: 1!important;
  filter: alpha(opacity=100) !important;
}
#hisschedule .histextarea {
  resize: none;
  border: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
}
div.paiban_title_toolbar {
  height: 30px;
}
div.paiban_title_toolbar input {
  margin: 0 0;
}
div.paiban_title_toolbar .btn {
  border: 1px solid #ddd;
}
div.paiban_title_toolbar .btn-info {
  border: 1px solid #2f96b4;
}
div.paiban_title_toolbar .btn-success {
  border: 1px solid #51a351;
}
div.paiban_title_toolbar .btn-danger {
  border: 1px solid  #bd362f;
}
div.paiban_title_toolbar .btn-group button {
  margin: 0;
  height: 30px;
}
div.paiban_title_toolbar .paibai_date {
  float: left;
  font-size: 18px;
  padding-top: 5px;
}
div.paiban_title_toolbar .paiban_button {
  float: right;
}
div.paiban_title_toolbar .btn-icon {
  margin-left: 5px;
}
div.paiban_title_toolbar .btn-icon button {
  padding: 8px 0px 5px 5px;
}
div.paiban_rangecontrol {
  margin-top: 2px;
  /*margin-bottom: 10px;*/
}
span.paiban_rangecontrol button.buttonselected {
  background-color: #5BB75B;
  background-image: linear-gradient(to bottom, #62C462, #51A351);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.paiban_title_toolbar button {
  font-size: 14px;
  line-height: normal;
  margin: 0px 2px;
}
div.form-inline .btn-group .btn {
  border: 1px solid #ddd;
  padding: 10px 0 7px 5px;
  margin-top: -5px;
}
#paiban_top_toolbar_container {
  border-bottom: 0!Important;
}
#paiban_toolbar_container .operation_type {
  margin: 0 2px 0 0!Important;
}
#paiban_toolbar_container .operation_type[disabled] + span {
  color: Gray!Important;
}
.planVisualCheckboxDes {
  margin-right: -4px;
}
#operation_container {
  /*margin-top: 5px;*/
}
#operation_container .btn {
  margin-right: 5px;
}
.paiban_seperator {
  float: left;
  height: 35px;
  line-height: 35px;
  border-left: 1px solid #b9c1f8;
  margin-bottom: 2px;
}
.paiban_item {
  max-width: 20px;
  vertical-align: top;
}
.paiban_item tr[data-isactive="False"] .schedualitem,
.lastweek_plantype_cell span[data-isactive="False"] {
  color: #a9a9a9;
  text-decoration: line-through;
}
.non_submit_plan_info,
.non_submit_plan_info_onenurse {
  background-color: #e9e9e9;
}
.non_submit_plan_info span {
  position: relative;
  left: 35%;
  font-weight: bolder;
  font-size: larger;
  top: 30px;
}
.non_submit_plan_info_onenurse span {
  position: relative;
  font-weight: bolder;
  left: 35%;
  top: 3px;
}
.lastweek_plantype_row {
  height: 30px;
  background-color: #e0ffff;
  text-align: center;
}
.lastweek_plantype_cell span {
  margin-right: 8px;
}
.lastweek_plantype_description {
  font-weight: bolder;
  color: Teal;
}
.savePlanComment {
  background: url(../images/save.png) no-repeat center center !important;
}
.floatright {
  float: right;
}
#excelfileuploadcontainer a {
  color: #0000FF;
  text-decoration: underline;
}
#fileinputcontainer.file-box {
  position: relative;
  width: 500px;
}
#fileinputcontainer .file_txt {
  height: 30px;
  border: 1px solid #cdcdcd;
  width: 400px;
  margin: 0;
  padding: 0;
}
#fileinputcontainer .explore_btn {
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  height: 30px;
  width: 70px;
}
#fileuploadid.file_input {
  position: absolute;
  top: 0;
  left: 0px;
  height: 30px;
  opacity: 0;
  width: 478px;
}
#hisschedule .edited {
  background-color: #E2F7C5;
}
#excel_import_report_container div.resultlist {
  height: 100px;
  overflow: auto;
}
.edit_switch_container {
  display: inline-block;
  position: relative;
  top: 8px;
}
.paiban_toptoolbar_seperator {
  padding-left: 5px;
  padding-right: 5px;
}
div.wysiwyg {
  border-width: 0px;
}
div.wysiwyg div.toolbar-wrap {
  border-color: #E0E4E8;
}
.popover {
  max-width: none;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
.staff-feature-selector {
  height: auto;
  min-height: 34px;
  padding: 0px 12px;
}
.staff-feature-selector .feature-item {
  display: inline-block;
  margin: 2px;
  border: #C0C0FF 1px solid;
  border-radius: 3px;
}
.staff-feature-selector .feature-item .feature-item-header {
  display: inline-block;
  border-radius: 3px 0 0 3px;
  background: #D5CEFF;
  padding: 2px;
}
.staff-feature-selector .feature-item .feature-item-content {
  display: inline-block;
  padding: 2px;
}
.deptstaff-summary-table td.header {
  width: 100px;
  text-align: right;
  font-size: 15px;
}
.deptstaff-summary-table div.count-item {
  display: inline-block;
  margin: 4px 8px;
  border-radius: 5px;
  background-color: #E0E8F3;
  cursor: pointer;
  text-align: center;
}
.deptstaff-summary-table div.count-item:hover {
  background-color: #5aa5e5;
}
.deptstaff-summary-table div.count-item.select {
  background-color: #337AB7;
  color: white;
}
.deptstaff-summary-table div.count-item .item-label {
  display: inline-block;
  padding: 6px 4px;
  width: 90px;
  border-radius: 5px 0 0 5px;
  /*background-color:rgba(112, 255, 255, 0.63);*/
  font-size: 16px;
  border-right: 1px solid #BFE2FF;
}
.deptstaff-summary-table div.count-item .item-value {
  display: inline-block;
  padding: 4px 4px;
  width: 40px;
  font-size: 16px;
  font-weight: bold;
}
.nav-item_group {
  border-left: 5px solid #3c8dbc;
  background-color: #f3f3f3;
}
/*ul li{list-style:none;}*/
a {
  color: #333;
  text-decoration: none;
  outline: none;
  /*hide-focus: expression(this.hideFocus=true);*/
}
/**{margin:0;padding:0; }*/
.historyMain {
  padding: 45px 0;
  /*min-height:720px;*/
  width: 800px;
}
.history {
  background: url(../images/timeline03.jpg) repeat-y 400px 0;
  background-size: 2px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.history-date {
  overflow: hidden;
}
.history-date h2 {
  background: url(../images/timeline01.jpg) no-repeat 373px 0;
  height: 32px;
  margin-bottom: 14px;
  font-size: 16px;
  margin-top: 0;
}
.history-date h2.first {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.history-date h2 a {
  color: #0071DA;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 58px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 1px 0 0 373px;
}
.history-date h2 a:hover {
  text-decoration: none;
}
.history-date h2.first a {
  color: #C9C9C9;
}
.history-date ul {
  padding: 0;
  overflow: hidden;
}
.history-date ul li {
  background: url(../images/timeline02.jpg) no-repeat 392px 0;
  padding-bottom: 25px;
  zoom: 1;
}
.history-date ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.his_ll {
  float: left;
  width: 280px;
  /*color:#1F6FC0;*/
  margin-left: 100px;
  text-align: right;
}
.his_rr {
  float: right;
  width: 350px;
  /*color:#1F6FC0;*/
  margin-right: 35px;
}
/*水平进度轴*/
.htimeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.htimeline .li {
  width: 180px;
  transition: all 200ms ease-in;
}
.htimeline .timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}
.htimeline .status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.htimeline .status h4 {
  font-weight: 600;
  margin: 20px 0;
  font-size: 15px;
}
.htimeline .status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}
.htimeline .li.complete .status {
  border-top: 2px solid #66DC71;
}
.htimeline .li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}
.htimeline .li.complete .status h4 {
  color: #66DC71;
}
.htimeline .li.processing .status {
  border-top: 2px solid #0071DA;
}
.htimeline .li.processing .status:before {
  background-color: #0071DA;
  border: none;
  transition: all 200ms ease-in;
}
.htimeline .li.processing .status h4 {
  color: #0071DA;
}
@media (min-device-width: 320px) and (max-device-width: 700px) {
  .htimeline {
    list-style-type: none;
    display: block;
  }
  .htimeline .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }
  .htimeline .timestamp {
    width: 100px;
  }
  .htimeline .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}
/*ui-grid的表头背景色*/
div.ui-grid-top-panel {
  font-weight: normal !important;
  /*background:#f0f0f0;*/
  background: #eee;
  min-height: 32px;
  border-collapse: separate;
}
/*ui-grid行选中颜色*/
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #fbec88;
  /*color: #fff;*/
}
/*取消ui-grid中treeview 行的粗体显示*/
.treeview-font-normal div.ui-grid-tree-header-row {
  font-weight: normal !important;
}
.ui-grid-tree-header-row {
  font-weight: normal !important;
}
.tree-node-indent-0 {
  margin-left: 10px;
}
.tree-node-indent-1 {
  margin-left: 30px;
}
.tree-node-indent-2 {
  margin-left: 50px;
}
.tree-node-indent-3 {
  margin-left: 70px;
}
.tree-node-indent-4 {
  margin-left: 90px;
}
.tree-node-indent-5 {
  margin-left: 110px;
}
.tree-node-indent-6 {
  margin-left: 130px;
}
.tree-node-indent-7 {
  margin-left: 150px;
}
.tree-node-indent-8 {
  margin-left: 170px;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  background-color: white;
  border-bottom: solid 1px #d4d4d4;
}
.cell-wrap {
  white-space: normal;
}
.cell-center-wrap {
  white-space: normal;
  text-align: center;
}
.font-small-v-space {
  line-height: 100%;
  padding: 5px;
}
.h-line-grid .ui-grid-cell {
  border-bottom: 1px solid #d4d4d4;
}
.position_fixed {
  position: fixed;
  z-index: 9999;
}
.ui-grid-filter-container {
  display: none!important;
}
.grid-flex {
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
}
.dateRangeSelector-popover-content {
  display: flex;
  max-height: 200px;
  width: 340px;
}
.dateRangeSelector-popover-content .checked-icon {
  float: right;
  color: #3c8dbc;
}
.range-list {
  flex: 0.3;
}
.range-item {
  flex: 0.7;
}
.list-group {
  height: 100%;
  max-height: 200px;
  overflow-y: auto;
  cursor: pointer;
}
.list-group::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.list-group::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3c8dbc;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.list-group::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
.list-group-item {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.list-group-item.selected-item {
  color: blue;
}
.list-group-item:last-child {
  border-radius: 0;
}
.range-list .list-group,
.range-list .list-group > .list-group-item {
  background: #f7f7f7;
}
.year-change {
  display: flex;
  align-items: center;
}
.year-change span {
  flex: 0.33;
  text-align: center;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
}
.quarter-panel > .quarter-list .list-group .list-group-item {
  padding-left: 24px;
  border-bottom: none;
}
.month-list {
  max-height: 200px;
  overflow-y: auto;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
}
.month-list ::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.month-list ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3c8dbc;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.month-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
.month-list .month-item {
  width: 60px;
  margin-bottom: 6px;
  text-align: center;
  line-height: 32px;
  background-color: aliceblue;
}
.month-list .month-item .checked-icon {
  position: absolute;
}
.days-list {
  max-height: 200px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5px;
}
.days-list ::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.days-list ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3c8dbc;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.days-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
.days-list .days-item {
  width: 30px;
  margin-bottom: 2px;
  text-align: center;
  line-height: 32px;
  background-color: aliceblue;
  margin: 1px;
}
.days-list .days-item .checked-icon {
  position: absolute;
}
