.left {
  float: left;
  display: inline; }

.right {
  float: right;
  display: inline; }

.center {
  text-align: center; }

.ta_left {
  text-align: left !important; }

.ta_right {
  text-align: right; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

body {
  color: #444444;
  font-family: sans-serif;
  line-height: 1.5;
  font-size: 12px;
  min-width: 320px;
  background: #f1f1f1;
  -webkit-text-size-adjust: 100%; }
  body input[type="text"], body select {
    -webkit-appearance: none; }

a {
  color: #00a6d4;
  text-decoration: none; }

/*********************************************/
#sidemenuCover {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
  transition: all 0.2s ease;
  backface-visibility: hidden; }
  #sidemenuCover a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
    background: #1a428a;
    transition: all 0.5s ease;
    backface-visibility: hidden; }
    #sidemenuCover a span {
      position: absolute;
      display: inline-block;
      width: 20px;
      height: 2px;
      background: #fff;
      transition: all 0.5s; }
    #sidemenuCover a span:nth-child(1) {
      left: 10px;
      top: 12px; }
    #sidemenuCover a span:nth-child(2) {
      left: 10px;
      top: 19px; }
    #sidemenuCover a span:nth-child(3) {
      left: 10px;
      top: 26px; }

.slide-open #wrap {
  position: fixed;
  width: 100%; }

.slide-open #sidemenuCover {
  z-index: 101; }
  .slide-open #sidemenuCover a {
    z-index: 10;
    background: #1a428a; }
    .slide-open #sidemenuCover a span {
      background: #fff; }
    .slide-open #sidemenuCover a span:nth-child(1) {
      left: 8.5px;
      top: 19px;
      width: 25px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .slide-open #sidemenuCover a span:nth-child(2) {
      display: none; }
    .slide-open #sidemenuCover a span:nth-child(3) {
      left: 8.5px;
      top: 19px;
      width: 25px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

#slidemenu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  #slidemenu #slidemenuClose {
    display: block;
    width: 100%;
    height: 60px;
    cursor: pointer; }
  #slidemenu nav {
    display: block;
    background: #1a428a;
    height: calc(100% - 60px); }
    #slidemenu nav ul {
      text-align: left;
      width: 100%; }
      #slidemenu nav ul li a {
        display: block;
        line-height: 60px;
        height: 60px;
        border-bottom: #fff solid 1px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding-left: 10px;
        position: relative; }
        #slidemenu nav ul li a i {
          position: absolute;
          right: 10px;
          top: 0;
          line-height: 60px; }
    #slidemenu nav ul + a {
      display: block;
      text-align: center;
      font-size: 14px;
      color: #fff;
      font-weight: bold;
      padding: 30px; }
      #slidemenu nav ul + a i {
        margin-right: 5px;
        font-size: 16px;
        position: relative;
        top: 1px; }

