body, html {
	height: 100%;
}
body {
	padding-top: 60px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 700;
}

.thumb {
	border: 1px solid #ced4da!important;
}

.bg-article {
	background-color: #efefef;
}
.border-article {
	border: 1px solid #bbb;
}
.article-in {
	height: 90px;
	overflow: hidden;
}
.article-in img, .thumb-img {
	width: 120px;
	height: 90px;
}
.thumb-img-sm {
	width: 100px;
	height: 75px;
}
.thumb-lg {
	width: 160px;
	height: 120px;
}
.sortblock {
	cursor: pointer;
}
.thumb-sm {
	width: 80px;
	height: 60px;
}
.thumb-xs {
	width: 60px;
	height: 45px;
}
.thumb-xl {
	width: 160px;
	height: 120px;
}

.tweetembed {
	border: 2px solid #1DA1F2;
	padding: 10px;
}

.original {
	border: 1px solid #fff;
}
.proof {
	display: inline-block;
/*	font-weight: 600;*/
	padding: 0 2px;
	cursor: pointer;
}
.proof.removed {
	color: #dc3545;
	text-decoration: line-through;
}
.proof.added {
	color: #007bff;
}
.removed.selected {
	color: #fff!important;
	background-color: #dc3545;
}
.added.selected {
	color: #fff!important;
	background-color: #007bff;
}
.added.accepted.selected {
	color: #fff!important;
	background-color: #28a745;
}
.added.accepted {
	color: #28a745;
}
.added.rejected {
	text-decoration: line-through;
}
.removed.accepted {
	text-decoration: line-through;
}
.removed.rejected {
	color: #28a745;
	text-decoration: none;
}

.stat-box {
	border-top-width: 5px!important;
}
.stat-icon {
	display: inline-block;
	width: 1.5rem;
}

.comma:after {
	content: ', ';
}
.comma:last-child:after {
	content: '';
}

.upload-play {
	display: inline-block;
	text-align: center;
	min-width: 36px;
}

.modal-dialog.modal-fullscreen {
	height: 100%;
	max-width: none;
	margin: 0;
}
.modal-dialog.modal-fullscreen .modal-content {
	height: 100%;
	border: none;
	border-radius: 0;
}

#navbarCollapse {
/*	max-height: calc(100vh - 60px);
	overflow-y: auto;*/
}

#uploadwindow {
	padding-top: 60px;
	z-index: 1031;
}
#uploadtoolbar {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 60px;
}
#uploadmain {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.countbar {
	width: 80px;
	background-color: #eee;
}
.countbar > div {
	height: 8px;
}

.countbar-sm {
	width: 70px;
	background-color: #eee;
}
.countbar-sm > div {
	height: 16px;
}

@media (min-width: 768px) {
	.countbar {
		width: 280px;
	}
}
