@charset "utf-8";

.body {
	background: #ffffff;
}
.admin-menu {
	background-color: #f5f5f5;
}
.sidebar {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	display: block;
	padding: 20px 20px 60px 20px;
	overflow-x: hidden;
	overflow-y: auto;
	border-right: 1px solid #eeeeee;
}
.nav-sidebar { 
	margin-bottom: 20px; 
	margin-left: -20px; 
	margin-right: -21px;
}
.nav-sidebar-head {
	padding:10px; 
	font-weight:600; 
	cursor: pointer; 
	background-color:#e2e2e2; 
	text-align: left;
}
.nav-sidebar-head:hover {
	background-color:#ddd;
}
.nav-sidebar > li > a { 
	padding-left: 20px; 
	padding-right: 20px;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus { 
	background-color: #428bca; 
	color: #ffffff; 
}

#admin-left-bi {
	text-align: center;
}
#admin-left-menu { 
	padding:20px 0px;
	margin-left:-20px;
	margin-right:-20px;
}
#left-min-menu {
	display:none;
}
.admin-main {
		overflow:hidden; 
		padding:0; 
		background-color:#fff; 
		height: 100%; 
		display:block; 
		position:relative;
}
#foot-container {
	border-top: 1px solid #ddd; 
}
.program-dl dt {
    float: left;
    width: 120px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.program-dl dd {
  margin-left: 140px;
}
.srch_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:7px 28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
#kctv-notice-list {
	font-family:'Malgun Gothic','Dotum' ,'Arial',sans-serif;
	font-size:15px;
    font-weight:normal;
}
#kctv-notice-list .table .resultRow:hover {
	background-color: #337ab7;
	color: #ffffff;	
}
select {
	width: 30%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

