@charset "UTF-8";
.clearfloat:after, .calendar-select-box:after, .sw-myCalendar-date .calendar-short-content .calendar-calHead:after, .sw-myCalendar-date .calendar-short-content .myCalendar-body:after, .vacation-cont-top:after, .clearfloat:before, .calendar-select-box:before, .sw-myCalendar-date .calendar-short-content .calendar-calHead:before, .sw-myCalendar-date .calendar-short-content .myCalendar-body:before, .vacation-cont-top:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

/* 日程  请销假  站内信  通讯录头像 */
.clearfloat:after, .calendar-select-box:after, .sw-myCalendar-date .calendar-short-content .calendar-calHead:after, .sw-myCalendar-date .calendar-short-content .myCalendar-body:after, .vacation-cont-top:after, .clearfloat:before, .calendar-select-box:before, .sw-myCalendar-date .calendar-short-content .calendar-calHead:before, .sw-myCalendar-date .calendar-short-content .myCalendar-body:before, .vacation-cont-top:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

.normal-btn {
  min-width: 86px;
  height: 32px;
  line-height: 30px;
  color: #0071bd;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #0065a9;
  border-radius: 5px;
  background: none;
  outline: none;
  cursor: pointer;
  margin: 0 4px; }
  .normal-btn:hover {
    background: #0071bd;
    color: #fff; }

.normal-blue-btn {
  min-width: 86px;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #0065a9;
  border-radius: 5px;
  background: #0071bd;
  outline: none;
  cursor: pointer;
  margin: 0 4px; }
  .normal-blue-btn:hover {
    background: #004a8f;
    color: #fff; }

.calendar-body {
  width: 100%;
  height: 100%;
  background: #eaeaea; }

.calendar-layout-cont {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #f5f6ff; }

.calendar-box {
  height: 100%;
  background: #fff;
  border: 1px solid #dae1f7;
  padding: 20px;
  overflow: hidden; }

.calendar-con {
  border: 1px solid #dae1f7;
  height: 100%;
  overflow: hidden; }

.calendar-header {
  height: 52px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #dae1f7; }
  .calendar-header .calendar-header-left {
    height: 52px;
    float: left; }
    .calendar-header .calendar-header-left li {
      font-size: 16px;
      color: #333;
      display: inline-block;
      line-height: 50px;
      margin: 0 16px;
      cursor: pointer; }
      .calendar-header .calendar-header-left li:hover {
        color: #0f82d3; }
      .calendar-header .calendar-header-left li:active, .calendar-header .calendar-header-left li.active {
        color: #0f82d3;
        font-weight: bold;
        border-bottom: 2px solid #0f82d3; }
      .calendar-header .calendar-header-left li:first-child {
        margin-left: 20px; }
      .calendar-header .calendar-header-left li.mrl0 {
        margin-left: 0; }
  .calendar-header .calendar-header-right {
    height: 52px;
    float: right;
    padding: 10px;
    font-size: 14px; }
    .calendar-header .calendar-header-right > div {
      float: left;
      margin-right: 10px; }
      .calendar-header .calendar-header-right > div:last-child {
        margin-right: 0; }
    .calendar-header .calendar-header-right .right-input-group {
      margin-top: 1px; }
    .calendar-header .calendar-header-right .right-btn-group .btn {
      margin-left: 8px; }
      .calendar-header .calendar-header-right .right-btn-group .btn:first-child {
        margin-left: 0; }

.calendar-header-center {
  width: 340px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer; }
  .calendar-header-center .cal-input {
    width: 268px;
    height: 32px;
    border: 1px solid #cfe0f8;
    float: left;
    background: #fff;
    position: relative; }
    .calendar-header-center .cal-input input {
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      padding: 0 10px; }
    .calendar-header-center .cal-input .cal-icon {
      display: block;
      width: 15px;
      height: 15px;
      background: url("../../images/cal-icon.png");
      position: absolute;
      top: 7px;
      right: 6px; }
  .calendar-header-center .calendar-icon-left,
  .calendar-header-center .calendar-icon-right {
    width: 36px;
    height: 32px;
    display: inline-block;
    float: left; }
  .calendar-header-center .calendar-icon-left {
    background: url("../../images/calendar/icon-left.png") no-repeat center; }
  .calendar-header-center .calendar-icon-right {
    background: url("../../images/calendar/icon-right.png") no-repeat center; }

.calendar-header-center2 {
  float: left;
  text-align: center;
  margin-right: 20px;
  cursor: pointer; }
  .calendar-header-center2 .cal-input {
    width: 200px;
    height: 32px;
    display: inline-block;
    border: 1px solid #cfe0f8;
    float: left;
    background: #fff;
    position: relative; }
    .calendar-header-center2 .cal-input input {
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      padding: 0 10px; }
    .calendar-header-center2 .cal-input .cal-icon {
      display: block;
      width: 15px;
      height: 15px;
      background: url("../../images/cal-icon.png");
      position: absolute;
      top: 7px;
      right: 6px; }
  .calendar-header-center2 .calendar-icon-left,
  .calendar-header-center2 .calendar-icon-right {
    width: 36px;
    height: 32px;
    display: inline-block;
    float: left; }
  .calendar-header-center2 .calendar-icon-left {
    background: url("../../images/calendar/icon-left.png") no-repeat center; }
  .calendar-header-center2 .calendar-icon-right {
    background: url("../../images/calendar/icon-right.png") no-repeat center; }

.cal-thead-height {
  height: 45px; }

.cal-tbody-height {
  height: calc(100% - 45px);
  overflow: auto; }

.calendar-table {
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto; }
  .calendar-table .cal-table {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #dae1f7;
    border-top: none; }
    .calendar-table .cal-table thead {
      background: #f5f6ff; }
    .calendar-table .cal-table tr {
      border-bottom: 1px solid #dae1f7; }
    .calendar-table .cal-table th {
      height: 45px;
      line-height: 45px;
      font-size: 14px;
      color: #333;
      font-weight: bold;
      text-align: center; }
    .calendar-table .cal-table td {
      border-right: 1px solid #dae1f7; }
  .calendar-table .cal-table-td {
    overflow: hidden;
    position: relative;
    padding: 6px 0;
    vertical-align: top; }
    .calendar-table .cal-table-td .cal-more {
      position: absolute;
      top: -6px;
      right: 0;
      padding: 0 10px;
      font-size: 16px;
      cursor: pointer; }
    .calendar-table .cal-table-td .fa-plus {
      position: absolute;
      top: 8px;
      right: 10px;
      font-size: 14px;
      color: #999; }
      .calendar-table .cal-table-td .fa-plus:hover {
        color: #777; }
    .calendar-table .cal-table-td .cal-table-td-con {
      width: 100%;
      overflow: hidden; }
      .calendar-table .cal-table-td .cal-table-td-con .add-icon {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .calendar-table .cal-table-td .cal-table-td-con .add-icon img {
          width: 100%; }
      .calendar-table .cal-table-td .cal-table-td-con .date-num {
        font-size: 14px;
        color: #777;
        height: 30px;
        line-height: 30px;
        margin: 5px 16px 4px; }
        .calendar-table .cal-table-td .cal-table-td-con .date-num.red {
          width: 30px;
          height: 30px;
          background: #ff7800;
          color: #fff;
          border-radius: 50%;
          text-align: center; }
      .calendar-table .cal-table-td .cal-table-td-con .cal-con-list li {
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #777;
        padding: 0 22px 0 16px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        cursor: pointer; }
        .calendar-table .cal-table-td .cal-table-td-con .cal-con-list li:hover {
          background: #f8c2b9; }
          .calendar-table .cal-table-td .cal-table-td-con .cal-con-list li:hover .delete {
            display: block; }
        .calendar-table .cal-table-td .cal-table-td-con .cal-con-list li .red-bor {
          display: inline-block;
          width: 2px;
          height: 12px;
          background: #ff7800;
          margin-top: 5px;
          margin-right: 2px;
          float: left; }
        .calendar-table .cal-table-td .cal-table-td-con .cal-con-list li .con {
          display: inline-block;
          width: 96%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .calendar-table .cal-table-td .cal-table-td-con .cal-con-list li .delete {
          width: 7px;
          height: 7px;
          padding: 8px;
          display: none;
          background: url("../../images/calendar/icon-delete.png") no-repeat center;
          position: absolute;
          top: 2px;
          right: 2px; }

.my-calendar-table {
  width: 100%;
  height: 100%; }
  .my-calendar-table .easyui-fluid {
    height: 100%; }
  .my-calendar-table .cal-table th, .my-calendar-table .cal-table td {
    width: 14.2857%; }
  .my-calendar-table .cal-table .cal-table-td-con {
    height: 99px; }
  .my-calendar-table .cal-table-td-point {
    cursor: pointer; }

.share-calendar {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table; }
  .share-calendar th .date {
    font-size: 12px;
    color: #777;
    margin-left: 12px; }
  .share-calendar th:first-child, .share-calendar td:first-child {
    width: 90px; }
  .share-calendar .sex-td {
    font-size: 12px;
    color: #777;
    text-align: center;
    padding: 12px; }
    .share-calendar .sex-td dl dd {
      max-width: 65px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .share-calendar .cal-table-td-con {
    margin-top: 7px;
    height: 60px;
    overflow: hidden; }
  .share-calendar .cal-con-list {
    height: 60px;
    overflow: hidden; }
  .share-calendar .nodata-cont {
    margin: 8vh auto; }

.share-calendar-table {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-right: 20px; }
  .share-calendar-table th, .share-calendar-table td {
    width: calc((100% - 90px)/ 7); }

.share-calendar-right {
  width: 184px;
  height: 100%;
  border-left: 1px solid #dae1f7;
  display: table-cell;
  vertical-align: top; }
  .share-calendar-right .calendar-right-top {
    margin-top: 25px;
    height: 136px; }
    .share-calendar-right .calendar-right-top li {
      width: 100%;
      height: 34px;
      line-height: 34px;
      color: #777;
      padding: 0 35px;
      cursor: pointer; }
      .share-calendar-right .calendar-right-top li:active, .share-calendar-right .calendar-right-top li.active {
        background: #f8c2b9; }
  .share-calendar-right .calendar-right-bottom li {
    height: 44px;
    line-height: 44px;
    cursor: pointer; }
    .share-calendar-right .calendar-right-bottom li span {
      float: left;
      margin-left: 10px; }
      .share-calendar-right .calendar-right-bottom li span img {
        vertical-align: middle; }
    .share-calendar-right .calendar-right-bottom li .pic {
      height: 28px;
      width: 28px;
      border-radius: 50%; }
      .share-calendar-right .calendar-right-bottom li .pic img {
        width: 100%; }
    .share-calendar-right .calendar-right-bottom li .name {
      max-width: 55px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .share-calendar-right .calendar-right-bottom li .checked {
      float: right;
      width: 14px;
      height: 10px;
      display: block;
      background: url("../../images/calendar/gou.png") no-repeat center;
      margin-right: 12px;
      margin-top: 17px; }
    .share-calendar-right .calendar-right-bottom li:hover {
      background: #f8c2b9; }

.calendar-right-center {
  width: 280px;
  float: left;
  margin-left: 30px;
  margin-right: 20px;
  position: relative; }
  .calendar-right-center input {
    width: 100%;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #dae1f7;
    outline: none;
    padding: 0 40px 0 10px; }
  .calendar-right-center .search-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../../images/calendar/search-icon.png") no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 12px 20px;
    cursor: pointer; }

.select-name {
  min-width: 190px;
  float: left;
  padding: 4px 10px; }
  .select-name > div {
    float: left; }
  .select-name .name-label {
    float: left;
    padding: 3px; }
  .select-name .select-btn {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url("../../images/calendar/select-btn.png") no-repeat center;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 10px; }

.name-bor {
  height: 26px;
  padding: 2px 2px 2px 6px;
  float: left;
  border: 1px solid #ebebeb;
  cursor: pointer; }
  .name-bor span {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .name-bor span.maxW80 {
      max-width: 82px; }
  .name-bor .close {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url("../../images/calendar/x.png") no-repeat center;
    padding: 10px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1; }

.calendar-select-box {
  position: relative;
  height: 60px;
  background: #fff;
  color: #666;
  font-size: 14px;
  padding: 13px 10px;
  border-bottom: 1px solid #dae1f7;
  overflow: hidden; }
  .calendar-select-box > div {
    float: left;
    margin-right: 15px; }
  .calendar-select-box .span-label {
    float: left;
    line-height: 32px;
    margin-right: 6px; }
  .calendar-select-box .div-input {
    display: inline-block; }
  .calendar-select-box .select-department {
    float: left;
    padding: 4px 10px; }
  .calendar-select-box .select-date {
    width: 292px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
    .calendar-select-box .select-date input {
      width: 220px;
      height: 30px;
      float: left; }
    .calendar-select-box .select-date .calendar-icon-left,
    .calendar-select-box .select-date .calendar-icon-right {
      width: 36px;
      height: 32px;
      display: inline-block; }
    .calendar-select-box .select-date .calendar-icon-left {
      float: left;
      background: url("../../images/calendar/icon-left.png") no-repeat center; }
    .calendar-select-box .select-date .calendar-icon-right {
      float: right;
      background: url("../../images/calendar/icon-right.png") no-repeat center; }
  .calendar-select-box .select-right {
    float: right;
    color: #0071bd;
    margin-top: 6px;
    cursor: pointer; }
  .calendar-select-box .select-search {
    float: right;
    margin-right: 8px; }

.calendar-con > .easyui-fluid {
  height: calc(100% - 52px); }
  .calendar-con > .easyui-fluid .panel-body {
    height: 100% !important; }

.go-back {
  display: block;
  float: left;
  width: 40px;
  height: 52px;
  background: url("../../images/goback.png") no-repeat center center; }
  .go-back:hover {
    background: url("../../images/goback-hover.png") no-repeat center center; }

.home-calendar-wrap {
  height: 100%;
  overflow: auto; }

.sw-myCalendar-box {
  border-radius: 5px;
  height: 100%; }

.sw-myCalendar-date {
  border-bottom: 1px solid #dae1f7;
  cursor: pointer; }
  .sw-myCalendar-date .calendar-short-head {
    border-bottom: 1px solid #dae1f7;
    position: relative; }
    .sw-myCalendar-date .calendar-short-head i {
      position: absolute;
      top: 0;
      color: #999;
      opacity: 0.8;
      font-size: 16px;
      padding: 12px 10px; }
      .sw-myCalendar-date .calendar-short-head i:hover {
        opacity: 1; }
    .sw-myCalendar-date .calendar-short-head .glyphicon-menu-left {
      left: 20px; }
    .sw-myCalendar-date .calendar-short-head .glyphicon-menu-right {
      right: 20px; }
    .sw-myCalendar-date .calendar-short-head h3 {
      margin: 0;
      text-align: center;
      height: 40px;
      line-height: 40px;
      color: #333;
      font-size: 16px; }
  .sw-myCalendar-date .calendar-short-content {
    overflow: hidden; }
    .sw-myCalendar-date .calendar-short-content .calendar-calHead {
      margin: 0;
      padding: 3px 20px 0;
      overflow: hidden; }
      .sw-myCalendar-date .calendar-short-content .calendar-calHead li {
        width: 14.2857%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #333;
        float: left; }
    .sw-myCalendar-date .calendar-short-content .myCalendar-body {
      padding: 0 20px;
      position: relative;
      height: 48px; }
      .sw-myCalendar-date .calendar-short-content .myCalendar-body .easyui-fluid {
        height: 100%;
        width: 100% !important; }
      .sw-myCalendar-date .calendar-short-content .myCalendar-body .panel-body, .sw-myCalendar-date .calendar-short-content .myCalendar-body .panel {
        background-color: transparent;
        box-shadow: none; }
      .sw-myCalendar-date .calendar-short-content .myCalendar-body .glyphicon {
        font-size: 22px; }
      .sw-myCalendar-date .calendar-short-content .myCalendar-body .myCalendar-prev,
      .sw-myCalendar-date .calendar-short-content .myCalendar-body .myCalendar-next {
        display: block;
        width: 40px;
        height: 46px;
        line-height: 46px;
        position: absolute;
        z-index: 5;
        opacity: 0;
        color: #787878;
        text-align: center; }
        .sw-myCalendar-date .calendar-short-content .myCalendar-body .myCalendar-prev.myCalendar-change,
        .sw-myCalendar-date .calendar-short-content .myCalendar-body .myCalendar-next.myCalendar-change {
          width: 20px;
          height: 23px; }
      .sw-myCalendar-date .calendar-short-content .myCalendar-body .myCalendar-prev {
        left: 0; }
      .sw-myCalendar-date .calendar-short-content .myCalendar-body .myCalendar-next {
        right: 0; }
      .sw-myCalendar-date .calendar-short-content .myCalendar-body:hover .myCalendar-prev,
      .sw-myCalendar-date .calendar-short-content .myCalendar-body:hover .myCalendar-next {
        opacity: 1;
        color: #999; }
      .sw-myCalendar-date .calendar-short-content .myCalendar-body .calendar-calTd {
        width: 14.2857%;
        text-align: center;
        float: left;
        position: relative;
        z-index: 1;
        font-size: 14px; }
        .sw-myCalendar-date .calendar-short-content .myCalendar-body .calendar-calTd span {
          display: block;
          width: 26px;
          height: 26px;
          line-height: 24px;
          border-radius: 100%;
          margin: 0 auto 6px auto;
          color: #333;
          border: 1px solid transparent; }
          .sw-myCalendar-date .calendar-short-content .myCalendar-body .calendar-calTd span.orangeBor {
            border: 1px solid #ff7800;
            color: #ff7800; }
          .sw-myCalendar-date .calendar-short-content .myCalendar-body .calendar-calTd span.orangeBg {
            background: #ff7800;
            color: #fff; }
        .sw-myCalendar-date .calendar-short-content .myCalendar-body .calendar-calTd em {
          display: block;
          width: 6px;
          height: 6px;
          border-radius: 100%;
          margin: 0 auto; }
          .sw-myCalendar-date .calendar-short-content .myCalendar-body .calendar-calTd em.orange {
            background: #ff7800; }
          .sw-myCalendar-date .calendar-short-content .myCalendar-body .calendar-calTd em.blue {
            background: #0f82d3; }

.meetCal-list-con {
  width: 100%;
  min-height: 60px;
  height: calc(100% - 133px); }
  .meetCal-list-con .easyui-fluid {
    height: 100%;
    width: 100% !important; }
    .meetCal-list-con .easyui-fluid .panel-body {
      height: 100% !important; }
  .meetCal-list-con .item {
    display: block;
    border-bottom: 1px dotted #dae1f7;
    padding: 12px 28px 12px 20px;
    position: relative;
    border-left: 3px solid #fff;
    cursor: pointer; }
    .meetCal-list-con .item:hover {
      border-left: 3px solid #0f82d3;
      background: #eaf4fd; }
    .meetCal-list-con .item .icon-img {
      width: 19px;
      height: 19px;
      position: absolute;
      top: 13px;
      left: 22px; }
    .meetCal-list-con .item .icon-dian {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ff7800;
      display: block;
      position: absolute;
      top: 18px;
      left: 0; }
    .meetCal-list-con .item .meetCal-time {
      color: #333;
      font-size: 15px; }
    .meetCal-list-con .item p {
      margin: 0;
      height: 22px;
      line-height: 22px;
      font-size: 14px;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .meetCal-list-con .item p a {
        color: #333 !important; }
  .meetCal-list-con .btn-more {
    background: #fafafa; }
    .meetCal-list-con .btn-more a {
      display: block;
      padding: 13px 15px;
      text-align: center;
      color: #999; }
      .meetCal-list-con .btn-more a img {
        margin-left: 5px; }
  .meetCal-list-con .noContent {
    text-align: center;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px dotted #dae1f7; }
    .meetCal-list-con .noContent:hover {
      background: #eaf4fd; }
    .meetCal-list-con .noContent a {
      display: inline-block;
      padding-left: 30px;
      background: url("../../images/icon/icon-add.png") no-repeat 0 center;
      background-size: 22px 22px;
      color: #0f82d3; }

.share-calendar .easyui-fluid {
  width: 100% !important;
  height: 100%; }

.share-calendar {
  display: block; }
  .share-calendar .page-num {
    height: 48px;
    margin: 0;
    padding: 14px 16px;
    border-top: 1px solid #dae1f7;
    background: #fafafa; }
  .share-calendar .leader-cal-tablebox {
    height: calc(100% - 48px);
    overflow: auto; }

.calendar-con .share-calendar .easyui-fluid .panel-body {
  height: 100% !important;
  width: 100% !important; }

.full-schedule .cal-table-td .cal-table-td-con {
  height: auto !important;
  min-height: 165px; }
.full-schedule .cal-list-special {
  padding: 8px 0; }
  .full-schedule .cal-list-special li {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    margin-bottom: 10px;
    cursor: pointer; }
    .full-schedule .cal-list-special li:last-child {
      margin-bottom: 0; }
    .full-schedule .cal-list-special li > .type {
      display: block;
      text-align: center;
      padding: 0 10px;
      color: #fff;
      border-radius: 10px; }
      .full-schedule .cal-list-special li > .type.leave {
        background: #ff7800; }
      .full-schedule .cal-list-special li > .type.goout {
        background: #00a61f; }
      .full-schedule .cal-list-special li > .type.meeting {
        background: #ffae00; }
      .full-schedule .cal-list-special li > .type.evection {
        background: #0dccf9; }
      .full-schedule .cal-list-special li > .type.other {
        background: #0f82d2; }

.calendar-num {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  background: #ff7800;
  border-radius: 9px;
  padding: 0 3px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -7px;
  right: -2px; }

.calendar-num-box {
  display: inline-block;
  position: relative; }

/* 请销假  站内信  通讯录头像 */
.clearfloat:after, .calendar-select-box:after, .sw-myCalendar-date .calendar-short-content .calendar-calHead:after, .sw-myCalendar-date .calendar-short-content .myCalendar-body:after, .vacation-cont-top:after, .clearfloat:before, .calendar-select-box:before, .sw-myCalendar-date .calendar-short-content .calendar-calHead:before, .sw-myCalendar-date .calendar-short-content .myCalendar-body:before, .vacation-cont-top:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

.normal-btn {
  min-width: 86px;
  height: 32px;
  line-height: 30px;
  color: #0071bd;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #0065a9;
  border-radius: 5px;
  background: none;
  outline: none;
  cursor: pointer;
  margin: 0 4px; }
  .normal-btn:hover {
    background: #0071bd;
    color: #fff; }

.normal-blue-btn {
  min-width: 86px;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #0065a9;
  border-radius: 5px;
  background: #0071bd;
  outline: none;
  cursor: pointer;
  margin: 0 4px; }
  .normal-blue-btn:hover {
    background: #004a8f;
    color: #fff; }

.vacation-layout-cont {
  width: 100%;
  height: 100%;
  background: #eaf2ff;
  padding: 15px; }

.vacation-box {
  width: 100%;
  height: 100%; }

.vacation-cont-top {
  height: 112px; }
  .vacation-cont-top .vacation-top-item {
    height: 92px;
    line-height: 90px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #dae1f7;
    background: #fff;
    transform: translate(0, 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position: relative;
    cursor: pointer; }
    .vacation-cont-top .vacation-top-item:nth-child(4n) {
      margin-right: 0; }
    .vacation-cont-top .vacation-top-item img {
      width: 41px;
      height: 41px;
      margin-right: 14px;
      vertical-align: middle;
      margin-top: -2px; }
    .vacation-cont-top .vacation-top-item .rightTop-prompt {
      display: inline-block;
      width: 26px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      border-radius: 50%;
      font-size: 12px;
      color: #fff;
      background: #e83416;
      position: absolute;
      right: -6px;
      top: -6px; }
    .vacation-cont-top .vacation-top-item:hover {
      box-shadow: 0px 4px 14px -8px;
      transform: translate(0, -5px);
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s; }

.vacation-cont-center {
  height: calc(100% - 112px);
  overflow: auto;
  border: 1px solid #ddd; }

.vacation-center-group {
  width: 100%;
  display: table;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: -1px; }
  .vacation-center-group:last-child {
    margin-bottom: 0; }
  .vacation-center-group .vacation-center-left {
    width: 160px;
    line-height: 56px;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    background: #fff6c6;
    border-right: 1px solid #ddd; }
    .vacation-center-group .vacation-center-left img {
      width: 22px;
      height: 22px;
      margin-right: 6px;
      vertical-align: middle;
      margin-top: -3px; }
    .vacation-center-group .vacation-center-left span {
      font-size: 16px; }
  .vacation-center-group .vacation-center-right .center-right-item {
    height: 56px;
    line-height: 56px;
    background: #fffadd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    cursor: pointer; }
    .vacation-center-group .vacation-center-right .center-right-item em {
      color: #777;
      float: left; }
    .vacation-center-group .vacation-center-right .center-right-item .row {
      margin: 0; }
    .vacation-center-group .vacation-center-right .center-right-item .leaveApply-row {
      width: calc(100% - 150px);
      float: left; }
    .vacation-center-group .vacation-center-right .center-right-item .col-md-1,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-2,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-3,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-4,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-5,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-6,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-7,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-8,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-9,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-10,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-11,
    .vacation-center-group .vacation-center-right .center-right-item .col-md-12 {
      padding-left: 10px;
      padding-right: 10px; }
    .vacation-center-group .vacation-center-right .center-right-item:last-child {
      border-bottom: none; }
    .vacation-center-group .vacation-center-right .center-right-item:hover {
      background: #fff6c6; }
    .vacation-center-group .vacation-center-right .center-right-item .pad5 {
      padding-left: 5px;
      padding-right: 5px; }
    .vacation-center-group .vacation-center-right .center-right-item .pad0 {
      padding-left: 0;
      padding-right: 0; }
    .vacation-center-group .vacation-center-right .center-right-item .item-limit {
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 14px;
      max-width: 180px; }
    .vacation-center-group .vacation-center-right .center-right-item .vacation-type {
      font-size: 16px;
      width: 13%; }
      .vacation-center-group .vacation-center-right .center-right-item .vacation-type .icon-additional {
        font-size: 12px;
        background: orange;
        color: #fff;
        border-radius: 3px;
        padding: 2px 3px;
        margin-left: 8px; }
    .vacation-center-group .vacation-center-right .center-right-item .qj-time {
      width: 29%; }
    .vacation-center-group .vacation-center-right .center-right-item .data-num {
      width: 11%;
      padding: 0 5px; }
    .vacation-center-group .vacation-center-right .center-right-item .vacation-btn-box {
      width: 150px;
      float: right; }
  .vacation-center-group .vacation-center-right .list-item-con {
    height: 56px;
    overflow: hidden; }
    .vacation-center-group .vacation-center-right .list-item-con li {
      height: 56px;
      float: left;
      padding: 0 8px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .vacation-center-group .vacation-center-right .list-item-con .wid100 {
      width: 100px; }
    .vacation-center-group .vacation-center-right .list-item-con .wid20 {
      width: 20%; }
    .vacation-center-group .vacation-center-right .list-item-con .qztime {
      width: 270px; }
    .vacation-center-group .vacation-center-right .list-item-con .days {
      width: 88px; }
    .vacation-center-group .vacation-center-right .list-item-con .state {
      width: 100px; }
  .vacation-center-group .center-right-item-no {
    height: 56px;
    line-height: 56px;
    background: #fffadd;
    text-align: center;
    border-top: 1px solid #ddd; }
    .vacation-center-group .center-right-item-no.blue {
      background: #e7f6ff; }
  .vacation-center-group.vacation-center-shenpi .vacation-center-left {
    background: #d5efff; }
  .vacation-center-group.vacation-center-shenpi .vacation-center-right .center-right-item {
    background: #e7f6ff; }
    .vacation-center-group.vacation-center-shenpi .vacation-center-right .center-right-item:hover {
      background: #d5efff; }

.stationLetter-content {
  height: 100%; }
  .stationLetter-content .stationLetter-list {
    height: calc(100% - 48px);
    overflow: auto; }
  .stationLetter-content .stationLetter-list-item {
    height: 72px;
    overflow: hidden;
    border-bottom: 1px dashed #dae1f7;
    padding: 16px 140px 16px 62px;
    position: relative; }
    .stationLetter-content .stationLetter-list-item.noread {
      cursor: pointer; }
    .stationLetter-content .stationLetter-list-item:nth-child(odd) {
      background: #fafafa; }
    .stationLetter-content .stationLetter-list-item:hover {
      background: #f5f6ff; }
      .stationLetter-content .stationLetter-list-item:hover .normal-btn {
        background: #0071bd;
        color: #fff; }
    .stationLetter-content .stationLetter-list-item .item-img {
      max-width: 20px;
      max-height: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 24px;
      margin: auto; }
    .stationLetter-content .stationLetter-list-item h3 {
      font-size: 12px;
      color: #747783;
      margin-bottom: 6px; }
      .stationLetter-content .stationLetter-list-item h3 span {
        margin-right: 5px; }
      .stationLetter-content .stationLetter-list-item h3 .fs-bold {
        font-weight: bold; }
      .stationLetter-content .stationLetter-list-item h3 .fs-red {
        color: #0f82d3; }
    .stationLetter-content .stationLetter-list-item .item-con {
      font-size: 14px;
      color: #373d41;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .stationLetter-content .stationLetter-list-item .normal-btn {
      min-width: 82px;
      height: 30px;
      line-height: 30px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto;
      font-size: 14px; }
    .stationLetter-content .stationLetter-list-item .inMessage-href {
      color: #0071bd; }
      .stationLetter-content .stationLetter-list-item .inMessage-href:hover {
        color: #e83416; }
  .stationLetter-content .page-num {
    height: 48px;
    background: #fafafa;
    border-top: 1px solid #dae1f7;
    margin: 0;
    padding: 12px; }

.fs-red {
  color: #0f82d3; }

.address-photo {
  width: 38px;
  text-align: center;
  position: relative; }
  .address-photo .addrPic-img {
    margin-right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    vertical-align: middle; }
  .address-photo .addrState-pic {
    position: absolute;
    right: -2px;
    bottom: 0; }

.clearfloat:after, .calendar-select-box:after, .sw-myCalendar-date .calendar-short-content .calendar-calHead:after, .sw-myCalendar-date .calendar-short-content .myCalendar-body:after, .vacation-cont-top:after, .clearfloat:before, .calendar-select-box:before, .sw-myCalendar-date .calendar-short-content .calendar-calHead:before, .sw-myCalendar-date .calendar-short-content .myCalendar-body:before, .vacation-cont-top:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

.imagesListUpload .webuploader-container {
  float: left; }

.webuploader-container .webuploader-pick {
  padding: 0;
  background: transparent; }
  .webuploader-container .webuploader-pick .upload-box {
    width: 50px;
    height: 50px;
    background: #f7f7f7;
    border: 1px solid #ebebeb; }
    .webuploader-container .webuploader-pick .upload-box:hover {
      background: #eaf2ff; }
  .webuploader-container .webuploader-pick .upload-btn {
    width: 100%;
    height: 100%;
    background: none;
    border: none; }
    .webuploader-container .webuploader-pick .upload-btn:after, .webuploader-container .webuploader-pick .upload-btn:before {
      display: block;
      content: "";
      position: absolute;
      background: #b0b0b0;
      font-size: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .webuploader-container .webuploader-pick .upload-btn:before {
      width: 2px;
      height: 26px; }
    .webuploader-container .webuploader-pick .upload-btn:after {
      width: 26px;
      height: 2px; }

.deleteImgDiv {
  position: relative; }
  .deleteImgDiv .rmFileFn {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0; }
    .deleteImgDiv .rmFileFn i {
      top: 2;
      color: #333;
      font-size: 12px; }

.webuploader-pick .file-btn {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border: 1px solid #ddd; }

.easyui-progressbar .progressbar-value .progressbar-text {
  background-color: #95B8E7; }

.easyui-slider + .slider .slider-inner {
  height: 12px;
  background: #0071bd; }
.easyui-slider + .slider .slider-handle {
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url("../../images/icon/slider_handle.png") no-repeat; }

/* 上传附件 */
.fileUtil-show-box {
  width: 100%;
  margin-top: 5px; }

.fileUtil-table-th {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  color: #333333; }
  .fileUtil-table-th .fileUtil-tab-name {
    padding: 0 5px; }
  .fileUtil-table-th .fileUtil-tab-opera {
    float: right;
    padding: 0 8px; }

.fileUtil-table {
  width: 100%; }
  .fileUtil-table .fileUtil-table-tr {
    border-bottom: 1px solid #ebebeb;
    height: 32px;
    line-height: 32px; }
    .fileUtil-table .fileUtil-table-tr:hover {
      background: #f4f4f4; }
    .fileUtil-table .fileUtil-table-tr td:first-child {
      width: 22px;
      padding: 0 5px; }
    .fileUtil-table .fileUtil-table-tr td:nth-child(3),
    .fileUtil-table .fileUtil-table-tr td:nth-child(4),
    .fileUtil-table .fileUtil-table-tr td:last-child {
      width: 22px;
      text-align: center; }
  .fileUtil-table .table-fileName {
    max-width: 300px;
    height: 30px;
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .fileUtil-table .fa {
    vertical-align: middle;
    font-size: 14px; }
  .fileUtil-table .fa-trash,
  .fileUtil-table .fa-download {
    color: #999999;
    cursor: pointer; }
  .fileUtil-table .fa-download {
    margin-top: 2px; }
  .fileUtil-table .fa-file-word-o {
    color: #5776b6; }
  .fileUtil-table .fa-file-excel-o {
    color: #4f8d38; }
  .fileUtil-table .fa-file-powerpoint-o {
    color: #d03e19; }
  .fileUtil-table .fa-file-picture-o {
    color: #2bb0db; }
  .fileUtil-table .fa-file-text-o {
    color: #b3b3b3; }
  .fileUtil-table .fa-file-pdf-o {
    color: #fa3f06; }
  .fileUtil-table .fa-file-zip-o {
    color: #2a6f1f; }

.fileTitle {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.swFileUploadExt .imagesListUpload {
  overflow: hidden; }
  .swFileUploadExt .imagesListUpload .webuploader-container {
    float: left; }
.swFileUploadExt .webuploader-container .webuploader-pick {
  padding: 0;
  background: transparent; }
  .swFileUploadExt .webuploader-container .webuploader-pick .upload-box {
    width: 50px;
    height: 50px;
    background: #f7f7f7;
    border: 1px solid #dae1f7; }
    .swFileUploadExt .webuploader-container .webuploader-pick .upload-box:hover {
      background: #dae1f7; }
  .swFileUploadExt .webuploader-container .webuploader-pick .upload-btn {
    width: 100%;
    height: 100%;
    background: none;
    border: none; }
    .swFileUploadExt .webuploader-container .webuploader-pick .upload-btn:after, .swFileUploadExt .webuploader-container .webuploader-pick .upload-btn:before {
      display: block;
      content: "";
      position: absolute;
      background: #b0b0b0;
      font-size: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .swFileUploadExt .webuploader-container .webuploader-pick .upload-btn:before {
      width: 2px;
      height: 26px; }
    .swFileUploadExt .webuploader-container .webuploader-pick .upload-btn:after {
      width: 26px;
      height: 2px; }
.swFileUploadExt .deleteImgDiv {
  overflow: hidden;
  float: left;
  margin: 0 15px 15px  0;
  width: 100px;
  cursor: pointer; }
  .swFileUploadExt .deleteImgDiv:hover .img-name {
    color: #666; }
  .swFileUploadExt .deleteImgDiv:hover .rmFileFn {
    bottom: 0; }
  .swFileUploadExt .deleteImgDiv .imgBox {
    position: relative;
    overflow: hidden; }
  .swFileUploadExt .deleteImgDiv .rmFileFn {
    display: inline-block;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    position: absolute;
    bottom: -22px;
    right: 0;
    transition: bottom .3s; }
    .swFileUploadExt .deleteImgDiv .rmFileFn .fa {
      margin: 0 5px;
      color: #ddd;
      font-size: 12px;
      line-height: 20px; }
      .swFileUploadExt .deleteImgDiv .rmFileFn .fa:hover {
        color: #fff;
        transition: color .3s; }
  .swFileUploadExt .deleteImgDiv .img-name {
    height: 39px;
    text-align: center;
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word; }
.swFileUploadExt .webuploader-pick .file-btn {
  margin: 0;
  width: 65px;
  height: 28px;
  color: #0071bd;
  border: 1px solid #0071bd;
  background: #fff;
  border-radius: 3px; }
.swFileUploadExt .easyui-progressbar .progressbar-value .progressbar-text {
  background-color: #95B8E7; }
.swFileUploadExt .easyui-slider + .slider .slider-inner {
  height: 12px;
  background: #0071bd; }
.swFileUploadExt .easyui-slider + .slider .slider-handle {
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url("../../images/icon/slider_handle.png") no-repeat; }
.swFileUploadExt .fileUtil-show-box {
  width: 100%;
  margin-top: 5px; }
  .swFileUploadExt .fileUtil-show-box .filelist-switch {
    text-align: right;
    padding-bottom: 5px;
    line-height: 28px; }
    .swFileUploadExt .fileUtil-show-box .filelist-switch .filelist-table,
    .swFileUploadExt .fileUtil-show-box .filelist-switch .filelist-image {
      margin-left: 10px;
      font-size: 14px;
      line-height: 24px;
      color: #999;
      cursor: pointer; }
      .swFileUploadExt .fileUtil-show-box .filelist-switch .filelist-table:hover,
      .swFileUploadExt .fileUtil-show-box .filelist-switch .filelist-image:hover {
        transition: all .3s;
        color: #666; }
.swFileUploadExt .fileUtil-table-th {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  color: #333333; }
  .swFileUploadExt .fileUtil-table-th .fileUtil-tab-name {
    padding: 0 5px; }
  .swFileUploadExt .fileUtil-table-th .fileUtil-tab-opera {
    float: right;
    padding: 0 8px; }
.swFileUploadExt .fileUtil-table {
  width: 100%; }
  .swFileUploadExt .fileUtil-table thead > tr > td:last-child {
    text-align: center; }
  .swFileUploadExt .fileUtil-table .fileUtil-table-tr {
    border-bottom: 1px solid #ebebeb;
    height: 35px;
    line-height: 35px; }
    .swFileUploadExt .fileUtil-table .fileUtil-table-tr:hover {
      background: #f4f4f4; }
    .swFileUploadExt .fileUtil-table .fileUtil-table-tr td:first-child {
      width: 22px;
      padding: 0 5px; }
    .swFileUploadExt .fileUtil-table .fileUtil-table-tr td:last-child {
      width: 70px;
      text-align: right; }
      .swFileUploadExt .fileUtil-table .fileUtil-table-tr td:last-child .fa {
        margin-right: 10px; }
        .swFileUploadExt .fileUtil-table .fileUtil-table-tr td:last-child .fa:last-child {
          margin-right: 5px; }
        .swFileUploadExt .fileUtil-table .fileUtil-table-tr td:last-child .fa:hover {
          color: #666;
          transition: color .3s; }
  .swFileUploadExt .fileUtil-table .table-fileName {
    max-width: 300px;
    height: 30px;
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .swFileUploadExt .fileUtil-table .fa {
    vertical-align: middle;
    font-size: 14px; }
  .swFileUploadExt .fileUtil-table .fa-trash,
  .swFileUploadExt .fileUtil-table .fa-eye,
  .swFileUploadExt .fileUtil-table .fa-download {
    color: #999999;
    cursor: pointer; }
  .swFileUploadExt .fileUtil-table .fa-download {
    margin-top: 2px; }
  .swFileUploadExt .fileUtil-table .fa-file-word-o {
    color: #5776b6; }
  .swFileUploadExt .fileUtil-table .fa-file-excel-o {
    color: #4f8d38; }
  .swFileUploadExt .fileUtil-table .fa-file-powerpoint-o {
    color: #d03e19; }
  .swFileUploadExt .fileUtil-table .fa-file-picture-o {
    color: #2bb0db; }
  .swFileUploadExt .fileUtil-table .fa-file-text-o {
    color: #b3b3b3; }
  .swFileUploadExt .fileUtil-table .fa-file-pdf-o {
    color: #fa3f06; }
  .swFileUploadExt .fileUtil-table .fa-file-zip-o {
    color: #2a6f1f; }
.swFileUploadExt .fileTitle {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

/* 流程图 */
#wf-grid {
  margin: auto;
  width: 100%; }

#wf-grid-child {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

/* 流程环节 */
#wf-pic-tr {
  overflow-x: scroll; }

#wf-pic-tr > li {
  display: inline-block; }

#box {
  width: 100%;
  margin: 0 auto; }

/* bigPic */
.bigPic {
  margin: 0px auto;
  overflow: hidden;
  width: 818px;
  position: relative; }

.bigPic a.btnleft {
  margin-top: -42px;
  display: block;
  left: 10px;
  overflow: hidden;
  width: 50px;
  position: absolute;
  top: 50%;
  height: 85px; }

.bigPic a.btnleft:hover {
  margin-top: -42px;
  display: block;
  left: 10px;
  overflow: hidden;
  width: 50px;
  position: absolute;
  top: 50%;
  height: 85px; }

.bigPic a.btnright {
  margin-top: -42px;
  display: block;
  right: 10px;
  overflow: hidden;
  width: 50px;
  position: absolute;
  top: 50%;
  height: 85px; }

.bigPic a.btnright:hover {
  margin-top: -42px;
  display: block;
  right: 10px;
  overflow: hidden;
  width: 50px;
  position: absolute;
  top: 50%;
  height: 85px; }

.bigPic .info {
  overflow: hidden;
  width: 818px;
  height: auto;
  background: #f1f1f1; }

.bigPic .info div {
  overflow: hidden;
  width: 818px;
  text-align: center; }

/* sPic */
.sPic {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0px auto; }

.sPic a.btnleft {
  position: absolute;
  left: 2px;
  top: 0;
  display: block;
  overflow: hidden;
  width: 15px;
  height: 100%;
  transition: all .2s;
  background: url("../../images/iconflow/iconflow-prev.png") no-repeat center center; }

.sPic a.btnleft:hover,
.sPic a.btnleft.active {
  background: url("../../images/iconflow/iconflow-prev-h.png") no-repeat center center; }

.sPic a.btnright {
  position: absolute;
  right: 2px;
  top: 0;
  display: block;
  overflow: hidden;
  width: 15px;
  height: 100%;
  transition: all .2s;
  background: url("../../images/iconflow/iconflow-next.png") no-repeat center center; }

.sPic a.btnright:hover,
.sPic a.btnright.active {
  background: url("../../images/iconflow/iconflow-next-h.png") no-repeat center center; }

.sPic .info {
  width: 780px;
  margin: 0px auto;
  overflow-x: scroll;
  background: #f5f6ff; }

.sPic .info div {
  overflow: hidden;
  width: 135px;
  cursor: pointer;
  height: 144px;
  text-align: center;
  position: relative; }

.sPic .info div a {
  width: 56px;
  height: 56px;
  background: #b1b8c0;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  border: 3px solid #fff; }

.sPic .info div a img {
  position: absolute;
  z-index: 999;
  left: 39px;
  top: 25px;
  width: 56px;
  height: 56px; }

.sPic .info div .l-online01 {
  width: 40px;
  height: 6px;
  background: #8cbfe2;
  position: absolute;
  right: 0;
  top: 50px; }

.sPic .info div .l-online02 {
  width: 40px;
  height: 6px;
  background: #0071be;
  position: absolute;
  right: 0;
  top: 50px; }

.sPic .info div .l-online1 {
  width: 135px;
  height: 6px;
  background: #8cbfe2;
  position: absolute;
  left: 0;
  top: 50px; }

.sPic .info div .l-online2 {
  width: 135px;
  height: 6px;
  background: #0071be;
  position: absolute;
  left: 0;
  top: 50px; }

.sPic .info div .l-online3 {
  width: 135px;
  height: 6px;
  background: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50px; }

.sPic .info div .l-online4 {
  width: 135px;
  height: 6px;
  background: #ea482d;
  position: absolute;
  left: 0;
  top: 50px; }

.sPic .info div .l-online51 {
  width: 40px;
  height: 6px;
  background: #8cbfe2;
  position: absolute;
  left: 0;
  top: 50px; }

.sPic .info div .l-online52 {
  width: 40px;
  height: 6px;
  background: #0071be;
  position: absolute;
  left: 0;
  top: 50px; }

.sPic .info div .l-online53 {
  width: 40px;
  height: 6px;
  background: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50px; }

.sPic .info div .l-online54 {
  width: 40px;
  height: 6px;
  background: #ea482d;
  position: absolute;
  left: 0;
  top: 50px; }

.sPic .info div a .l-word {
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #cfcfcf;
  display: block;
  z-index: 999;
  position: absolute;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif; }

.sPic .info div p {
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
  color: #3c4349;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

/* chanegecolor */
.chanegecolor {
  margin-top: 15px;
  font-size: 12px;
  z-index: 99999;
  margin-left: 50px;
  position: absolute; }

.chanegecolor span {
  display: block;
  float: left;
  margin-right: 10px; }

.chanegecolor span img {
  border-right: #ffffff 2px solid;
  border-top: #ffffff 2px solid;
  display: block;
  margin-bottom: 5px;
  border-left: #ffffff 2px solid;
  cursor: pointer;
  border-bottom: #ffffff 2px solid; }

.chanegecolor span.b00eaff img {
  border-right: #00eaff 2px solid;
  border-top: #00eaff 2px solid;
  border-left: #00eaff 2px solid;
  border-bottom: #00eaff 2px solid; }

/* 流程选择办理人 */
/*#resource-select-inside {
    height: 380px !important;
}

#resource-select-inside .datagrid-wrap {
    height: 220px !important;
}

#resource-select-inside .datagrid-wrap>.datagrid-view {
    height: 187px !important;
}

#resource-select-inside .easyui-textbox {
    border: 1px solid #95B8E7;
    height: 22px;
    border-radius: 5px;
    outline: none;
}

#resource-select-inside #tb {
    padding: 5px;
}

#resource-select-inside #tb .easyui-linkbutton {
    padding: 0;
    height: 24px;
    width: 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    outline: none;
    border: 1px solid #bbb;
}

#resource-select-inside #tb .easyui-linkbutton:hover {
    border-color: #bbd4fe;
    background: #eaf2ff;
}

#resource-select-inside .selectedCon {
    overflow-y: auto;
    padding: 10px;
    height: 100px;
}

#resource-select-inside .selectedCon .selected-text {
    height: 30px;
    line-height: 30px;
}

#resource-select-inside .selectedCon #selectResList>span {
    display: inline-block;
    padding: 1px 2px;
    margin-right: 6px;
    margin-bottom: 4px;
    border: 1px solid #eaeaea;
}

#resource-select-inside .selectedCon #selectResList>span>a {
    display: inline-block;
    padding-left: 3px;
    cursor: pointer;
}*/

/*# sourceMappingURL=calendar.css.map */
