/*============== Corporate Colors ================*/
:root {
	--angola-corporate-primary-color: #000000;
	--angola-corporate-secondary-color: #FFCB00;
	--angola-corporate-third-color: #CC092F;
	--angola-corporate-grey: grey;
	--angola-corporate-blue-variant: #CC092F;
	--angola-corporate-secondary-vibrant-dark-orange: rgb(236, 110, 31);
	--angola-corporate-secondary-vibrant-pale-blue: rgb(126, 158, 210);
	--angola-corporate-secondary-vibrant-med-blue: rgb(49, 147, 209);
	--angola-corporate-secondary-pastel-pale-blue: rgb(187, 204, 233);
	--angola-corporate-secondary-pastel-med-blue: rgb(151, 167, 213);
	--angola-corporate-secondary-pastel-light-blue: rgb(218, 224, 241);

	/* FONTS */
	--angola-primary-font: 'Ubuntu Regular';

	--primary: #2563eb;
	--secondary: #0f172a;
	--accent: #38bdf8;
	--bg: #f8fafc;
	--text: #0f172a;
	--muted: #64748b;
}

@font-face {
	font-family: 'Ubuntu Regular';
	src: url('../../css/fonts/ubuntu/Ubuntu-Regular.ttf');
}

/*============== General/Global Styling ================*/
table.dataTable tbody tr {
	background-color: transparent;
}

#auditLink {
	float: right
}

.nowrap {
	white-space: nowrap
}

html,
body {
	font-family: var(--angola-primary-font) !important;
	font-size: 14px !important;
	text-align: left;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
html {
	font-family: var(--angola-primary-font) !important;;
	text-align: left;
}

a {
	text-decoration: none;
	color: #1c546b;
}

ul {
	padding: unset !important;
}


body {
	display: flex !important;
	flex-direction: column !important;
	padding-bottom: 2px;
	background-color: #f5f5f5 !important;
}

.remove-space {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.bold-table-header {
	font-style: normal;
	font-weight: 600 !important;
	color: #333 !important;
	font-size: 14px;
}

/*============== Site Buttons ================*/
.secondary-button {
	background-color: var(--angola-corporate-secondary-vibrant-pale-blue);
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	border: 0px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.primary-button {
	background-color: var(--angola-corporate-primary-color);
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	border: 0px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*============== Form Input ================*/
.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

/*============== Custom ui-kit styling ================*/
.uk-tab {
	border-top-color: #7f97af !important;
}

.uk-tab {
	border-bottom-color: #7f97af !important;
}

.uk-tab>li.uk-active>a {
	background: #7f97af;
	color: #fff !important;
}

.table-header-background {
	background: #7f97af;
}

.table-header-column-background {
	color: #fff !important;
}

.analysis-header-background {
	width: 100%;
	height: 35px;
	color: white;
	text-align: left;
	vertical-align: center;
	border-bottom: solid #fca40e thin;
	padding-top: 9px;
	padding-left: 12px;
	margin-bottom: 25px;
}

.md-btn-flat:focus,
.md-btn-flat:hover {
	background: #7f97af;
	color: #ffffff;
}

/*================================End========================================*/

.login-button {
	background-color: var(--angola-corporate-third-color) !important;
	color: white !important;
	border-width: 0 1px 4px 1px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-color: var(--angola-corporate-third-color) !important;
	display: inline-block;
	margin-bottom: 3px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cancel-button:disabled,
.login-button:disabled {
	background-color: whitesmoke !important;
	border-color: whitesmoke !important;
	color: #1c546b !important;
}

.cancel-button {
	background-color: var(--angola-corporate-primary-color) !important;
	color: white !important;
	border-width: 0 1px 4px 1px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-color: var(--angola-corporate-primary-color) !important;
	display: inline-block;
	margin-bottom: 3px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#cancel-button {
	background-color: var(--angola-corporate-secondary-color);
	color: white !important;
	border-width: 0 1px 4px 1px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-color: var(--angola-corporate-secondary-color);
	display: inline-block;
	margin-bottom: 3px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#save-button {
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px 6px 2px 6px;
	border-top: 0.5px solid #CCCCCC;
	border-right: 0.5px solid #333333;
	border-bottom: 0.5px solid #333333;
	border-left: 0.5px solid #CCCCCC;
}

/*============== Top Header (Banner) ================*/

.main-header {
	background: linear-gradient(135deg, var(--angola-corporate-secondary-color), var(--angola-corporate-primary-color));
	color: #fff;
	padding: 0 4rem 2rem;
	margin-top: -5px;
}

.main-header a {
	text-decoration: none;
}

.main-header #logoHolder {
	height: 110px;
	width: 70%;
	padding: 10px;
	float: right;
	margin: 3% 0;
}

.main-header #logoHolder img {
	height: 100%;
	width: 100%;
}

.main-header #loginFormHolder {
	min-width: 5%;
	align-content: center;
	margin-top: 15px;
}

.main-header #expandingSpaceHolder {
	/* Lets this column shrink/grow to available width */
	margin: auto 0;
	flex: auto;
}

.main-header #expandingSpaceHolder div p {
	padding: 3px 0px 10px;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: center;
	margin-left: 3em;
	font-weight: bold;
	font-size: xx-large;
	background: linear-gradient(90deg, rgb(49, 147, 209), rgb(1, 45, 80), rgb(236, 110, 31));
	background-size: 10%;
	animation: animate 20s linear infinite;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

#loggedInUser {
	white-space: nowrap;
	color: var(--angola-corporate-secondary-vibrant-med-blue);
	font-weight: bold;
}

