﻿@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

input[type="text"]:focus {   
	outline: 0 none;
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
		 -o-box-shadow: none !important;
			box-shadow: none !important;
}
.form-control:focus {
  border-color: #aaaaaa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body { background-color: #ffffff; font-size: 1em; color: #34495E; line-height: 1.5em; font-weight: normal;}
body,h1,h2,h3,p {
    font-family: 'Roboto Lt', 'Roboto Th', 'Segoe UI', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;    
    margin: 0;
    padding: 0;
    text-align: center;
}
h1,h2,h3 {font-weight: 400;}
h4,h5,h6,span, p {font-weight: 400;}
a {
	color: #00a8ff;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
a:hover {color:  #0070bf;}
html, body {margin:0; padding:0; height:100%;}

section {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  display: table;
}
section .text-center {
  display: table-cell;
  vertical-align: middle;
}

.row:before, .row:after {
    display: table;
    content: " ";
}

.col-md-6 {
    width: 50%;
}

.col-md-push-3 {
    margin-left: 25%;
}

h1 {font-size: 60px; line-height: 90px; margin-top: -30px;}
h2 {font-size: 18px;}
p { margin: 0;}
a { color: #3282e6; text-decoration: none;}
img { display: block; max-width: 100%; height: auto; margin:0 auto;}
#LR_logo { 
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    text-align: left;
    width: 160px;
    height: 28px;
    cursor:pointer;
}
.gap {padding-bottom:40px;}
.err404 {font-weight: lighter;}
#frown-o {padding-top:10px;}
.box-shadow-dark {
    border-radius: 1px;
    box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.25);
    -webkit-box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.25);
    -moz-box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.25);
}
#searchWrap {width:300px; margin:0 auto; padding:30px 0;}
#search_btn.btn {border-radius:0;}
.form-control {border-radius:0; }
hr {border-top: 2px solid #caccd0;}
.or {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #34495e;
    margin: -30px auto 10px auto;
    background-color: #ffffff;
    width: 50px;
    font-size: 15px;
}
.gap_h20 {padding:20px 0 0 0;}
.btn-primary {width:300px; border-radius:2px; background-color:#34495e; border:0; padding: 10px 12px; }

/* autocomplete */
.ac_results {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 0px;
	border: 1px solid #999;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	color:#222;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
    text-align: left;
	margin: 0;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font-size:10px; 
    font-weight:normal;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {background: url('/images/loading.gif') 97% 8px no-repeat;}
.ac_odd {background-color: #eee;}
.ac_over {background-color: #444444; color: #fff;}

