@charset "UTF-8";

.icon-copyright{
	width:13px;
	height:13px;
}
.searchbox_button{
	width:7rem;
}
.content-header-title{
	margin-left:30px;
}
.back-btn{
	color:#ffff; 
	background-color:#32a852; 
	margin-top:30px;
	margin-right:15px;
	float:right;
}

.back-btn-rside{
	position: relative;
	margin-top:515px; 
	right:0px;
}
.print-btn {
	color:#ffff; 
	background-color:#6b77bf; 
	margin:5px 20px 5px;
	float:right;
}
.bank-btn {
	color:#ffff; 
	background-color:#b8399e; 
	margin:30px 20px 5px;
	float:right;
	
}
.tbl-btn-container {
	position: absolute;  
	/*top: 120px;*/
    right: 40px;
}
.tbl-btn-container2 {
	position: absolute;  
	top: 10px;
    right: 40px;
}
.tbl-btn-container3 {
	position: absolute;  
	top: 180px;
    right: 40px;
}
.dt-button{
	padding: 0px !important;
}
.tbl-top-left {
	position: absolute;  
	top: -50px;
    left: 0px;
}
.tbl-top-right {
	position: absolute;  
	top: -50px;
    right: -3rem;
}
.tbl-top-center {
	position: absolute;  
	top: -60px;
	left:45%;
}
.tbl-bottom-left {
	position: absolute;  
	/* top:450px; */
    bottom: -60px;
    left: 0px;
}
.tbl-bottom-center {
	position: absolute;  
	/* top:450px; */
	bottom: -60px;
	/* left: 55%; */
	transform: translate(65%, 30%); 
}
.save-btn{	
	margin-top:30px;
	float:right;
}
.menu-switch{
	height:40px;
	width: 100px; 
	line-height: 0px;
	border-radius: 8%;
	
}
.contractDetail{
	left:0px;
}
.input-box{
	width:175px; 
	height:30px;
}

.input-box-2{
	width:98%; 
	height:30px;
	float:left;
	margin-left:15px;
}
.border-white{
	 border:1px white solid;
}
form .form-actions-searchbox {
  float : right;
}
.input-box-3{
	width:100%; 
	height:2.5rem;
}
.checks {position: relative;}
.date-btn{
    padding-bottom: 3px;
    padding-top: 3px;

}
.header-style{
	width:98%; 
	margin-left:20px; 
	margin-top:10px; 
	padding-bottom:0px;
}
.checks input[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0
}
.checks input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checks input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
  content: ' ';
  display: inline-block;
  width: 21px;  /* 체크박스의 너비를 지정 */
  height: 21px;  /* 체크박스의 높이를 지정 */
  line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
  margin: -2px 8px 0 0;
  text-align: center; 
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #cacece;
  border-radius : 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checks input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */ 
  content: '\2714';  /* 체크표시 유니코드 사용 */
  color: #99a1a7;
  text-shadow: 1px 1px #fff;
  background: #e9ecee;
  border-color: #adb8c0;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}

.checks.small input[type="checkbox"] + label {
  font-size: 12px;
}

.checks.small input[type="checkbox"] + label:before {
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 11px;
}
#exel-btn {
	float:right;
	margin-right:20px;
	margin-top:5px;
}
.tstyle{
  column-gap:2rem;
  /* text-align: center; */
  /* border:1px solid */
  font-size:15px;
  line-height:2.0rem;
}
.tstyle-wid{
  width:80%;
  margin:0 auto;
}
.searchbox-style{
	height: 2.5rem;
}
.th-color1{
	background-color: #737373;
	border:1px;
}
.th-color2{
	background-color: #323232;
	border:1px;
}
.left-col-1{
	width:10rem;
}
.doc-margin{
	margin-left:1rem;
}
.salebox{
	border: 1px solid #f5f5f5;
	float:left;
	width:20rem;
	margin: 1.5rem;
	border-width: 10px;
	border-left-style: groove;
	font-size:15px;
	line-height:32px;
}
.input-btn-1{	
	background-color: rgba( 255, 255, 255, 0 );
	width:90px; 
	border:0px; 
	text-decoration:underline;  
	color:#a0e7ff;
	cursor: pointer;
}
.input-btn-1:hover{
	background-color : #2d2e38; /* #2d2e38 , 50585a*/
	
}
.menu-btn-opacity{
	background-color: rgba( 255, 255, 255, 0 );
	border:0px;
}
.menu-btn-opacity:after{
	background-color: rgba( 255, 255, 255, 0 );
	border:0px;
}
  
  
.dataTable {
	width: 96.5rem;
}  
  
