@charset UTF-8;

.table > thead > tr > th {
	vertical-align: middle;
}
.table > tbody > tr > th {
	vertical-align: top;
	padding-top:15px;
}
.table > tbody > tr > td {
	text-align:left;
}

.table th .sort_up,
.table th .sort_down{
	position:relative;
	padding-right:10px;
}

.table thead th {
	background: #d8d8d8ff;
	font-size:12px;
	font-weight:normal;
}

.table{
	min-width:100%;
}


.table tr.disabled.category-cel th,
.table tr.disabled.category-cel td,
.table th.disabled.category-cel,
.table td.disabled.category-cel,
.table tr.disabled th,
.table tr.disabled td,
.table th.disabled,
.table td.disabled{
	background:#EDEDED;
}
.table tr.category-cel th,
.table tr.category-cel td,
.table th.category-cel,
.table td.category-cel{
	border-top:5px solid #5cb85c;
	font-weight:700;
	font-size:110%;
}
.table tr.disabled.category-cel th,
.table tr.disabled.category-cel td,
.table th.disabled.category-cel,
.table td.disabled.category-cel{
	border-top:5px solid #CCC;
	background:#EDEDED;
}

.table.result-style{	margin-top: 20px;}
.table.result-style .sort_check_box{
width:32px;
}
.table.result-style .checkbox .icons,
.table.result-style .radio .icons {
    position: absolute;
    top: -10px;
    left: 0px;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
}
.table.result-style tr.active,
.table.result-style tr:hover{background-color: #F8F8F8;}

/*.table.result-style .sort_up_down:after,
.table.result-style .sort_up_down:before,*/
.table.result-style .sort_up:before,
.table.result-style .sort_down:before{
	font-family: 'Glyphicons Halflings';
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding: 0 5px;
color: #333;
position:absolute;
right:-5px;
}
/*.table.result-style .sort_up_down:before,*/
.table.result-style .sort_up:before{
	content: "\e260";
	top:10%;
}
/*.table.result-style .sort_up_down:after,*/
.table.result-style .sort_down:before{
	content: "\e259";
	top:50%;
}
.table.result-style .sort_up:before{
	top:40%;
}
.table .sort_down:before{
	top:40%;
}

.table.result-style .sort_box.active .sort_up:before,
.table.result-style .sort_box.active .sort_down:before{
	color:#ED7E17;
	font-weight:bold;
}
.table.result-style th.sort_box:hover{
	background-color:#F5F8F8;
/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.137255) 0px 0px 4px 3px inset;
-webkit-box-shadow:rgba(113, 135, 164, 0.137255) 0px 0px 4px 3px inset;
-moz-box-shadow:rgba(113, 135, 164, 0.137255) 0px 0px 4px 3px inset;
}


.table-wrap .table.result-style.type01 td{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table.result-style.type01 th.sort_box,
.table.result-style.type01 td.tbl-popover{
	cursor:pointer;
}
.table.result-style.type01 td.tbl-popover{
	padding-top:16px;
	padding-bottom:16px;
}

.tbl-setting{
	position:relative;
}
.tbl-setting-box{width:205px;}
.tbl-setting-box.col1{width:62px;}
.tbl-setting-box.col2{width:107px;}
.tbl-setting-box.col3{width:155px;}

.btn-menu.navbar,
.tbl-menu.navbar{
	min-height: inherit;
	margin-bottom: 0px;
}

.btn-menu .navbar-collapse,
.tbl-menu .navbar-collapse{
	padding-right: 0px;
	 padding-left: 0px;
}
.btn-menu .navbar-text,
.tbl-menu .navbar-text{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.col2.tbl-setting-box .popover,
.col1.tbl-setting-box .popover{
	width: 200px;
	left: -145px !important;
}


@media (max-width: 767px) {
.tbl-setting-box{width:62px;}
.tbl-setting-box.col1{width:62px;}
.tbl-setting-box.col2{width:62px;}
.tbl-setting-box.col3{width:62px;}

.table-wrap .table.result-style.type01 td.tbl-setting-child{
	overflow:visible;
}
.btn-menu .navbar-toggle,
.tbl-menu .navbar-toggle{
	position:relative;
}
.btn-menu .navbar-collapse,
.tbl-menu .navbar-collapse{
	position:absolute;
	top:40px;
	right:0;
	border:1px solid #CCC;
	background:#EEE;
	z-index:100;
}
.btn-menu .navbar-toggle,
.tbl-menu .navbar-toggle{border:1px solid #CCC;float:none;}
.btn-menu .navbar-toggle .icon-bar,
.tbl-menu .navbar-toggle .icon-bar{
	background-color: #333;
}
.btn-menu .navbar-text,
.tbl-menu .navbar-text{
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tbl-setting-box .popover{
	width: 200px;
	left: -140px !important;
}
.tbl-setting-box .popover.bottom > .arrow{
/*	margin-left: 50px;*/
}
.navbar.btn-menu + .table_set .pagination:first-child{margin-top:-10px;top:-20px;}
.navbar.btn-menu + .table_set .pagination + .search-fig{top:-30px;}
}
