﻿/* MATERIAL ICONS */

/*@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/Bucher.Configurators.Client.StaticFiles/font/MaterialIcons/MaterialIcons-Regular.eot');*/ /* For IE6-8 */
/*src: url('/Bucher.Configurators.Client.StaticFiles/font/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2'), url('/Bucher.Configurators.Client.StaticFiles/font/MaterialIcons/MaterialIcons-Regular.woff') format('woff'), url('/Bucher.Configurators.Client.StaticFiles/font/MaterialIcons/MaterialIcons-Regular.ttf') format('truetype');
}*/

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-30 {
        font-size: 30px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    .material-icons.md-dark {
        color: rgba(0, 0, 0, 1);
    }

        .material-icons.md-dark.md-inactive {
            color: rgba(0, 0, 0, 0.26);
        }

    .material-icons.md-light {
        color: rgba(255, 255, 255, 1);
    }

        .material-icons.md-light.md-inactive {
            color: rgba(255, 255, 255, 0.3);
        }

/* END MATERIAL ICONS */

@font-face {
    font-family: 'Roboto Regular';
    src: url('/Configurator.StaticFiles/font/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('/Configurator.StaticFiles/font/Roboto/Roboto-Bold.ttf');
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    font-family: 'Roboto Regular' !important;
    font-size: 16px;
}

.md-14 {
    font-size: 14px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.navbar {
    padding: 0 !important;
    height: 100%;
}

.cfg-menu {
    height: 100%;
    background: #ededed;
    left: 0;
    top: 0;
    z-index: 1021;
}


.cfg-menu-bg-darkgray {
    background: #c6c6c6 !important;
}

.cfg-menu-normal {
    width: 250px;
}
.cfg-menu-sm {
    width: 60px !important;
}

.ipad-menu-bg {
    display:none;
}

@media (min-width: 769px) and (max-width: 1280px) {
    #cfg-menu {
        width: 55px !important;
    }
    .ipad-menu-bg {
        display: block;
    }
    .ipad-menu-shadow {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
}

@media (max-width: 768px) {
    #cfg-menu {
        width: 0 !important;
    }
    .cfg-menu {
        z-index: 1;
    }
    .cfg-menu-normal {
        width: 100%;
    }
    .cfg-menu-sm, .cfg-menu-footer {
        display: none;
    }
}

.cfg-menu-header, .cfg-menu-footer {
    height: 58px;
    background: #c6c6c6;
    width: 100%;
    position: absolute;
    left: 0;
}

.cfg-menu-header {
    top: 0;
    align-items: center;
}

.menu-title {
    font-family: 'Roboto Bold' !important;
    margin-left: 12px;
}

.menu-img {
    width: 25px;
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.cfg-menu-footer span.cfg-menu-cr {
    display: block;
    margin-left: 17px;
}

.cfg-menu-cr {
    font-size: 13px;
}

.cfg-menu-v {
    font-size: 10px;
    display:block;
    text-align:right;
}

.cfg-menu-footer {
    bottom: 0;
    align-items: center;
}

#cfg-menu-nav {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    align-items: start;
}

.cfg-menu-ul {
    margin-top: 43px;
}

.nav-list-item {
    width: 100%;
}

.nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
    color: black !important;
    height:58px;
}

.nav-link:hover, .nav-link-selected {
    text-decoration: none;
    background-color: white !important;
}

.nav-link:hover {
    color: #00618b;
}

.nav-link-txt {
    margin-left: 9px;
}

.nav-link-span {
    margin-left: -5px;
}
