@import url("https://fonts.googleapis.com/earlyaccess/nanumgothic.css");

body {
	padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

footer {
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;

}

table .th {
	text-align: center;
}

p.break8 {
width:5em; 
word-wrap:break-word;
}

p.break10 {
width:10em; 
word-wrap:break-word;
}

.align-center {
	text-align: center;
	vertical-align: middle;
}

.control-text {
	padding-top: 4px;
}

.form-horizontal .control-labels {
  float: left;
  width: 120px;
  padding-top: 5px;
  text-align: right;
}


.form-horizontal .controls-modal {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 140px;
  *margin-left: 0;
}

.form-horizontal .controls-modal:first-child {
  *padding-left: 140px;
}

#groupWindowModal .modal-body {
	max-height: 600px;
}

#assertWindowModal .modal-body {
	max-height: 600px;
}

#checkWindowModal .modal-body {
	max-height: 600px;
}

#possibleWindowModal .modal-body {
	max-height: 600px;
}

#dangerWindowModal .modal-body {
	max-height: 600px;
}

#uploadWindowModal .modal-body {
	max-height: 600px;
}
.preview_img {
	max-width: 500px;
	border:1px solid gray
}
.circle-step {
		width: 10px; 
		height: 10px; 
		padding: 5px;
		line-height: 10px; 
		font-size: 10px; 
		border-radius: 500px 500px 500px 500px;
		min-height:10px;
}

.cia-field {
	width: 30px;
}

.group-admin:after {
    background-color: #ffffff;
/*    border: 1px solid #E1DDDD; */
    border-radius: 4px 0 4px 0;
    color: #9DA0A4;
    content: "관리자 메뉴";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}
.group-admin {
    background-color: #FFFFFF;
/*    border: 1px solid #DDDDDD; */
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative;
}

.td_descript {
	min-width:300px;
	max-width:400px;
}

.sub-title {
  display: block;
  float: left;
  margin-top: -4px; /* Recover part of margin set in child Header nodes */
  font-weight: 200;
}

.controls-modal label {
  padding-top:5px;
}




/* 전체 표의 기본 스타일을 흰색으로 설정 */
.table-bordered tbody tr,
.table-striped tbody tr {
    background-color: #ffffff !important; /* 기본 배경색을 흰색으로 설정 */
}

/* 행에 마우스를 올렸을 때 배경색을 밝은 파란색으로 변경 */
.table-bordered tbody tr:hover,
.table-striped tbody tr:hover {
    background-color: #e0f7fa !important; /* 밝은 파란색으로 변경 */
    cursor: pointer;
}



/* 다른 상태 스타일 유지 */
.table tbody tr td.success {
  background-color: #dff0d8;
}

.table tbody tr td.error {
  background-color: #f2dede;
}

.table tbody tr td.warning {
  background-color: #fcf8e3;
}

.table tbody tr td.info {
  background-color: #d9edf7;
}

.table tbody tr.delete > td {
  background-color: #D0D0D0;
}

.table tbody tr.delete:hover > td {
  background-color: #CCCCCC;
}





/* 다른 상태 스타일 유지 */
.table tbody tr td.success {
  background-color: #dff0d8;
}

.table tbody tr td.error {
  background-color: #f2dede;
}

.table tbody tr td.warning {
  background-color: #fcf8e3;
}

.table tbody tr td.info {
  background-color: #d9edf7;
}

.table tbody tr.delete > td {
  background-color: #D0D0D0;
}

.table tbody tr.delete:hover > td {
  background-color: #CCCCCC;
}