/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/ago/2019, 20:38:46
    Author     : cbrag
*/




@media screen and (max-width: 960px) {
    
    .eub_header button.md-icon-button.md-button.md-ink-ripple {
    color: #027cb6;
    font-size: 20px;
    width: 52px;
    height: 52px;
}
.eub_header_logo {
    height: 45px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.eub_header ~ div {
    height: calc(100vh - 53px) !important;
}
.eub_header {
    border-bottom: 1px solid #999;
}
.control_bar_outer_container {
    position: absolute;
    top: 53px;
    left: -100%;
    width: 100%;
    height: calc(100% - 53px);
    z-index: 1000;
    background: #fff;
    transition: .15s all linear;
}
.control_bar_outer_container.showing {
    left: 0;
}
.control_bar_wrapper {
    padding: 14px;
    height: calc(100vh - 81px);
}
.control_bar_commands_wrapper {
    height: calc(100vh - 180px);
}
.control_bar_park_detail_wrapper {
    height: calc(100vh - 53px);
    overflow: auto;
}
}


@media screen and (min-width: 600px) and (max-width: 960px) {
.control_bar_outer_container {
    width: 330px;
}