.container {
	max-width: 1025px;
	position: relative;
}

body {
    background-color: #455565;
    color: #fff;
    font-family: Arial;
}
body, html { 
    overflow-x:hidden; 
}
body.reportcategorypage {
    overflow-x:hidden;
    background-image: url('http://dimensiondatacx.com/images/svg/imensiondata_report_asset_svg_ud_background_shape.svg');
}
body.reportfilterpage {
    background-color: #455565;
}
hr {
    border-color:#6D6E71;
}
.dark hr {
    border-color:#FFF;
    margin-top:10px;
}

a:focus {
    outline: none !important;
}



/* FONT */
h1, h2, h3, h4, h5 {
    font-weight:bold;
    margin-top:0;
}
.white h3 {
    font-size:30px;
    color:#455565;
    margin-bottom:15px;
}
.white h4 {
    font-size:20px;
    color:#69bd28;
}
.white h5 {
    text-transform:uppercase;
    font-size:14px;
    color:#6D6E71;
}
.reportcategorypage .white h3 {
    color:#69bd28;
}
.reportcategorypage .white h4 {
    color:#455565;
}
.dark h3 {
    margin-bottom:0;
}

/* DONUT */

#donut {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}



/* END DONUT */

#cloned svg, #cloned #legend {
    zoom: 1.1;
    -moz-transform: scale(1.1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1.1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1.1);
    -webkit-transform-origin: 0 0;
    transform: scale(1.1);
    transform-origin: 0 0;
    height: auto;
} 
#cloned #legend {
    margin-top:50px !important;
}
#cloned {
    color:grey;
}

sup {
    top: -25px;
    font-size:100%;
}

/* BANNER */

#banner-image-container {
    max-height: 300px;
    overflow: hidden;
}
.reportcategorypage .banner img {
    height:auto;
    min-height:300px;
}
.banner img {
    width:auto;
    min-width:100%;
}
.banner-box {
	border: solid #fff 2px;
	position: absolute;
	right: 15px;
	top: 100px;
	width: 282px;
	padding:15px;
}
.reportcategorypage .banner-box {
    top:80px;
}

.banner-box h1 {
    margin:0 0 20px 0;
}
.reportcategorypage .banner-box h1 {
   margin:0 0 10px 0;
    font-size:16px; 
    font-weight:300;
}
.banner-box span {
    font-size:20px;
}
.banner-box.right {
    text-align:right;
    width:205px;
    padding:0 20px;
}
.banner-box.right h1 {
    font-size:20px;
}
.banner-box.right span{
    text-align:right;
    font-size:99px;
    line-height: 98px;
}
.hidden-content {
    max-height: 400px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.3s ease-in-out;
    position:relative;
}
.longer-content {
    max-height:850px;
}
.hidden-content:after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:55px;
    background: -moz-linear-gradient(269deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(269deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(269deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(269deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(181deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */
}
.hidden-content.revealed {
    max-height:none;
}
.hidden-content.revealed:after {
    display:none;
}
.read-more {
    padding-bottom:0;
    cursor:pointer;
}
/* END BANNER */
#main {
    margin-top: -40px;
    
}
.intro {
    margin-top:120px;
}
.white {

}

.white .inner {
	background-color: #fff;
	color: #6d6e71;
	font-size: 14px;
	font-family: Arial;
    padding:15px;
}
fieldset
.stats {
	font-size: 18px;
	font-family: Arial;
    position:relative;
}
.stat h3 {
    margin-bottom:5px;
}
.stat p {
    font-size:14px !important;
}
#nextPage {
    float:right;
    width:100%;
    text-align:right;
}
#nextPage a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.stat {
	padding: 0;
	padding-right: 15px;
	font-size: 14px;
	font-family: Arial;
    margin-bottom: 40px;
}

.stat .inner {
	padding: 0;
	padding-right: 15px;
	padding-bottom: 15px;
}
.stats h2 {
    font-size:30px;
} 
.filter-page-title {
    font-size:30px;
    margin-bottom:15px;
}
.filter-intro {
    margin-bottom:20px;
}
.form-horizontal {
    margin-bottom: 15px;
}
.intro h3 {
    font-size:20px;
}
#img-bg {
    background-image: url('http://dimensiondatacx.com/images/pngs/imensiondata_report-asset_form image.png');
    background-size: cover;
    padding: 20px 0;
    position: relative;
}
#img-bg {
    z-index:10;
    position:relative;
}
#img-bg:after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:-1;
    background-image: url('../images/svg/imensiondata_report_asset_svg_ud_personalisedsummaryform_backgroundrightbottom.svg');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:right;
}    


