﻿@charset "UTF-8";
/* CSS Document */
/*---------------------------- Fonts ----------------------------*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Noto+Sans);
html, body {
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
  font-family: "Noto Sans", Helvetica, Verdana, Tahoma, Arial, "Microsoft JhengHei", Sans-serif;
  color: #333;
  font-size: 16px; }

div.Right {
  text-align: right; }

div.Center {
  text-align: center; }

div.Left {
  text-align: left; }

/*======================================= Input Controls =======================================*/
textarea {
  resize: vertical;
  min-height: 220px; }

button,
select,
textarea,
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=file],
.DatePickerBox {
  font-family: "Noto Sans", Helvetica, Verdana, Tahoma, Arial, "Microsoft JhengHei", Sans-serif;
  height: auto !important; }

select {
  font-size: 0.90625em !important; }

/* Disable default focus style for chrome, opera and safari */
input, button, select, textarea {
  outline: none; }

*:focus {
  outline: none; }

input[type=text], input[type=number], input[type=email], input[type=password], textarea, select, span.DatePickerBox {
  border: 1px solid #CCC;
  font-size: 1.125em;
  padding: 8px;
  margin: 0 3px; }

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus {
  border: 1px solid #027AA2;
  box-shadow: #027AA2 0px 0px 5px;
  -moz-box-shadow: #027AA2 0px 0px 5px;
  -webkit-box-shadow: #027AA2 0px 0px 5px;
  -ms-box-shadow: #027AA2 0px 0px 5px;
  -o-box-shadow: #027AA2 0px 0px 5px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

/*================================== Table (Horizontal / Vertical) Align ================================*/
/*table {
    font-size: inherit;
    margin-bottom: 20px;
}

table th, table td {
    padding: 2px;
}*/
table th,
table td,
table th div,
table td div {
  word-break: break-all;
  word-wrap: break-word; }

/* Table Horizontal Align */
table.Left {
  margin-left: 0;
  margin-right: auto; }

table.Center {
  margin-left: auto;
  margin-right: auto; }

table.Right {
  margin-right: 0;
  margin-left: auto; }

/* Text Horizontal: Left */
table.Header-Text-Left th,
table tr.Header-Text-Left th,
table th.Header-Text-Left,
table th.Text-Left,
table.Text-Left td,
table tr.Text-Left td,
table td.Text-Left {
  text-align: left; }

table.Header-Text-Left-Force th,
table tr.Header-Text-Left-Force th,
table th.Header-Text-Left-Force,
table th.Text-Left-Force,
table.Text-Left-Force td,
table tr.Text-Left-Force td,
table td.Text-Left-Force {
  text-align: left !important; }

/* Text Horizontal: Center */
table.Header-Text-Center th,
table tr.Header-Text-Center th,
table th.Header-Text-Center,
table th.Text-Center,
table.Text-Center td,
table tr.Text-Center td,
table td.Text-Center {
  text-align: center; }

table.Header-Text-Center-Force th,
table tr.Header-Text-Center-Force th,
table th.Header-Text-Center-Force,
table th.Text-Center-Force,
table.Text-Center-Force td,
table tr.Text-Center-Force td,
table td.Text-Center-Force {
  text-align: center !important; }

/* Text Horizontal: Right */
table.Header-Text-Right th,
table tr.Header-Text-Right th,
table th.Header-Text-Right,
table th.Text-Right,
table.Text-Right td,
table tr.Text-Right td,
table td.Text-Right {
  text-align: right; }

table.Header-Text-Right-Force th,
table tr.Header-Text-Right-Force th,
table th.Header-Text-Right-Force,
table th.Text-Right-Force,
table.Text-Right-Force td,
table tr.Text-Right-Force td,
table td.Text-Right-Force {
  text-align: right !important; }

/* Text Vertical: Top */
table.Header-Text-Top th,
table tr.Header-Text-Top th,
table th.Header-Text-Top,
table th.Text-Top,
table.Text-Top td,
table tr.Text-Top td,
table td.Text-Top {
  vertical-align: top; }

table.Header-Text-Top-Force th,
table tr.Header-Text-Top-Force th,
table th.Header-Text-Top-Force,
table th.Text-Top-Force,
table.Text-Top-Force td,
table tr.Text-Top-Force td,
table td.Text-Top-Force {
  vertical-align: top !important; }

/* Text Vertical: Middle */
table.Header-Text-Middle th,
table tr.Header-Text-Middle th,
table th.Header-Text-Middle,
table th.Text-Middle,
table.Text-Middle td,
table tr.Text-Middle td,
table td.Text-Middle {
  vertical-align: middle; }

table.Header-Text-Middle-Force th,
table tr.Header-Text-Middle-Force th,
table th.Header-Text-Middle-Force,
table th.Text-Middle-Force,
table.Text-Middle-Force td,
table tr.Text-Middle-Force td,
table td.Text-Middle-Force {
  vertical-align: middle !important; }

/* Text Vertical: Bottom */
table.Header-Text-Bottom th,
table tr.Header-Text-Bottom th,
table th.Header-Text-Bottom,
table th.Text-Bottom,
table.Text-Bottom td,
table tr.Text-Bottom td,
table td.Text-Bottom {
  vertical-align: bottom; }

table.Header-Text-Bottom-Force th,
table tr.Header-Text-Bottom-Force th,
table th.Header-Text-Bottom-Force,
table th.Text-Bottom-Force,
table.Text-Bottom-Force td,
table tr.Text-Bottom-Force td,
table td.Text-Bottom-Force {
  vertical-align: bottom !important; }

/*======================================= Button =======================================*/
div.Btn {
  margin-right: -2px;
  margin-bottom: 8px; }

div.Btn input[type=button],
div.Btn input[type=submit],
div.Btn input[type=reset],
div.Btn input[type=file],
input[type=button].Btn,
input[type=submit].Btn,
input[type=reset].Btn,
input[type=file].Btn,
div.Btn a,
a.Btn {
  font-family: "Noto Sans", Helvetica, Verdana, Tahoma, Arial, "Microsoft JhengHei", Sans-serif;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #333 !important;
  background: #FFF;
  margin: 2px;
  padding: 8px 13px;
  /*padding: 8px 13px\0; /*IE11*/
  border: 1px solid #CCC;
  cursor: pointer; }
  div.Btn input[type=button]:hover,
  div.Btn input[type=submit]:hover,
  div.Btn input[type=reset]:hover,
  div.Btn input[type=file]:hover,
  input[type=button].Btn:hover,
  input[type=submit].Btn:hover,
  input[type=reset].Btn:hover,
  input[type=file].Btn:hover,
  div.Btn a:hover,
  a.Btn:hover {
    border: 1px solid #027AA2;
    color: #000 !important;
    -webkit-box-shadow: #027AA2 0px 1px 3px;
    -moz-box-shadow: #027AA2 0px 1px 3px;
    box-shadow: #027AA2 0px 1px 3px; }
  div.Btn input[type=button]:active,
  div.Btn input[type=submit]:active,
  div.Btn input[type=reset]:active,
  div.Btn input[type=file]:active,
  input[type=button].Btn:active,
  input[type=submit].Btn:active,
  input[type=reset].Btn:active,
  input[type=file].Btn:active,
  div.Btn a:active,
  a.Btn:active {
    -webkit-box-shadow: #666 0px 1px 3px;
    -moz-box-shadow: #666 0px 1px 3px;
    box-shadow: #666 0px 1px 3px; }

a.Btn, div.Btn a {
  padding: 8px 13px;
  top: 0px;
  padding-top: 5px\0;
  /* IE11 fix*/
  padding-bottom: 6px\0;
  /* IE11 fix*/
  top: 0px\0;
  /* IE11 fix*/ }

div.Btn a {
  top: 1px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* for webkit based browser (Google Chrome, Opera & Safari */
  div.Btn a, a.Btn {
    padding: 8px 13px; }
  /*a.Btn, div.Btn a {
        top: 1px;
    }*/ }

div.Btn input[type=button].Disable,
div.Btn input[type=submit].Disable,
div.Btn input[type=reset].Disable,
div.Btn input[type=file].Disable,
div.Btn a.Disable,
div.Btn.Disable,
input[type=button].Btn.Disable,
input[type=submit].Btn.Disable,
input[type=reset].Btn.Disable,
input[type=file].Btn.Disable,
a.Btn.Disable {
  cursor: not-allowed !important;
  color: #999 !important;
  background: #ECECEC;
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
  -ms-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important; }
  div.Btn input[type=button].Disable:hover,
  div.Btn input[type=submit].Disable:hover,
  div.Btn input[type=reset].Disable:hover,
  div.Btn input[type=file].Disable:hover,
  div.Btn a.Disable:hover,
  div.Btn.Disable:hover,
  input[type=button].Btn.Disable:hover,
  input[type=submit].Btn.Disable:hover,
  input[type=reset].Btn.Disable:hover,
  input[type=file].Btn.Disable:hover,
  a.Btn.Disable:hover {
    cursor: not-allowed !important;
    color: #999 !important;
    background: #ECECEC;
    border-color: #e5e5e5 !important;
    box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important; }
  div.Btn input[type=button].Disable:active,
  div.Btn input[type=submit].Disable:active,
  div.Btn input[type=reset].Disable:active,
  div.Btn input[type=file].Disable:active,
  div.Btn a.Disable:active,
  div.Btn.Disable:active,
  input[type=button].Btn.Disable:active,
  input[type=submit].Btn.Disable:active,
  input[type=reset].Btn.Disable:active,
  input[type=file].Btn.Disable:active,
  a.Btn.Disable:active {
    cursor: not-allowed !important;
    color: #999 !important;
    background: #ECECEC;
    border-color: #e5e5e5 !important;
    box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important; }

/*======================================= Button (with Icon) =======================================*/
div.Btn.Icon-Text a,
a.Btn.Icon-Text {
  display: inline-block;
  position: relative;
  padding-left: 33px; }
  div.Btn.Icon-Text a span.icon,
  a.Btn.Icon-Text span.icon {
    position: absolute;
    top: 12px;
    left: 12px; }

div.Btn a.Disable span.icon,
a.Btn.Disable span.icon {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(100%); }

div.Btn a.Disable a,
a.Btn.Disable a {
  cursor: not-allowed !important;
  color: #999 !important;
  background: #ECECEC;
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
  -ms-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important; }
  div.Btn a.Disable a:hover,
  a.Btn.Disable a:hover {
    cursor: not-allowed !important;
    color: #999 !important;
    background: #ECECEC;
    border-color: #e5e5e5 !important;
    box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important; }
  div.Btn a.Disable a:active,
  a.Btn.Disable a:active {
    cursor: not-allowed !important;
    color: #999 !important;
    background: #ECECEC;
    border-color: #e5e5e5 !important;
    box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important; }

div.Btn.Icon-Text-Fa a,
a.Btn.Icon-Text-Fa {
  display: inline-block;
  position: relative; }
  div.Btn.Icon-Text-Fa a i.fa,
  a.Btn.Icon-Text-Fa i.fa {
    margin-right: 6px !important; }

a.Btn.Icon-Only, a.Btn.Icon-Only24, a.Btn.Icon-Only32 {
  display: inline-block;
  position: relative;
  padding: 3px 4px 0px 4px !important;
  border: 1px solid #CCC;
  cursor: pointer; }

/*======================================= Labels =======================================*/
label {
  font-weight: normal;
  margin-left: 3px;
  margin-right: 8px; }

label.Required {
  display: inline-block;
  position: relative; }

label.Required::before {
  content: '*';
  /*font-size: 0.815em;*/
  display: block;
  position: absolute;
  top: -1px;
  left: -10px;
  color: #ff3300; }

/*============================== Icon ==============================*/
span.Icon-Text {
  display: inline-block;
  position: relative;
  padding-left: 20px; }
  span.Icon-Text.Block {
    display: block; }
  span.Icon-Text span.icon {
    position: absolute;
    top: 4px;
    left: 0; }

span.Icon-Text24 {
  display: inline-block;
  position: relative;
  padding-left: 28px; }
  span.Icon-Text24.Block {
    display: block; }
  span.Icon-Text24 span.icon24 {
    position: absolute;
    top: 0;
    left: 0; }

span.Icon-Text32 {
  display: inline-block;
  position: relative;
  padding-left: 36px; }
  span.Icon-Text32.Block {
    display: block; }
  span.Icon-Text32 span.icon32 {
    position: absolute;
    top: 0;
    left: 0; }

span.Icon-Text-Fa {
  display: block; }

i.fa {
  margin-right: 3px; }

/*============================== Bootstrap plug-ins styles override ==============================*/
div.PickerItemContainer div.PickerItem {
  float: left; }

div.bootstrap-datetimepicker-widget {
  border-color: #CCC;
  box-shadow: #999 0px 0px 8px;
  -moz-box-shadow: #999 0px 0px 8px;
  -webkit-box-shadow: #999 0px 0px 8px;
  -ms-box-shadow: #999 0px 0px 8px;
  -o-box-shadow: #999 0px 0px 8px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

div.bootstrap-datetimepicker-widget table th,
div.bootstrap-datetimepicker-widget table td {
  font-size: 1em !important;
  padding: 5px !important;
  border: none !important;
  border-radius: 5px !important;
  text-align: center;
  vertical-align: middle; }

div.bootstrap-datetimepicker-widget table td {
  border-radius: 5px; }
  div.bootstrap-datetimepicker-widget table td.active {
    background: #337ab7;
    color: #FFF !important; }
  div.bootstrap-datetimepicker-widget table td.day {
    color: #333; }
    div.bootstrap-datetimepicker-widget table td.day.new {
      color: #999; }
    div.bootstrap-datetimepicker-widget table td.day.weekend {
      color: #f30; }
      div.bootstrap-datetimepicker-widget table td.day.weekend.new {
        color: #e99292; }

div.bootstrap-datetimepicker-widget .timepicker-picker a.btn span {
  color: #337ab7; }
  div.bootstrap-datetimepicker-widget .timepicker-picker a.btn span:hover {
    color: #000; }

div.tooltip {
  font-size: 0.9375em; }

div.pagination-container.selector {
  /*padding: 20px 10px;*/ }

div.pagination-container.selector select {
  font-size: 1em;
  padding: 6px; }

div.pagination-container a {
  color: #337ab7 !important; }
  div.pagination-container a:hover, div.pagination-container a:focus {
    color: #23527c !important; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff !important;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999 !important; }

li.disabled.PagedList-pageCountAndLocation a {
  cursor: default !important;
  color: #333 !important; }
  li.disabled.PagedList-pageCountAndLocation a:hover {
    color: #333 !important; }

/*============================== SweetAlert styles override ==============================*/
.swal2-container {
  font-family: "Noto Sans", Helvetica, Verdana, Tahoma, Arial, "Microsoft JhengHei", Sans-serif !important; }

.swal2-container h2 {
  font-weight: 500 !important;
  line-height: 120% !important;
  font-family: "Noto Sans", Helvetica, Verdana, Tahoma, Arial, "Microsoft JhengHei", Sans-serif !important; }

.swal2-container p {
  font-family: "Noto Sans", Helvetica, Verdana, Tahoma, Arial, "Microsoft JhengHei", Sans-serif !important;
  font-weight: normal !important;
  color: #333 !important; }

.swal2-container button {
  font-family: "Noto Sans", Helvetica, Verdana, Tahoma, Arial, "Microsoft JhengHei", Sans-serif !important;
  margin: 0 3px; }

.swal2-container table th, .swal2-container table td {
  font-family: "Noto Sans", Helvetica, Verdana, Tahoma, Arial, "Microsoft JhengHei", Sans-serif !important; }

.swal2-container div.swal2-content {
  font-family: "Noto Sans", Helvetica, Verdana, Tahoma, Arial, "Microsoft JhengHei", Sans-serif;
  margin-top: 10px; }

/*============================== Clear Fix ==============================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* for IE/Mac */
/* Mac OS 版 IE 不適用 */
*html .clearfix {
  height: 1%; }

* + html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* Clear float (lite) */
/*.clearfix { overflow: hidden; }*/
/* Apply to IE 6 */
/** html .clearfix { zoom: 1; }*/
