/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
	height: 100%;
}

body {
	font-family: montserrat, arial, verdana;
}
/*form styles*/
#msform {
	width: 400px;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input:not([type='checkbox']), #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #3a94d9;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #3a94d9;
	color: white;
}







.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 12px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}



.twocol-container{
	width:100%;
}
.twocol-one{border-right:solid 1px grey;text-align:left;}
.twocol-two{text-align:right;}
.twocol-container>div{
	padding:2%;
	width:45%;
	float:left;
}


.money{
	width:100%;
	text-align:right;
}

.money:before{
	content:"\00a3"; 
}


/* .fullscreenhidden{
	-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-ms-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
	
	height:10px;
	bottom:-10px;
	position:fixed;
}

.fullscreen{
		-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-ms-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
	
	background:#fff;
	position:fixed;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	display:inline-block;
	z-index:10000;
} */


@media screen {
   div.divFooter {
		 
  }
	
	div.divHeader {
		
  } 
	
	 div.printdivFooter {
    display: none;
	
  }
	div.printdivHeader {
    display: none;
  } 
	
	html {
	/*Image only BG fallback*/
/* 	background: url('http://thecodeplayer.com/uploads/media/gs.png');*/
	/*background = gradient + image pattern combo*/

		/* 	background: 
		linear-gradient(rgba(196, 102, 0, 0.2), rgba(155, 89, 182, 0.2)), 
		url('http://thecodeplayer.com/uploads/media/gs.png'); */

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cadff1+0,5b73d5+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(top, rgba(202,223,241,0.8) 0%, rgba(91,115,213,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(202,223,241,0.8) 0%,rgba(91,115,213,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(202,223,241,0.8) 0%,rgba(91,115,213,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccadff1', endColorstr='#cc5b73d5',GradientType=0 ); /* IE6-9 */
}
	
}

div.divHeader{
/* 	position: fixed; */
	top: 0;
	margin:0.5cm 1.5cm;
}

div.divFooter{
/* 	position: fixed; */
	bottom: 0;
	width:100%;

	color:#2e74b5;
	font-size:11px;
}

div.printdivHeader{
	position: fixed;
	top: 0;
	width:100%;
}

div.printdivFooter{
	position: fixed;
	bottom: 0;
	width:100%;
	margin-bottom:0;
	color:#2e74b5;
	font-size:11px;
}

div.divFooter p, div.printdivFooter p{
	text-align:center;
	width:100%;
	-webkit-margin-before:0em;
	-webkit-margin-after:0em;
}

div.divHeader img, div.printdivHeader img{height:2.5cm;}
div.divHeader img.left, div.printdivHeader img.left{float:left;}
div.divHeader img.right, div.printdivHeader img.right{float:right;height:3cm;}

@media print {
	@page { 
		margin: 0.5cm; 
		size: portrait;
	}
/*   body { margin: 1.6cm; } */
	
/* 	div.printdivHeader{
		position: fixed;
    top: 0;
		width:100%;
	}
	
	div.printdivFooter{
		position: fixed;
    bottom: 0;
		width:100%;
		margin-bottom:1cm;
		color:#2e74b5;
		font-size:11px;
	} */
	
  div.divHeader {
    display:none;
  }

	div.divFooter {
    display:none;
		page-break-after:always;
  }

	div.divFooter:last-child {
    page-break-after:avoid;
  }
	
	
	
}


.report{
	background: rgb(204,204,204); 
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
	
}


page:first-child{margin-top:0.5cm;}

page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	overflow:hidden;
}

page[size="A4"] {  
  width: 21cm;
  height: 29.7cm; 
}

page .container{
	position:relative;
	padding:1.5cm 2.3cm;
	padding-top:3.5cm; 
	padding-bottom:0;
	height: 24cm;
	
}

page p{
	margin-bottom:1.5em;
	font-size:16px;
	
}

page .title{
	font-size:28pt;
	margin-bottom:2cm;
}

page .footnote{
	padding-top:300px;
	font-size:11pt;
	color:green;
}

page .pagetitle{
	color:rgb(255,192,0);
	font-size:24pt;
	width:100%;
	text-align:right;
	text-transform: capitalize;
	margin-bottom:1.5em;
	text-shadow: -1px -1px 0px rgba(255,192,0,0.3), 1px 1px 0px rgba(0,0,0,0.5);

	font-weight:bolder;
}



page .pagesubtitle{
	color:rgb(91,155,213);
	font-size:26pt;
	width:100%;
	text-align:left;
	text-shadow: 10px 10px 10px #8A8A8A;
	font-weight:bold;
	margin-bottom:1.5em;
}


page .pagesubtitle:first-letter {
    text-transform: uppercase;
}
.center{
	text-align:center !important;
	width:100%;
}

.bigred{
	font-size:36px;
	color:red;
	width:100%;
	text-align:center;
	margin:0;
}



table{
	border-collapse:collapse;
	margin:1cm 0cm;
}

table th, table td{
	border:solid 1px black;
	padding:4px;
	text-wrap:none;
}

table thead th{text-align:center;}
table tbody th, table tfoot th{text-align:right;}
table tbody td{text-align:center;}
table tbody td:first-child{text-align:right;}

img.title{height:90px;}
img.subtitle{height:50px;}