/* here you can put your own css to customize and override the theme */
@charset "UTF-8";

body{
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Microsoft JhengHei', 'Open Sans', sans-serif !important;
}

.row-in-profile {
	padding-bottom: 80px;
}

.row-in-profile .tab-content{
	min-height:480px;
}

.profile-userbuttons .btn{
	margin-bottom: 5px;
	margin-right:0px;
}


.page-logo a{
	text-decoration: none;
	line-height: 45px;
	font-size: 20px;
	color: white;
}

.login .content .input-icon .captcha {
	position:absolute; 
	right:0; 
	top: 0; 
	height: 33px;
}

.header .hor-menu ul.nav li a {
	font-size: 15px;
	font-family: 微軟正黑體, 'Open Sans', sans-serif;
}

.table-grid .serialNumber {
	min-width: 35px;
	width: 35px;
	text-align: center;
}

.table-grid .col-checkbox {
	text-align: center;
	min-width: 35px;
	width: 35px;
}

.table-grid th, .table-grid td {
	white-space: nowrap;
}

.table-grid .column-sortable {
	cursor: pointer;
}

.table-scrollable .table-bordered {
	border: 0;
	margin-bottom: 0;
}

.table-scrollable .dataTable {
	margin-top:0;
	width: auto;
}

.table-scrollable .dataTable .even,
.table-scrollable .dataTable th {
	background: #fff;
}

.table-scrollable .dataTable th,
.table-scrollable .dataTable td {
	white-space: nowrap;
}

.table-scrollable .dataTable .col-checkbox {
	text-align: center;
	min-width: 35px;
	width: 35px;
}

.table-scrollable > .table-bordered {
	border: 1px solid #ddd;
	border-width: 0;
	border-bottom-width: 1px;
}

.dataTables_paginate .pagination-count {
	float: left;
	vertical-align: middle;
	line-height: 50px;
	margin-right: 10px;
}

.DTFC_LeftBodyLiner {
	/*overflow-y: hidden;*/
}

.form-control,
.input-group-addon,
.form-control-static,
.page-content .page-breadcrumb.breadcrumb > li > a,
.page-sidebar-menu > li > ul.sub-menu > li > a,
.page-sidebar-menu > li > a,

.dropdown-menu,
.btn span,
.inbox-compose .mail-to .inbox-cc-bcc,
.table thead tr th,
label



{
	font-size: 13px;
}

.page-content .page-breadcrumb.breadcrumb {
	margin-top: 0;
}

ol.dd-list {
	min-height: 10px;
}

#toast-container > div {
	opacity: .95;
}

.inbox .table-striped tbody > tr:nth-child(odd).template-download > td {
	cursor: default;
}

.check {
	margin-top: 7px;
}

/* ---------- bootbox fixed ---------------- */
.bootbox.modal {
	width: auto;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

/* --------- Tool ---------- */

.border-none {
	border: none;
}


/* --------- 表單欄位文字 ---------- */
.form-fieldValue {
	padding-bottom: 3px;
	display: inline-block;
	line-height: 31px;
}

/* ---------- 表單欄位大小 ----------- */
.input-w195 {
	width: 195px;
}

.input-w145 {
	width: 145px
}
.input-w90 {
	width: 90px
}
.input-w70 {
	width: 70px
}

/* ---------- 表單欄位附加按鍵，按鍵高度 ----------- */
.input-h34 {
	height: 34px
}

/* ---------- 覆寫：風格面版 ----------- */
.theme-panel {
	width: 290px;
	margin-top: 21px;
	margin-right: 21px;
}

.theme-panel > .toggler {
	padding: 17px;
}

/* ---------- 表單區塊 ----------- */
.form-section {
	margin: 30px 0px 0px 0px;
	padding-left: 15px;
	font-size: 19px;
}

/* ---------- 表單表格邊距 ----------- */
.form-table-margin {
	margin: 10px;
}

/* --------------------------------- */
table.v-middle>tbody>tr>td, .v-middle, .table>thead>tr>th.v-middle, .table>tbody>tr>th.v-middle, .table>tfoot>tr>th.v-middle, .table>thead>tr>td.v-middle, .table>tbody>tr>td.v-middle, .table>tfoot>tr>td .v-middle {
	vertical-align: middle;
}
.form-bordered .form-group .form-group-part {
	text-align: left;
	padding: 0 10px;
}
.form-group .form-group-part label {
	float: none;
}
@media (min-width: 992px){
.form-bordered .form-group .form-group-part {
	padding: 10px;
}	
.form-group .form-group-part label {
	text-align: right;
	float: right;
}
}
/* ---------- 圖塊快速選單 ----------- */
.top-news > .btn span {
	font-size: 18px;
}

/* ---------- 顏色色塊標示 ----------- */
span.color-box a{
	display: block;
	width: 45px;
	height: 20px;
	float: left;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: #eee 1px solid;
}
span.color-box a:hover{
	padding-right: 70px
}

/* ---------- 最後修改標記 ----------- */
.portlet-last-modify {
	padding-left: 10px;
	font-size: 12px;
}

/* ---------- 必填標記 ----------- */
.required-tag {
	color: red;
	font-weight: bold;
	padding-left: 2px;
	font-size: 12px;
}

/* ---------- Modal 視窗 Form 元件 ----------- */
.modal-form-title {
    padding-top: 6px;
}

.modal-form-content {
    height: 45px;
}

/* ---------- Hide ----------- */
.disp-none {
    display: none;
}

/* ---------- Padding & Margin ----------- */
.mt0 {margin-top: 0;}
.mt3  {margin-top: 3px;}
.mt5  {margin-top: 5px;}
.mt7  {margin-top: 7px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mr2  {margin-right: 2px;}
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mb0  {margin-bottom: 0;}
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.ml2  {margin-left: 2px;}
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}

.pt0  {padding-top: 0;}
.pt3  {padding-top: 3px;}
.pt5  {padding-top: 5px;}
.pt7  {padding-top: 7px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pr5  {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb36 {padding-bottom: 36px;}
.pl5  {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

.font13 {font-size: 13px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font17 {font-size: 17px;}
.font18 {font-size: 18px;}

.text-gray {color: #737373;}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    top: 60px;
    padding: 10px 15px;    
    font-size: 20px;
    background: #777;
    color: white;
    cursor: pointer;
    z-index:10;
}

.profile-usermenu ul li ul li a {
	font-size: 15px;
	color: #93a3b5 !important;
	background-color: #fff !important;
	border-left: 2px solid #FFF !important;
	margin-left: 15px !important;}

.profile-usermenu ul li ul li a:hover {
	color: #5b9bd1 !important;
	background-color: #effdff !important;
	border-left: 2px solid #FFF !important;
	margin-left: 15px !important;}

.page-header.navbar .page-logo {
	width: auto;
}

.table-toolbar{
	margin-top: 5px;
	margin-bottom: 5px;
}