/* BUTTONS */

.bttn {
	width: 100%;
    height: 60px;
    position:relative;
	display: inline-block;
	color: #fff;
	line-height:22px;
    font-weight:bold;
    font-size: 18px;
    margin-bottom: 25px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:96%;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.bttn span { 
	width: 220px;
	float: left;
	line-height: 100%;
    position:absolute;
    left: 15px !important;
    line-height:22px;
}
.bttn.arrow {
    background-image:url('http://dimensiondatacx.com/images/svg/imensiondata_report_asset_svg_ud_button arrow.svg');
    background-size: 20px;
}
.bttn.download {
    background-image:url('http://dimensiondatacx.com/images/svg/imensiondata_report_asset_svg_ud_downoad_white.svg');
    background-repeat:no-repeat;
    background-size: 40px;
}
.bttn.green, .btn.green {
	background-color: #6abf2a;
    color:#fff;
}
.bttn.steel, .btn.steel {
	background-color: #455565;
    color:#fff;
}
.colour-455565 .bttn.steel, .colour-455565 .btn.steel {
    background-color: #6abf2a !important;
}
.bttn:hover {
    color:#fff;
    background-position:98%;
}
.bttn.download:hover {
    background-position:96% 15px;
    background-repeat:no-repeat;
}
.pagination {
    background-color:#fff;
    color:#455565;
    padding: 4px 0;
    font-size: 19px;
    width: 130px;
    font-weight: bold;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat:no-repeat;
    margin:10px 0;
    border-radius:0;
}
.pagination a.prev {
    float:left;   
    padding:0 10px;
    width:30px;
}
.pagination a.next {
    float:right;
    padding:0 10px;
    width:30px;
}
.pagination span {
    float:left;
    width: 70px;
    text-align: center;
    display: inline-block;
}
.pagination .prev img{
  -webkit-transform: rotate(180deg);     
  -moz-transform: rotate(180deg);       
  -o-transform: rotate(180deg);         
  -ms-transform: rotate(180deg);         
  transform: rotate(180deg);           
  margin-top:-2px;
}
.pagination .next img{
  margin-top:-2px;
}
#next {
    float:right;
    width:100%;
}
.col-md-4 .bttn span {
    width:60%;
    line-height:22px;
}
.white .bttn {
    margin-bottom: -3px;
}
.negative-btn {
    background-color:transparent;
    border:solid #fff 1px;
    width:100%;
    display: inline-block;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color: #D3D3D4;
    padding: 4px;
}

.negative-btn:hover {
    text-decoration:none;
    color:#FFF;
}
.white .negative-btn {
    border-color: #455565;
    color: #455565;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
}

