/* bootstrap tab */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
display: table;
content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
clear: both;
}


/* 탄소흡수원 통계 style */


.carbon-stats #tabText a,
.carbon-stats #tabText .select-container {
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 0 0 0 18px;
	line-height: 17px;
	background: url(/images/common/bg_tabText_bul.gif) no-repeat 0 3px;
}

.carbon-stats #tabText .no-margin-bottom {
	margin-bottom: 0;
}

.carbon-stats #tabText .no-margin-right {
	margin-right: 0;
}

.carbon-stats #tabText a:hover,
.carbon-stats #tabText .active {
	color: #006600;
	background: url(/images/common/bg_tabText_bul_ov.gif) no-repeat 0 3px;
}

.carbon-stats .main-content {
    float: left;
    margin-left: 37px;
    width: 660px;
}

.carbon-stats .chart-container {
    margin-top: 0;
    overflow: hidden;
}

.chart-container.main {
    margin-top: 30px;
}

.carbon-stats .chart-container .menu-link {
    float: left;
    margin: 0 10px 30px 10px;
    width: 310px;
    height: 30px;
}

.carbon-stats .chart-container .menu-link a {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #555;
    font-weight: bold;
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
}

.carbon-stats .chart-container .nav-tabs > li > a {
    color: #333;
}

.carbon-stats .chart-container .nav-tabs > li.active > a {
    color: #e14a09;
}

.carbon-stats .chart-container .stat-header {
    position: relative;
    margin: 15px 0;
    height: 49px;
    background-color: #fbfbfb;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.carbon-stats .chart-container .stat-header select {
    position: absolute;
    top: 15px;
    left: 0;
}

.carbon-stats .chart-container .stat-header button,
.carbon-stats .chart-container .stat-header img {
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
}

.carbon-stats .chart-container .carbon-stats .stat-table {
    min-height: 560px;
}

.carbon-stats .chart-container .stat-chart {
    min-height: 560px;
}

.carbon-stats .chart-container .stat-chart.vertical-half {
    float: left;
    margin: 10px;
    width: 310px;
    height: 500px;
    min-height: 0;
    overflow: visible;
}

.carbon-stats .chart-container .stat-chart.horizontal-half {
    float: left;
    margin: 10px 10px 30px;
    width: 100%;
    height: 240px;
    min-height: 0;
    overflow: visible;
}

.carbon-stats .chart-container .stat-chart.quarter {
    float: left;
    margin: 10px;
    width: 310px;
    height: 230px;
    min-height: 0;
    overflow: visible;
}

.carbon-stats .stat-table .table-header .title {
    margin: 30px 0 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.carbon-stats .stat-table .table-header .unit {
    margin-bottom: 10px;
    font-size: 13px;
}

.carbon-stats .stat-table .table-header .origin {
    margin-top: 10px;
    font-size: 13px;
}

.carbon-stats .stat-table .table-header .rmrk {
    font-size: 13px;
}

.carbon-stats .stat-table .table-container {
    overflow-x: auto;
    border-top: 2px solid #d5d5d5;
}

.carbon-stats .stat-table .table-container caption {
    display: none;
}

.carbon-stats .stat-table .table {
    margin-bottom: 0;
    min-width: 100%;
    border-collapse: collapse;
}

.carbon-stats .stat-table .table th {
    padding: 8px 12px;
    font-size: 13px !important;
    text-align: center;
    vertical-align: middle;
    background-color: #f5fbff !important;
}

.carbon-stats .stat-table .table td {
    padding: 2px;
    font-size: 12px;
}

.carbon-stats .stat-table .table th,
.carbon-stats .stat-table .table td {
    white-space: nowrap;
    border: 1px solid #cacaca;
}

.carbon-stats .stat-table .table th:first-child,
.carbon-stats .stat-table .table td:first-child {
    border-left: none;
}

.carbon-stats .stat-table .table th:last-child,
.carbon-stats .stat-table .table td:last-child {
    border-right: none;
}

.carbon-stats .stat-table .table .sorting {
    background-image: url('../../../images/2013/fcm/chart/sort_both.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.carbon-stats .stat-table .table .sorting_asc {
    background-image: url('../../../images/2013/fcm/chart/sort_asc.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.carbon-stats .stat-table .table .sorting_desc {
    background-image: url('../../../images/2013/fcm/chart/sort_desc.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.carbon-stats .dataTables_scrollBody table > tbody > tr:first-child td {
    border-top: none;
}

.carbon-stats .highcharts-title {
	font-weight: bold;
	font-family: dotum;
}

.carbon-stats .highcharts-button {
    display: none;
}

.carbon-stats .chart-info {
    padding: 10px 20px;
    font-size: 12px;
    clear: both;
    border: 1px solid #ccc;
}

.carbon-stats h5.sub_title {
	margin: 5px 0 5px 2px;
	font-weight: normal;
}

.carbon-stats .orange {
	color: #ff5a00;
}

.carbon-stats .border-left {
	border-left: 1px solid #bcc1c6;
}

.carbon-stats div.center img {
	width: auto;
	height: auto;
}

.carbon-stats .right_mar_130 {
	margin-right: 130px;
}

.carbon-stats .white-normal {
	font-weight: normal;
	background-color: #fff;
}

.carbon-stats .light-green th,
.carbon-stats .light-green td {
	background-color: #e8f6c3 !important;
}

.carbon-stats .light-orange th,
.carbon-stats .light-orange td {
	background-color: #fef3c2 !important;
}

.carbon-stats h5.no-bg {
	padding-left: 0;
	background: none;
}

.carbon-stats .no-padding {
	padding: 0 !important;
}

.carbon-stats .tree-img-container {
	padding: 4px !important;
}

.carbon-stats th.tree-img {
	width: 237px;
}
