@import url(//fonts.googleapis.com/css?family=Lato:300,400);

* {
	--p-red: #a42d2d;
	--a-red: #a42d2d;;
	--b-red: #fff1f1;
	--f-red: #e10c16;
	
	--p-blue: #0d6486;
	--a-blue: #a42d2d;
	--b-blue: #e8f5fa;
	--f-blue: #0092ca;
	
	--p-dark-0: #000;
	--p-dark-1: #111;
	--p-dark-2: #222;
	--p-dark-3: #333;
	--p-dark-4: #444;
}

html {
	font-size: 12px;
}

body {
	color: var(--p-dark-4);
	font-family: 'Lato', sans-serif;
	outline: none;
	font-size: 1.5rem;
}

::selection {
	background-color: #faff6c;
	color: var(--p-dark-1);
}

h1 {
	margin: 0 0 30px 0;
	font-weight: 600;
	color: var(--p-dark-1);
	font-size: 3rem;
}

h2 {
margin: 45px 0 15px 0;
  border-bottom: 1px solid #605e5e21;
  color: var(--a-red);
  padding-bottom: 5px;
}

h3 {
color: var(--p-blue);
	padding-left: 25px;
	position: relative;
}

h3::before {
	content: '\f3fe';
	font-family: "Ionicons";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.9rem;
	color: var(--p-blue);
	font-weight: 400;
}

b {
	font-weight: 400;
}

a {
	color: #333;
	text-decoration: none;
}

.block {
	padding: 15px
}

.block.block-soft{
	background: #f2f2f2;
}

.badge.badge-primary{
	background-color: #4c7db0;
}
.badge.badge-success{
	background-color: #6da633;
}
.badge.badge-transparent {
	background: transparent;
	color: #111;
}

a:hover, a:focus {
	text-decoration: underline;
	color: var(--p-dark-0);
}

/* HEADER */
#site-header {
	padding: 25px 0 20px 0;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}

#site-header .stripe {
	height: 3px;
	width: 40px;
	display: block;
	position: absolute;
}

#site-header .stripe.red {
	left: 0;
	top: 74px;
	background: var(--f-red);
}

#site-header .stripe.blue {
	left: 20px;
	top: 79px;
	background: var(--f-blue);
}

#site-header .logo {
	font-weight: 300;
	font-size: 2.68rem;
	color: var(--p-dark-2);
}

#site-header .logo .brand {
	font-weight: 400;
}

#site-header .logo .slogan {
	opacity: 0.8;
}

#site-header .logo a {
	text-decoration: none !important;
}

@media (max-width: 992px) {

	#site-header .logo{
		margin-bottom: 20px;
	}

}

@media (max-width: 575px) {

	#site-header .logo{
		font-size: 2rem;
	}

	#site-header .stripe.red {
		top: 64px;
	}

	#site-header .stripe.blue {
		top: 69px;
	}

}


/* BREADCRUMBS */
#site-breadcrumbs ul {
	margin: 0 0 25px 0;
	padding: 5px 0;
	list-style: none;
	background-color: transparent;
}

#site-breadcrumbs ul li {
	display: inline;
	font-size: 1.2rem;
}

#site-breadcrumbs ul li+li:before {
	padding: 8px;
	color: #555;
	content: "/\00a0";
}

#site-breadcrumbs ul li a {
	color: #737373;
}

/* ARTICLE */
#site-inner {
	font-size: 1.5rem;
}

#site-inner table{
	font-size: 1.3rem;
	margin: 15px 0 15px 15px;
	width: calc(100% - 15px);
}

#site-inner .site-article {
	font-size: 1.5rem;
	margin: 10px 0 15px 0;
	color: var(--p-dark-2);
}

#site-inner .site-article a{
	text-decoration: underline;	
}

#site-inner .site-article p a{
	color: var(--a-red);
}
#site-inner .site-article p a:hover{
	text-decoration: none;
}

#site-inner .site-article nav ol{
display: flex;
  justify-content: space-around;
  list-style: none;
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 30px;
  background: #f4f4f4;
  padding: 5px 5px 0 5px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

#site-inner .site-folder .site-folder-description{
	margin-bottom: 35px;
}


#site-inner p.alert{
	margin-bottom: 30px;
}

#site-inner ol,
#site-inner ul {
font-size: 1.4rem;
  margin: 10px 0 15px 0;
  padding: 0 0 0 30px;
}

#site-inner ol li,
#site-inner ul li {
margin: 0 0 10px 0;
}
#site-inner ol ul,
#site-inner ul ul {
background: transparent;
  padding: 0 0 0 15px;
  margin: 10px 0 0 0;
}

#site-inner ol ul li,
#site-inner ul ul li{
	margin: 0 0 5px 0;
}

#site-inner article pre {
	font-size: 1rem;
	white-space: wrap;
}

#site-inner article .faq{
	background-color: var(--b-blue);
	padding: 10px;
	margin-top: 30px;
	border-radius: .25rem;
	border: 1px solid #0000000d;
	margin-bottom: 30px;
}

#site-inner article .faq h2{
	margin: 0;
	color: #43869f;
	border-bottom: 1px solid #0000000d;
	padding-bottom: 9px;
}

#site-inner article .faq ul{
background: transparent;
  margin: 0;
  padding: 0 0 0 30px;
}

#site-inner article .faq ul li{
margin: 15px 5px;
}

/* ARTICLE \ INDEX */
#site-inner .index ul {
	font-size: 1.5rem;
}