a.big {
	width: 100%;
	border: 1px solid #fff;
	text-align: center;
	display: inline-block;
	color: #fff;
	line-height: 50px;
}
.bttn[disabled] {
    background-color:#fff;
    color: #D3D3D4;
    pointer-events: none;
    cursor: default;
}
.download[disabled] {
    background-image:url('../images/svg/imensiondata_report_asset_svg_ud_downoad_greyedout.svg');
}
.arrow[disabled] {
    background-image:url('http://dimensiondatacx.com/images/svg/imensiondata_report_asset_svg_ud_view summary report arrow_notsubmitted_35.svg');
}
/* END BUTTONS */
rect {
    rx: 8;
    ry: 8; 
} 
.Chrome .y {
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0px);
}
.Chrome text.multi-lined {
    -ms-transform: translate(0,10);
    -webkit-transform: translate(0,10);
    transform: translate(0,10px);
}
.legend-element {
    width:33%;
    float:left;
    margin-bottom:5px;
}
.tick line {
    display:none;
}
.tick text {
   
}
.lightbox:hover {
    text-decoration:none;
}
.legend-colour {
    height:12px;
    width:12px;
    border-radius:12px;
    float:left;
}
.legend-label {
    float:right;
    font-size:12px;
    width:80%;
}
.domain {
    stroke:#fff !important;
}   
.stats p.bttn {
	padding-right: 15px;
}
.stats .col-md-12 h2 {
    margin-bottom:5px;
}
.stats .col-md-12 h5 {
    text-transform:uppercase;
}
.stats .col-md-12 p {
    font-size: 18px;
}
#values {
    position:absolute;
    top:55px;
    right:20px;
    display:none;
}
#modal-body #values {
    display:block;
}
#modal-body .tick text {
    font-size:12px !important;
}
#modal-body svg g:first-child {
    width:100%;
}
#lineChart {
    position: relative;
}
#modal-body #lineChart {  
    width: 90%;
    margin: 0 auto;
}
.value {
    margin-top: 19px;
    font-size: 12px;
}
.Chrome .value {
    margin-bottom: 24px;
    margin-top:0;
}

.chart_div {
	width: 100%;
}

select,input[type=text], textarea {
	width: 100%;
        color: #555;
}

.request-access a {
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

div.row {
	margin-bottom: 30px;
}

.col-md-4 .col-lg-12 {
	padding: 0;
}
#filters {
    background-image: url('../images/svg/imensiondata_report_asset_svg_ud_personalisedsummaryform_backgroundrighttop.svg');
    background-repeat:no-repeat;
    background-position:right;
}
a.filter {
    padding-right: 10px !important;
}
a.filter.selected {
    background-image:url('http://dimensiondatacx.com/images/svg/imensiondata_report_asset_svg_ud_flyout_filter_tick_10px.svg');
    background-position:right;
    background-repeat:no-repeat;
    background-size:15px;
}


/* GRAPHS */

text {
      font: 10px sans-serif;
    }

    rect {
      /* rx:10; 
      ry:10; */
    }
    text {
    	font-size: 12px;
    	font-family: Arial;
    	color: #6D6E71;
    }

    .axis {
      shape-rendering: crispEdges;
    }

    .axis path,
    .axis line {
      fill: none;
      stroke: #000;
    }
    #target {
    	width:100%;
        position:relative;
    }
    #tooltip {
    	height:auto;
    	padding:5px 10px;
    	color:#fff;
    	background:#708090;
        opacity:0;
    	position:absolute;
    	-webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #value {
    	margin:0;
    }
    .count {
        font-size:60px;
        
    }

/* END GRAPHS */

