/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
body {
	background:#ffffff;
}


.tm-headerbar { /*改橫幅的高度與背景色*/
    padding: 0;
    background-color: #00a0e9;
	background-image:url("images/content/header_bg.png");
	background-repeat: no-repeat;
	background-position: 35% top;
    height: 130px;
}

.tm-toolbar { /*改橫幅的高度與背景色*/
    background-color: #00a0e9;
}

.tm-page { /*把頁面的框線取消*/
        box-shadow:none; 
}

.uk-subnav { /*上選單的位置調整*/
    position: relative;
    top: 30px;
}

.tm-headerbar .uk-panel { /*搜尋模組的位置調整*/
    position: relative;
    top: 20px;
}


/*.tm-page .tm-block:first-child {
    padding-top: 0px;
}*/

.tm-page {
    margin-top: 0;
}

.uk-button-large-join { /*調整加入會員按鈕的高度*/
    min-height: 60px;
    padding: 0 15px;
    line-height: 60px;
    font-size: 24px;
}


.nav-tabs.nav-stacked > li > a {
   color:#000000;
}


.nav-tabs > li > a { /*會員頁面的tab按鈕字型顏色*/
    color: black;
}

.tm-isblog .tm-content .uk-width-medium-1-2 .uk-article-title, .tm-isblog .tm-content .uk-width-medium-1-3 .uk-article-title {
    font-size: 18px;
    line-height: 24px;
}

.uk-button, a.uk-button, button.uk-button { /*繼續閱讀按鈕文字的weight*/
    font-weight: normal;
}

table.listusers img { /*會員資訊表格的LOGO尺寸*/
    width: 80px;
	max-width: none;
}

table.listusers td{ /*會員資訊表格的內容垂直置中*/

    vertical-align:middle;

}



.jsn-p-title h3, .jsn-l-title h3 { /*會員資料內頁的標題位置*/
    position: relative;
    top: 25px;
}

table.listusers td:nth-child(1) { /*會員資訊表格的欄位百分比*/
    width:10%;
}

table.listusers td:nth-child(2) {
    width:20%;
}

table.listusers td:nth-child(3) {
    width:70%;
}

.uk-form { /*活動看板的會員登入modal表格欄位寬度*/
    margin: 30px 500px 30px 500px;
	color:#ffffff;
}

.uk-form .uk-list > li > a { /*活動看板的會員登入modal表格文字顏色*/
    color: #ffffff;
}

.sidebar-a-down { /*sidebar-a位置往下*/
	position:ralative;
	top:50px;
}

/*調整jsn搜尋框的樣式*/
.jsn_search_module > .btn,.jsn_search_module .control-group, .jsn_search_module .controls,.jsn_search_module .control-label,

.jsn_search > .btn,.jsn_search .control-group, .jsn_search .controls,.jsn_search .control-label {
	display:inline-block !important;
	width:auto !important;
	margin:0 !important;
	float:none;
}

.jsn_search_module{
	width:600px;
	float:right !important;
	text-align:right;
	padding-top:20px;
}

.jsn_search_module input{
	width:100px !important;
	
}

.jsn_search_module label{
	color:#ffffff !important;
	font-weight:normal !important;
}

.well {
	padding-top:20px;
}

.uk-navbar-center { /*手機版logo的寬度*/
    max-width: 70%;
}

.uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:active, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus { /*手機版選單點選變色*/
    color: #fff000;
}

