html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  color: #007DC6;
  text-decoration: none;
  background: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  color: #148ACF;
}
b,
strong {
  font-weight: bold;
}
h1 {
  margin: 0.67em 0;
  font-size: 18px;
  font-size: 2rem;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hiden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  padding: 4px 8px;
  outline: none;
  border: 1px solid #ddd;
  background-color: transparent;
  line-height: 1.42857143;
  vertical-align: middle;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: none;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*---- main theme ----*/
/*----  edge space ----*/
/*---- atom class ----*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.hide {
  visibility: hidden;
}
.none {
  display: none;
}
.show {
  display: block;
}
.fixed {
  right: 20px;
  position: fixed;
  display: block;
  background: #EBEBEB;
  box-shadow: -8px -9px 60px #fff;
  padding: 10px;
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.main {
  position: relative;
  z-index: 1000;
  margin-left: 225px;
  margin-right: -15px;
  min-height: 800px;
  padding: 30px 20px 70px;
  border-left: 1px solid #D6D4D4;
  background: #EBEBEB;
}
/*----  begin header ----*/
.navbar {
  position: relative;
  z-index: 1001;
  min-height: 50px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-color: #007DC6;
}
.navbar .navbar-inner {
  padding-right: 10px;
  min-height: 40px;
}
.navbar .navbar-brand {
  display: inline-block;
  width: 240px;
  padding: 10px 0 5px;
}
.navbar .navbar-brand img {
  display: block;
  max-width: 100%;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li a {
  display: inline-block;
  padding: 15px;
  color: #fff;
}
.navbar .nav:before,
.navbar .nav:after {
  content: "";
  display: table;
}
.navbar .nav:after {
  clear: both;
}
/*----  end header ----*/
/*----  begin footer ----*/
.footer {
  min-height: 38px;
  background: #007DC6;
  color: #fff;
  padding: 15px 20px 15px 20px;
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
}
/*----  end footer ----*/
/* beg global color */
.blue {
  color: #007DC6;
}
/* end global color */
button,
.btn {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  font: 12px / normal inherit;
  outline: none;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #007DC6;
  color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
button:hover,
.btn:hover,
button:focus,
.btn:focus,
button:active,
.btn:active {
  color: #fff;
  text-decoration: none;
  background-color: #148ACF;
}
button[disabled] {
  border: 1px solid #ccc;
  text-decoration: none;
  color: #fff;
  background-color: #C7C7C7;
  box-shadow: none;
  cursor: default;
}
.btn.disabled,
button.disabled {
  cursor: progress;
  background-color: #C7C7C7;
}
.btn.disabled:hover,
button.disabled:hover,
.btn.disabled:focus,
button.disabled:focus,
.btn.disabled:active,
button.disabled:active {
  cursor: progress;
  color: #fff;
  background-color: #C7C7C7;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn-list,
.btn.btn-list {
  padding: 3px 5px;
}
.btn.green,
button.green {
  text-decoration: none;
  color: #fff;
  background-color: #8bc34a;
}
.btn.green:hover,
button.green:hover,
.btn.green:focus,
button.green:focus,
.btn.green:active,
button.green:active {
  color: #fff;
  background-color: #93CC52;
}
.btn.red,
button.red {
  text-decoration: none;
  color: #fff;
  background-color: #FF7BB5;
}
.btn.red:hover,
button.red:hover,
.btn.red:focus,
button.red:focus,
.btn.red:active,
button.red:active {
  color: #fff;
  background-color: #FA90BF;
}
.btn.danger,
button.danger {
  color: #900;
  text-shadow: none;
}
.btn.danger:hover,
button.danger:hover,
.btn.danger:focus,
button.danger:focus,
.btn.danger:active,
button.danger:active {
  border-color: #b53f3a;
  border-bottom-color: #a0302a;
  color: #fff;
  background-color: #dc5f59;
}
.btn.gray,
button.gray {
  color: #555A5F;
  background-color: #ddd;
}
.btn.gray:hover,
button.gray:hover,
.btn.gray:focus,
button.gray:focus,
.btn.gray:active,
button.gray:active {
  color: #555A5F;
  background-color: #eee;
}
.btn.white,
button.white {
  color: #555A5F;
  background-color: #fff;
}
.btn.white:hover,
button.white:hover,
.btn.white:focus,
button.white:focus,
.btn.white:active,
button.white:active {
  color: #555A5F;
  background-color: #FBFBFB;
}
.btn.btn-lg {
  padding: 10px 20px;
}
.btn.btn-default {
  padding: 6px 15px;
}
.btn.btn-sm {
  padding: 5px 15px;
}
.btn.btn-xs {
  padding: 3px 6px;
}
button.important,
.btn.important {
  color: #fff;
  background-color: #ef5352;
}
button.label,
.btn.label,
button.small,
.btn.small {
  margin-left: 0;
  margin-right: 2px;
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 11px;
  color: #818181;
  vertical-align: middle;
}
/* beg text align */
.text-center {
  text-align: center!important;
}
.text-left {
  text-align: left!important;
}
.text-right {
  text-align: right!important;
}
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/* end text align */
/* beg vertical align */
.v-top {
  vertical-align: top!important;
}
/* end vertical align */
/* beg title */
.title-2 {
  font-weight: bold;
  font-size: 17px;
}
.title-theme-2 {
  font-weight: bold;
  font-size: 17px;
  padding: 10px;
  border-left: 3px solid #007DC6;
  box-shadow: 3px 3px 7px #ddd;
  background-color: #fff;
}
.title-theme-2 .label {
  font-size: 14px;
  font-weight: normal;
}
.content-theme-2 {
  width: 100%;
  padding: 15px 10px;
  border: 0;
  border-left: 3px solid #007DC6;
  box-shadow: 3px 3px 7px #ddd;
  outline: none;
  cursor: default;
  background-color: #fff;
}
.title-theme-3 {
  font-size: 12px;
  color: #007DC6;
}
.format-tip {
  margin: 0 0 5px;
  color: #aaa;
}
/* end title */
/* beg space */
.margin-0 {
  margin: 0;
}
.space-bottom-15 {
  margin-bottom: 20px;
}
/* end space */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col-25,
.col-26,
.col-27,
.col-28,
.col-29,
.col-30,
.col-31,
.col-32,
.col-33,
.col-34,
.col-35,
.col-36,
.col-37,
.col-38,
.col-39,
.col-40,
.col-41,
.col-42,
.col-43,
.col-44,
.col-45,
.col-46,
.col-47,
.col-48,
.col-x-1,
.col-x-2,
.col-x-3,
.col-x-4,
.col-x-5,
.col-x-6,
.col-x-7,
.col-x-8,
.col-x-9,
.col-x-10,
.col-x-11,
.col-x-12,
.col-x-13,
.col-x-14,
.col-x-15,
.col-x-16,
.col-x-17,
.col-x-18,
.col-x-19,
.col-x-20,
.col-x-21,
.col-x-22,
.col-x-23,
.col-x-24,
.col-x-25,
.col-x-26,
.col-x-27,
.col-x-28,
.col-x-29,
.col-x-30,
.col-x-31,
.col-x-32,
.col-x-33,
.col-x-34,
.col-x-35,
.col-x-36,
.col-x-37,
.col-x-38,
.col-x-39,
.col-x-40,
.col-x-41,
.col-x-42,
.col-x-43,
.col-x-44,
.col-x-45,
.col-x-46,
.col-x-47,
.col-xs-48,
.col-xs-1,
.col-xs-2,
.col-xs-4,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-25,
.col-xs-26,
.col-xs-27,
.col-xs-28,
.col-xs-29,
.col-xs-30,
.col-xs-31,
.col-xs-32,
.col-xs-33,
.col-xs-34,
.col-xs-35,
.col-xs-36,
.col-xs-37,
.col-xs-38,
.col-xs-39,
.col-xs-40,
.col-xs-41,
.col-xs-42,
.col-xs-43,
.col-xs-44,
.col-xs-45,
.col-xs-46,
.col-xs-47,
.col-xs-48 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.col-1 {
  width: 2.0833333%;
}
.col-2 {
  width: 4.1666667%;
}
.col-3 {
  width: 6.25%;
}
.col-4 {
  width: 8.3333333%;
}
.col-5 {
  width: 10.4166666%;
}
.col-6 {
  width: 12.5%;
}
.col-7 {
  width: 14.5833333%;
}
.col-8 {
  width: 16.6666667%;
}
.col-9 {
  width: 18.75%;
}
.col-10 {
  width: 20.8333333%;
}
.col-11 {
  width: 22.9166666%;
}
.col-12 {
  width: 25%;
}
.col-13 {
  width: 27.0833333%;
}
.col-14 {
  width: 29.1666667%;
}
.col-15 {
  width: 31.25%;
}
.col-16 {
  width: 33.3333333%;
}
.col-17 {
  width: 35.4166667%;
}
.col-18 {
  width: 37.5%;
}
.col-19 {
  width: 39.5833333%;
}
.col-20 {
  width: 41.6666667%;
}
.col-21 {
  width: 43.75%;
}
.col-22 {
  width: 45.8333333%;
}
.col-23 {
  width: 47.9166666%;
}
.col-24 {
  width: 50%;
}
.col-25 {
  width: 52.0833333%;
}
.col-26 {
  width: 54.1666666%;
}
.col-27 {
  width: 56.25%;
}
.col-28 {
  width: 58.3333333%;
}
.col-29 {
  width: 60.4166667%;
}
.col-30 {
  width: 62.5%;
}
.col-31 {
  width: 64.5833333%;
}
.col-32 {
  width: 66.6666667%;
}
.col-33 {
  width: 68.75%;
}
.col-34 {
  width: 70.8333333%;
}
.col-35 {
  width: 72.9166667%;
}
.col-36 {
  width: 75%;
}
.col-37 {
  width: 77.0833333%;
}
.col-38 {
  width: 79.1666667%;
}
.col-39 {
  width: 81.25%;
}
.col-40 {
  width: 83.3333333%;
}
.col-41 {
  width: 85.4166667%;
}
.col-42 {
  width: 87.5%;
}
.col-43 {
  width: 89.5833333%;
}
.col-44 {
  width: 91.6666667%;
}
.col-45 {
  width: 93.75%;
}
.col-46 {
  width: 95.8333333%;
}
.col-47 {
  width: 97.9166667%;
}
.col-48 {
  width: 100%;
}
@media (max-width: 1300px) {
  .col-x-1 {
    width: 2.0833333%;
  }
  .col-x-2 {
    width: 4.1666667%;
  }
  .col-x-3 {
    width: 6.25%;
  }
  .col-x-4 {
    width: 8.3333333%;
  }
  .col-x-5 {
    width: 10.4166666%;
  }
  .col-x-6 {
    width: 12.5%;
  }
  .col-x-7 {
    width: 14.5833333%;
  }
  .col-x-8 {
    width: 16.6666667%;
  }
  .col-x-9 {
    width: 18.75%;
  }
  .col-x-10 {
    width: 20.8333333%;
  }
  .col-x-11 {
    width: 22.9166666%;
  }
  .col-x-12 {
    width: 25%;
  }
  .col-x-13 {
    width: 27.0833333%;
  }
  .col-x-14 {
    width: 29.1666667%;
  }
  .col-x-15 {
    width: 31.25%;
  }
  .col-x-16 {
    width: 33.3333333%;
  }
  .col-x-17 {
    width: 35.4166667%;
  }
  .col-x-18 {
    width: 37.5%;
  }
  .col-x-19 {
    width: 39.5833333%;
  }
  .col-x-20 {
    width: 41.6666667%;
  }
  .col-x-21 {
    width: 43.75%;
  }
  .col-x-22 {
    width: 45.8333333%;
  }
  .col-x-23 {
    width: 47.9166666%;
  }
  .col-x-24 {
    width: 50%;
  }
  .col-x-25 {
    width: 52.0833333%;
  }
  .col-x-26 {
    width: 54.1666666%;
  }
  .col-x-27 {
    width: 56.25%;
  }
  .col-x-28 {
    width: 58.3333333%;
  }
  .col-x-29 {
    width: 60.4166667%;
  }
  .col-x-30 {
    width: 62.5%;
  }
  .col-x-31 {
    width: 64.5833333%;
  }
  .col-x-32 {
    width: 66.6666667%;
  }
  .col-x-33 {
    width: 68.75%;
  }
  .col-x-34 {
    width: 70.8333333%;
  }
  .col-x-35 {
    width: 72.9166667%;
  }
  .col-x-36 {
    width: 75%;
  }
  .col-x-37 {
    width: 77.0833333%;
  }
  .col-x-38 {
    width: 79.1666667%;
  }
  .col-x-39 {
    width: 81.25%;
  }
  .col-x-40 {
    width: 83.3333333%;
  }
  .col-x-41 {
    width: 85.4166667%;
  }
  .col-x-42 {
    width: 87.5%;
  }
  .col-x-43 {
    width: 89.5833333%;
  }
  .col-x-44 {
    width: 91.6666667%;
  }
  .col-x-45 {
    width: 93.75%;
  }
  .col-x-46 {
    width: 95.8333333%;
  }
  .col-x-47 {
    width: 97.9166667%;
  }
  .col-x-48 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .col-xs-1 {
    width: 2.0833333%;
  }
  .col-xs-2 {
    width: 4.1666667%;
  }
  .col-xs-3 {
    width: 6.25%;
  }
  .col-xs-4 {
    width: 8.3333333%;
  }
  .col-xs-5 {
    width: 10.4166666%;
  }
  .col-xs-6 {
    width: 12.5%;
  }
  .col-xs-7 {
    width: 14.5833333%;
  }
  .col-xs-8 {
    width: 16.6666667%;
  }
  .col-xs-9 {
    width: 18.75%;
  }
  .col-xs-10 {
    width: 20.8333333%;
  }
  .col-xs-11 {
    width: 22.9166666%;
  }
  .col-xs-12 {
    width: 25%;
  }
  .col-xs-13 {
    width: 27.0833333%;
  }
  .col-xs-14 {
    width: 29.1666667%;
  }
  .col-xs-15 {
    width: 31.25%;
  }
  .col-xs-16 {
    width: 33.3333333%;
  }
  .col-xs-17 {
    width: 35.4166667%;
  }
  .col-xs-18 {
    width: 37.5%;
  }
  .col-xs-19 {
    width: 39.5833333%;
  }
  .col-xs-20 {
    width: 41.6666667%;
  }
  .col-xs-21 {
    width: 43.75%;
  }
  .col-xs-22 {
    width: 45.8333333%;
  }
  .col-xs-23 {
    width: 47.9166666%;
  }
  .col-xs-24 {
    width: 50%;
  }
  .col-xs-25 {
    width: 52.0833333%;
  }
  .col-xs-26 {
    width: 54.1666666%;
  }
  .col-xs-27 {
    width: 56.25%;
  }
  .col-xs-28 {
    width: 58.3333333%;
  }
  .col-xs-29 {
    width: 60.4166667%;
  }
  .col-xs-30 {
    width: 62.5%;
  }
  .col-xs-31 {
    width: 64.5833333%;
  }
  .col-xs-32 {
    width: 66.6666667%;
  }
  .col-xs-33 {
    width: 68.75%;
  }
  .col-xs-34 {
    width: 70.8333333%;
  }
  .col-xs-35 {
    width: 72.9166667%;
  }
  .col-xs-36 {
    width: 75%;
  }
  .col-xs-37 {
    width: 77.0833333%;
  }
  .col-xs-38 {
    width: 79.1666667%;
  }
  .col-xs-39 {
    width: 81.25%;
  }
  .col-xs-40 {
    width: 83.3333333%;
  }
  .col-xs-41 {
    width: 85.4166667%;
  }
  .col-xs-42 {
    width: 87.5%;
  }
  .col-xs-43 {
    width: 89.5833333%;
  }
  .col-xs-44 {
    width: 91.6666667%;
  }
  .col-xs-45 {
    width: 93.75%;
  }
  .col-xs-46 {
    width: 95.8333333%;
  }
  .col-xs-47 {
    width: 97.9166667%;
  }
  .col-xs-48 {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .col-m-1 {
    width: 2.0833333%;
  }
  .col-m-2 {
    width: 4.1666667%;
  }
  .col-m-3 {
    width: 6.25%;
  }
  .col-m-4 {
    width: 8.3333333%;
  }
  .col-m-5 {
    width: 10.4166666%;
  }
  .col-m-6 {
    width: 12.5%;
  }
  .col-m-7 {
    width: 14.5833333%;
  }
  .col-m-8 {
    width: 16.6666667%;
  }
  .col-m-9 {
    width: 18.75%;
  }
  .col-m-10 {
    width: 20.8333333%;
  }
  .col-m-11 {
    width: 22.9166666%;
  }
  .col-m-12 {
    width: 25%;
  }
  .col-m-13 {
    width: 27.0833333%;
  }
  .col-m-14 {
    width: 29.1666667%;
  }
  .col-m-15 {
    width: 31.25%;
  }
  .col-m-16 {
    width: 33.3333333%;
  }
  .col-m-17 {
    width: 35.4166667%;
  }
  .col-m-18 {
    width: 37.5%;
  }
  .col-m-19 {
    width: 39.5833333%;
  }
  .col-m-20 {
    width: 41.6666667%;
  }
  .col-m-21 {
    width: 43.75%;
  }
  .col-m-22 {
    width: 45.8333333%;
  }
  .col-m-23 {
    width: 47.9166666%;
  }
  .col-m-24 {
    width: 50%;
  }
  .col-m-25 {
    width: 52.0833333%;
  }
  .col-m-26 {
    width: 54.1666666%;
  }
  .col-m-27 {
    width: 56.25%;
  }
  .col-m-28 {
    width: 58.3333333%;
  }
  .col-m-29 {
    width: 60.4166667%;
  }
  .col-m-30 {
    width: 62.5%;
  }
  .col-m-31 {
    width: 64.5833333%;
  }
  .col-m-32 {
    width: 66.6666667%;
  }
  .col-m-33 {
    width: 68.75%;
  }
  .col-m-34 {
    width: 70.8333333%;
  }
  .col-m-35 {
    width: 72.9166667%;
  }
  .col-m-36 {
    width: 75%;
  }
  .col-m-37 {
    width: 77.0833333%;
  }
  .col-m-38 {
    width: 79.1666667%;
  }
  .col-m-39 {
    width: 81.25%;
  }
  .col-m-40 {
    width: 83.3333333%;
  }
  .col-m-41 {
    width: 85.4166667%;
  }
  .col-m-42 {
    width: 87.5%;
  }
  .col-m-43 {
    width: 89.5833333%;
  }
  .col-m-44 {
    width: 91.6666667%;
  }
  .col-m-45 {
    width: 93.75%;
  }
  .col-m-46 {
    width: 95.8333333%;
  }
  .col-m-47 {
    width: 97.9166667%;
  }
  .col-m-48 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-s-1 {
    width: 2.0833333%;
  }
  .col-s-2 {
    width: 4.1666667%;
  }
  .col-s-3 {
    width: 6.25%;
  }
  .col-s-4 {
    width: 8.3333333%;
  }
  .col-s-5 {
    width: 10.4166666%;
  }
  .col-s-6 {
    width: 12.5%;
  }
  .col-s-7 {
    width: 14.5833333%;
  }
  .col-s-8 {
    width: 16.6666667%;
  }
  .col-s-9 {
    width: 18.75%;
  }
  .col-s-10 {
    width: 20.8333333%;
  }
  .col-s-11 {
    width: 22.9166666%;
  }
  .col-s-12 {
    width: 25%;
  }
  .col-s-13 {
    width: 27.0833333%;
  }
  .col-s-14 {
    width: 29.1666667%;
  }
  .col-s-15 {
    width: 31.25%;
  }
  .col-s-16 {
    width: 33.3333333%;
  }
  .col-s-17 {
    width: 35.4166667%;
  }
  .col-s-18 {
    width: 37.5%;
  }
  .col-s-19 {
    width: 39.5833333%;
  }
  .col-s-20 {
    width: 41.6666667%;
  }
  .col-s-21 {
    width: 43.75%;
  }
  .col-s-22 {
    width: 45.8333333%;
  }
  .col-s-23 {
    width: 47.9166666%;
  }
  .col-s-24 {
    width: 50%;
  }
  .col-s-25 {
    width: 52.0833333%;
  }
  .col-s-26 {
    width: 54.1666666%;
  }
  .col-s-27 {
    width: 56.25%;
  }
  .col-s-28 {
    width: 58.3333333%;
  }
  .col-s-29 {
    width: 60.4166667%;
  }
  .col-s-30 {
    width: 62.5%;
  }
  .col-s-31 {
    width: 64.5833333%;
  }
  .col-s-32 {
    width: 66.6666667%;
  }
  .col-s-33 {
    width: 68.75%;
  }
  .col-s-34 {
    width: 70.8333333%;
  }
  .col-s-35 {
    width: 72.9166667%;
  }
  .col-s-36 {
    width: 75%;
  }
  .col-s-37 {
    width: 77.0833333%;
  }
  .col-s-38 {
    width: 79.1666667%;
  }
  .col-s-39 {
    width: 81.25%;
  }
  .col-s-40 {
    width: 83.3333333%;
  }
  .col-s-41 {
    width: 85.4166667%;
  }
  .col-s-42 {
    width: 87.5%;
  }
  .col-s-43 {
    width: 89.5833333%;
  }
  .col-s-44 {
    width: 91.6666667%;
  }
  .col-s-45 {
    width: 93.75%;
  }
  .col-s-46 {
    width: 95.8333333%;
  }
  .col-s-47 {
    width: 97.9166667%;
  }
  .col-s-48 {
    width: 100%;
  }
}
.Zebra_DatePicker {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #ffffff;
  color: #222;
  font: 13px Tahoma, Arial, Helvetica, sans-serif;
  padding: 3px 3px;
  border: 1px solid #E3E3E3;
  position: absolute;
  display: table;
  z-index: 1200;
}
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  box-sizing: content-box !important;
}
.Zebra_DatePicker * {
  padding: 0;
}
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%;
}
.Zebra_DatePicker th,
.Zebra_DatePicker td {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  width: 25px;
}
.Zebra_DatePicker .dp_body th:first-child,
.Zebra_DatePicker .dp_body td:first-child {
  border-left: none;
}
.Zebra_DatePicker .dp_body th:last-child,
.Zebra_DatePicker .dp_body td:last-child {
  border-right: none;
}
.Zebra_DatePicker .dp_body tr:first-child th,
.Zebra_DatePicker .dp_body tr:first-child td {
  border-top: none;
}
.Zebra_DatePicker .dp_body tr:last-child th,
.Zebra_DatePicker .dp_body tr:last-child td {
  border-bottom: none;
}
.Zebra_DatePicker .dp_body td {
  background: #ffffff;
}
.Zebra_DatePicker .dp_body .dp_weekend {
  background: #f3f3f3;
}
.Zebra_DatePicker .dp_body .dp_not_in_month {
  background: #e0e6f2;
  color: #98acd4;
}
.Zebra_DatePicker .dp_body .dp_current {
  color: #3A87AD;
}
.Zebra_DatePicker .dp_body .dp_selected {
  background: #007DC6;
  color: #fff;
}
.Zebra_DatePicker .dp_body .dp_disabled {
  background: #ffffff;
  color: #ccc;
  cursor: text;
}
.Zebra_DatePicker .dp_body .dp_disabled.dp_current {
  color: #3A87AD;
}
.Zebra_DatePicker .dp_body .dp_hover {
  color: #fff;
  background: #007DC6;
}
.Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
  background-color: #8c8c8c;
  color: #fff;
}
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td,
.Zebra_DatePicker .dp_timepicker td {
  width: 33.3333%;
}
.Zebra_DatePicker .dp_timepicker .dp_disabled {
  border: none;
  color: #222;
  font-size: 39px;
  font-weight: bold;
}
.Zebra_DatePicker .dp_time_separator div {
  position: relative;
}
.Zebra_DatePicker .dp_time_separator div:after {
  content: ":";
  font-size: 37px;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.Zebra_DatePicker .dp_header {
  margin-bottom: 3px;
}
@supports (-ms-ime-align: auto) {
  .Zebra_DatePicker .dp_header {
    font-family: 'Segoe UI Symbol', Tahoma, Arial, Helvetica, sans-serif;
  }
}
.Zebra_DatePicker .dp_footer {
  background-color: #e6e5e5;
  margin-top: 3px;
}
.Zebra_DatePicker .dp_footer .dp_icon {
  width: 50%;
}
.Zebra_DatePicker .dp_actions td {
  border-radius: 4px;
  color: #000;
}
.Zebra_DatePicker .dp_actions .dp_caption {
  font-weight: bold;
  width: 100%;
}
.Zebra_DatePicker .dp_actions .dp_previous,
.Zebra_DatePicker .dp_actions .dp_next {
  *padding: 0 10px;
}
.Zebra_DatePicker .dp_actions .dp_hover {
  background-color: #8c8c8c;
  color: #fff;
}
.Zebra_DatePicker .dp_daypicker th {
  background: #fc3;
  cursor: text;
  font-weight: bold;
}
.Zebra_DatePicker.dp_hidden {
  display: none;
}
.Zebra_DatePicker .dp_icon {
  height: 16px;
  background-image: url("images/icons.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  *text-indent: 0;
}
.Zebra_DatePicker .dp_icon.dp_confirm {
  background-position: center -123px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler {
  background-position: center -91px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
  background-position: center -59px;
}
button.Zebra_DatePicker_Icon {
  background: url("images/icons.png") no-repeat center top;
  border: none;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 0;
  padding: 0;
  position: absolute;
  text-indent: -9000px;
  width: 16px;
}
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled {
  background-position: center -32px;
  cursor: default;
}
.label-group button.Zebra_DatePicker_Icon {
  top: -1px !important;
  right: -1px !important;
}
.form-group button.Zebra_DatePicker_Icon {
  top: 8px!important;
  right: 5px!important;
}
.Zebra_DatePicker {
  background-color: #ffffff;
}
.Zebra_DatePicker .dp_actions .dp_hover {
  background-color: #b6b6b6;
}
.Zebra_DatePicker .dp_daypicker th {
  background-color: #ffffff;
}
.home-calendar {
  margin: 15px 28px;
}
.home-calendar .Zebra_DatePicker {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 0px;
  padding: 46px 15px;
}
.home-calendar .Zebra_DatePicker table {
  width: 100%!important;
}
.home-calendar .Zebra_DatePicker .dp_footer {
  display: none;
}
.form-group {
  margin-bottom: 15px;
}
.form-inline label,
.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 700;
}
.form-group label sup {
  top: -0.2em;
  color: #FF7BB5;
  font-size: 18px;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
select.form-control {
  padding: 6px 8px;
}
textarea.form-control {
  height: 102px;
}
textarea.form-textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.form-control:focus,
.form-textarea:focus {
  border-color: #50BAF8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: pointer;
  background-color: #eee;
  opacity: 1;
}
.form-control[readonly] {
  background-color: #FAFAFA;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 49%;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
  }
}
.radio,
.radio-s {
  margin: 5px;
  display: inline-block;
}
.radio {
  width: 20px;
  height: 20px;
}
.radio-s {
  width: 15px;
  height: 15px;
}
.input-xs {
  width: 50px;
}
.tip-sup {
  top: 0px;
  color: #FF7BB5;
  font-size: 18px;
}
.pagination {
  float: right;
  display: inline;
  text-align: right;
  padding-right: 5px;
  margin-top: 9px;
}
.pagination .pages,
.pagination .records,
.pagination .pagesize {
  text-align: center;
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pagesize {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.pagesize:focus {
  border-color: #50BAF8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.pages {
  vertical-align: middle;
}
.pages .button {
  padding: 8px 13px;
}
.pages .current {
  color: #fff;
  background-color: #007DC6;
}
.separator {
  padding: 3px 3px;
}
#overlay {
  z-index: 100;
  background-color: #000;
}
.popup-wrapper {
  z-index: 1000;
}
.popup-container {
  position: relative;
  min-height: 250px;
  min-width: 600px;
  background-color: #fff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.popup-header h3 {
  margin: 0;
  padding: 10px 0;
  text-indent: 15px;
  font-size: 14px;
  background-color: #007DC6;
  color: #fff;
}
.popup-message {
  padding: 0 40px;
}
.popup-main {
  padding: 10px;
  min-height: 80px;
}
.popup-footer {
  text-align: center;
}
.popup-footer button {
  margin: 0 25px;
}
.popup-close {
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #fff;
}
.tip-container {
  max-width: 500px;
  position: relative;
  padding: 20px 40px 20px 30px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.tip-message {
  line-height: 26px;
  text-align: center;
}
.tip-close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 25px;
  text-indent: -999em;
  background: url(images/icons/popup-detele.png) no-repeat 0 0;
}
.tip-wrapper {
  z-index: 1020;
}
#popup-warning .tip-container {
  padding: 10px 40px 10px 20px;
  border-width: 0 0 1px 1px;
  background-color: #FFCECF;
  background-image: none;
  border-color: #E08E90;
}
.album-pic-load,
.contract-pic-load {
  position: relative;
  padding: 15px;
  margin: 15px 0;
  border: 2px #eee dashed;
  text-align: center;
}
.album-pic-load .choose-flie,
.contract-pic-load .choose-flie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.album-pic-load .tip,
.contract-pic-load .tip {
  color: #aaa;
}
.MultiFile-wrap {
  text-align: left;
}
.MultiFile-wrap .MultiFile-list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 2;
}
.MultiFile-wrap .MultiFile-list .MultiFile-label-wrap {
  margin-bottom: 5px;
  display: inline-block;
}
.MultiFile-wrap .MultiFile-list .MultiFile-label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  margin-right: 5px;
}
.MultiFile-wrap .MultiFile-list .MultiFile-label .MultiFile-title {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: #E3E3E3 1px solid;
}
.MultiFile-wrap .MultiFile-list .MultiFile-label .MultiFile-preview {
  width: 100px;
}
.MultiFile-wrap .MultiFile-list .MultiFile-remove {
  vertical-align: top;
  color: #aaa;
  padding: 0px 5px;
}
.MultiFile-wrap .MultiFile-list .MultiFile-remove:hover {
  color: #000;
}
.MultiFile-wrap .MultiFile-list .MultiFile-remove i {
  vertical-align: top;
}
.tab-head {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
.tab {
  position: relative;
  border-bottom: 1px solid #eee;
}
.tab > li {
  float: right;
  border: 1px solid #EEE;
  border-bottom: 0;
  margin-left: -1px;
  background-color: #fff;
}
.tab > li > span {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}
.tab > li > span.active {
  border-top: 2px solid #007DC6;
}
.tab > li.active span {
  color: #007DC6;
}
.tab-content {
  padding: 30px 15px 250px;
  background: #fff;
}
.tab-content .space {
  margin-bottom: 5px;
  border: 1px solid #eee;
  border-left: 0;
}
.tab-content .space .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: -1px;
  margin-right: 10px;
  padding: 10px 10px 10px 0;
  width: 40%;
  font-weight: bold;
  text-align: right;
  border-left: 5px solid #50BAF8;
  background-color: #eee;
}
.tab-content .show-more-btn {
  padding-top: 20px;
  text-align: right;
}
@media (max-width: 1200px) {
  .tab > li > span {
    padding: 10px;
  }
}
.tab-top {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 0px 20px;
  border-bottom: 2px solid #148ACF;
  background-color: #fff;
  color: #AAA;
}
.tab-top > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 15px;
  margin-bottom: -2px;
  padding: 15px 10px;
  border-bottom: 2px solid #148ACF;
  font-weight: bold;
}
.tab-top > a.active {
  background-color: #F9F9F9;
  box-shadow: 0px -6px 6px #bbb;
}
.tab-top > a:hover {
  color: #148ACF;
}
.table-tool {
  padding: 10px 0px 15px 15px;
  text-align: right;
}
#fields-wrapper {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  margin-left: 18px;
}
#fields-handler {
  cursor: pointer;
  margin-left: 5px;
}
#fields-handler i {
  font-size: 24px;
  color: #007DC6;
}
#fields-handler:hover i {
  color: #148ACF;
}
#fields {
  position: absolute;
  right: 0;
  top: 20px;
  background: #fff;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  padding: 10px;
  box-shadow: 0 2px 6px #666;
  width: 380px;
  z-index: 5;
}
#fields fieldset {
  padding: 0;
  margin: 0;
}
#fields label {
  padding: 5px 2px;
  float: left;
  width: 180px;
  cursor: pointer;
}
#fields .close {
  text-align: right;
}
.fields-actions {
  padding-top: 10px;
}
.table-name {
  text-align: left;
}
.table .label {
  padding: 5px 0;
  font-weight: bold;
}
.table .label sup {
  top: -0.2em;
  color: #FF7CB8;
  font-size: 18px;
}
.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #fff;
  border: 1px solid #E7EBEE;
}
.table-head {
  padding: 10px;
  color: #fff;
  background-color: #50BAF8;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  white-space: nowrap;
  line-height: 1.42857143;
  vertical-align: middle;
  text-align: left;
}
.table > thead > tr > th {
  padding: 15px 8px;
  border-bottom: 1px solid #e7ebee;
  background-color: #007DC6;
  color: #fff;
}
.table > thead.white > tr > th {
  border-bottom: 2px solid #007DC6;
  color: #000;
  background-color: #fff;
}
.table > thead > tr > th.sort {
  cursor: pointer;
}
.table > thead > tr > th.sort:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: #fff;
  content: "\f0dc";
  cursor: pointer;
}
.table > thead > tr > th.sort.down:after {
  content: "\f0d7";
}
.table > thead > tr > th.sort.up:after {
  content: "\f0d8";
}
.employee-detail {
  border-top: 0;
}
.table tbody > tr > td,
.table tbody > tr > th {
  vertical-align: middle;
  border-top: 1px solid #e7ebee;
  padding: 7px 8px;
  font-size: 12px;
}
.table tbody > tr > th {
  text-align: right;
  background-color: #F7F7F7;
}
.table.no-border tbody > tr > td,
.table.no-border tbody > tr > th {
  border-top: 0;
}
.table tbody > tr > td .q-value {
  display: inline-block;
  width: 20px;
}
.table > tbody > tr.odd-narmal > td {
  background-color: #F7F7F7;
}
.table > tbody > tr.odd > td {
  background-color: #DFF2FD;
}
.table > tbody > tr.supervisor > td {
  background-color: #DFF2FD;
}
.table > tbody > tr > td.info-left {
  width: 26%;
  font-weight: bold;
}
.table > tbody > tr > td.info-right {
  width: 24%;
}
.table .row-span {
  width: 150px;
  text-align: center;
  border-right: 1px solid #e7ebee;
}
.table .row-annual {
  min-width: 125px;
  margin: 0px -8px 10px;
  padding: 0px 8px 10px;
  border-bottom: 1px solid #fff;
}
.table .row-used,
.table .row-total {
  width: 48%;
  display: inline-block;
  font-size: 12px;
}
.table > tbody > tr > td .recruitment-form {
  width: 500px;
}
.reminder {
  margin-top: 30px;
  margin-bottom: 15px;
  min-height: 400px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  border-bottom: 2px solid #007DC6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.reminder .content {
  margin-top: 20px;
  height: 21em;
  overflow: hidden;
}
.reminder .content h3.title {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  background-color: #F9FDFF;
}
.reminder .content h3.title i {
  color: #EF5679;
}
.reminder .content p {
  margin: 0;
  padding: 15px 30px;
}
.reminder .content .date {
  float: right;
  color: #aaa;
}
.reminder .details {
  padding: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #007DC6;
}
.reminder .details a {
  font-size: 12px;
  color: #fff;
  line-height: 23px;
}
.reminder .details a i {
  color: #fff;
  font-size: 14px;
}
.album-list {
  margin-bottom: 30px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #E3E3E3;
  background-color: #fff;
}
.album-list .pic-wrap {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.album-list .pic-wrap img {
  display: block;
  max-height: 100%;
}
.album-list .pic-wrap a:before {
  content: "Click into";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  line-height: 160px;
  text-transform: uppercase;
  color: #007DC6;
  opacity: 0;
}
.album-list .pic-wrap a:hover:before {
  opacity: 1;
}
.album-list .pic-wrap a:hover img {
  opacity: 0.3;
}
.album-list .pic-wrap .num {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 20px;
  color: #fff;
}
.album-list .name {
  padding: 10px;
  border-bottom: 1px solid #E3E3E3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.album-list .action {
  padding: 10px;
}
.album-list .action .time {
  color: #aaa;
}
.album-list .action .setting,
.album-list .action .edit,
.album-list .action .delete {
  float: right;
  padding: 0px 4px;
  cursor: pointer;
  color: #aaa;
}
.album-list .action .setting:hover,
.album-list .action .edit:hover,
.album-list .action .delete:hover {
  color: #000;
}
.album-list .file-path {
  padding: 10px;
}
.album-list .file-path label {
  display: block;
  font-size: 12px;
  color: #999;
}
.album-list .sort {
  position: relative;
  padding: 0 10px 10px 45px;
}
.album-list .sort .choose {
  position: absolute;
  top: 0px;
  left: 10px;
  padding: 4px 8px 5px;
  border: 1px solid #CCCCCC;
}
.preview-wrap {
  max-width: 1024px;
  padding-right: 100px;
  position: relative;
}
.preview ul li {
  float: left;
}
.preview ul li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.thumbs-wrap-out {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 1px 0;
  border: 1px solid #E3E3E3;
  background-color: #fff;
}
.thumbs-wrap-out .thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumbs-wrap-out .thumbs li {
  position: relative;
  width: 92px;
  height: 84px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -moz-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}
.thumbs-wrap-out .thumbs li.active1 {
  opacity: 1;
}
.thumbs-wrap-out .thumbs li.active1:before {
  position: absolute;
  display: block;
  content: " ";
  top: 37px;
  left: -6px;
  z-index: 1000;
  width: 0px;
  height: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #EF5679 transparent transparent;
}
.thumbs-wrap-out .thumbs li img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 2px 6px;
}
.preview-wrap .arrows {
  position: absolute;
  top: 140px;
  width: 100%;
  padding-right: 100px;
}
.preview-wrap .arrows .arrow {
  display: inline-block;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.48);
  color: #fff;
  cursor: pointer;
}
.preview-wrap .arrows .arrow.prev {
  margin-left: 20px;
}
.preview-wrap .arrows .arrow.next {
  float: right;
  margin-right: 20px;
}
.album-cover-edit {
  width: 400px;
  padding: 15px;
  margin-bottom: 15px;
  border: 2px #EBEBEB dashed;
  background-color: #fff;
}
.album-cover-edit img {
  display: block;
  max-width: 100%;
}
.banner-out {
  background-color: #fff;
}
.banner-wrap {
  position: relative;
  padding: 15px 28px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.banner {
  position: relative;
  max-height: 340px;
  overflow: hidden;
}
.banner ul li {
  height: 340px;
  float: left;
  overflow: hidden;
}
.banner ul li a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.banner .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0;
  text-align: center;
}
.banner .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -moz-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}
.banner .dots li.active {
  background: #fff;
  opacity: 1;
}
.banner .dots li.dot {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.banner .arrows {
  position: absolute;
  top: 140px;
  width: 100%;
  height: 0;
}
.banner .arrows .arrow {
  display: inline-block;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.48);
  color: #fff;
  cursor: pointer;
}
.banner .arrows .arrow.prev {
  margin-left: 20px;
}
.banner .arrows .arrow.next {
  float: right;
  margin-right: 20px;
}
.bread {
  margin: -30px -20px 30px;
  padding: 15px 30px;
  border-bottom: 2px solid #148ACF;
  background-color: #fff;
  color: #AAA;
}
.sidebar {
  position: absolute;
  width: 240px;
  top: 0px;
  left: 0px;
  height: 100%;
}
.sidebar .nav {
  margin-top: 50px;
  border-top: 1px solid #eee;
}
.sidebar .nav .nav-wrap > li {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.sidebar .nav .nav-wrap > li > a {
  font-weight: bold;
  display: block;
  color: #333;
}
.sidebar .nav .nav-wrap > li > a:hover {
  color: #148ACF;
}
.sidebar .nav .nav-wrap > li > a span {
  display: inline-block;
}
.sidebar .nav .nav-wrap > li > a .icon-wrap {
  color: #007DC6;
  padding-right: 8px;
}
.sidebar .nav .nav-wrap > li > a .icon-wrap.after {
  padding-right: 0px;
  font-size: 20px;
}
.sidebar .nav .nav-wrap > li > a .text-wrap {
  width: 150px;
  margin: 0px 5px;
}
.sidebar .nav .nav-wrap > li.active > a {
  color: #007DC6;
}
.sidebar .nav .nav-wrap > li ul {
  margin: 10px -15px -10px;
  padding-bottom: 10px;
  border-top: 1px solid #eee;
}
.sidebar .nav .nav-wrap > li ul:before {
  position: absolute;
  display: block;
  content: " ";
  left: 20px;
  top: 49px;
  bottom: 0px;
  width: 7px;
  border-left: 1px solid #eee;
  z-index: 1;
}
.sidebar .nav .nav-wrap > li ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 46px;
}
.sidebar .nav .nav-wrap > li ul li a {
  display: block;
  color: #333;
}
.sidebar .nav .nav-wrap > li ul li a:hover {
  color: #148ACF;
}
.sidebar .nav .nav-wrap > li.active ul {
  background-color: #fcfcfc;
}
.sidebar .nav .nav-wrap > li.active ul li.active:before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 16px;
  top: 6px;
  border-radius: 50%;
  background-color: #007DC6;
  z-index: 1;
}
.sidebar .nav .nav-wrap > li.active ul li.active a {
  color: #007DC6;
}
.sidebar .nav.short-menu .nav-wrap > li:hover {
  z-index: 1002;
  background: #fff;
  box-shadow: 1px 2px 3px #ddd;
}
.sidebar .short-menu-bar {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 24px;
  color: #007DC6;
  cursor: pointer;
}
.to-left {
  margin-left: 31px;
}
/* beg deadline */
.deadline {
  color: #ff5454;
  font-weight: bold;
}
/* end deadline */
/* beg status */
span.check i,
span.refuse i,
span.pending i {
  font-size: 16px;
}
span.check {
  color: #8bc34a;
}
span.refuse {
  color: #FF7BB5;
}
span.pending {
  color: #50BAF8;
}
/* end status */
/* beg login */
.logo {
  margin-top: 140px;
  font-size: 18px;
  padding: 18px 0;
}
/* end login */
/*  portrait */
.person-head {
  padding: 15px 15px 20px;
  background-color: #fff;
}
.portrait {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  border: 1px solid #eee;
}
.portrait img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.person-head .name-job {
  font-size: 16px;
  float: left;
}
.person-head .name-job .name {
  font-size: 22px;
  font-weight: bold;
}
.person-head .name-job .job {
  margin-top: 10px;
}
.person-head .name-job .contract-type {
  margin-top: 5px;
}
.person-head .info {
  float: right;
  color: #fff;
}
.person-head .info .job-status {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.person-head .info .job-status .fa-smile-o {
  font-weight: bold;
  color: #8bc34a;
}
.person-head .info .job-status .fa-frown-o {
  font-weight: bold;
  color: #FF7BB5;
}
.person-head .info .edit {
  text-align: right;
}
.person-head .info .edit .button {
  width: 112px;
  padding: 10px 15px;
}
.status {
  height: 10px;
  line-height: 10px;
}
.status i {
  font-size: 30px;
}
.status em {
  color: #9C9797;
  font-size: 16px;
}
.status .service i {
  color: #8bc34a;
}
.status .turnover i {
  color: #FF7BB5;
}
.status.small i {
  font-size: 16px;
  font-weight: bold;
}
/* end portrait */
/* beg page head */
.widget-header {
  position: relative;
  min-height: 35px;
}
/* end page head */
.top-tool {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* beg top tool */
/* autoComplete styles */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.02em;
  color: #333;
}
.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}
.autocomplete-suggestion.selected {
  background: #f0f0f0;
}
/*---- begin employee ----*/
.employee-detail-submit {
  text-align: right;
}
/*---- end employee ----*/
/*----  beg punch ----*/
.form-duty {
  line-height: 72px;
  padding: 0;
  margin-left: -10px;
}
/*---- end punch ----*/

.helpdesk__link{
  float: right;
}

.form-notice-next-year {
  color: #555;
  display: block;
  font-size: 14px;
  height: 31px;
  line-height: 1.42857;
  padding: 6px 0px;
  width: 100%;
}