.lightbox {
    background: url(http://dimensiondatacx.com/images/svg/imensiondata_report_asset_svg_ud_expand.svg) no-repeat 98% 10px;
    display: block;
    background-size: 30px;
    /*padding-top: 30px;*/
    width:100%;

}
.lightbox img, .lightbox svg {
    width:100%;
}
.link {
    text-decoration:underline;
    color:#fff;
    font-weight:600;
}

/* FORMS */
label {
    display:none;
}
.show-label {
    display:block;
}
.checkbox label {
    display:block;
}
.checkbox label a {
    color:#fff;
    text-decoration:underline;
}
input, select, textarea, input[type=submit] {
   border-radius: 0px !important;

   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
#submit {
    width:33%;
    border-radius: 0px !important;
    border:none;
    float:right;
    font-weight:bold;
}
.form-group {
    margin-bottom: 30px;
}
.form-control:focus {
    border:none;
    box-shadow:none;
}
select.form-control {
    background: url('http://dimensiondatacx.com/images/pngs/imensiondata_report-asset_filter drop down.png') no-repeat 98% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select::-ms-expand {
    display: none;
}
#personalised-summary-report h2 {
    font-size:30px;
    /*max-width: 430px;*/
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  height:15px;
  margin-left:0px !important;
  z-index: 99;
    opacity: 0;
    width:20px;
    height:20px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
path.color1 {
    fill: #bcbdbf;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 20px; height: 20px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 20px;
  line-height: 0.8;
  color: #6abf2a;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

input:required:valid, input:focus:valid{
  /* insert your own styles for invalid form input */
  -moz-box-shadow: none;
  border-bottom:solid 1px green;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}



/* FILTERS */
#filter-button {
    position:fixed;
    right: -50px;
    top:300px;
    width:130px;
    background-color: #455565;
    font-size:22px;
    border: solid 1px #fff;
    border-radius: 0;
     -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index:1040;
    outline: 0; 
}
#filter-button i {
    margin-left:30px;
}
#filter-button:active, #filter-button:focus {
    outline:0;
}
#filter-button.button-open {
    right: 162px;
}
#filter-menu {
    right: -210px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index:1040;
}
#filter-menu.menu-open {
    right:0;
}
.st-menu {
    position: fixed;
    top: 252px;
    right: 0;
    z-index: 100;
    width: 210px;
    height: auto;
    background-color: #455565;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border:solid 1px #fff;
}
.st-menu ul {
    list-style:none;
    padding:0;
    margin:0;
}
.st-menu > ul > li {
    position:relative;
    z-index: 1041;
    padding:0 15px;
}
.st-menu a {
    color:#fff;
    padding:5px 0;
    display:block;
}
.st-menu a:hover {
    text-decoration:none;
}
.st-menu > ul > li > a {
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
    background: url('http://dimensiondatacx.com/images/svg/imensiondata_report_asset_svg_ud_flyout_filter_down_8px.svg') no-repeat 98%;
    border-bottom: solid 1px #fff;
    background-size: 18px;
}    
.st-menu > ul > li:hover {
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    margin-top:-1px;
    background-color: #898CA3;
}
.st-menu > ul > li.open-filters > a {
    background:url('http://dimensiondatacx.com/images/svg/imensiondata_report_asset_svg_ud_flyout_filter_up_8px.svg') no-repeat 98%;
    background-size: 18px;
    border-bottom:none;
}
.st-menu > ul > li.open-filters:hover {
    background-color:transparent;
    border-bottom:none;
}
.st-menu > ul > li.open-filters:hover a{
    background-color:transparent;
    border-bottom:none;
}
.st-menu > ul > li > a:hover {
    text-decoration:none;
    border-bottom:none;
}
.st-menu ul a[disabled] {
    color:#8C8C8F;
    background-image:url('http://dimensiondatacx.com/images/pngs/imensiondata_report-asset_filter drop down.png');
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#apply-filters {
    text-align: right;
    padding: 10px 15px;
    position: relative;
    z-index: 99;
    font-weight:bold;
}

.st-menu .sub-filters {
    display:none;
    max-height:170px;
    border-bottom: solid 1px #fff;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#addFilter {
    color:#d3d3d3;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor:pointer;
}
#addFilter:hover {
    text-decoration:none !important;
    background:#D3D5E0;
    border-color:#D3D5E0;
    color:rgba(69,85,101,0.7);
}
#addFilter:focus {
    text-decoration:none !important;
}
#addFilter.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none;
}
#addFilter.disabled:hover {
    background-color:transparent;
}
#addFilter i {
    border: solid 2.5px;
    border-radius: 100%;
    padding: 4px;
    width: 24px;
    height: 24px;
    font-size: 13px;
}
#filter-form .form-group {
    /*display:none;*/
}


#nav-icon {
  width: 35px;
  height: 30px;
  position: absolute;
  left:15px;
  top:80px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* Selected Filters */
