﻿@charset "UTF-8";
/*
* Site
*
* @版本:v1.0.0
* @更新日期:
* @說明:
*       網站共用css
*       
*/
/*
* Site參數檔
*
* @版本:v1.0.0
* @更新日期:
* @說明:
*       網站共用css參數
*       
*/
/*-------------*/
/**系統設定參數**/
body {
  font-size: 16px;
  font-family: 微軟正黑體,微軟雅黑,新細明體,Glyphicons Halflings,Verdana,Calibri,Palatino Linotype,Verdana,Arial;
  color: #000000;
  text-shadow: #707070 0.1px 0.1px 0.1px;
  background-color: #f5f5f5; }

button, input, optgroup, select, textarea {
  font-size: 13px/1.231;
  font-family: 微軟正黑體,微軟雅黑,新細明體,Glyphicons Halflings, Verdana,Calibri,Palatino Linotype,Verdana,Arial;
  color: #000000; }

.ui-widget {
  font-family: Glyphicons Halflings, 微軟正黑體,微軟雅黑,新細明體,Verdana,Calibri,Palatino Linotype,Verdana,Arial; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit; }

#appRoot {
  margin-top: 20px; }

#footerButton {
  text-align: center; }

/* styles for validation helpers */
.field-validation-error {
  color: #b94a48; }

.field-validation-valid {
  display: none; }

input.input-validation-error {
  border: 1px solid #b94a48; }

input[type="checkbox"].input-validation-error {
  border: 0 none; }

.validation-summary-errors {
  color: #b94a48; }

.validation-summary-valid {
  display: none; }

/*選單背景色*/
.slideMenu-left, .slideMenu-right {
  background: #5176DE; }

div .jstree-default .jstree-wholerow-clicked {
  background: -owg-linear-gradient(to bottom, white 70%, white);
  background: -webkit-linear-gradient(to bottom, white 70%, white);
  background: -moz-linear-gradient(to bottom, white 70%, white);
  background: -o-linear-gradient(to bottom, white 70%, white);
  background: linear-gradient(to bottom, white 70%, white); }

div .jstree-default .jstree-wholerow-hovered {
  background: white; }

div.form-control {
  line-height: 30px; }

.form-control {
  height: 36px;
  padding: 2px 6px;
  color: #000000;
  font-size: inherit;
  border: 1px solid #999999; }

.form-control:focus {
  border: 2px solid #5176DE;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 102, 153, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 102, 153, 0.6);
  background-color: #ffffff; }

.datetimepicker.form-control[readonly], .datepicker.form-control[readonly], .datepicker2.form-control[readonly] {
  cursor: not-allowed;
  background-color: #f3f3f3;
  opacity: 1;
  box-shadow: 0px 0px 1px 1px rgba(51, 51, 102, 0.5) inset; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #dddddd;
  opacity: 1; }

.form-group .col-xs-1, .form-group .col-sm-1, .form-group .col-md-1, .form-group .col-lg-1, .form-group .col-xs-2, .form-group .col-sm-2, .form-group .col-md-2, .form-group .col-lg-2, .form-group .col-xs-3, .form-group .col-sm-3, .form-group .col-md-3, .form-group .col-lg-3, .form-group .col-xs-4, .form-group .col-sm-4, .form-group .col-md-4, .form-group .col-lg-4, .form-group .col-xs-5, .form-group .col-sm-5, .form-group .col-md-5, .form-group .col-lg-5, .form-group .col-xs-6, .form-group .col-sm-6, .form-group .col-md-6, .form-group .col-lg-6, .form-group .col-xs-7, .form-group .col-sm-7, .form-group .col-md-7, .form-group .col-lg-7, .form-group .col-xs-8, .form-group .col-sm-8, .form-group .col-md-8, .form-group .col-lg-8, .form-group .col-xs-9, .form-group .col-sm-9, .form-group .col-md-9, .form-group .col-lg-9, .form-group .col-xs-10, .form-group .col-sm-10, .form-group .col-md-10, .form-group .col-lg-10, .form-group .col-xs-11, .form-group .col-sm-11, .form-group .col-md-11, .form-group .col-lg-11, .form-group .col-xs-12, .form-group .col-sm-12, .form-group .col-md-12, .form-group .col-lg-12 {
  margin-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px; }

.modal {
  padding-right: 0px !important; }

@media (max-width: 767px) {
  #quModal .modal-dialog, #manualModal .modal-dialog {
    height: calc(100% - 30px); } }

@media (min-width: 768px) {
  #quModal .modal-dialog, #manualModal .modal-dialog {
    height: calc(100% - 60px);
    width: 728px; } }

@media (min-width: 992px) {
  #quModal .modal-dialog, #manualModal .modal-dialog {
    height: calc(100% - 60px);
    width: 932px; } }

@media (min-width: 1200px) {
  #quModal .modal-dialog, #manualModal .modal-dialog {
    height: calc(100% - 60px);
    width: 1140px; } }

#quModal .modal-dialog .modal-content, #manualModal .modal-dialog .modal-content {
  height: 100%; }
  #quModal .modal-dialog .modal-content .modal-body, #manualModal .modal-dialog .modal-content .modal-body {
    height: 100%;
    padding: 0; }
    #quModal .modal-dialog .modal-content .modal-body iframe, #manualModal .modal-dialog .modal-content .modal-body iframe {
      border-radius: 6px;
      width: 100%; }

