/*-------------------------------------------------------------------------------------
Theme Name: Holding Page Theme
Theme URI: https://knoxium.com/
Description: 
Author: M Ellegaard
Author URI:
Version: 2024-01.11
Tags: 

License:
License URI:

General comments (optional).


 ▄▄▄▄▄▄▄   ▄ ▄ ▄▄▄▄▄▄▄ 
 █ ▄▄▄ █ █ █▄▀ █ ▄▄▄ █ 
 █ ███ █ ▄▄▄▄█ █ ███ █ 
 █▄▄▄▄▄█ █▀█ ▄ █▄▄▄▄▄█ 
 ▄▄ ▄  ▄▄▀ ▄▄▄ ▄▄▄ ▄▄  
  ▀▄█▄█▄▀ █▄█ ▀ █▀▄▄▀█ 
 ▄█   █▄▄▀▀ ▄▀ ▀█▀▄ ▄▀ 
 ▄▄▄▄▄▄▄ ██▄▄▄██▀▄▀▄▄▀ 
 █ ▄▄▄ █  █  ▄▄ ▀ █ █▀ 
 █ ███ █ ▀▄ ▄ ▄▄ █▄█▀█ 
 █▄▄▄▄▄█ ██ ▀▀  ▄▄▀ ▄  


-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	FONT
/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/
/*
 
 */

@media only screen  {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-touch-callout: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

div {
    margin:0;
    padding: 0;
}

::selection{
	color: #fff;
	background-color: #ccc;
}

::-moz-selection{
	color: #fff;
	background-color: #ccc;
}

.clear { 
	clear: both; 
}



/*-----------------------------------------------------------------------------------*/
/*	Root Colors
/*-----------------------------------------------------------------------------------*/
    
:root {
    --blue:  #007ee5;
    --green: #008631;
    --white: #ffffff;
    --black: #000000;
    --gray3: #333333;
    background: black;
    color: #1A1A1A;
    font-size: 16px;
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	Document Setup & Common Classes
/*-----------------------------------------------------------------------------------*/

div {
    margin:0;
    padding: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
}
    
#bodycolor {
	background-color: #fff;
	}
    
/*-----------------------------------------------------------------------------------*/
/*	Animation
/*-----------------------------------------------------------------------------------*/
    


/*hr {
	background-color: #000;
	height: 1px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 15px 0;
	float: left;
}*/
    
hr {
	background-color: #ccc;
    height: 1px;
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 20px;
    float: left;
}
    
.gray {
    
}

form {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

a {
	color: var(--blue);
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: var(--gray3);
}
    
a.source {
        font-size:1.4em;
        color: #000;
    }
    
a.source:hover {
    text-decoration: underline;
     color: var(--gray3);
    }
    
sup {
  vertical-align: super;
  font-size: smaller;
}
    
/*-----------------------------------------------------------------------------------*/
/*	Headings 
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: futura-pt, Arial, Georgia, Verdana, sans-serif;
    color:#000;
	}

h1 {
	font-size: 1.4em;
	/*font-weight:900;*/
    text-align:left;
}
	
h2 {
	font-size: 16px;
    font-weight:400;
	margin: 10px 0;
    width: 100%;
    text-align: left;
    color: var(--black);
    text-transform: uppercase;
}
    	
h3 {
    color:#fff;
	font-size: 0.8em;
	margin-bottom:5px;
	font-weight:500;
    background-color:#007ee5;
    padding:5px 0 5px 5px;
    text-transform: uppercase;
}

h4 {
    margin-bottom:20px;
}

	
h5 {
	
}

h6 {
	
}

article {
    width:980px;
    margin: 0 auto;
}
    
section {
    width:980px;
    margin: 0 auto;
}

.indent {
    width: 960px;
    float:right;
}

.leaders {
    font-size: 1.4em;
    line-height:1.4em;
    padding: 0;
    overflow-x: hidden;
    }

.leaders li:before{
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."
 }

.leaders span:first-child {
    padding-right: 0.03em;
    background: white
    }

.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white
    }



ol, li {
     float:left;
     width:100%;
     margin: 0 0 10px 0;
}

.c {
    list-style-type: square;
}

.f {
    list-style-type: decimal;
}