.table-responsive1{
  	top: 14rem;
}

.table-responsive2{
    left: 20px;
  	top: 50px;
}

.table-responsive3{
    left: 20px;
  	top: 230px;
}

.bottom-btn{
	position: absolute;
  	top: 620px;
  	right:23px;
}

.bottom-btn-2{
	position: absolute;
  	top: 500px;
  	right: 23px;
}

.bottom-btn-3{
	position: absolute;
  	top: 650px;
  	right: 23px;
}

.bottom-btn-4{
	position: absolute;
  	top: 450px;
  	right: 23px;
}

.bottom-btn-5{
	position: absolute;
  	bottom: -60px;
  	right: 23px;
}

.nav-path{
	width:96%; 
	margin-left:20px; 
	margin-top:10px; 
	padding-bottom:0px;
}

textarea{
	width:98%;
	float:left;
	margin-left:15px;
}

@media (max-width: 2000px) {
.text-xs-center-page {
    text-align: center !important;
    margin-left: 50%;
    width: 100%;
}

.searchbutton {
  float: right;
  margin-left:15px;
  margin-right: 30px;
}
.resetbutton {
  float: right;
  margin-left:15px;
  margin-right: 30px;
}

.input-sm-1{
	width:12rem;
	text-align: center;
	margin: 5px 10px;
    vertical-align: middle;
    margin-inline: auto;
}

}

@media (max-width: 1200px) {
.text-xs-center-page {
    text-align: center !important;
    margin-left: 25%;
    width: 50%;
}
.input-sm-1{
	width:9rem;
	text-align: center;
	margin: 5px 10px;
    vertical-align: middle;
    margin-inline: auto;
	
}
}


/*20210524 퍼블 수정*/
table.dataTable>thead .sorting:before, 
table.dataTable>thead .sorting:after, 
table.dataTable>thead .sorting_asc:before, 
table.dataTable>thead .sorting_asc:after, 
table.dataTable>thead .sorting_desc:before, 
table.dataTable>thead .sorting_desc:after, 
table.dataTable>thead .sorting_asc_disabled:before, 
table.dataTable>thead .sorting_asc_disabled:after, 
table.dataTable>thead .sorting_desc_disabled:before, 
table.dataTable>thead .sorting_desc_disabled:after {position: absolute; bottom: auto !important; display: block; opacity: .3; top:50%; transform: translate(0, -50%);}
.card-header {height:auto;}
.card.box-shadow-1 .card-body {color:#ffff;}
.tstyle .input-box-2{width: 30%;}
.tstyle th .checks,.tstyle td .checks {padding-left: 20px; text-align: left;}
.row-footer {display:none;}
.form-group label {color:#fff;}
.form .form-group {margin-bottom: 1.0rem;}

/*에너지거래-거래방*/
#saleCard .card-body table {width:auto !important;}
#saleCard .card-body table th {height:46px; line-height: 20px;}
/*에너지거래-거래내역*/
.card.type1 .card-header table td {height: 46px; line-height: 20px;float:none !important; padding:10px 10px 10px 0 !important;}
.card.type1 .card-header table td .searchbutton {margin:0}
/*정보관리-계측포인트-포인트 등록*/
/* #css-classes .card table tr th {border-bottom: 1px solid #e3ebf3;} */

.input-daterange {
	display: flex;
}

.nav-pills-d::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills-d .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills-d .nav-link {
  display: block;
  background-color: #323232;
  margin-left:5px;
  padding: 0.5em 2em;
 /* border-radius: 0.18rem;*/
   }

.nav-pills-d .nav-link.active, .nav-pills .nav-link.active:focus,
.nav-pills-d .nav-item.open .nav-link,
.nav-pills-d .nav-item.open .nav-link:focus {
  color: #fff;
  cursor: default;
  border-bottom: thick solid #3BAFDA;
  background-color: #323232; }

.nav-pills-d .nav-link.active:hover,
.nav-pills-d .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #323232; }

/* VUP 배포 스타일 적용 v0.6 20220113 */  

.common-table {
   width: 100% !important;
   border: 1px solid #666666 !important;
   column-gap: 2rem !important;
   font-size: 15px; 
   line-height: 2.0rem;
   text-align: center;
}

.common-table-number{
	text-align: right !important;
}

.common-table th{
   background-color: #323232 !important;
   border: 1px solid #666666 !important;
}

.common-table td{
   background-color: none !important;
   border: 1px solid #666666 !important;
}

.common-table tr{
   border: 1px solid #666666 !important;
}
