﻿.debug-element
{
	z-index: 5000;
	pointer-events: none;

	position: fixed;
	bottom: calc(100% - 55px);
	left: 10%;

	width: 100%;
	margin: 0px auto;
}

.debug-element .inside
{
	margin: 0px auto;
	width: 100%;
	max-width: 900px;
}

.debug-element .text
{
	float: left;
	color: #fff;
	font-size: 8px;
}

.menu-icon
{
	/* commented out temporarily DO NOT DELETE

    background-image: url(../../images/menu/menu-stack.svg);
	background-size: 20px 20px;
	padding: 0px 20px;
	background-repeat: no-repeat;
    position: relative;
    top: 0px;

	*/
}

.selected .menu-icon 
{
	background-image: url(../../images/menu/menu-stack-opened.svg);
}

.header 
{
    background-color: #356a7c;
        
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    padding: 10px;
    z-index: 12;
    box-shadow: 0px 0px 6px 0px #404041;
	border-bottom: 3px solid #B9BBBD;
}

.back-button-header 
{
	height: 42px;
    float: right;
    width: 42px;
    position: absolute;
    top: -3px;
    right: 31px;
}

.header .inner 
{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    height: auto;
}

.header.menu-open
{
    z-index: 105;
}

.header-menu
{
    width: 34px;
    display: block;
    float: left;
    position: relative;
    top: 3px;
    left: 0;
}

.header-logo 
{
    display: block;
    width: calc(100% - 36px);
    text-align:center;
}

.header-logo a 
{
    height: 100%;
    display: inline-block;
}

.header-logo img
{
    height: 40px;
}

.header img 
{
	cursor: pointer;
}

.header-search 
{
    float: right;
    display: block;
    width: 28px;
    position: relative;
    top: -41px;
    right: 0;
}

@media (max-width: 800px) 
{

    .header-search img 
    {
        right: 20px;
    }

    .header-menu img 
    {
        left: 20px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) 
{
	
	.debug-element
	{
		left: 15%;
	}

    #info-pointer 
    {
        right: 18.75%;
    }
}

@media (min-width: 1024px) 
{
    .header-logo img
    {
        height: 40px;
        top: 8px;
    }
    
}