.n {
    list-style-type: lower-alpha;
}

.u {
    list-style-type: upper-roman;
}

.w20 {
    width:20px;
}

.m20l {
    margin: 0 0 0 20px;
}

p {
    width: 100%;
    float:left;
    text-align:left;
    margin: 0 0 20px 0;
    line-height: 1.2em;
}

.small {
    font-size: 0.8em;
}

span {
    font-size: 1em;
}

.left {
    width: 20px;
    margin: 0 20px 0 0;
    float:left;
}

.right {

}

header { 
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	height: 50px;
	position: fixed;
	z-index: 1000;
	background-color: #fff;
	opacity: 0.9;
}
    
#logo {
    position: absolute;
    top: 0px;
    right: 20px;    
    }

#logo img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	color: #000;
	right: 0px;
	top: 10px;
	height: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	Theme Headerbar
/*-----------------------------------------------------------------------------------*/
   
h1.headerBar {
    width:80%;
    font-size: 1em !Important;
    }
    
.headerBar {
    position: relative;
    top: 18px;
    }
    
/*-----------------------------------------------------------------------------------*/
/*	Theme Layout
/*-----------------------------------------------------------------------------------*/

#wrap {
	margin-top: 0;
	margin-bottom: 0;
	}
	
#content {
	margin: 0;
	padding: 0;
}
				
#maincol {
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

#wrap980 {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height: 50px;
	}
    
#post__fullWrap {
    position: relative;
    top: 0px;
    padding: 0;
    }
    
/*-----------------------------------------------------------------------------------*/
/* Archive Index
/*-----------------------------------------------------------------------------------*/

section.index {
    margin: 0 0 9px 0;
    float:left;
    }
    
section.index a {
    font-size: 1em;
    }
    
section.index span.icon {
    margin: 0 10px 0 0;
    }
    
/*-----------------------------------------------------------------------------------*/
/* Single Profile
/*-----------------------------------------------------------------------------------*/
    
section.ribbon_info { 
    /*min-height:200px;*/
    /*float:left;*/
	display: block;
	float:none
    }
    
.m-height { 
    min-height:160px;
    }
	
.blue_ribbon,
.green_ribbon {
    width:100%;
    /*height:37px;*/
    margin: 0 0 20px 0;
	float: left;
    }
    
.blue_ribbon {
    background-color: var(--blue);
    }
    
.blue_ribbon.signature,
.green_ribbon.signature {
    background-color: var(--green);
    }
    
.blue_ribbon .fas,
.green_ribbon .fas {
    width:26px;
    }
    
.blue_ribbon .header, .green_ribbon .header {
    color: var(--white);
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    }
	
.database {
	float:left;
	max-width: 980px;
	word-wrap: break-word;
	}
    
/*-----------------------------------------------------------------------------------*/
/* Tool bar
/*-----------------------------------------------------------------------------------*/
    
.tool_bar {
    float:right;
    margin: 0 0 0 0;
    }
    
.tool_bar span .far {
        font-size:1.4em;
        width: 50px;
        text-align: right;  
        position:relative;
        top:0px;
    }
    
/*-----------------------------------------------------------------------------------*/
/* Post / PDF
/*-----------------------------------------------------------------------------------*/
 
#pdf {
	float:left;
	width: 100%;
}
    
.no-display, .no-diplay {
    display:none !Important;  
    }
	
.data_area {
    float:left;
    margin: 0;
    width:100%;
    }
    
img.pdf_img {
        max-width:100%;
    }
    
.info_left {
        float:left;
    }
    
.info_right {
        float:right;
    }
    
/* width sizes */
    
.w-10 {
    width:10%;
    }

.w-15 {
    width:15%;
    }
    
.w-15-2 {
    width:calc(15% - 2px);
    }
    
.w-20 {
    width:20%;
    }
  
.w-20-4 {
    width:calc(20% - 4px);
    }
        
.w-25 {
    width:25%;
    }
    
.w-25-2 {
    width:calc(25% - 2px);
    }
    
.w-30 {
    width:30%;
    }
    
.w-32 {
    width:32%;
    }
    
.w-33 {
    width:33.3333333333%;
    }
        