#manualModal .modal-dialog .modal-content .modal-body {
  height: calc(100% - 56px); }

.modal-footer {
  margin-top: 5px;
  padding: 5px 20px 20px;
  text-align: center; }

.modal {
  overflow-y: auto; }

.panel {
  margin-bottom: 10px; }

.panel-heading {
  padding: 3px 15px; }

.panel-body {
  padding: 5px 10px; }

/* 不可空白欄位之Label為紅色*/
.required-label {
  color: #dd1144; }

/* 錯誤icon設定*/
.error-block {
  line-height: inherit;
  width: 0px;
  padding: 0px; }

.error-icon {
  vertical-align: baseline;
  color: #dd1144 !important;
  z-index: 900; }

.error-icon-left {
  vertical-align: baseline;
  color: #dd1144 !important;
  z-index: 900; }

/* 提示icon設定*/
.info-block {
  line-height: 30px;
  width: 0px;
  padding: 0px; }

.info-icon {
  vertical-align: baseline;
  color: #6d98f3 !important;
  margin-left: -27px;
  z-index: 900; }

.info-icon-left {
  vertical-align: baseline;
  color: #6d98f3 !important;
  margin-left: -27px;
  z-index: 900; }

/*--- ng-Grid ----------------------------------------------------------------------------------- */
.cellToolTip .info-icon + .tooltip .tooltip-inner, .cellToolTip .info-icon-left + .tooltip .tooltip-inner {
  background-color: cornflowerblue; }

.cellToolTip .info-icon + .tooltip.right .tooltip-arrow, .cellToolTip .info-icon-left + .tooltip.right .tooltip-arrow {
  border-right-color: cornflowerblue; }

.btn-qumodal {
  z-index: 901; }

.ngCell.pinned {
  z-index: 910; }

.ngCellElement .btn-info {
  border: 0px solid #cccccc;
  padding-bottom: 0px !important; }

.ngGrid .input-group {
  padding-top: 8px; }

/*給Grid的cellClass 設定文字對齊*/
.grid-textalign-center {
  text-align: center; }

.grid-textalign-right {
  text-align: right; }

.grid-textalign-left {
  text-align: left; }

.gridCell-textalign-center .ngCellText {
  text-align: center; }

.gridHeader-textalign-center .ngHeaderText {
  text-align: center; }

.gridCell-textalign-right .ngCellText {
  text-align: right; }

.gridHeader-textalign-right .ngHeaderText {
  text-align: right; }

.gridCell-textalign-left .ngCellText {
  text-align: left; }

.gridHeader-textalign-left .ngHeaderText {
  text-align: left; }

.ngCellElement .input-group-addon {
  padding: 8px 8px;
  font-size: 13px; }

.gridMasterStyle .ngCellElement:focus {
  background: 0; }

/*grid-不同顏色欄位*/
.ngCell.bg-color-pink {
  background-color: #ffd8d8; }

.ngHeaderCell.bg-color-pink {
  background-image: linear-gradient(#ACF, #ff4d4d 70%, #ffd7d7); }

.ngCell.bg-color-purple {
  background-color: #dfa8e2; }

.ngHeaderCell.bg-color-purple {
  background-image: linear-gradient(#ACF, #9164e8 70%, #d29fe4); }

.input-group-addon {
  padding: 6px 12px 8px 12px; }

.ngCell .input-group-addon {
  height: 30px;
  padding: 0px 12px 0px 12px; }

/*grid選擇區*/
.ngSelectionCell {
  margin: 0 auto;
  vertical-align: middle;
  text-align: center; }
  .ngSelectionCell .ngSelectionCheckbox {
    vertical-align: middle;
    text-align: center; }

/*預設靠右的錯誤檢核符號*/
div[ng-cell] .error-icon {
  float: right;
  top: -22px; }

/*靠左的錯誤檢核符號*/
div[ng-cell] .error-icon-left {
  float: left;
  top: -22px; }

/*預設靠右的錯誤檢核符號*/
div[ng-cell] .info-icon {
  float: right;
  top: -22px; }

/*靠左的錯誤檢核符號*/
div[ng-cell] .info-icon-left {
  float: left;
  top: -22px; }

.tooltip {
  width: 120px; }

.cellToolTip {
  overflow: visible; }

.notNull-input:invalid {
  border: 1px solid #dd1144;
  box-shadow: 1px 1px 1px 1px #fac7c7; }

.ngTopPanel {
  background-color: white;
  width: 100%; }

.ngFooterPanel {
  background-color: white; }

.gridMasterStyle {
  border: 1px solid #d4d4d4;
  height: calc(100% - 70px);
  width: 100%;
  font-size: 16px; }

.gridDetailStyle {
  border: 1px solid #d4d4d4;
  border-top: none;
  width: 100%;
  height: 480px; }

.ngHeaderCell {
  background-color: #7e8284; }

.ngHeaderSortColumn {
  color: white; }

.ngRow.even {
  background-color: white; }

.ngRow.odd {
  background-color: #f5f5f5; }

.ngRow.selected {
  background-color: #dce6ff;
  color: black; }

.ngGrid .form-control, .ngGrid .ui-select-container {
  height: 30px;
  margin-top: 8px;
  border-radius: 2px; }

.ngCell {
  padding: 0px 3px 0px 2px;
  line-height: 46px;
  overflow: visible; }

.ngCellText {
  padding: 0px; }

.ngGrid i {
  margin: 0px;
  color: navy; }
  .ngGrid i.error-icon {
    left: -5px; }

/*Grid標題群組*/
.categoryStyle {
  border-bottom: none;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4; }

/*--- form control ----------------------------------------------------------------------------- */
.label-row {
  display: table;
  min-height: 29px;
  padding-top: 5px; }

.label-row > * {
  display: inline; }

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline,
.form-horizontal .between-label {
  padding-top: 0px;
  line-height: 36px; }

@media (min-width: 768px) {
  div.control-title {
    text-align: right; } }

@media (max-width: 767px) {
  .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline,
  .form-horizontal .between-label {
    margin-bottom: 0px; } }

.error-block .tooltip-inner, .cellToolTip .tooltip-inner {
  background-color: red; }

.error-block .tooltip.right .tooltip-arrow, .cellToolTip .tooltip.right .tooltip-arrow {
  border-right-color: red; }

input:invalid, select:invalid {
  outline: none; }

.form-group .ng-invalid, .ngCell .ng-invalid {
  border: 1px solid red;
  box-shadow: 0px 0px 2px 1px #b94a48; }

.form-group input[type=radio].ng-invalid, .ngCell input[type=radio].ng-invalid, .form-group input[type=checkbox].ng-invalid, .ngCell input[type=checkbox].ng-invalid {
  border: 0;
  box-shadow: none; }

/* Radio buttons are round, so add 100% border radius. */
.form-group input[type=radio].ng-invalid::before, .ngCell input[type=radio].ng-invalid::before {
  border-radius: 100%; }

.radio-inline {
  padding-left: 20px; }
  .radio-inline > input[type=radio] {
    height: 100%;
    margin-top: auto; }

.checkbox-inline {
  padding-left: 20px; }
  .checkbox-inline > input[type=checkbox] {
    /*height: 100%;*/
    margin-top: auto; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 0; }

.radio-inline .form-control, .checkbox-inline .form-control {
  margin-top: 0px; }

.form-panel {
  background-color: #91BBE5;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 38px;
  border-color: #91BBE5;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

/*--- Modal with CSS3 animation ---------------------------- */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*-- faster --*/
.fadeInDown-f {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*input text 加上清除按鈕-------------------------------------------------------------------------------------------*/
.clearable {
  background: #fff url("../../Images/inputClear.gif") no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;
  /* Use the same right padding (18) in jQ! */
  border-radius: 3px; }

.clearable.t {
  transition: background 0.4s; }

/*避免動畫異常*/
.clearable.x {
  background-position: right 5px center; }

/* (jQ) Show icon */
.clearable.onX {
  cursor: pointer; }

/* (jQ) hover cursor style */
.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

/* Remove IE default X */
/*-- input-group --*/
.input-group .btn-info {
  color: #ffffff;
  cursor: pointer; }

.ngGrid .input-group .form-control {
  margin-top: 0px; }

.cellBtn {
  width: 100%;
  padding: 0;
  color: navy;
  cursor: pointer;
  line-height: 46px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center; }

.cellBtn > i:hover {
  color: red; }

.i-cellBtn {
  color: darkblue;
  cursor: pointer;
  margin: 0 auto !important;
  height: 30px;
  line-height: 30px;
  width: 35px;
  font-size: larger; }

.i-cellBtn:hover {
  color: red; }

.ngGrid input[type="checkbox"] {
  vertical-align: middle;
  height: 20px;
  width: 20px; }

.checkBoxCell {
  text-align: center; }

.ngSelectionHeader {
  position: absolute;
  top: 6px;
  left: 2px; }

.number {
  text-align: right; }

/*-------------更改後分割線---配色更改--------------*/
.panel-info > .panel-heading {
  background: #ffffe6;
  border-color: #ffffe6; }

.panel-info {
  border-color: #91BBE5;
  box-shadow: 4px 4px 3px rgba(51, 51, 102, 0.5); }

.btn-header {
  float: left; }

.btn-section {
  padding-left: 2px;
  padding-right: 2px; }

.btn-main {
  background: #5176DE;
  color: #fff;
  box-shadow: 2px 2px 3px -2px rgba(51, 51, 102, 0.3);
  border: 1px solid #5176DE;
  width: 100%;
  margin: 2px 0 2px 0; }
  .btn-main > span {
    margin-left: 3px; }
  .btn-main:hover {
    background: #2855d4;
    color: #fff; }
  .btn-main:focus {
    color: #FFF; }

.btn-main.disabled, .btn-main[disabled], fieldset[disabled] .btn-main, .btn-main.disabled:hover,
.btn-main[disabled]:hover, fieldset[disabled] .btn-main:hover, .btn-main.disabled:focus,
.btn-main[disabled]:focus, fieldset[disabled] .btn-main:focus, .btn-main.disabled:active,
.btn-main[disabled]:active, fieldset[disabled] .btn-main:active, .btn-main.disabled.active,
.btn-main[disabled].active, fieldset[disabled] .btn-main.active {
  background: #5176DE;
  color: #fff;
  opacity: 0.4; }

.btn-function {
  background: #F4F7FF;
  color: #5176DE;
  box-shadow: 2px 2px 3px -2px rgba(51, 51, 102, 0.3);
  border: 1px solid #5176DE;
  width: 100%;
  margin: 2px 0 2px 0; }
  .btn-function > span {
    margin-left: 3px; }
  .btn-function:hover {
    background: #5176DE;
    color: #fff; }
  .btn-function:focus {
    background: #5176DE;
    color: #fff;
    /*color: #FFF;*/ }

.btn-secondary {
  background: #5176DE;
  color: #fff;
  box-shadow: 2px 2px 3px -2px rgba(51, 51, 102, 0.3);
  border: 1px solid #5176DE; }
  .btn-secondary > span {
    margin-left: 3px; }
  .btn-secondary:hover {
    background: #F4F7FF;
    color: #5176DE; }
  .btn-secondary:focus {
    color: #FFF; }

.btn-confirm {
  background: #5176DE;
  color: #FFF;
  box-shadow: 2px 2px 3px -2px rgba(51, 51, 102, 0.3);
  border: 1px solid #5176DE;
  /*width: 100%;*/
  margin: 2px 0 2px 0; }
  .btn-confirm > span {
    margin-left: 3px; }
  .btn-confirm:hover {
    background: #6687e2;
    color: #FFF; }
  .btn-confirm:focus {
    color: #FFF; }

.btn-cancel {
  background: #6f6f6f;
  color: #FFF;
  box-shadow: 2px 2px 3px -2px rgba(51, 51, 102, 0.3);
  border: 1px solid #6f6f6f;
  margin: 2px 0 2px 0; }
  .btn-cancel > span {
    margin-left: 3px; }
  .btn-cancel:hover {
    background: #7c7c7c;
    color: #FFF; }
  .btn-cancel:focus {
    color: #FFF; }

.btn-primary:hover {
  background: -owg-linear-gradient(#ffffe6 0%, white 50%, #ffffe6);
  background: -webkit-linear-gradient(#ffffe6 0%, white 50%, #ffffe6);
  background: -moz-linear-gradient(#ffffe6 0%, white 50%, #ffffe6);
  background: -o-linear-gradient(#ffffe6 0%, white 50%, #ffffe6);
  background: linear-gradient(#ffffe6 0%, white 50%, #ffffe6);
  border: 1px solid white;
  color: white; }

.btn-primary {
  background: -owg-linear-gradient(#5176DE 0%, #2855d4 50%, #5176DE);
  background: -webkit-linear-gradient(#5176DE 0%, #2855d4 50%, #5176DE);
  background: -moz-linear-gradient(#5176DE 0%, #2855d4 50%, #5176DE);
  background: -o-linear-gradient(#5176DE 0%, #2855d4 50%, #5176DE);
  background: linear-gradient(#5176DE 0%, #2855d4 50%, #5176DE);
  color: white;
  box-shadow: 4px 4px 6px -2px rgba(51, 51, 102, 0.5);
  border: 1px solid #3c65da; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover,
.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus,
.btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active,
.btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active,
.btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background: white;
  color: gray; }

.nav-tabs > li > a:hover {
  background: #f6f8ff;
  /*@include background(linear-gradient($tabContentBgColor,#474949 50%, $tabContentBgColor));*/
  border: 1px solid #dce6ff;
  border-bottom: none;
  color: #000; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #dce6ff;
  color: black;
  border: 1px;
  border-color: #dce6ff; }

.nav-tabs > li > a {
  background: #fff;
  color: #000;
  border: solid 1px #dce6ff;
  border-bottom: none;
  font-size: 16px; }

.tab-content {
  background: #dce6ff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 2px 2px 2px rgba(51, 51, 102, 0.5); }

.tab-content-master {
  background: #fff;
  border: solid 1px #91BBE5;
  padding: 8px 12px 8px 12px; }

.btn-info {
  background: #5176DE;
  color: #FFF;
  border-color: #322FA6; }

.btn-info:hover {
  background: #6687e2;
  border-color: #4C99E5; }

.nav-tabs {
  border: 0;
  margin-top: 10px; }

/*-----------------RWD響應式網頁------------------------*/
@media (max-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }

/*高*/
iframe {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  display: block; }

.menu-r {
  height: 100%; }

body {
  overflow-x: hidden; }

html {
  overflow-y: hidden;
  overflow-x: auto; }

/*蓋過bootstrap，因為DatePicker會在下面*/
.input-group .form-control {
  z-index: 1; }

/*datepicker*/
.ui-datepicker .ui-state-active {
  border: 1px solid #fc4aa0;
  font-weight: normal;
  color: #212121; }

.ui-datepicker .ui-state-highlight {
  font-weight: bolder;
  color: #173FDF; }

/*angularjs*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.2;
  background-color: #fff;
  z-index: 99;
  text-align: center; }

.loading-image {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  /* -1 * image width / 2 */
  margin-top: -32px;
  /* -1 * image height / 2 */
  display: block;
  z-index: 99999;
  min-height: 40px;
  min-width: 40px; }

.desc-label {
  color: navy;
  padding-top: 5px; }

.wrapword {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal; }

.div-group {
  box-shadow: 2px 2px 2px rgba(51, 51, 102, 0.5);
  padding: 8px 12px 8px 12px;
  border: solid 1px #91BBE5; }

.input-file {
  background-color: rgba(255, 255, 255, 0.65); }

/*頁碼 字體位置*/
.ngGridMaxPagesNumber {
  vertical-align: top !important; }

/*主檔頁面按鈕區CSS*/
.panel-heading > .row > label {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  padding: 8px 12px; }

/*Layout標題*/
#appTitle {
  text-align: left;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 34px);
  float: left; }

#appInfo {
  text-align: right;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  width: 34px;
  float: right;
  background: transparent;
  border: 0;
  color: #5176DE; }
  #appInfo:hover {
    color: #2855d4; }

#goTopBtnM {
  background-color: #409eff;
  position: absolute;
  text-align: center;
  right: 3px;
  bottom: 75px;
  transition: transform 0.2s;
  transform: scale(0); }

#goTopBtnM.display {
  transform: scale(1); }
  #goTopBtnM.display.scale-out {
    transform: scale(0); }

.goTopBtn {
  visibility: hidden;
  opacity: 0;
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 15px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  outline: none;
  /* Remove outline */
  color: white;
  /* Text color */
  font-size: 18px;
  /* Increase font size */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 6px 8px 6px 8px;
  border: 0px;
  border-radius: 5px;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 2px 0 #8c8c8c;
  box-shadow: 2px 2px 2px 0 #8c8c8c;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }

.goTopBtn.display {
  visibility: visible;
  opacity: 1; }

@media (hover: hover) {
  .goTopBtn:hover {
    background-color: white;
    color: black; } }

/*FAB*/
.zoom {
  position: fixed;
  bottom: 14px;
  right: 24px;
  height: 70px;
  z-index: 5; }
  .zoom a[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=25);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .25;
    pointer-events: none; }

#zoomBtn {
  background-color: #512DA8; }
  #zoomBtn:hover {
    background: #512DA8 radial-gradient(circle, transparent 1%, #512DA8 1%) center/15000%; }
  #zoomBtn:active {
    background-color: #9d88d0;
    background-size: 100%;
    transition: background 0s; }

.zoom-fab {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  background-color: #512DA8;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
  background-position: center;
  transition: background 0.8s; }
  .zoom-fab:hover {
    color: #FFF; }
  .zoom-fab.zoom-btn-add {
    background-color: #9D2CA8; }
    .zoom-fab.zoom-btn-add:hover {
      background: #9D2CA8 radial-gradient(circle, transparent 1%, #9D2CA8 1%) center/15000%; }
    .zoom-fab.zoom-btn-add:active {
      background-color: #c553d0;
      background-size: 100%;
      transition: background 0s; }
  .zoom-fab.zoom-btn-save {
    background-color: #2691EA; }
    .zoom-fab.zoom-btn-save:hover {
      background: #2691EA radial-gradient(circle, transparent 1%, #2691EA 1%) center/15000%; }
    .zoom-fab.zoom-btn-save:active {
      background-color: #91cdff;
      background-size: 100%;
      transition: background 0s; }
  .zoom-fab.zoom-btn-copy {
    background-color: #50AB5A; }
    .zoom-fab.zoom-btn-copy:hover {
      background: #50AB5A radial-gradient(circle, transparent 1%, #50AB5A 1%) center/15000%; }
    .zoom-fab.zoom-btn-copy:active {
      background-color: #7ef78b;
      background-size: 100%;
      transition: background 0s; }
  .zoom-fab.zoom-btn-delete {
    background-color: #FBE708; }
    .zoom-fab.zoom-btn-delete:hover {
      background: #FBE708 radial-gradient(circle, transparent 1%, #FBE708 1%) center/15000%; }
    .zoom-fab.zoom-btn-delete:active {
      background-color: #fef69c;
      background-size: 100%;
      transition: background 0s; }
  .zoom-fab.zoom-btn-query {
    background-color: #F34133; }
    .zoom-fab.zoom-btn-query:hover {
      background: #F34133 radial-gradient(circle, transparent 1%, #F34133 1%) center/15000%; }
    .zoom-fab.zoom-btn-query:active {
      background-color: #f3968f;
      background-size: 100%;
      transition: background 0s; }
  .zoom-fab.zoom-btn-print {
    background-color: #F5A623; }
    .zoom-fab.zoom-btn-print:hover {
      background: #F5A623 radial-gradient(circle, transparent 1%, #F5A623 1%) center/15000%; }
    .zoom-fab.zoom-btn-print:active {
      background-color: #f5c46f;
      background-size: 100%;
      transition: background 0s; }

.zoom-btn-large {
  width: 60px;
  height: 60px;
  line-height: 60px; }

.zoom-menu {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 60px;
  width: 60px;
  list-style: none;
  text-align: center; }

.zoom-menu li {
  display: inline-block;
  margin-bottom: 5px; }

.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63); }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important; }

.scale-transition.scale-in {
  transform: scale(1); }

/*未存檔提示紅點*/
span.unsave-dot {
  position: absolute;
  top: 0px;
  right: 2px;
  height: 15px;
  width: 15px;
  background-color: #ff5050;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s; }
  span.unsave-dot.m {
    top: auto; }

.zoom-fab.active span.unsave-dot.m {
  display: none; }

#panelMaster {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px; }

@media (max-width: 767px) {
  #panelMaster {
    padding-bottom: 80px; } }

#appRoot.MSLayout .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }

#appRoot.MSLayout #panelMaster {
  padding-top: 30px;
  background-color: #FEFFDF;
  padding-bottom: 30px; }

#appRoot.MSLayout .gridMasterStyle {
  height: 300px; }

/*
* Site_ui-select
*
* @版本:v1.0.0
* @更新日期:
* @說明:
*       ui-select 
*       
*/
/*
* Site參數檔
*
* @版本:v1.0.0
* @更新日期:
* @說明:
*       網站共用css參數
*       
*/
/*-------------*/
/**系統設定參數**/
.ui-select-container.ui-select-bootstrap {
  outline: 0; }
  .ui-select-container.ui-select-bootstrap .ui-select-no-choice, .ui-select-container.ui-select-bootstrap .ui-select-no-choice {
    margin-top: 0px; }
  .ui-select-container.ui-select-bootstrap.ng-invalid {
    border: 0;
    box-shadow: none; }
    .ui-select-container.ui-select-bootstrap.ng-invalid.ui-select-multiple {
      border: 1px solid red;
      box-shadow: 0px 0px 2px 1px #b94a48; }
    .ui-select-container.ui-select-bootstrap.ng-invalid .ui-select-toggle {
      border: 1px solid red;
      box-shadow: 0px 0px 2px 1px #b94a48; }
  .ui-select-container.ui-select-bootstrap .ui-select-match {
    outline: 0;
    line-height: normal; }
    .ui-select-container.ui-select-bootstrap .ui-select-match.btn-default-focus .btn-default {
      border: 2px solid #336699;
      box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset, rgba(51, 102, 153, 0.6) 0px 0px 8px 0px; }
  .ui-select-container.ui-select-bootstrap .ui-select-toggle {
    outline: 0;
    margin-top: 0px;
    margin-bottom: 0px; }
  .ui-select-container.ui-select-bootstrap .btn-default {
    background: transparent;
    color: #000000;
    border: 1px solid #999999;
    background-color: white;
    box-shadow: none; }
    .ui-select-container.ui-select-bootstrap .btn-default:focus:enabled {
      border: 2px solid #5176DE;
      box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset, rgba(51, 102, 153, 0.6) 0px 0px 8px 0px; }
    .ui-select-container.ui-select-bootstrap .btn-default:hover:enabled {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .ui-select-container.ui-select-bootstrap .btn-default[disabled] {
      background-color: #dddddd;
      box-shadow: inherit; }
    .ui-select-container.ui-select-bootstrap .btn-default .ui-select-placeholder {
      height: 100%;
      display: inline-flex;
      align-items: center; }
    .ui-select-container.ui-select-bootstrap .btn-default .ui-select-match-text {
      height: 100%;
      display: inline-flex;
      align-items: center; }
    .ui-select-container.ui-select-bootstrap .btn-default .ui-select-highlight {
      color: red; }
  .ui-select-container.ui-select-bootstrap .ui-select-toggle > a.btn {
    line-height: 30px;
    color: red; }
  .ui-select-container.ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: #5176DE; }