#swish {
	position: absolute;
	top: 76px;
	right: 10%;
}

#banner {
	height: 95px;
	width: 100%;
}

#banner img {
	width: 100%;
	height: 100%;
}


#logoHeader #bannerSpacingHolder {
	background-color: #f0f0f0;
	display: none;
}

#logoHeader #bannerSpacingHolder,
#menuBarHeader #menuBarSpaceHolder {
	min-width: 28%;
}

header:first-child #menuBarHeader {
	padding: 0;
	margin: 0;
	display: none;
	flex: 1 1 auto;
}


#menuBar {
	margin-bottom: 0;
	width: 140%;
	display: flex;
	flex-flow: row wrap;
}

#menuBar ul.menu {
	white-space: nowrap;
	min-width: max-content;
}

.ui-menu>.ui-menu-item {
	width: 100%;
	min-width: 100%;
}

header:first-child #menuBarHeader #menuBarHolder {
	/* Lets this column shrink/grow to available width */
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
	/*Don't want the menu under the banner.
 It becomes unclickable*/
	z-index: 300;
}

header:first-child div#firstHeader {
	background-image: url('../img/chrome/yellowWave2.svg');
	background-repeat: no-repeat;
	background-position: 0 86px;
	min-width: 25%;
}

#adnotesLogo {
	height: auto;
	width: 13em;
	position: absolute;
	top: 10px;
	left: 5px;
}

header:first-child div#thirdHeader {
	width: 8%;
	min-width: 50px;
	display: flex;
	flex-direction: column;
	padding: 0;
}

#loginDetail {
	min-width: 5%;
	position: relative;
	z-index: 100;
	padding: 5px;
}

header:first-child div#thirdHeader #headerBand {
	padding: 1px;
	height: 34px;

}

header:first-child div#thirdHeader #menuSpace {
	border-right: 3px solid #fca40e;
	min-height: 20px;
	text-align: right;

}

header:first-child div#secondHeader {
	flex: auto;
	background-image: url('../img/chrome/yellowWave.svg');
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}

#secondHeader svg {
	float: right;
	margin: 68px 0 0 200px;
}

/*============== Navigation Header ================*/
header:nth-child(2) {
	width: 100% !important;
	box-sizing: border-box;
	background: var(--angola-corporate-primary-color);
	display: block;
	margin: auto;
	z-index: 100;
}

header .logo {
	margin-top: 15px;
	height: 50px;
	float: right;
}

header nav {
	float: left;
	margin: 0px auto;
	height: 51px;
}

header nav ul {
	margin: 0;
	padding-top: 1px !important;
	display: flex;
	height: 50px;
}

header nav ul {
	float: left;
}

header nav ul li {
	list-style: none;
	position: relative;
	height: 50px;
}

header nav ul li a:hover {
	color: #fff !important;
	background-color: var(--angola-corporate-secondary-color) !important;
}

header nav ul li ul {
	position: absolute;
	left: -10px;
	display: none;
	z-index: 100;
	padding-left: 0;
}

header nav ul li:hover li {
	background-color: var(--angola-corporate-secondary-color) !important;
}

header nav ul li:hover ul {
	display: block;
	min-width: auto;
}

header nav ul li:active ul {
	display: block;
	min-width: auto;
}

header nav div ul li.active ul {
	display: block;
	/* background-color: white!important; */
	background-color: var(--angola-corporate-secondary-vibrant-pale-blue) !important;
	min-width: auto;
}

header nav ul li ul li {
	display: block;
	min-width: 250px;
	left: 10px;
	background-color: var(--angola-corporate-secondary-pastel-light-blue) !important;
}

header nav ul ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	min-width: 230px;
	left: 0;
}

