@import url(https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
	overflow-y: scroll;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700!important;
}

a {
	color: #000;
}

#sortables .mix {
	display: none;
}

.logo span {
	border-color: #a60d1f;
}

.mix.span3.first {
	margin-left: 0;
}

.file .icon-archive {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	width: auto;
	height: 15px;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 2px;
	background: #b40001;
	font-weight: bold;
}

.file .icon-label {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	width: auto;
	height: 15px;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 2px;
	background: #b40001;
	font-weight: bold;
}

.file .icon-archive {
	position: static;
}

.file .labels span {
	font-family: 'arial';
}

.file .labels {
	position: absolute;
	left: 10px;
	top: 5px;
}

.back_wrap {
	position: relative;
	top: -10px;
	margin-bottom: 30px;
}

.file.restricted,
.item.restricted:hover {
	border-color: #C8C7C7;
}

.file-details header .subtitle {
	display: inline-block;
	margin: 0;
	margin-top: 10px;
	font-weight: 600;
	line-height: 14px;
}

.file-details header .subtitle a {
	margin: 0;
	background: #f8f8f8;
	font-size: 11px;
	padding: 2px 6px;
	display: inline-block;
  color: #9A9A9A;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-right: 4px;
}

.file-details header .subtitle a:hover,
.file-details header .subtitle a.active {
	text-decoration: none;
	background: #000;
	color: #fff;
}

.file-details {
	min-height: 200px;
}

.comp_item .file-details {
	min-height: 0;
	height: auto;
	padding-bottom: 15px;
}

.comp_item .file-details header {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.comp_center {
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bg-light {
  background: #eee!important;
}

.files-popup{
	background:#999;
	border-radius:16px;
	line-height:16px;
	font-size:10px;
	height:16px;
	color:#fff;
	display: inline-block;
	font-style:italic;font-family:Georgia, "Times New Roman", serif;font-weight:bold;
	width:16px;text-align:center;cursor:pointer;margin-right:5px;margin-top:2px;
}

.files-popup:hover{
	background:#333
}

.tooltip ul {
	font-family:Arial, sans-serif;
	margin:0;list-style:decimal;text-align:left;font-size:11px;padding-left:1.5em;line-height:16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tooltip ul li{
	line-height: 16px;
}