.w-35 {
    width:35%;
    }
    
.w-40 {
    width:40%;
    }
    
.w-45 {
    width:45%;
    }
    
.w-45-2 {
    width:calc(45% - 2px);
    }
    
.w-47-5{
    width:47.5%;
    }
    
.w-50 {
    width:50%;
    }
    
.w-60 {
    width:60%;
    }
    
.w-65 {
    width:65%;
    }
    
.w-66 {
    width:66.6666666666%;
    }
    
.w-70 {
    width:70%;
    }
    
.w-75 {
    width:75%;
    }
    
.w-80 {
    width:80%;
    }
    
.w-85 {
    width:85%;
    }
    
.w-90 {
    width:90%;
    }
    
.w-100 {
    width:100%;
    }
  
/* font sizes */
    
.fs-12px {
    font-size:12px !Important;
    }
    
    
.fs-24mm {
    font-size:24mm !Important;
    }
    
/* font weights */
    
.f-100, .fw-100 {
    font-weight:100;
    }
    
.f-200, .fw-200 {
    font-weight:200;
    }
    
.f-300, .fw-300 {
    font-weight:300;
    }
    
.f-400, .fw-400 {
    font-weight:400;
    }
    
.f-500, .fw-500 {
    font-weight:500;
    }
    
.f-600, .fw-600 {
    font-weight:600;
    }
    
.f-700, .fw-700 {
    font-weight:700;
    }
    
.f-800, .fw-800 {
    font-weight:800;
    }
    
.f-900, .fw-900 {
    font-weight:900;
    }
    
/* heights */
   
.h-30 {
    height: 30px;   
    }
    
.h-60 {
    height: 60px;   
    }
    
/* spaces */
    
.mb-100 {
    margin-bottom:100px;
    float: left;
    }
    
.b-30, .mb-30 {
    margin-bottom:30px;  
    }
    
.b-50, .mb-50 {
    margin-bottom:50px;  
    }
    
.mr-2 {
    margin-right:2%;  
    }
    
.mr-5 {
    margin-right:5%;  
    }
    
.mt-30 {
    margin-top:30px;
    }
    

  
/* text align */
    
.ta-l, .ta-l p {
    text-align: left; 
    }
    
.ta-c, .ta-c p {
    text-align: center; 
    }
    
.ta-r, .ta-r p {
    text-align: right; 
    }
    
    
/* text decoration */
    
.td-u p {
    text-decoration: underline;
    }
    
.td-du p {
    text-decoration-line: underline;
    text-decoration-style: double;
    }
    
/* text colours */
    
.red {
    color: red !important;
}

.blue {
    color: blue !important;
}

.green {
    color: green !important;
}

.orange {
    color: orange !important;
}
    
.no-m {
    margin:0 !Important;
    }
    
.no-p {
    padding:0 !Important;
    }
    
.spacer {
    margin:400px;
    height:400px;
    width:100%;
    float:left;
    }
    
.wrapper {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    float:left;
    width: calc(100% - 42px);
    padding: 20px 20px;
    margin: 0;
    }
    
.chart_line_r {
    height:30px;
    border-right: 2px solid #000;
    }
    
.chart_line_l {
    height:30px;
    border-left: 2px solid #000;
    }
    
.chart_line_lr {
    height:30px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    }
        
.chart_dotted_line_r {
    height:30px;
    background-image: linear-gradient(black 50%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 2px 6px;
    background-repeat: repeat-y;
    }
    
.no-line {
    border: 0px;
    height:30px;
    }

    .fa-check-square {
        margin: 0 10px 0 0;
    }
    
p img {
    max-width:100%;   
    }
    
.container {
    font-size:2mm !Important;
    max-width:210mm;
    size: A4;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0mm !important;
	position:relative;
	max-height: 200mm;
    padding-top:10mm !important;
    padding-left:10mm !important;
    padding-right:10mm !important;
    color:black;
    word-spacing: 0px;
    }
    
#generatePdf {
        /*display:none !important;*/
    max-width:210mm;
    width:210mm;
    float:left;
    }

    
/*#generatePdf {
         box-sizing: content-box;
         width: 300px;
         height: 100px;
         padding: 30px;
         border: 1px solid black;
         font-style: sans-serif;
         background-color: #f0f0f0;
      }*/
	
	
