@charset "utf-8";
/* selection */
::-moz-selection {
    background: #E8F0F6;
    text-shadow: none;
}
::selection {
    background: #E8F0F6;
    text-shadow: none;
}

html {
	/*overflow-y: scroll;*/
}

.btn {
	outline: none !important;
}

.top-header {
	font-family: "Microsoft Jhenghei UI", PMingLiU, "Segoe UI", Arial, sans-serif;
	font-weight: bold;
}

input.form-control, textarea.form-control, select.form-control  {
	background-color: #fafafa;
}

.navbar {
	opacity: 0.97;
}

#content {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#mac-vendor {
	margin-left: 5px;
	font-size: 12px;
	color: #999;
}

#cacpic > div {
  margin: 25px 0;
}

#cacpic > div > img {
  margin: 0 auto;
}

@media (min-width:1129px) {
  .modal-llg {
    width:1127px !important;
  }
}

.sw-bar {
	background-color: #FAFAFA;
	border: 1px solid #EEE;
	border-radius: 5px;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 60px;
}
#footer {
	border-top: 1px solid #DDD;
	
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#footer .inner {
	padding-top: 19px;
}
#footer p {
	margin: 0;
	color:#777;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		/* margin-left: -20px; */
		/* margin-right: -20px; */
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*
-------------------------------------------------- */

/* switch monitor */
.sw-item {
	text-decoration: underline;
}
.sw-discription {
	padding: 3px 0 20px 6px;
	font-size: 17px;
}

/* notice panel */
.notice-panel {
	margin-top: 30px;
}

/* error message */
.error-message {
	color: red;
	padding-top: 5px;
}

/* little panel */
.little-panel {
	margin:0 auto;
	max-width:430px
}
.little-panel .inner {
	margin:0 auto;
	max-width:330px
}

/* announcement */
.post-info-area {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	font-size: 12px;
	color: #999;
}
.post-content-area {
	padding: 10px;
}

/* contract */
.dormnet-contract  h3 {
	line-height: 20px;
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: rgb(112, 112, 112);
}
.dormnet-contract  h4 {
	padding: 0 0 10px 8px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #C9C9C9;
}
.dormnet-contract  h4 > span {
	padding-left: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #646464;
}
.dormnet-contract  p {
	line-height: 24px;
	letter-spacing: 0.02em;
	font-size: 12px;
	margin: 0;
}
.dormnet-contract  ol {
	list-style-type: none;
	padding-left: 0;
}
.dormnet-contract  ol li {
	position: relative;
}
.dormnet-contract  li div {
  padding-left: 28px;
}
.dormnet-contract  li div.decimal {
  padding-left: 18px;
}
.dormnet-contract  li div.chwithbracket {
  padding-left: 35px;
}
.dormnet-contract span.number {
	position: absolute;
	top: 0px;
	left: 0px;
}
.dormnet-contract .rule-container {
	margin: 25px 0;
	border: 1px solid #CFCFCF;
	padding: 20px;
	border-radius: 5px;
	background-color: #FDFDE4;
}

/* user check */
.check-modify-option {
	margin-left: 10px;
	opacity: 0.3;
	font-size: 12px;
}

.check-modify-option:hover {
	opacity: 0.8;
	cursor: pointer;
}
