.offscreen-header
{
    width       : 100%;
    background  : #fff;
}

.offscreen-wrapper
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 86px;
}

@media screen and (max-width: 767px)
{
    .offscreen-wrapper
    {
        background: inherit;
    }
}

.offscreen-logo
{
    z-index: 1001;
    width: inherit;
    height: inherit;
    position: fixed;
    background: inherit;
    overflow: hidden;
    top: 0;
    left: 0;
}

.offscreen
{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: -250px;
    max-width: 100%;
    width: 250px;
    height: 100%;
    padding-top: 86px;
    background: #444;
}

.offscreen ul
{
    border-bottom: 1px #555 solid;
    padding: 0;
    margin: 0;
}

.offscreen-item
{
	list-style: none;
	border-top: 1px #555 solid;
}

.offscreen-item a 
{
	padding: 1em;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 400;
	text-transform: uppercase;
}

.offscreen-active .offscreen
{
    left: 0px;
}

body
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body.offscreen-active 
{
    left: 250px;
}

.offscreen, body
{
    transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    -webkit-transition: left 0.3s ease-in;
}

.offscreen-logo
{
    display: flex;

}

.offscreen-logo a 
{
    height: auto;
    align-self: center;
}

.offscreen-header a, 
.offscreen-header a:hover, 
.offscreen-header a:focus,
.offscreen-header a:active
{
    text-decoration: none;
    color: #999;
}

.offscreen-item:hover, 
.offscreen-item.current,
.offscreen-item.section
{
    background: #2fb135;
}

.offscreen-header a:hover, 
.offscreen-header a:focus,
.offscreen-header a:active,
.offscreen-item.current a,
.offscreen-item.section a
{
    background: none;
    color: #fff;
}

a .mdi.mdi-menu,
a:hover .mdi-mdi-menu,
a:focus .mdi-mdi-menu,
a:active .mdi-mdi-menu
{
	color: #999;
}

a.offscreen-toggle:hover,
a.offscreen-toggle:focus,
a.offscreen-toggle:active
{
	border-color: #999;
}

a.offscreen-title,
a.offscreen-title:hover,
a.offscreen-title:focus,
a.offscreen-title:active
{
    background: none;
}

.offscreen-title i
{
    padding-right: 2px;
}

.offscreen-toggle
{
    padding: 0.25em 0.5em;
    margin: 1em;
    border: 1px solid;
    border-radius: 2px;
}

.offscreen-toggle *
{
    padding: 0;
    margin: 0;
}

.offscreen-item.offscreen-button
{
    text-align: center;
    vertical-align: middle;
    padding: .5em;
}

.offscreen-item.offscreen-button a,
.offscreen-item.offscreen-button a:hover,
.offscreen-item.offscreen-button a:focus,
.offscreen-item.offscreen-button a:active,
.offscreen-item.offscreen-button a
{
    background: #038b98;
    color: #eee;
}

.offscreen-item.offscreen-button a
{
    border-radius: .25rem;
    height: auto;
    padding: .5rem 1rem;
}