header {
  height: 60px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  text-align: center; }
  header .logo {
    float: left;
    padding: 13px; }
  header .name {
    display: block;
    text-align: left;
    margin-left: 120px;
    line-height: 60px; }
    header .name a {
      color: #a7a7a7; }
  header .name:before {
    content: "\e901";
    font-family: icomoon;
    font-size: 15px;
    padding-right: 5px;
    color: #a7a7a7; }

section {
  width: 100%; }
  section h2 {
    background: #1a428a;
    line-height: 30px;
    text-indent: 10px;
    color: #fff; }
  section .inner {
    margin: 2%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden; }

.newsList {
  width: 100%;
  background: #fff;
  overflow-y: auto; }
  .newsList li {
    padding: 10px;
    border-bottom: #ccc dotted 1px; }
  .newsList li:last-child {
    border-bottom: 0; }

.history {
  width: 100%;
  text-align: center; }
  .history .clickable {
    cursor: pointer; }
  .history thead th {
    height: 22px;
    color: #fff;
    line-height: 1;
    background: #334667;
    vertical-align: middle;
    font-size: 11px; }
  .history thead th:first-child {
    text-align: center;
    padding-left: 10px; }
  .history thead th:last-child {
    text-align: center;
    padding-right: 10px; }
  .history tbody td {
    padding: 20px 5px;
    color: #00a6d4;
    border-bottom: #ccc dotted 1px; }
  .history tbody td:first-child {
    text-align: left;
    padding-left: 10px; }
  .history tbody td:last-child {
    padding-right: 10px; }

.btn {
  display: block;
  width: inherit;
  line-height: 45px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #e44e1f;
  border: none;
  border-bottom: #623e00 solid 3px; }

.btn.wide {
  height: 60px;
  line-height: 60px; }

.blue {
  background: #326195;
  border-color: #20414e; }

.change {
  margin: 0 0 15px !important;
  background: #ccc;
  border: 0; }

.addItem {
  margin: 10px 0 0 !important;
  background: #326195;
  border-color: #20414e; }

.inner .btn {
  margin: 20px; }

.inner .btn + .btn {
  margin-top: 0; }

.inner .btn.wide {
  margin: 0px; }

.copyright {
  font-size: 8px;
  text-align: center;
  padding-bottom: 5px;
  color: #1a428a; }

.tableBox {
  padding: 4% 4% 0; }
  .tableBox p {
    padding-bottom: 10px; }
  .tableBox > table {
    width: 100%;
    text-align: left; }
    .tableBox > table tr:first-child th {
      border-top: 0; }
    .tableBox > table th {
      display: block;
      border-top: #ccc dotted 1px;
      padding-top: 15px;
      line-height: 1;
      font-size: 13px;
      font-weight: bold;
      text-align:left; }
    .tableBox > table td {
      display: block;
      padding: 10px 0;
      font-size: 14px; }
      .tableBox > table td input[type="text"] {
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        border: #e7e7e7 solid 1px;
        border-radius: 0;
        font-size: 14px; }
      .tableBox > table td input[type="text"].narrow {
        width: 60%;
        margin-right: 10px; }
      .tableBox > table td input[type="checkbox"] {
        margin-right: 5px; }
      .tableBox > table td .selectlabel {
        display: inline-block;
        position: relative; }
      .tableBox > table td .selectlabel:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #e7e7e7;
        position: absolute;
        right: 30px;
        top: 0;
        pointer-events: none; }
      .tableBox > table td .selectlabel:after {
        font-family: icomoon;
        content: "\e903";
        position: absolute;
        right: 9px;
        top: 8px;
        pointer-events: none; }
      .tableBox > table td select {
        padding: 8px 40px 8px 8px;
        border-radius: 0;
        border: #e7e7e7 solid 1px;
        font-size: 14px;
        position: relative;
        margin: 0; }
      .tableBox > table td .selectlabel.wide select {
        display: block;
        width: 100%;
        box-sizing: border-box; }
      .tableBox > table td label input[type="radio"] {
        margin-right: 5px; }
      .tableBox > table td label + label {
        margin-left: 20px; }
      .tableBox > table td textarea {
        width: 100%;
        padding: 8px;
        height: 100px;
        box-sizing: border-box;
        border: #e7e7e7 solid 1px; }

.back {
  display: block;
  margin: 2% 2% 0 0;
  text-align: right; }
  .back i {
    padding-left: 5px; }

.resultBox {
  padding: 4%; }

table.item {
  width: 100%; }
  table.item tr th {
    display: table-cell;
    text-align: right;
    height: 30px;
    width: 4em;
    padding: 0 10px;
    vertical-align: middle;
    font-weight: normal;
    white-space: nowrap;
    border: 0;
    font-size: 12px; }
  table.item tr td {
    display: table-cell;
    font-weight: bold;
    height: 30px;
    line-height: inherit;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
    border: 0;
    font-size: 12px; }
    table.item tr td span {
      padding-left: 10px; }
  table.item tr th.btnTH {
    padding: 20px 0 0;
    background: #fff !important; }
  table.item tr:nth-child(2n) td, table.item tr:nth-child(2n) th {
    background: #f4f4f4; }

input[type="submit"].btn {
  margin: 4% 0 0;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="number"] {
  width: 60%;
  box-sizing: border-box;
  padding: 8px;
  border: #e7e7e7 solid 1px;
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none; }

.itemBox {
  border: #e7e7e7 solid 1px !important;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box; }
  .itemBox th[colspan="2"] {
    background: #fff !important;
    padding: 10px 0 0; }
    .itemBox th[colspan="2"] a.delete {
      background: #ccc;
      width: 100%;
      margin: 0;
      border-bottom: 0; }

.itemBox + .itemBox {
  margin-top: 4%; }

.ui-datepicker {
  width: auto !important; }

.ui-datepicker * {
  font-size: 115%; }

.loginBox {
  padding: 20px 20px 0; }
  .loginBox li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #ccc dotted 1px; }
    .loginBox li span {
      float: left;
      width: 30%;
      font-weight: bold;
      display: inline-block;
      line-height: 34px;
      color: #1a428a;
      text-align: center; }
    .loginBox li input {
      border: 1px solid #e7e7e7;
      border-radius: 0;
      box-sizing: border-box;
      font-size: 14px;
      padding: 8px;
      width: 70%; }
  .loginBox li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.loginBox + .btn {
  margin: 20px !important;
  width: calc(100% - 40px) !important; }

/*# sourceMappingURL=phone.map */