/*
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 : 22/set/2017, 16:31:16
    Author     : Milu
*/

.nav_menu {
    background: #007dab;
}
.sidebar_menu_container {
    background: #007dab;
}
.topbar_right_container a {
    color: #fff;
}
.sidebar_menu_container > md-content {
    background-color: #007dab;
    color: #fff;
}
md-toolbar.md-theme-Indigo._md._md-toolbar-transitions {
    background-color: #007dab;
}
.menu_title_box {
    background-image: url(../../../templates/frontoffice/_structure/img/logosmall.png);
    /*background-color: #007dab;*/
    width: 100%;
    margin: 0 auto;
}
li.parent-list-item > menu-link a:hover, li.parent-list-item > menu-link a:focus {
    background-color: rgba(255, 255, 255, 0.14) !important;
    color:#fff;
}
li.parent-list-item > menu-link > a > span {
    font-family: 'Dosis';
}
md-menu-content.topbar_menu_content > md-menu-item {
    color: #007dab;
}