header nav ul ul li:hover ul {
	visibility: visible;
	top: 0;
	left: 200px;
	min-width: 200px;
	background-color: var(--angola-corporate-secondary-pastel-light-blue) !important;
}

header nav ul li a {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	color: var(--angola-corporate-primary-color);
	text-decoration: none;
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
}

header nav ul li a:hover {
	color: var(--angola-corporate-primary-color);
	background: #fff;
	border: none;
	text-decoration: none;
}

header nav ul li a.active {
	background: #2196f3;
}

header nav ul>.panel>a {
	padding-top: 0px;
	height: 52px;
	background: #f0f0f0;
	z-index: 999;
	font-weight: bold;
	color: black;
}

header nav .fa {
	/* color: #FFF !important; */
}

.far-right {
	float: right;
	padding-top: 1px;
	width: 240px;
	z-index: 1000;
	list-style: none;
}

.far-right ul {
	list-style: none;
	text-align: center;
	padding: 0 !important;
}

.far-right ul li a {
	height: 48px;
	margin: auto;
	width: 150px;
	padding: 0 10px;
	color: black !important;
	text-decoration: none;
	display: block;
	background: var(--angola-corporate-primary-color);
}

.far-right ul li a:hover {
	color: var(--angola-corporate-primary-color) !important;
	background: #ffffff;
	border: 1px solid var(--angola-corporate-primary-color);
}

.far-right ul li ul {
	position: absolute;
	left: 0;
	display: none;
	z-index: 100;
	padding-left: 0;
}

.far-right ul li:hover ul {
	display: block;
	min-width: auto;
}

.far-right ul li.active ul {
	display: block;
	background-color: white !important;
	min-width: auto;
}

.far-right ul li ul li {
	display: block;
	background-color: var(--angola-corporate-primary-color) !important;
	min-width: 230px;
	right: 0;
}

.far-right ul ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	min-width: 230px;
	left: 0;
}

.far-right ul ul li:hover ul {
	/* Third level menu hovering*/
	visibility: visible;
	top: 0;
	left: 200px;
	min-width: 200px;
}

.far-right ul li a {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: var(--angola-corporate-primary-color);
}

.far-right ul li a:hover {
	color: var(--angola-corporate-primary-color);
	background: #ffffff;
}

.far-right-small-screens li {
	display: none !important;
}

.login-form {
	float: right !important;
	margin-top: 5px;
	margin-left: 20px;
	padding-top: 2px;
}

.login-form-btns {
	margin-top: 2px;
}

.login-form-btns button {
	min-width: 80px;
}

.menu-toggle {
	color: var(--angola-corporate-primary-color);
	float: right;
	cursor: pointer;
	padding: 5px 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 1px var(--angola-corporate-primary-color) solid;
	margin-left: 5px;
	display: none;
}

.menu-toggle i {
	color: var(--angola-corporate-primary-color) !important;
}

/*============== Body Structure ================*/
#firstPane {
	flex: 1 1 10%;
	margin: 8px
}

#secondPane {
	flex: 3 1 auto;
}

#thirdPane {
	flex: 1 1 10%;
	margin: 8px
}

#emailmessage-pane {
    flex: 1 1 80%;
    margin: 8px
}

container {
	width: 100%;
	clear: both;
	display: flex;
	flex: auto;
}

container>div {
	margin: 0.1%;
}

/*============== Footer ================*/

footer {
	background-color: #f5f5f5 !important;
}
footer div {
	padding: 0.2% 0.4%;
}

.note {
	/* color: var(--angola-corporate-secondary-vibrant-dark-orange); */
	color: var(--angola-corporate-secondary-vibrant-med-blue);
	font-weight: bold;
}

.footer-bg {
	background: var(--angola-corporate-grey);
}


footer a {
	color: #ffffff;
}

footer a:hover {
	color: var(--angola-corporate-primary-color);
}

#copyright {
	color: white;
	font-size: small;
	text-align: center;
}

/*============== End Footer ================*/

#menu {
	width: 60px;
	background-color: transparent;
	border: none;
	float: right;
}

#menu ul {
	width: 300px;
}

/*============== Error Messages ================*/
#errorMessages {
	position: absolute;
	left: 0;
	bottom: 3px;
}

#errorMessages p {
	text-align: left;
	color: white;
	font-size: small;
	padding: 8px;
	;
	margin: 0;
	padding: 2px;
}

.errorMessage {
	color: red;
	font-size: 18px;
}

/*============== frameFragment ================*/
.outerframe {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 20px auto;
	min-height: 450px;

	width: auto;
	border: 1px solid #fdb945;
}