div.divFooter {
    display: none;
  }
    
/* Risk Colours */

.risk_green {
	color: #4fad5b !important;
}

.risk_yellow {
	color: #FFFF00;
}

.risk_orange {
	color: #f5c242;
}

.risk_red {
	color: #ea3323;
}

.risk_darkred {
	color: #b02418;
}

    
.flex-wrap {
	display:flex;
}
    
.action::before {
	font-family: "myfont" !important;
	content: "\62" !Important;
	font-size: 2em;
	color: red;
	margin: 0 10px 0 0;
    font-weight:100 !important;
}

.no-action::before {
	font-family: "myfont" !important;
	content: "\63" !Important;
	font-size: 2em;
	color: green;
	margin: 0 10px 0 0;
    font-weight:100 !important;
}

.pmap-info::before {
	font-family: "myfont" !important;
	content: "\64" !Important;
	font-size: 2em;
	color: #007ee5;
	margin: 0 10px 0 0;
    font-weight:100 !important;
}

.square::before {
	font-family: "myfont" !important;
	content: "\65" !Important;
	font-size: 2em;
	text-align: center;
	margin: 0 10px 0 0;
    font-weight:100 !important;
}

/*-----------------------------------------------------------------------------------*/
/* Clients / Homepage
/*-----------------------------------------------------------------------------------*/
    
#myInput {
  background-image: url('css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: calc(100% - 60px);
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.my-sites {
    display: block;
    /*overflow: auto;
    zoom:1*/
}

.my-sites li {
    display: block;
    min-height: 230px;
    margin:5px;
    background:#f9f9f9;
    padding: 0;
    width: calc(33.333333% - 10px);
    position:relative;
}
    
#myblogs ul li h3 {
	text-align: center;
    background: transparent;
    color:#000;
    font-size: 1em;
    padding:10px;
    margin:0;
}
        
#myblogs ul li h3:before {
    font-family: "myfont" !important;
    content: "\006a" !Important;
    font-size: 4em;
    margin-right: 10px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    color: #1177FF;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    text-transform: lowercase;
}

#myblogs ul li p {
    padding: 0 10px;
    width: calc(100% - 20px);
}

.my-sites li a {
    text-decoration:none
}
    
.my-sites-actions {
position: absolute;
bottom: 0;
}
    
a.right {
    float: right;
    width:100px;
    text-align:right;
}
    
a.left {
    float: left;
    width:100px;
    text-align:left;
}
    
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/

footer {
	display:none;
}

#copyright {
	text-transform:uppercase;
	padding:10px;
	}
	
/*-----------------------------------------------------------------------------------*/
/* Admin Only
/*-----------------------------------------------------------------------------------*/
	
.meta-output {
	float: left;
	width: 100%;
	}

/*-----------------------------------------------------------------------------------*/
/* Sticky Footer
/*-----------------------------------------------------------------------------------*/


* {
    margin:0;
    padding:0;
    } 

html, body, #wrap {
    height: 100%;
    }

body > #wrap {
	height: auto;
	min-height: 100%;
	margin: 0;
	clear: both;
    }

#main {
    padding:100px 0 100px 0;
    }  /* must be same height as the footer */

#footer-wrap { 
    position: relative; 
    margin-top: -33px; /* negative value of footer height */
	height: 33px; 
    clear:both; 
    } 

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    }
    
.clearfix {
    display: inline-block;
    }
    
/* Hides from IE-mac \*/
* html .clearfix { 
    height: 1%;
    }
    
.clearfix {
    display: block;
    }
/* End hide from IE-mac */




/*-----------------------------------------------------------------------------------*/
/*	Print CSS
/*-----------------------------------------------------------------------------------*/

@media print {
	
/*-----------------------------------------------------------------------------------*/
/*	PDF Default stylings
/*-----------------------------------------------------------------------------------*/
    

 

/*-----------------------------------------------------------------------------------*/
/*	PDF BODY
/*-----------------------------------------------------------------------------------*/


	

/*-----------------------------------------------------------------------------------*/
/*	PDF FOOTER
/*-----------------------------------------------------------------------------------*/

}

