@charset "utf-8";
/*
 *
 *	此為使用Less CSS ?????????? CSS??��?�能帶�?��?�數??�相??��?��?�函?��???
 * 	???依賴 compiler-1.1.jar ??? hamcrest-core-1.3.jar ???  junit-4.12.jar ??? rhino-1.7R5.jar ??��?�支第�?�方套件???
 *
 *  How to compile a source file:
 *  // create compiler & source file
 *	LessCompiler compiler = new LessCompilerImpl();
 *	File source = new File("/less/file.less");
 *
 *	// compile file with default options
 *	String cssCode = compiler.compile(source);
 *
 *	// set custom option: minify CSS code
 *	CompilerOptions options = new CompilerOptionsBuilder().setMinified(true).create();
 *	String cssMinifiedCode = compiler.compile(source, options);
 *
 * 	???設�?�整體樣??????????:
 * 	1.主�?��?�色
 * 	2.主�?��?��?�大??????????
 * 	3.主�?��?��?��?�色
 * 	4.主�?��?��?��??結�?�色
 * 	5.??�用表格底色
 *	6.??�用??��?��?�色
 *	7.?��他樣??????????
 *
 * 	使用說�?��??
 * 	1.設�?��?�數請於 Custom Setting Style ?��  END Custom Setting Style ?��?��增�??
 * 	2.?��??? #Start# 以�?? #End# ??�兩??��?�簽請勿修改?��?��??�自行添??��??????????????��?�籤???
 * 	3.如�??增�?�面樹�?�自行在#Start# ??? #End# 標籤?��?��行添??��?�命??��?��?�第????????????��?��?��?�為 @ ，�?��?�以 ; 結尾???
 *	4.?��標籤 Start Override Original CSS ?��?��?��行設定�??要�?�寫??��?��?�CSS，�?��?�使?��Custom Setting Style?��??�設定�?��?�數??��??
 *
 *
 *	P.S. 如�??要恢復�????�設定可??�照 c_style_default.less 此�?��?��?�為?��礎�??
 *
 *	Created at Oct 29, 2015
 *
 *	@author Bruce Chen
 *
 */
/*----------Custom Setting Style ---------------*/
/*#Version : 20151103.2*/
/*#Start#*/
/*總�?�樣??????????*/
/*表格?��???*/
/*??��?�相??? */
/*後台框架?��??? */
/* 上面主選?�� */
/* 下面Footer */
/* email */
/* client site */
/*#End#*/
/*---------- END Custom Setting Style ----------*/
/*---------- Start Override Original CSS ----------*/
/*---------- End Override Original CSS ----------*/
body {
  color: #1b3d7b !important;
}
.input-head-component {
  display: inline-block;
  width: 40px;
  height: 34px;
  float: left;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #e5e6e7;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
}
.input-component {
  display: inline-block;
  width: 328px;
  height: 34px;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e6e7;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.th-login {
  background: url(<cl_util:themeloginimg />) no-repeat;
  background-size: cover;
  height: auto;
  background-position: center;
  background-attachment: fixed;
}
.panel-body {
  padding: 15px;
}
.gray-bg {
  background-color: #f3f3f4;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.middle-box {
  width: 400px;
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}
.middle-box h1 {
  font-size: 170px;
}
.wrapper .middle-box {
  margin-top: 140px;
}
.loginscreen.login-main {
  width: 100%;
  padding-top: 12px;
}
.loginscreen.login-main h1 {
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: .9;
  color: #319DB5;
  margin-top: 0;
}
.loginscreen.login-main h3 {
  font-size: 34px;
  font-weight: 400;
  margin-top: 0;
  line-height: .9;
  color: #319DB5;
}
.login-content {
  margin-top: 10px;
}
.loginscreen.login-main .login-content > .login-content-title h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.loginscreen.login-main .login-content > ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
}
.loginscreen.login-main .login-content > ul > li {
  margin-bottom: 5px;
  _margin-left: -10px;
  display: list-item;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}
