/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: "Microsoft Yahei", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.fr {
  float: right;
}
.fl {
  float: left;
}
.clear {
  zoom: 1;
}
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.btn {
  display: inline-block;
  padding: 3px 12px;
  margin: 0 10px;
  line-height: 1.42857143;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.upload_td {
    position: relative;
}

.upload_td:hover .upload_btn {
    display: block;
}

.upload_btn {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -34px;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.25);
    display: none;
}

.re_stage {
  width: 80%;
  margin: 0 auto;
  min-width: 1200px;
}
.re_stage .msg {
  width: 300px;
  height: 60px;
  line-height: 60px;
  color: #000;
  background: #fff url("../img/alert.png") no-repeat 25px 12px;
  border: 1px solid #ccc;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 3px 3px #000;
  display: none;
}
.re_stage .headerh3 {
  text-align: center;
  background: #ccc;
  overflow: hidden;
  padding: 5px 0;
}
.re_stage .re_container table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.re_stage .re_container table td,
.re_stage .re_container table th {
  border: 1px solid #ccc;
  padding: 8px 0;
  font-size: 14px;
}
.re_stage .re_container table td input[type=text],
.re_stage .re_container table th input[type=text] {
  width: 100%;
  height: 100%;
  line-height: 100%;
  border: none;
  padding: 0 8px;
  box-sizing: border-box;
  outline: none;
}
.re_stage .re_container table td input[type=text]::-webkit-input-placeholder,
.re_stage .re_container table th input[type=text]::-webkit-input-placeholder {
  line-height: 20px;
}
.re_stage .re_container table td input[type=text]:-webkit-autofill,
.re_stage .re_container table th input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.re_stage .re_container table td input[type=text].half_date,
.re_stage .re_container table th input[type=text].half_date {
  width: 40%;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.re_stage .re_container table td input[type=text].date,
.re_stage .re_container table th input[type=text].date {
  cursor: pointer;
}
.re_stage .re_container table td input[type=text].lan_input,
.re_stage .re_container table th input[type=text].lan_input {
  width: 21%;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.re_stage .re_container table td input.radio_input,
.re_stage .re_container table th input.radio_input {
  margin: 0 5px;
}
.re_stage .re_container table td input.com_input,
.re_stage .re_container table th input.com_input {
  width: 40%;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.re_stage .re_container table td select,
.re_stage .re_container table th select {
  border: none;
  width: 100%;
  padding: 0 4px;
  outline: none;
}
.re_stage .re_container table td input.job_input,
.re_stage .re_container table th input.job_input {
  width: 20%;
  border-bottom: 1px solid #ccc;
}
.re_stage .re_container table td label input,
.re_stage .re_container table th label input {
  vertical-align: middle;
}
.re_stage .re_container table td.check_box,
.re_stage .re_container table th.check_box {
  padding-left: 10px;
}
.re_stage .re_container table td.check_box input[type=checkbox],
.re_stage .re_container table th.check_box input[type=checkbox] {
  margin: 0 5px;
}
.re_stage .re_container table td textarea,
.re_stage .re_container table th textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
  box-sizing: border-box;
  padding: 0 8px;
}
.re_stage .re_container table td #imgShow,
.re_stage .re_container table th #imgShow {
  max-width: 50%;
  cursor: pointer;
}
.re_stage .re_container table td strong,
.re_stage .re_container table th strong {
  cursor: pointer;
  display: inline-block;
  width: 19px;
  transition: all 0.3s;
  line-height: 19px;
}
.re_stage .re_container table td strong:hover,
.re_stage .re_container table th strong:hover {
  border-radius: 50%;
}
.re_stage .re_container table td strong.addLearningBtn,
.re_stage .re_container table th strong.addLearningBtn,
.re_stage .re_container table td strong.addWorkBtn,
.re_stage .re_container table th strong.addWorkBtn {
  color: #5CB85C;
}
.re_stage .re_container table td strong.addLearningBtn:hover,
.re_stage .re_container table th strong.addLearningBtn:hover,
.re_stage .re_container table td strong.addWorkBtn:hover,
.re_stage .re_container table th strong.addWorkBtn:hover {
  color: #fff;
  background-color: #5cb85c;
}
.re_stage .re_container table td strong.deleteWork,
.re_stage .re_container table th strong.deleteWork,
.re_stage .re_container table td strong.deleteLearning,
.re_stage .re_container table th strong.deleteLearning {
  color: #d9534f;
}
.re_stage .re_container table td strong.deleteWork:hover,
.re_stage .re_container table th strong.deleteWork:hover,
.re_stage .re_container table td strong.deleteLearning:hover,
.re_stage .re_container table th strong.deleteLearning:hover {
  color: #fff;
  background-color: #d9534f;
}