.frameheader {
	min-height: 50px;
	background-color: var(--angola-corporate-primary-color);
	background: linear-gradient(0.25turn, var(--angola-corporate-secondary-color), var(--angola-corporate-primary-color));
	padding: 2%;
	text-align: center;
	vertical-align: middle;
	color: white;
	text-shadow: 2px 2px black;
	font-size: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.frameheader i a,
.frameheader i {
	color: white;
	font-size: 16px;
}

.frameheader i {
	float: right;
}

.frameContent {
	background-color: white;
	padding: 2%;
	flex: auto;
	background: url('../img/chrome/add_edit/scattered_blocks.svg') no-repeat;
	/*fallback for non supporting browsers*/
	background: url('../img/chrome/add_edit/scattered_blocks.svg') no-repeat 70% 50%,
		linear-gradient(to right, white 5%,
			rgb(175, 175, 175) 5%, rgb(175, 175, 175) 10%,
			#f2f2f2 10%, #f2f2f2 20%,
			white 20%, white 100%) repeat-y;
	font-size: 14px;
}

/*============== forms ================*/
label.formLabel.required:before {
	content: "* ";
}

label.formLabel:after {
	content: ": ";
}

label.formLabel {
	margin: 10px 5px;
	display: inline-block;
	width: 35%;
	text-align: right;
}

.forminput {
	margin-left: 268px;
	margin-top: 5px;
}

.buttonHolder {
	text-align: center;
	margin: 20px auto 0px;
}

input[type="submit"],
button {
	min-width: 10px;
}

input[type="checkbox"],
input[type="radio"] {
	border: none;
	box-shadow: none;
	min-width: 10px;
}

select {
	width: 252px;
}

input {
	min-width: 40%;
	max-width: 100%;
	border: none;
	background: transparent;
	border-bottom: 1px dotted var(--angola-corporate-primary-color);
}

/* Causing floating problems. */
/* #framedContent > input, label, span {
  margin-top: 12px;
} */

#framedContent {
	margin-top: 12px;
}

.fitText {
	min-width: 220px;
	max-width: 300px;
}

textarea {
	min-width: 247px;
	min-height: 120px;
}

input:read-only {
	background-color: transparent;
	/* border: none; */
}

input:disabled {
	background-color: transparent;
	border: none;
}

fieldset {
	margin: 10px 0px 0px;
	border: 2px solid var(--angola-corporate-secondary-color);
	box-shadow: 2px 3px 2px #f2f2f2;
	border-radius: 15px;
}

fieldset[disabled] {
	border: none;
	box-shadow: none;
}

legend {
	padding: 0px 10px;
	margin: auto;
	color: var(--angola-corporate-primary-color);
	font-size: medium;
	font-weight: bold;
	text-shadow: 1px 2px 2px #F2F2F2;
	margin: auto;
}

.errorList {
	margin-left: 20px;
	color: #002E6F;
	font-size: 13px;
	text-shadow: 1px 2px #eeeeee;
	border-left: #fca40e 3px solid;
	list-style-type: lower-roman;
}

.errorList li {
	margin-left: -12px;
}

[class^="icon-"],
[class*=" icon-"] {
	white-space: nowrap;
}

.extended-input {
	min-width: 40%;
}

.extended-input-reduced {
	min-height: 70px !important;
}

/*============== custom text decorator & data-tables style ================*/
.listContainer {
	width: 100%;
}

.listContainer thead tr th {
	border-bottom: solid #fca40e thin;
}

th {
	text-align: left;
}

.underline {
	text-decoration: underline;
}

.capitizile {
	text-transform: capitalize;
}

.bold {
	font-weight: bold;
}

/*
This is to fix the fact that chrome wraps the select dropdown options on
uikit's UI.
This fixes both the expanded and unexpanded dropdown.

Most obvious on CAS validation map.
*/
.selectize-control.type_approval div.selectize-input input,
.selectize-dropdown.type_approval div.selectize-dropdown-content div.option {
	white-space: nowrap;
	width: auto;
}

.legend {
	border: solid 3px var(--angola-corporate-secondary-color);
	width: 200px;
	margin: 6px 3px 10px;
	box-shadow: 2px 3px 8px #dddddd;
	min-width: 200px;
	padding: 8px 16px 17px;
}

.CASValidationHeading {
	font-variant-caps: small-caps;
}

.separator {
	border: 1px solid #fdb945;
	margin: 20px 0;
}

.separatedContent {
	border: outset 2px var(--angola-corporate-secondary-pastel-pale-blue);
	padding: 10px 28px;
}

