/* Bootstrap Change Setting */
body {
	padding-top: 70px;
}
/*.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ccc;
	border-color: #adadad;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #228AA8;
	border-color: #1B6981;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #388338;
	border-color: #275C27;
}*/
.btn-default.active {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}
.tooltip-inner {
	white-space:nowrap;
	max-width: none;
}
form .form-group {
	border-top: solid 1px #ddd;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.navbar form .form-group ,
.noprint form .form-group ,
form .noprint .form-group {
	border: none;
	padding: 0px;
}
form.form-inline .form-group {
	border-bottom: none;
}
.table h5 {
	margin:0px;
}
.tab-content {
	padding-top: 10px;
}
.modal-body img {
	max-width: 100%;
}

/* Additional Class */
.btn-inverse {
	background:#333;
	border: solid 1px #000;
	color:#fff;
}
.btn-inverse:hover {
	background: #000;
	color:#fff;
}
.btn-transparent {
	background-color: transparent;
	border-color: transparent;
}
.btn-transparent:hover {
	border-style: solid;
}
.label-inverse {
	background: #333;
	color:#fff;
}
.alert-sm {
	padding: 5px;
}
.form-pagenum {
	width: 4%;
}
.form-code {
	width: 7%;
}
.form-date {
	width: 8%;
}
.form-cstmcopy {
	width: 40%;
	display: inline-block;
}
.form-keyword-xl {
	width: 35%;
}
.form-keyword-lg {
	width: 25%;
}
.table-nowrap th {
	white-space:nowrap;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
	background-color: #f2dede !important;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
	background-color: #dff0d8 !important;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
	background-color: #fcf8e3 !important;
}

/* Original Class */
.sc-none {
	display:none;
}
.estcopy-box {
	padding: 20px 0px;
}
.envelope {
	margin-top: 8px;
	margin-right: 10px;
}
.mb10 {
	margin-bottom:10px;
}
.strong-th,
.strong-td {
	 background-color: #CEF3FF !important;
	 border-left: solid 1px #3cf;
	 border-right: solid 1px #3cf;
}

/* jQuery UI Datepicker Setting */
#ui-datepicker-div {
	z-index: 9999 !important;
}

/* Original ID Setting */
#incoming,
#send {
	height: 500px;
	overflow-y: auto;
}
#custom_table ,
#object_table {
	margin-bottom: 5px;
}
#custom_table label {
	cursor:pointer;
}
#est th, #est td{
	padding: 0px;
}
#est input[type=text] {
	border: none;
	padding: 3px;
	background-color:transparent;
	border-right:dotted 1px #ccc;
}
#verlog ul {
	padding-left: 20px;
	margin-bottom: 0px;
}
#est .span1 {
	width: 60px;
}
#est .span2 {
	width: 100px;
}
#est div.span2 {
	padding-top: 3px;
}
#est .span3 {
	width: 150px;
}
#est .span4 {
	width: 400px;
}
#est .num {
	text-align:right;
}
#est .sum {
	border-right:dotted 1px #ccc;
	font-weight: bold;
	color:#00c;
}

/* mst_member_reg */
form .disp_hidden,
form .disp_hidden * {
	height: 0;
	visibility: hidden;
	padding: 0;
	margin: 0;
}