#selected-filters {
    padding:10px 15px;
    background-color:rgba(188, 189, 191, 0.51);
    color: #6d6e71;
    margin-bottom:15px;
    float: left;
    width: 100%;
}
#selected-filters h4 {
    color: #6d6e71;
    font-size:16px;
    margin-bottom: 0;
}
#selected-filters ul {
    padding:0;
    list-style:none;
}
#selected-filters li {
    color:#6D6E71;
    font-weight:bold;
    text-transform: capitalize;
    float:left;
}
#selected-filters li:after {
    content:"|";
    margin:0 5px;
}
#selected-filters li:last-child:after {
    content:"";
}
#legend {
    margin-bottom: 40px;
}


/* Hamburger Icon */

#nav-icon {
    z-index:11;
    /* background-color:rgba(69, 85, 101,0.8); */
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 0px;
}

#categoryMenu {
    position:absolute;
    color:#fff;
    width:30%;
    top: 70px;
    left:0;
    z-index:10;
    display:none;
}
#categoryMenu ul {
    list-style:none;
    padding:70px 15px 15px 15px;
    background-color:rgba(69,85,101,0.8);
    float: left;
}
#categoryMenu li {
    float:left;
    width:100%;
    margin: 10px 0;
}
#categoryMenu li a {
    color:#fff;
    display: inline-block;
    font-size: 16px;
}
#cloned #tooltip {
    display:none;
}

/* TABLE */

    thead th {
        padding:5px;
        color:#fff;
        border:solid 1px; #fff;
    }
    tbody th {
        padding:5px 4px;
        text-align:left;
    }
    table {
        font-size: 11px;
        margin:20px 0;
    }
    tr {
        border-bottom:solid 1px #ccc;
    }
    th {
        text-align:center;
    }
    td, th {
        border-right:solid 1px #ccc;
        color: #6d6e71;
    }
    td {
        text-align:right;
        padding-right:4px;
    }
    td:last-child {
        border-right:none;
    }
    #cloned table {
        font-size:14px;
    }
    #lightbox:hover, #graph-line:hover, #graph-line, #cloned:hover, #cloned {
        text-decoration:none;
    }

.graph-title {
    padding:8px 0;
    padding-right:30px;
    color: #6d6e71;
    border-bottom:1px solid silver;
}

 /* RESPONSIVE */

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) { 

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        #filter-button {
            top:0px;
            right:75px;
            width:50px;
            height:50px;
            background-color:transparent;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            padding:0;
            border:none;
            text-indent: -85px;
            white-space: nowrap;
            overflow: hidden;
        }
        #filter-button i {
            text-indent:0;
            font-size: 30px;
            margin-top: 10px;
        }
        .stats, .white {
            height:auto !important;
        }
        .stats {            
            padding:0;
            padding-bottom: 150px;
            margin:15px;
        }
        #journey {
            position:absolute;
            bottom:130px;
            margin:0;
            z-index:9;
        }
        #next, .pagination {
           top:auto !important;
        }
        .pagination {
           bottom: 40px;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        #nav-icon {
            top:10px;
        }
        #categoryMenu {
            width:100%;
            top: 0px;
        }
        .stats, .white {
            height:auto !important;
        }
        .bttn span {
            font-size:20px;
            max-width: 80%;
            width: auto;
        }
        .stats {            
            padding:0;
            padding-bottom: 150px;
            margin:15px;
        }
        #journey {
            position:absolute;
            bottom:0px;
            margin:0;
            z-index:9;
        }
        #next, .pagination {
           top:auto !important;
        }
        .pagination {
           bottom: 40px;
        }
        .reportcategorypage .banner img {
            height: 210px;
        }
        .reportcategorypage .banner-box {
            top:15px;
        }
        .intro {
            margin-top: 60px;
        }
        #lineChart {
            overflow: scroll;
        }
        #filter-button.button-open {
            right:75px;
        }

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }