@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&family=Roboto:wght@300;400&display=swap');

body {
	font-family: 'Poppins', 'Roboto', sans-serif, Tahoma, arial;
	font-weight: normal;
	font-style: normal;
	font-size:14px;
}
.wrap {
  margin-top: 50px;
}
a {
	text-decoration: none;
	/*color: #059862;*/
}
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; font-weight: 700; line-height:20px; text-decoration: none; }

.login{
  max-width: 300px;
  margin: 0 auto;
  padding-top: 30px;
}

.navbar-custom {
  margin-bottom: 0;
	background-color: #1d2327 !important;
}
.navbar-custom .nav-link {
  color: #f0f0f1 !important;
}
.navbar-custom .nav-link:hover, .navbar-custom .nav-link:focus {
  color: #72aee6 !important;
}

.footer-cp {
  text-align: center;
  border-top: none;
  margin-top: 0;
  padding: 15px 0;
	background-color: #1d2327 !important;
	color: #fff;
}
.footer-cp a {
	color: #72aee6;
}
.footer-cp p {
	margin-bottom: 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;
}
.home-links {
	text-align: center;
}
.home-links a {
	color: #1d2327;
}
.home-links .fas, .home-links .fab, .home-links .far {
	font-size: 45px;
	color: #72aee6;
}
.custom-overflow {
	overflow: auto;
	max-height: 300px;
}
.menu-cp {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	background-color: #1d2327;
	border-color: #1d2327;
}
.menu-cp a {
	color: #f0f0f1;
}
.menu-cp a:hover, .menu-cp a:focus {
	color: #72aee6;
}
.menu-cp .url-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.menu-cp .url-list li {
  border-bottom: 1px solid #474a4c;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.menu-cp .url-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.menu-cp .url-list li ul {
  padding-left: 0;
  margin-top: 15px;
  list-style: none;
}
.menu-cp .url-list li ul li {
	border-bottom: 1px solid #474a4c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.menu-cp .url-list li ul li a {
	color: #f0f0f1;
}
.menu-cp .url-list li ul li a:hover {
	color: #72aee6;
}
.menu-cp .url-list li ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.menu-cp .url-list .collapse {
	padding: 15px !important;
}
.menu-cp .url-list .show {
	background-color: #2c3338;
}
.content-cp {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.collapsible {
  cursor: pointer;
	display: block;
}
.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.activeCollape:after {
  content: "\2212";
}
.collapseChildLink {
	color: #72aee6 !important;
}