.dtpicker-line {
	border: none;
	background: transparent;
	border-bottom: 1px dotted black;
	min-width: 115px;
	max-width: 115px !important;
	margin: 0 5px;
	height: 25px;
}

.dtpicker-line:focus {
	outline: none;
	background: var(--angola-corporate-secondary-vibrant-dark-orange);
	color: #fff;
}

.dtpicker-line:disabled {
	outline: black;
	color: white;
	background: grey;
}

button.dt-button.active {
	background: var(--angola-corporate-secondary-color) !important;
}

.back-btn:before {
	content: "\226A\00a0";
}

.public-fieldset {
	padding: 20px;
	margin: 20px 24% 10px 20%;
	position: relative;
	width: 50%;
}

.public-fieldset>legend {
	color: black;
	font-size: larger;
	font-weight: bold;
	text-shadow: 1px 2px 2px #F2F2F2;
}

.filter-btn {
	background: var(--angola-corporate-secondary-vibrant-med-blue) !important;
	color: #fff !important;
}

.custom-range {
	background: var(--angola-corporate-secondary-vibrant-med-blue) !important;
	color: #fff !important;
}

.underline {
	text-decoration: underline;
}

.capitizile {
	text-transform: capitalize;
}

.stong-italic {
	font-style: italic;
	font-weight: bold;
}

.upperline {
	padding-top: 5px;
	border-top: 1.5px double grey;
}

.aboutContent {
	position: relative;
	font-size: 17px;
	text-align: justify;
}

.aboutContent>img {
	width: 50%;
	margin-left: 25px;
	margin-bottom: 25px;
}

.aboutContent .header3 {
	border-bottom: 1.5px solid grey;
	padding-top: 3px;
}

.aboutContent .header3>h3 {
	display: inline-block;
}

.aboutContent .header3 span {
	margin-left: 100px;
}

.aboutContent p,
a {
	line-height: 1.5;
	font-size: 15px;
}

.yellow {
	color: white !important;
}

.vibrant-pale-blue {
	background-color: var(--angola-corporate-secondary-vibrant-pale-blue) !important;
	font-weight: bold !important;
}

.bottomspacing {
	padding-bottom: 8px;
}

.topmargin {
	margin-top: 8px;
}

.vibrant-dark-orange {
	background-color: var(--angola-corporate-secondary-vibrant-dark-orange) !important;
}


.flex-div {
	display: flex;
	flex-wrap: wrap;
}

.flex-div>.flexed {
	flex: 1 1 18rem;
}

.flexed {
	padding: 10px;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin: 1%;
}

.status-color-legend {
	float: right;
	font-weight: bold;
	font-style: italic;
}

/*============== Horizontal stacking ================*/
.side-by-side {
	width: 100%;
	display: inline-block;
	overflow: auto;
}

.side-by-side lable {
	width: 10%;
	display: block;
}

.side-by-side input {
	width: 80%;
	display: block;
}

.side-by-side .submit {
	display: none !important;
	visibility: hidden !important;
}

.side-by-side .right {
	float: right;
}

.side-by-side .left {
	float: left;
}

.side-by-side .center,
.center {
	display: flex;
	justify-content: center;
	align-content: center;
}

/*============== Logout Button ================*/
.logout {
	float: right;
	list-style: none;
	display: block;
	font-weight: bold;
	z-index: 500;
}

.logout>button {
	color: var(--angola-corporate-primary-color);
	background: #f0f0f0;
	text-decoration: none;
	height: 52px;
}

.logout>button:hover {
	color: var(--angola-corporate-primary-color) !important;
	background: white;
	border: 1px solid #f0f0f0;
}

.login-form {
	padding: 10px !important;
	text-align: center;
}

.form-login {
	background-color: var(--angola-corporate-secondary-color) !important;
	color: #fff !important;
	border-radius: 30px;
	width: 6rem;
	text-align: center;
}

.form-login:hover {
	color: var(--angola-corporate-secondary-color) !important;
	background-color: #fff !important;
	border: 2px solid var(--angola-corporate-secondary-color);
}

#smLogoutButton {
	display: none;
}

/*============== Info tip ================*/
.info-tip {
	margin: auto 10px;
}

.info-tip:hover {
	color: var(--angola-corporate-grey);
	
}

.info-tip span {
	background-color: white;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	font-style: italic;
	margin-top: -5px;
}

.info-tip .info-icon {
	font-size: 35px !important;
}

#info-details {
	color: var(--angola-corporate-primary-color);
	text-align: justify;
}

.map-pages-heading {
	height: 50px;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	background-image: linear-gradient(to right, var(--angola-corporate-secondary-vibrant-med-blue), var(--angola-corporate-primary-color), var(--angola-corporate-secondary-vibrant-med-blue));
	padding: 10px;
	margin-top: 10px;
}

