@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');
body {
	font-family: 'Roboto', sans-serif, Tahoma, arial;
	font-weight: normal;
	font-style: normal;
	font-size:16px;
}
.wrap {
  margin-top: 70px;
}
a {
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: bold;
	font-size:20px;
	color:#ff8a00;
}

.navbar-brand{ font-size:18px;line-height:20px; text-decoration: underline; }

.login{
  max-width: 300px;
  margin: 0 auto;
  padding-top: 30px;
}

.navbar-custom {
  border-bottom: 3px #ddd solid;
  margin-bottom: 15px;
}

.footer-cp {
  text-align: center;
  border-top: 3px #ddd solid;
  margin-top: 15px;
  padding: 15px 0;
}

.progress-cp {
  height: 2rem;
  font-size: .95rem;
}
.ltr{
	direction: ltr;
	text-align: left;
}
.post-inactive {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}
.post-excluded {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
.alert-warning:not(.collapsed) {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}
.alert-danger:not(.collapsed) {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
.categories-widget {
	overflow: auto;
	height: 300px;
}
.parent-category {
	margin-bottom: 15px;
}
.category-name {
	margin-bottom: 7px;
}
.sub-category-name {
	margin-bottom: 5px;
	padding-right: 15px;
}