#site-inner .index ul li.separator {
	list-style-type: none;
	height: 2px;
	background: #00000012;
}

#site-inner .index.index-folders h3 {
	color: var(--p-blue);
}

#site-inner .index.index-folders h3::before {
	content: "\f139";
}

#site-inner .index.index-folders ul {
	background: var(--b-blue);
	padding: 10px 15px 4px 30px;
}

#site-inner .index.index-folders a{
	color: #333;
	text-decoration: none;
}
#site-inner .index.index-folders a:hover{
	text-decoration: underline;
}

#site-inner .index.index-articles h3 {
	color: var(--p-red);
}

#site-inner .index.index-articles h3::before {
	color: var(--p-red);
	content: "\f24e";
}

#site-inner .index.index-articles ul {
	background: var(--b-red);
	padding: 10px 15px 4px 30px;
}
#site-inner .index.index-articles ul.is-pinned {
	background: #ffdfdf;
}

#site-inner .index.index-folders+.index-articles {
	margin-top: 40px;
}


#site-inner .site-page {
	font-size: 1.5rem;
}

#site-inner .site-page form .form-label,
#site-inner .site-page form .form-control,
#site-inner .site-page form .form-select,
#site-inner .site-page form .input-group-text,
#site-inner .site-page form .btn[type=submit]{
font-size: 1.5rem;	
}

/* ============== SEARCH */
.search-option {
	font-size: 1.3rem;
	margin-top: 5px;
}

.search-string {
	position: relative;
	border: 1px solid #ddd;
	min-height: 42px;
}

.search-string input[type=search] {
	width: 100%;
	border: none;
	padding: 0 30px 0 10px;
	line-height: 40px;
	font-size: 16px;
}

.search-string input[type=search]:focus {
	background: #ebfaff;
	outline: none;
	color: var(--p-dark-0);
}

.search-string button {
	position: absolute;
	top: 0;
	z-index: 999;
	background: #f4f4f4;
	color: var(--p-dark-0);
	height: 40px;
	padding: 0 18px;
	right: 0;
	border-left: 1px solid #ddd;
	border-bottom: 0;
	border-top: 0;
	border-right: 0;
}

.search-string button:hover {
	background: #f0f0f0;
}

.search-string button span {
	font-size: 22px;
}

/* ============== WIDGETS */
.widget {
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.widget .widget-title {
	font-size: 22px;
	margin: 5px 0 15px 0;
	font-weight: 600;
}

.widget.widget-prevnext{
	background-color: #efe4ff
}

.widget.widget-prevnext a{
	display: block;
}
.widget.widget-prevnext .widget-title{
	margin: 0;
	font-size: 1.5rem;
}

.widget.widget-prevnext .widget-body{
  font-size: 1.3rem;
  line-height: 22px;
}

.widget.widget-prevnext.widget-prev{
border-left: 10px solid #0000002b;
  border-radius: 10px 3px 3px 10px;
  padding-left: 20px;
}

.widget.widget-prevnext.widget-next{
border-right: 10px solid #0000002b;
  border-radius: 3px 10px 10px 3px;
  text-align:right;
    padding-left: 20px;
}

.widget.widget-random-articles ul {
	padding-left: 20px;
	font-size: 16px;
}

.widget.widget-random-articles  ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget.widget-random-articles  ul li .group {
	display: block;
}

.widget.widget-random-articles  ul li::before {
	content: '\f3d3';
	font-family: "Ionicons";
	position: absolute;
	left: -17px;
	top: 1px;
	color: #959595;
	font-weight: bold;
}


.widget.widget-tools ul {
	padding-left: 20px;
	font-size: 16px;
}

.widget.widget-tools  ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget.widget-tools  ul li .group {
	display: block;
}

.widget.widget-tools  ul li::before {
	content: '\f2fc';
	font-family: "Ionicons";
	position: absolute;
	left: -17px;
	top: 1px;
	color: #959595;
	font-weight: bold;
}


#widget-root-folder {
	font-size: 17px;
}

.widget-folders ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
}

.widget-folders ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget-folders ul li::before {
	content: '\f3f3';
	font-family: "Ionicons";
	position: absolute;
	left: -25px;
	top: 1px;
	font-size: 16px;
	color: var(--p-dark-0);
}

.widget-folders ul li.active {
	font-weight: 600;
}

.widget-folders ul li.active::before {
	color: var(--f-red);
}

.widget-category ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
}

.widget-category ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget-category ul li::before {
	content: '\f3fe';
	font-family: "Ionicons";
	position: absolute;
	left: -25px;
	top: 1px;
	font-size: 18px;
	color: var(--p-dark-0);
}

/* ============== FOOTER */
#site-footer {
	margin-top: 40px;
	margin-bottom: 20px; border-top : 1px solid #eee;
	position: relative;
	font-size: 1.3rem;
	border-top: 1px solid #eee;
}

#site-footer .stripe {
	height: 3px;
	width: 40px;
	display: block;
	position: absolute;
}

#site-footer .stripe.red {
	right: 0;
	bottom: 16px;
	background: var(--f-red);
	top: 12px;
}

#site-footer .stripe.blue {
	right: 20px;
	top: 17px;
	background: var(--f-blue);
}

#site-footer .information {
	padding: 5px 0;
}

#site-footer .information ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-footer .information ul li {
	display: inline;
}

#site-footer .information ul li+li:before {
	padding: 8px;
	color: var(--p-red);
	content: "/\00a0";
}