.panel-default {
  border-color: #dddddd;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.pull-left {
  float: left !important;
}
.form-group {
  margin-bottom: 15px;
}
.btn-group-justified,
.input-group,
.ui-jqgrid-btable,
.ui-jqgrid-htable {
  border-collapse: separate;
}
.loginscreen.login-main .login-content > .login-content-title h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
h1 {
  margin: 0.67em 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
.dropdown-alerts li a,
.dropdown-menu,
.dropdown-messages li a {
  font-size: 12px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.form-control,
.single-line {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}
.form-control {
  height: 34px;
}
.form-control,
output {
  line-height: 1.42857143;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: .5em;
  height: .5em;
}
Pseudo ::scrollbar-thumb element ::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  cursor: pointer;
}
Pseudo ::scrollbar-track element ::-webkit-scrollbar-track {
  background: #fff;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
*,
:after,
:before {
  box-sizing: border-box;
}
Inherited from div.form-group.input-group .btn-group-justified,
.input-group,
.ui-jqgrid-btable,
.ui-jqgrid-htable {
  border-collapse: separate;
}
Inherited from div.middle-box.text-center.loginscreen.animated.login-main .text-center {
  text-align: center;
}
Inherited from body.fixed-nav.fixed-sidebar.pace-done.th-login body {
  font-family: Arial, Helvetica, sans-serif, "Microsoft JhengHei", PMingLiU;
  background-color: #2f4050;
  font-size: 16px;
  color: #676a6c;
  scrollbar-face-color: #d9d9d9;
  scrollbar-track-color: #fff;
}
body {
  line-height: 1.42857143;
}
Inherited from html html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
Pseudo ::before element *,
:after,
:before {
  box-sizing: border-box;
}
Pseudo ::after element *,
:after,
:before {
  box-sizing: border-box;
}
Pseudo ::scrollbar element ::-webkit-scrollbar {
  width: .5em;
  height: .5em;
}
Pseudo ::scrollbar-thumb element ::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  cursor: pointer;
}
Pseudo ::scrollbar-track element ::-webkit-scrollbar-track {
  background: #fff;
}
.btn,
a {
  outline: 0!important;
  text-decoration: none!important;
}
.block,
body.mini-navbar.fixed-sidebar .profile-element {
  display: block!important;
}
.m-b {
  margin-bottom: 15px;
}
.full-width {
  width: 100%!important;
}
.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFF;
}
.btn {
  border-radius: 3px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  user-select: none;
}
.btn,
.popover,
.popover-title {
  font-size: 16px;
}
.full-width {
  width: 100% !important;
}
.footer {
  border-top: 1px solid #e7eaec;
  bottom: 0;
}
.footer {
  background: #fff;
  left: 0;
  position: absolute;
  right: 0;
}
.footer.fixed,
.footer.fixed_full {
  position: fixed;
  left: 0;
  z-index: 1000;
  background: #fff;
  border-top: 1px solid #e7eaec;
  right: 0;
  bottom: 0;
}
.footer.fixed {
  margin-left: 220px;
}
/*
body.body-small.mini-navbar .footer.fixed,
body.mini-navbar .footer.fixed {
    margin: 0 0 0 70px
}
body.canvas-menu .footer.fixed,
body.mini-navbar.canvas-menu .footer.fixed {
    margin: 0!important
}
body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 220px
}
body.body-small .footer.fixed {
    margin-left: 0
}
*/
.login-footer {
  margin-left: 0!important;
  background-color: #3DBBA9!important;
  color: #daf1ed;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  font-family: Arial, Helvetica, sans-serif, "Microsoft JhengHei", PMingLiU;
  background-color: #2f4050;
  font-size: 16px;
  color: #676a6c;
  scrollbar-face-color: #d9d9d9;
  scrollbar-track-color: #ffffff;
}
.th-login .ut_link {
  text-align: right;
  padding-right: 20px;
  padding-top: 20px;
}
.th-login .ut_link li {
  color: #fff;
  list-style: none;
  display: inline-block;
}
.th-login .ut_link li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #999999;
}
.th-login .ut_link li span {
  padding-left: 4px;
  font-size: 14px;
}
.th-login .loginscreen.login-main {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 70px;
}
.th-login .input-group-addon {
  min-width: 40px;
}
.th-login .ng-pristine hr {
  display: none;
}
/*  override by homepage85.css
.th-login .login-footer {
    background-color: #007691 !important;
    color: #fff
}
*/
.th-login .fixed.footer {
  margin-left: 0;
}
.th-login .gray-bg {
  background-color: rgba(255, 255, 255, 0);
  _background: url(ie8.png) repeat;
}
.th-login .panel {
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ccffffff', endColorstr='#ccffffff');
  /* IE */
}
.th-login .login-navbar {
  _background-color: rgba(0, 118, 145, 0.9);
}
.th-login .login > .row {
  background: #007691 ;
}
.th-login #login-page-wrapper {
  min-width: 100%;
}
.icon-area {
  margin-top: 10px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AAA;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAA;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAA;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAA;
}
@media (max-width: 770px) {
  .th-login .footer.fixed {
    margin-left: 0;
    background-color: #ffffff !important;
  }
}
/*# sourceMappingURL=login.css.map */