.login-label {
	min-width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	background: linear-gradient(0.25turn, var(--angola-corporate-secondary-color), var(--angola-corporate-primary-color));
}

.login-logout {
	padding: 0 !important;
	float: right;
	position: relative;
	right: -51%;
}

.top-nav {
	float: right;
}

.top-nav nav ul li a:hover {
	background-color: unset !important;
	color: var(--angola-corporate-secondary-color) !important;
}

.public-page-header {
	height: 6rem;
	color: #fff;
	text-align: center;
	background: linear-gradient(0.25turn, var(--angola-corporate-third-color), var(--angola-corporate-primary-color));
}

.public-page-header .public-page-heading {
	font-size: 2rem;
	padding-top: 1.5rem;
}

.public-page-content {
	margin: 2rem 0;
	background-color: #fff !important;
}

.dashItem ul {
	padding: 10px !important;
}

.dashItem ul li i {
	width: 20px;
	margin: 0 10px !important;
}

.btn-add {
	float: right;
	margin-bottom: 10px;
	background-color: var(--angola-corporate-primary-color);
	color: #fff !important;
	padding: 10px;
}

.btn-add a {
	color: #fff !important;
}

.btn-add:hover {
	background-color: #fff;
	border: 0.5px solid var(--angola-corporate-primary-color);
	color: var(--angola-corporate-primary-color) !important;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	padding: 10px;
}

.aditional-nav {
	display: none !important;
}

.nav-primary {
	color: var(--angola-corporate-primary-color) !important;
	background-color: var(--angola-corporate-secondary-pastel-light-blue) !important;
}

.bg-rights {
	color: var(--angola-corporate-secondary-pastel-light-blue);
	background-color: var(--angola-corporate-primary-color);
}


.bg-dirty {
	background-color: #f5f5f5
}

.adnotes-link-icon {
	height: 24px;
	width: 24px;
	margin: 0.25rem;
}

.adnotes-fb {
	width: 24px;
	height: 24px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOnVybCgjbGluZWFyLWdyYWRpZW50KTt9LmNscy0ye2ZpbGw6I2ZmZjt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjczLjIyIiB5MT0iNzMuMjIiIHgyPSI0MjYuNzgiIHkyPSI0MjYuNzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMxNjc3ZjEiLz48c3RvcCBvZmZzZXQ9IjAuMTgiIHN0b3AtY29sb3I9IiMxODZlZTkiLz48c3RvcCBvZmZzZXQ9IjAuNDYiIHN0b3AtY29sb3I9IiMxZDU2ZDMiLz48c3RvcCBvZmZzZXQ9IjAuODIiIHN0b3AtY29sb3I9IiMyNjJmYjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMyYjE4OWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MDAsMjUwQzUwMCwxMTEuOTMsMzg4LjA3LDAsMjUwLDBTMCwxMTEuOTMsMCwyNTBDMCwzNzQuNzgsOTEuNDIsNDc4LjIxLDIxMC45NCw0OTdWMzIyLjI3SDE0Ny40NlYyNTBoNjMuNDhWMTk0LjkyYzAtNjIuNjUsMzcuMzItOTcuMjYsOTQuNDMtOTcuMjYsMjcuMzUsMCw1Niw0Ljg4LDU2LDQuODh2NjEuNTJIMzI5LjhjLTMxLjA1LDAtNDAuNzQsMTkuMjctNDAuNzQsMzlWMjUwSDM1OC40bC0xMS4wOSw3Mi4yN0gyODkuMDZWNDk3QzQwOC41OCw0NzguMjEsNTAwLDM3NC43OCw1MDAsMjUwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTM0Ny4zMSwzMjIuMjcsMzU4LjQsMjUwSDI4OS4wNlYyMDMuMWMwLTE5Ljc3LDkuNjktMzksNDAuNzQtMzloMzEuNTNWMTAyLjU0cy0yOC42MS00Ljg4LTU2LTQuODhjLTU3LjExLDAtOTQuNDMsMzQuNjEtOTQuNDMsOTcuMjZWMjUwSDE0Ny40NnY3Mi4yN2g2My40OFY0OTdhMjUyLjQ1LDI1Mi40NSwwLDAsMCw3OC4xMiwwVjMyMi4yN1oiLz48L3N2Zz4=);
	display: inline-block;
	background-size: cover;
}

