/* 
   software: Fortunawork framework
   devs: Ngoma Fortuna
   xx.xx.xxxx caala-Huambo
*/

/* fonts */

@font-face {font-family: "inter"; src: url("fonts/Inter-VariableFont_slnt.ttf");}
@font-face {font-family: "sedan"; src: url("fonts/Sedan-Regular.ttf");}


/* reset */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}



/* start */

body {color: #333; background-color: #f9f9fa; font: 300 12pt 'inter'; line-height: 30px;}

.margin {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font: 300 28pt "inter";
	margin-bottom: 25px;
}

h2 {
	font: 300 24pt "inter";
	margin-bottom: 25px;
}

h3 {
	font: 300 20pt "inter";
	margin-bottom: 22px;
}

h4 {
	font: bold 16pt "inter";
	margin-bottom: 20px;
}

h5 {
	font-size: 14pt;
	margin-bottom: 15px;
}

/* h1, h2, h3, h4 {
    margin-top: 25px;
} */

p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #305a7d;
}

a:hover {
	color: #4384ba;
	text-decoration: underline;
}

a:active {
	color: #eba300;
}

a[disabled="disabled"] {
	color: gray;
    pointer-events: none;
}

li {
	list-style: none;
	margin-bottom: 10px;
}

a[disabled="disabled"] {
	color: gray;
    pointer-events: none;
}

strong {
	font-weight: 600;
}



/* components */
.btn, 
.btn-default {
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	font: 300 12pt 'inter';
	cursor: pointer;
	transition: .3s;
}

.btn {
	background: #e0f7ff;
	color: #9c9c9c;
}

.btn:hover {
	text-decoration: none;
	color: #333;
	text-decoration: none;
}

.btn-default,
.btn-tb-down {
	background: #305a7d;
	color: #f1f1f1;
}

.btn-default:hover,
.btn-tb-down:hover {
	background: #4a87b9;
	color: #fff;
	text-decoration: none;
}

.btn-link {
	padding: 5px 20px;
	border-radius: 30px;
}

.btn-delete {
	background: #ff3838;
	color: #f1f1f1;
}

.btn-delete:hover {
	background: #ed1818;
	color: #fff;
}

.btn-edit {
	background: #30cf11;
	color: #fff;
}

.btn-edit:hover {
	background: #00a000;
	color: #fff;
}

.btn-tb-down {
	padding: 5px;
	border-radius: 5px;
	border: none;
	font: 300 10pt 'inter';
	cursor: pointer;
	transition: .3s;
}

/*  */
.tot-list h5 + p {
	font-size: 30pt;
	line-height: 20px;

	display: inline-block;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 15px;
}

.tot-list p span {
	font-size: 12pt;
}

.tot-list ol {
	display: inline-block;
	vertical-align: top;
}

.tot-list li {
	line-height: 15px;
}

.tot-list ol p {
	display: block;
	padding-top: 10px;
}

.meta-data {
	color: #989898;
}

select option {
	font-family: 'inter';
}

.bder {
    padding: 15px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.pemphase {
	color: #305a7d;
}

.pemphase14 {
	color: #305a7d;
	font-size: 14pt;
}





/* header */
header {
	background: #305a7d;
	color: #7992a8;
	overflow: auto;
	width: 100%;
	height: 500px;

	padding-left: 5%;
	padding-right: 5%;
}

header .logo {
	padding-top: 15px;
	width: 32%;
	float: left;
}

header .logo h1 {
	font: bold 10pt 'inter';
	color: #cad40c;
	margin: 0;
}

header .logo small {
	color: #9eadba;
}

header .logo img {
	width: 50px;
}

header .corp {
	padding-top: 25px;
	text-align: right;
	width: 65%;
	float: right;
}

header .corp .left {
	display: inline-block;
	vertical-align: top;
}

header .corp .left img {
	width: 80px;
	display: none; /*  chenge  */
}

header .corp .left .la-bars {
	font-size: 18pt;
	color: #cfd6de;
	margin-right: 5px;
	cursor: pointer;
	padding: 3px 5px;
	transition: .3s;
}

header .corp .left .la-bars:hover {
	background: #386589;
}

header .corp .left h2 {
	font: bold 12pt 'inter';
	color: #f5f5f5;
	display: inline-block;
	display: none; /*  chenge  */
	margin: 0;
}

header .corp .left h2 span {
	font: 200 12pt 'inter';
	color: #cfd6de;
}

header .corp .right {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

header .corp .right li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;

	position: relative;
}

header .corp .right .bellmark {
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #ff714f;

	position: absolute;
	top: 3px;
	right: 0;

	transition: .3s;
}

header .corp .right .bellmark:hover {
	background: #df431b;
}

header .corp .right button,
header .corp .right a,
header .corp .right .la {
	color: #7992a8;
	transition: .3s;
}

header .corp .right button:hover,
header .corp .right a:hover,
header .corp .right .la:hover {
	color: #f5f5f5;
}

header .corp .right button {
	background: none;
	border: none;
	font-size: 18pt;
}

header .corp .right a {
	text-decoration: none;
	font-size: 18pt;
}

header .corp .right .la {
	cursor: pointer;
}

header .corp .right input + ul,
header .corp .right input {
	display: none; /*  chenge  */
}

header .corp .right input + ul {
	position: absolute;
	top: 40px;
	right: 0;
	width: 120px;
	text-align: left;

	background: #f5f5f5;
	padding: 5px;
	border-radius: 3px;
	transition: .3s;
}

header .corp .right input + ul li {
	display: block;
	margin: 0;
}

header .corp .right input + ul a {
	font-size: 12pt;
	display: block;
	padding: 3px 5px;
	border-radius: 2px;
}

header .corp .right input + ul a:hover {
	color: #28b3aa;
	background: #eef6ff;
}

header .corp .right input:checked + ul {
	display: block;
	top: 50px;
}





/* main */

/* sidebar */

#ctrl-sidebar {
	display: none;
}

