/* edit css */

input[type="radio"], input[type="checkbox"] {
	margin: 0;
}

input[type="file"] {
	display: inline;
}

a {
	font-size: 14px;
	color: #05E;
}

h4 {
	font-weight: bold;
	font-size: 17px;
}

.table td {
	border-top: solid 1px #777;
}

.table-bordered {
	border: solid 1px #777;
}

.table-bordered td {
	border-left: solid 1px #777;
}

.table-no_bordered {
	border: none;
}

.table-no_bordered td {
	border-left: none;
}

.popover {
	max-width: none;
}

.popover.bottom .arrow {
	left: 215px;
}

/* add css */
.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}
.clear {
	clear:both;
}

.bg-gray {background-color: #eeeeee;}
.bg-green {background-color: #d6e9c6;}
.bg-pink {background-color: #f2dede;}
.bg-orange {background-color: #FDE288;}
.bg-sky { background-color: #f1f8f8; }

.err-msg {color: #ca4a48; font-weight: bold;}

.nav-right {
	float: right;
	margin-right: 0;
	color: #fff;
	padding-top: 10px;
}

.nav-right .logout {
	color: #fff;
	text-decoration:underline;
}

.nav-tabs {
	margin-bottom: 0;
}

.tab-content {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
}

.table-navy tr th {
	background-color: #415b76;

	color: #fff;
}

.table tr td {
	line-height: 33px;
}

.list tr th {
	line-height: 1.5em;
	padding: 2px;
	text-align: center;
}
.list tr td {
	line-height: 1.5em;
}

.table tr td input,
.table tr td textarea,
.table tr td select {
	margin-top: 1px;
	margin-bottom: 1px;

}

.no-border th,
.no-border td {
	border: none;
}


.nav li.active a,
.nav li.active a:hover {
	background-color: #415b76;
	color: #fff;

}

body > .container {
	margin: 30px auto auto auto;
	padding: 20px;
	width: auto;
	min-width: 980px;
}

.navbar .navbar-inner .container {
	padding: 0 20px;
	width: auto;
	min-width: 980px;
}


#msgModal, #msgModal2, #msgModal3 {
	left: 50%;
	width: 90%;
	margin-left: -45%;
}


.h3-margin {
	margin-top: 10px;
	line-height: 40px;
	font-size: 22.5px;
}


.h3-margin .popover	 {
	line-height: 20px;
	font-size: 14px;
}


.attention-area {
	/*background-color: #ffa500;*/
	background-color: none;
	background-image: url(../images/working_bg.gif);
	color: #333333;
}
.attention-area a {
	/*color: #ca0000;*/
	font-weight: bold;
}

.table-seal > tbody > tr > th,
.table-stock > tbody > tr > th {
	padding: 3px !important;
}

.table-seal > tbody > tr > td,
.table-stock > tbody > tr > td {
	padding: 1px !important;
	text-align: right;
}

.table-seal input[type="text"] {
	width: 30px;
	text-align: right;
}

.badge-yahoo {
  background-color: #fff;
  border: solid 1px #953b39;
  color: #953b39;
}

.badge-yahoo[href] {
  background-color: #fff;
  border: solid 1px #953b39;
  color: #953b39;
}

.mt0 {margin-top: 0 !important;}
.ml0 {margin-left: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mr0 {margin-right: 0 !important;}

.pt0 {padding-top: 0 !important;}
.pl0 {padding-left: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pr0 {padding-right: 0 !important;}

.vt {vertical-align: top !important;}
.vm {vertical-align: middle !important;}
.vb {vertical-align: bottom !important;}

.prev {display: none;}
.next {display: none;}

/* message�G���A */
.system-message {
    background-color: #E7FEEB;
    border: 1px solid #007900;
    color: #004400;
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 10px;
}

.error-message {
	color: #ca0000;
	line-height: 18px;
	background-color:#fff3ff;
	border: 2px solid #ca0000;
	padding: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.error-message-header {
	font-weight: bold;
	font-size: 16px;
	background:url(../img/error.gif) left center no-repeat;
	padding: 0 0 0 20px;
	line-height: 16px;
	margin-bottom: 5px;
}

.form-error { background-color: #FFD7EB; }


/* ime���[�h */
.ime-on { ime-mode: active !important; }
.ime-off { ime-mode: disabled !important; }


/* ��\���G���A */
div.none-area {
	display: none;
}


.pagination {
	margin: 0 0 2px 0;
	float: right;
}

.pagination-count {
	float: right;
	font-size: 14px;
	padding: 6px 12px;
}

.prev {
	display: none;
}

.next {
	display: none;
}