.adnotes-tw {
	width: 24px;
	height: 24px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOnVybCgjRGVncmFkYWRvX3Npbl9ub21icmVfNCk7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+PGxpbmVhckdyYWRpZW50IGlkPSJEZWdyYWRhZG9fc2luX25vbWJyZV80IiB4MT0iNDI2Ljc4IiB5MT0iNzMuMjIiIHgyPSI3My4yMiIgeTI9IjQyNi43OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzBjZiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwODBmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMjUwIiBjeT0iMjUwIiByPSIyNTAiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODguMTMsMTY0LjM0Yy04LjY2LDMuOTItMTguMjMsNi4yOS0yNy41OCw3Ljg2LDQuNDQtLjc0LDEwLjk1LTguNzcsMTMuNTYtMTJhNTAuMzQsNTAuMzQsMCwwLDAsOS4xNS0xNi42OWMuMjQtLjQ3LjQyLTEuMDctLjA2LTEuNDNhMS41NSwxLjU1LDAsMCwwLTEuNDYuMTIsMTQwLjYxLDE0MC42MSwwLDAsMS0zMi42OSwxMi41MSwyLjE5LDIuMTksMCwwLDEtMi4yNi0uNiwyNy4yOCwyNy4yOCwwLDAsMC0yLjg1LTIuOTIsNTgsNTgsMCwwLDAtMTUuODQtOS43LDU1LDU1LDAsMCwwLTI0LjI5LTMuOTEsNTguMTQsNTguMTQsMCwwLDAtMjMuMDUsNi41LDU5LjYzLDU5LjYzLDAsMCwwLTE4LjU5LDE1LjE5LDU3LjIxLDU3LjIxLDAsMCwwLTExLjEsMjIuMjNjLTEuOTEsNy44My0xLjc1LDE1LjU3LS41OSwyMy40OC4xOCwxLjMxLjA2LDEuNDktMS4xMiwxLjMxLTQ0LjkxLTYuNjgtODIuMTMtMjIuNzUtMTEyLjM0LTU3LjE4LTEuMzEtMS40OS0yLTEuNDktMy4xLjEyLTEzLjIyLDE5LjgxLTYuODEsNTEuNjUsOS43MSw2Ny4zLDIuMiwyLjA5LDQuNDcsNC4xOCw2LjksNi4wOC0uODkuMTgtMTEuODgtMS0yMS42Ny02LjA4LTEuMzItLjgzLTItLjM1LTIuMDksMS4xNGEzMy44NCwzMy44NCwwLDAsMCwuMzYsNi40M2MyLjUzLDIwLjA5LDE2LjQ1LDM4LjY3LDM1LjUsNDUuOTJhMzMuMzMsMzMuMzMsMCwwLDAsNy4yLDIuMjFjLTQuMzQsMS04LjgxLDEuNjMtMjEuMjYuNjUtMS41NS0uMjktMi4xNC40OC0xLjU1LDIsOS4zNiwyNS41LDI5LjU1LDMzLjA4LDQ0LjY3LDM3LjQxLDIsLjM1LDQuMDUuMzUsNi4wOC44My0uMTIuMTgtLjI0LjE4LS4zNi4zNS01LDcuNjUtMjIuNCwxMy4zNC0zMC41LDE2LjE3YTEwOS4xNiwxMDkuMTYsMCwwLDEtNDYuMzQsNS45M2MtMi40OS0uMzYtMy0uMzMtMy42OSwwcy0uMDgsMSwuNzIsMS42N2MzLjE2LDIuMDgsNi4zNywzLjkzLDkuNjUsNS43MmExNTMuMTUsMTUzLjE1LDAsMCwwLDMxLDEyLjM5YzU1LjY2LDE1LjM3LDExOC4zNiw0LjA3LDE2MC4xNS0zNy40NSwzMi44Mi0zMi42MSw0NC4zMi03Ny41OCw0NC4zMi0xMjIuNiwwLTEuNzYsMi4wOC0yLjc0LDMuMzItMy42Nyw4LjU0LTYuNDEsMTUuNDMtMTQuMDksMjEuNzktMjIuNjZhNi44NSw2Ljg1LDAsMCwwLDEuNDUtNC4zNHYtLjI0QzM4OS4yNSwxNjMuNjIsMzg5LjI0LDE2My44NCwzODguMTMsMTY0LjM0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiLz48L3N2Zz4=);
	display: inline-block;
	background-size: cover;
}