#ctrl-sidebar:checked + #sidebar {
	margin-left: 0;
}

#sidebar {
	background: #fff;
	max-width: 300px;
	padding: 20px 10px;
	border-radius: 0 10px 0 0;

	width: 80%;
	float: left;
	margin-right: 20px;
	margin-left: -420px;
	transition: .5s;
}

#sidebar figure {
	width: 100%;
	padding: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

#sidebar figure img {
	max-width: 150px;
	/* max-width: 150px; */
	border-radius: 50%;
}

#sidebar figure img + span {
	display: block;
	width: 40px;
	height: 40px;
	background: #d4e5f2;
	border-radius: 50%;

	font-size: 18pt;
	padding-top: 5px;
	padding-left: 1px;
	float: right;
	margin-top: -50px;
	position: absolute;
	top: 170px;
	z-index: 2;
}

#sidebar figure figcaption {
	font-weight: bold;
	line-height: 25px;
}

#sidebar figure figcaption span {
	font-weight: lighter;
	color: #9c9c9c;
}

#sidebar figure figcaption a:hover {
	text-decoration: none;
}

nav p {
	color: #9c9c9c;
	padding: 0 10px 0 40px;
	margin-bottom: 0;
}

nav h3 {
	margin: 0;
}

nav h3 a {
	font: bold 14pt 'inter';
	margin: 5px 0 0;
	padding: 6px 10px;
	display: block;
}

nav h3 a:hover {
	color: #f5f5f5;
	background: #305a7d;
	border-radius: 5px;
}

nav h3:first-child a {
	margin: 0;
}

nav h3 .la {
	font-size: 16pt;
	color: #c3c3c3;
}

nav ul ul {
	border-left: 1px dashed #9c9c9c;
	margin-left: 20px;
	padding-left: 15px;

}

nav li ul {
	display: none;
}

nav li:hover ul {
	display: block;
}

nav .active ul {
	display: block;
}

nav .active h3 {
	background: #305a7d;
	border-radius: 5px;
}

nav .active h3 a {
	color: #f5f5f5;
}

nav li li {
	margin: 0;
	padding: 5px;
}

nav a {
	transition: .3s;
}

nav a:hover {
	text-decoration: none;
}

nav ul ul li a {
	font-weight: normal;
}





/* #trunc */

#trunc {
	width: 90%;
	margin: -400px auto 0;
}

.gp-cards li {
	background: green;
	color: #f5f5f5;
	width: 100%;
	height: 140px;
	border-radius: 5px;
	padding: 15px 20px 20px;
}

.gp-cards li:first-child {
	background-color: #9bcb5c;
}

.gp-cards li:nth-child(2) {
	background-color: #00b8f7;
}

.gp-cards li:nth-child(3) {
	background-color: #bb62c8;
}

.gp-cards li:last-child {
	background-color: #ffbf00;
}

.gp-cards h4 .la,
.gp-cards h4 strong {
	font-size: xx-large;
}

.gp-cards h4 {
	font-family: 'sedan';
	font-weight: bolder;
}

.gp-cards p {
	margin-bottom: 0;
}

.gp-cards p strong {
	float: right;
}

/* footer */
footer {
	background: #2b465d;
	color: #7992a8;
	text-align: center;
	line-height: 20px;
	padding: 20px 10px 10px;
	margin-top: 30px;
}

footer img {
	width: 60px;
	filter: grayscale(90%);
}

footer:hover img:hover {
    filter: grayscale(0);
}




/* signup user */

.signup {
    padding-bottom: 25px;
}







@media(min-width: 450px) {

	#sidebar {
		width: 250px;
	}

	#sidebar figure img + span {
		left: 35px;
	}

}







@media(min-width: 700px) {

	.gp-cards li {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		margin: 5px 0.8%;
	}
	
}







@media(min-width: 1100px) {

	header .logo {
		width: 15%;
	}

	header .corp {
		width: 80%;
	}

	.corp .left {
		float: left;
		text-align: left;
	}

	header .corp .left h2 {
		display: inline-block;
	}

	/*  */

	#ctrl-sidebar:checked ~ #trunc {
		width: 75%;
		float: left;
	}
	
	#sidebar {
		margin-top: -410px;
	}
	
	#trunc {
		margin-top: -380px;
	}

	footer {
		clear: both;
	}

}







@media(min-width: 1300px) {

	header {
		padding-left: 2%;
		padding-right: 2%;
	}

	.gp-cards li {
		width: 100%;
		margin: 5px 0;
	}

}







@media(min-width: 1400px) {

	#ctrl-sidebar:checked ~ #trunc {
		width: 80%;
	}
	
}







@media(min-width: 1550px) {

	header {
		padding-left: 1%;
		padding-right: 1%;
	}

	#ctrl-sidebar:checked ~ #trunc {
		width: 82%;
	}

	.gp-cards li {
		width: 48%;
		margin: 5px 0.5%;
	}

}


