html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
#app-container {
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}
#content-container {
    bottom: 0;
    position: absolute;
    width: 100%;
    height:100%;
    z-index: 0;
}
#scene {
    background-color: #EDE9DD;
    width: 100%;
    height:700px;
    margin:auto;
}
.branch-page #scene {
    height:400px;
}
#map-canvas {
    width:100%;
    height:100%;
}

#shop-selector {
    position:absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index:2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    transition:all 200ms cubic-bezier(0.52, 0, 0.48, 1) 0s;  
    width:280px;
    padding:8px 30px 8px 10px;
    top:12px; left:80px;
}
#groza-menu {
    position:absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index:2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    
    width:300px; margin-left:-150px;
    height:30px;
    padding:5px;
    top:12px; left:50%;
    transition: all 200ms cubic-bezier(0.52, 0, 0.48, 1) 0s;
}
#overs {
    font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size: 12px;
}


.groza-icon {
    background: url("content/main-content.png") no-repeat scroll -117px -110px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 30px;
    width: 30px;
}
.extra_actions > li .map_marker_green_icon {
    background: url("content/icons/map_marker_green_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.extra_actions > li .map_icon {
    background: url("content/icons/map_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.extra_actions > li .icon {
    float: left;
    height: 45px;
    width: 45px;
}
.stand_list .label, #new_product_category .label, #by_category_field .label, #update_prod_price .label, update_prod .label {
    float: left;
    margin: 4px 5px 0 0;
    text-align: right;
    width: 150px;
}
#by_category_field .label {
    width:140px;
}
.extra_actions > li p {
    float: left;
    margin-top: 15px;
    padding-left: 3px;
    text-align: left;
}
.extra_actions > li {
    color: #828282;
    font-size: 1.18em;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    padding: 3px;
}
.extra_actions, .nomargin {
    margin:0; 
    padding:0;
}
.select_outer {
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #DDDDDD inset;
    float: left;
    height: 25px;
}
.select_outer select {
    border: 0 none;
    margin: 4px;
}
option {
    background-color: #FFFFFF;
    color: #444444;
}
#inselect {
    float: left; opacity:0.6;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color:transparent;
}
ul {
    list-style-type:none;
}
.extra_actions > li a {
    color: #828282;
}
.extra_actions > li a:hover {
    color: #444444;
}


/*inside map elements */
.gm-style .gm-style-iw {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    font-family: Helvetica,Arial,"Liberation Sans",FreeSans,sans-serif;
}
.map_price_spot {
    min-height: 80px;
    width: 220px;
}
.new_tab_button {
    background-color: #E4E4E4;
    border-color: #E4E4E4 #E4E4E4 -moz-use-text-color;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #828282;
    cursor: pointer;
    display: inline-block !important;
    font-family: 'Merriweather',Arial !important;
    font-size: 1.18em !important;
    font-weight: bold !important;
    height: 35px;
    line-height: 35px;
    margin: 3px 1px;
    min-width: 130px;
    padding: 0 10px;
    text-align: center;
}
.new_tab_button:hover {
    color:#444444;
}
a, a:visited, a:hover, a:active, input, select {
    text-decoration: none;
}
.map_marker_small_icon {
    background: url("content/icons/map_marker_small_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 25px;
    width: 25px;
}
hr {
    border-color: #F4F4F4 -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 2px medium medium;
    display: inline-block;
    width: 100%;
}

#groza-menu > ul {
    margin:0;
    padding:0;
    text-align:center;
}
#groza-menu > ul > li {
    display:inline-block; vertical-align:middle;
}
#groza-menu .label {
    display:inline-block; font-size:14px; font-weight:bold; color:#828282;
}
#groza-menu .label:hover {
    color:#444444;
}
#groza-menu .groza-icon {
    display: inline-block;
    vertical-align: middle;
}
.map_updates {
    list-style-type:none;
    margin: 0;
    padding: 0;
}
.map_updates > li {
    list-style-type:none;
    display:inline-block;
    vertical-align:top;
    padding:3px;
}
.map_updates > li > a.icon {
    display:block;
    background-position: center center;
    background-repeat:no-repeat;
    width:45px;
    height:40px;
    margin-top:5px;
    border-radius:5px;
}

@media all and (max-width: 1280px) {
    #shop-selector {
        top:45px;
        left:50%;
        margin-left:-150px;
        width:290px;
        padding:4px 10px; 
    }
    #groza-menu {
        top:1px;
        padding:4px 5px;
    }
}
@media all and (max-width: 530px) {
    #groza-menu .label {
        font-size:10px;    
    }
    #shop-selector .extra_actions > li {
        margin-left:0;
        font-size:11px;
    }
    #shop-selector {
        top:40px;
        font-size:10px;
        width:220px;
        padding:2px 5px;
    }
    #groza-menu {
        padding:2px 5px;
        width:220px;
    }
    #by_category_field .label {
        width:120px;
    }
    .showWithAll .icon {
        display:none;    
    }
    .extra_actions > li.showWithAll p { 
        margin:0;
    }
}