.adnotes-ins {
	width: 24px;
	height: 24px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOnVybCgjRGVncmFkYWRvX3Npbl9ub21icmVfMyk7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+PGxpbmVhckdyYWRpZW50IGlkPSJEZWdyYWRhZG9fc2luX25vbWJyZV8zIiB4MT0iNDI2Ljc4IiB5MT0iNzMuMjIiIHgyPSI3My4yMiIgeTI9IjQyNi43OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmZTE4NSIvPjxzdG9wIG9mZnNldD0iMC4yMSIgc3RvcC1jb2xvcj0iI2ZmYmIzNiIvPjxzdG9wIG9mZnNldD0iMC4zOCIgc3RvcC1jb2xvcj0iI2ZmNTE3NiIvPjxzdG9wIG9mZnNldD0iMC41MiIgc3RvcC1jb2xvcj0iI2Y2MzM5NSIvPjxzdG9wIG9mZnNldD0iMC43NCIgc3RvcC1jb2xvcj0iI2E0MzZkMiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzVmNGVlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMjUwIiBjeT0iMjUwIiByPSIyNTAiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjcuNiwxNTUuNDJhMTcuMTksMTcuMTksMCwxLDAsMTcuMTksMTcuMTlBMTcuMTksMTcuMTksMCwwLDAsMzI3LjYsMTU1LjQyWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1MS4yLDE3Ny40NmE3Mi4xOSw3Mi4xOSwwLDEsMCw3Mi4xOSw3Mi4xOUE3Mi4yNiw3Mi4yNiwwLDAsMCwyNTEuMiwxNzcuNDZabTAsMTE4LjQzYTQ2LjI0LDQ2LjI0LDAsMSwxLDQ2LjI0LTQ2LjI0QTQ2LjI5LDQ2LjI5LDAsMCwxLDI1MS4yLDI5NS44OVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDguNTEsMzk2LjIxaC0xMTdhODguMTMsODguMTMsMCwwLDEtODgtODh2LTExN2E4OC4xMyw4OC4xMywwLDAsMSw4OC04OGgxMTdhODguMTQsODguMTQsMCwwLDEsODguMDUsODh2MTE3QTg4LjE0LDg4LjE0LDAsMCwxLDMwOC41MSwzOTYuMjFabS0xMTctMjY1LjU1QTYwLjU0LDYwLjU0LDAsMCwwLDEzMSwxOTEuMTN2MTE3YTYwLjU0LDYwLjU0LDAsMCwwLDYwLjQ3LDYwLjQ3aDExN0E2MC41NCw2MC41NCwwLDAsMCwzNjksMzA4LjE3di0xMTdhNjAuNTQsNjAuNTQsMCwwLDAtNjAuNDgtNjAuNDdaIi8+PC9zdmc+);
	display: inline-block;
	background-size: cover;
}

.adnotes-linkedin {
	width: 24px;
	height: 24px;
	background-image: url('../../img/adnotes/more-icons/linkedin.svg');
	display: inline-block;
	background-size: cover;
}

.img-100 {
	width: 100px !important;
}

.img-50 {
	width: 50px !important;
}

.img-80 {
	width: 80px !important;
}

.img-150 {
	width: 150px !important;
}

.img-200 {
	width: 200px !important;
}

.img-250 {
	width: 250px !important;
}

/* Extracted from the main-template css file */
.ui-widget-header {
  border: 1px solid #ffffff!important;
  background: var(--angola-corporate-primary-color) 50% 50% repeat-x !important;
  background-color: var(--angola-corporate-primary-color) !important;
  color: #ffffff!important;
  font-weight: bold!important;
}

.ui-widget-content > h3 {
  margin: 0px !important;
}
/* Extracted from the main-template css file */

/* Extracted from the maps.network-shaing css file */
.md-btn {
  font: 560 15px/25px Arial, sans-serif !important;
  background-color: var(--angola-corporate-secondary-vibrant-pale-blue) !important;
  font-weight: bold;
  color: white;
}
/* Extracted from the main-template css file */

/* Extracted from the maps.block-channel css file */
.grey {
  background-color: var(--angola-corporate-secondary-color) !important;
}
/* Extracted from the maps.block-channel css file */

.hero {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2rem;
	align-items: center;
	color: #fff;
}

.hero h1 {
	font-size: 3rem;
	line-height: 1.2;
	margin-bottom: 1rem;
	text-align: left;
}

.hero p {
	color: #e5e7eb;
	font-size: 1.1rem;
	margin-bottom: 2rem;
}

.hero a {
	display: inline-block;
	padding: 0.9rem 1.8rem;
	background: var(--accent);
	color: var(--secondary);
	text-decoration: none;
	font-weight: 600;
	border-radius: 999px;
}

.button-primary {
	background-color: var(--angola-corporate-primary-color);
	color: white;
	border: 2px solid var(--angola-corporate-primary-color);
	padding: 10px 70px;
	border-radius: 20px;
}

.button-primary:hover {
	background-color: white;
	color: var(--angola-corporate-primary-color);
}

