body {
	min-width: 779px;
}

.tip {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

#esd-table_wrapper > .row:first-child > .col-sm-6:first-child {
	width: 22%;
}
#esd-table_wrapper > .row:first-child > .col-sm-6:last-child {
	width: 78%;
}
#esd-table_wrapper > .row:last-child > .col-sm-6:first-child {
	width: 40%;
}
#esd-table_wrapper > .row:last-child > .col-sm-6:last-child {
	width: 60%;
}

@media all and (max-width: 1244px) {
    .last-wrapper {
        top: 87px !important;
    }
}

@media all and (max-width: 799px) {
	.last-wrapper {
		text-align: left;
		top: 152px !important;
		right: initial;
		left: 50px;
	}

	#esd-table_wrapper {
		margin-top: 35px;
	}

	#esd-table_wrapper > .row:first-child > .col-sm-6:first-child,
	#esd-table_wrapper > .row:first-child > .col-sm-6:last-child,
	#esd-table_wrapper > .row:last-child > .col-sm-6:first-child,
	#esd-table_wrapper > .row:last-child > .col-sm-6:last-child {
		width: 100%;
		text-align: center;
	}
	#esd-table_wrapper > .row:first-child > .col-sm-6:last-child {
		margin-top: 6px;
		position: relative;
		left: -78px;
	}
	#esd-table_wrapper > .row:first-child > .col-sm-6:first-child > .dataTables_length .form-control.input-sm {
		width: 79px;
	}
	#esd-table_wrapper > .row:first-child > .col-sm-6:last-child > .dataTables_filter .form-control.input-sm {
		width: 168px;
	}

	.dataTables_info {
		margin-bottom: 15px;
	}
	.dataTables_paginate.paging_simple_numbers {
		text-align: center;
	}
}

@media all and (max-width: 1730px) {
    .sha256 {
        display: none;
    }
}
@media all and (max-width: 1300px) {
    .sha1 {
        display: none;
    }
}
@media all and (max-width: 960px) {
    .size {
        display: none;
    }
}
@media all and (max-width: 840px) {
    .time {
        display: none;
    }
}

.count {
	padding-bottom: 40px;
}

.last-wrapper {
	top: 70px;
}

select,
input {
	border-color: #ddd !important;
	border-radius: 0 !important;
}
select:focus,
input:focus {
	border-color: #66afe9 !important;
}

.dataTables_filter {
	float: right;
	display: inline-block;
	margin-right: 10px;
}

.btn {
	border-radius: 0 !important;
}

.btn:hover .fa,
.btn:hover .btn-label {
	color: #23527c;
}
.fa {
	font-size: 14px;
	margin-top: 1px;
}
.btn-label {
	margin-left: 5px;
}

.DTTT {
	float: right;
}
.DTTT a {
	border-color: #ddd;
	height: 30px;
}
.DTTT a:hover,
.DTTT a:active {
	background-color: #eee;
	border-color: #ddd;
}
.DTTT a:active {
	box-shadow: none;
}

.DTTT_Print .sha256 {
	border-right: none ;
}
.DTTT_Print .center {
	display: none;
}

div.DTTT_print_info {
	border-color: #d4d4d4;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
}

.button-api {
	margin-left: 10px !important;
}

table {
    border: none !important;
}

th {
    border-top: 1px solid #ddd !important;
}
th,
td {
	padding-left: 8px !important;
}
#esd-table > tbody > tr:last-child td {
    border-bottom: 1px solid #ddd !important;
}

.name {
    border-left: 1px solid #ddd !important;
    position: relative;
    left: 2px;
}
th.btime {
    border: none !important;
    position: absolute;
    left: 120px;
}
td.btime {
    border: none !important;
    padding: 0 !important;
    width: 0;
}
td.time {
	width: 132px;
}
td.size {
	width: 86px;
	white-space: nowrap;
}
td.sha1 {
	width: 288px;
	word-break: break-all;
}
td.sha256 {
	width: 456px;
	word-break: break-all;
}
td.center {
	width: 30px;
	padding: 0 !important;
	text-align: center;
}
.center {
    border-right: 1px solid #ddd !important;
}

span.glyphicon {
	color: #999;
	cursor: default;
	display: block;
	height: 30px;
	padding-top: 7px;
}
span.glyphicon:hover {
	color: #337ab7;
}

.popover {
	border-color: #d4d4d4;
	border-radius: 0;
	max-width: none;
	opacity: 0.95 !important;
	padding: 7px 0;
	-webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
}
.popover.left > .arrow {
	border-left-color: #ccc;
}
.popover table td:first-child {
	width: 120px !important;
}

.pagination > li:first-child > a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li:last-child > a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
