.form-control-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}
input[readonly] {
    background-color: #e6f2ff;
}
.select2-container .select2-selection--single {
    height: calc(1.52em + 0.5rem + 2px) !important;  /* form-select-sm 높이와 동일하게 설정 */
	font-size:13px;
}
/* 드롭다운 화살표 위치 조정 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(0.9em + 0.5rem) !important;
}

/* 선택된 항목 텍스트의 위치 조정 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.5rem) !important;
}

.navbar-brand .breadcrumb {
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
    background: transparent;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 100%;
    display: flex;
	align-items: center;
}
.navbar-brand .menu-icon {
    font-size: 1rem;
    color: #696cff;
}
.navbar-brand .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 0.2rem;
    float: none;
    display: flex;
    align-items: center;
    position: relative;
    top: 0.5px;  /* 구분자를 위로 올림 */
    margin-right: -1px;  /* 간격 미세 조정 */
	margin-left: -1px;
    font-size: 1.1rem;  /* 구분자 크기 약간 축소 */
}

.navbar-brand .breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

.navbar-brand .breadcrumb-item a {
    color: #696cff;
    text-decoration: none;
}

.navbar-brand .breadcrumb-item a:hover {
    text-decoration: underline;
}

.navbar-brand .breadcrumb-item.active {
    color: #566a7f;
}
.fs-13 {
  font-size: 13px !important;
}
.card-title2 {
	font-size: 16px !important;
	font-weight: bold !important;
}
.control-label {
  color: #10a4ca;
  font-size: 14px;
  margin: 0;
}
.control-label.required:after {
  content: " *";
  color: #dc3545;
  font-weight: bold;
}
.form-check-label {
  color: #10a4ca;
}
.form-label {
  color: #10a4ca;
  font-size: 14px;
  margin: 0;
}
.form-label.required:after {
  content: " *";
  color: #dc3545;
  font-weight: bold
}
.form-check-label
{
  font-size: 12px;
}

.page-info {
	padding:5px 0 8px 0px;
	color:#555;
}  
.page-info strong {
	font:bold 12px Tahoma;
	color:#e65101;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}
.table thead th {
	height: 35px;
	font-weight:bold;
	text-align:center;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0;
	padding-right: 0;
	vertical-align:middle;
	text-transform: none;
}

.table td {
	font-size:13px;
	height: 35px;
	padding: 0px;
	vertical-align:middle;
}
