.ids-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    cursor: default
}

.td-centered {
    text-align: center !important
}

.td-left {
    text-align: left
}

.td-right {
    text-align: right
}

.button-spacer {
    width: 10px;
    display: inline-block;
    height: auto
}

.ids-div-buttonbar {
    margin: 15px 0 0 0
}

.div-flex {
    display: flex
}

.has-tooltip {
    cursor: help
}

.cursor-pointer {
    cursor: pointer
}

html,
body {
    font-family: 'Roboto', 'Helvetica', sans-serif
}

.demo-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px
}

.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
    color: rgba(0, 0, 0, 0.54)
}

.mdl-layout__drawer .avatar {
    margin-bottom: 16px
}

.demo-drawer {
    border: 0
}

    .demo-drawer .mdl-menu .mdl-menu__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

.demo-drawer-header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px;
    height: 151px
}

.demo-avatar-dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.demo-navigation {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.demo-layout .demo-navigation .mdl-navigation__link {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.56);
    font-weight: 500
}

    .demo-layout .demo-navigation .mdl-navigation__link:hover {
        background-color: #00bcd4;
        color: #37474f
    }

.demo-navigation .mdl-navigation__link .ids-icons {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 8px;
    align-self: baseline
}

.demo-content {
    max-width: 1080px
}

.demo-charts {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.demo-chart:nth-child(1) {
    color: #acec00
}

.demo-chart:nth-child(2) {
    color: #00bbd6
}

.demo-chart:nth-child(3) {
    color: #ba65c9
}

.demo-chart:nth-child(4) {
    color: #ef3c79
}

.demo-graphs {
    padding: 16px 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

/* TODO: Find a proper solution to have the graphs
 * not float around outside their container in IE10/11.
 * Using a browserhacks.com solution for now.
 */
_:-ms-input-placeholder,
:root .demo-graphs {
    min-height: 664px
}

_:-ms-input-placeholder,
:root .demo-graph {
    max-height: 300px
}

.demo-graph:nth-child(1) {
    color: #00b9d8
}

.demo-graph:nth-child(2) {
    color: #d9006e
}

.demo-cards {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

    .demo-cards .demo-separator {
        height: 32px
    }

.mdl-card {
    min-width: 330px
}

.demo-cards .mdl-card__title.mdl-card__title {
    color: white;
    font-size: 24px;
    font-weight: 400
}

.demo-cards ul {
    padding: 0
}

.demo-cards h3 {
    font-size: 1em
}

.demo-updates .mdl-card__title {
    min-height: 100px
}

.demo-cards .mdl-card__actions a {
    color: #00bcd4;
    text-decoration: none
}

.demo-options h3 {
    margin: 0
}

.demo-options .mdl-checkbox__box-outline {
    border-color: rgba(255, 255, 255, 0.89)
}

.demo-options ul {
    margin: 0;
    list-style-type: none
}

.demo-options li {
    margin: 4px 0
}

.demo-options .ids-icons {
    color: rgba(255, 255, 255, 0.89)
}

.demo-options .mdl-card__actions {
    height: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dfx-card {
    border: 1px solid #e8e8e8
}

    .dfx-card > .mdl-card__title {
        background: url('./../images/digitalfabrix.svg') top 5px left 20px;
        background-repeat: no-repeat;
        background-size: 150px 50px;
        color: black !important;
        display: block
    }

        .dfx-card > .mdl-card__title > h2 {
            font-size: 16pt;
            color: #2b4953;
            margin-bottom: 5px;
            margin-top: 50px
        }

    .dfx-card .mdl-card__supporting-text {
        padding-top: 5px
    }

        .dfx-card .mdl-card__supporting-text > form > input {
            color: #525658
        }

.mdl-card > .mdl-card__supporting-text > form > .ids-div-buttonbar {
    display: flex;
    justify-content: end
}

.btn-primary {
    background-color: #001e48;
    color: white
}

    .btn-primary:hover {
        background-color: #001e48;
        opacity: 80%
    }

.mg-top-20 {
    margin-top: 20px !important
}

.mg-top-40 {
    margin-top: 40px
}

.mg-top-80 {
    margin-top: 80px
}

.dfx-color-blue {
    background-color: #46b4ff;
    color: white
}

.dfx-nav {
    background-color: #fafafa;
    color: #46b4ff
}

    .dfx-nav > .mdl-navigation__link {
        color: #575757 !important
    }

        .dfx-nav > .mdl-navigation__link:hover {
            background-color: #c3dff4 !important
        }

        .dfx-nav > .mdl-navigation__link > .ids-icons {
            color: #575757
        }

    .dfx-nav > h5 {
        margin-left: 40px
    }

.btn-flex {
    display: flex
}

.ids-div-buttonbar {
    display: flex;
    justify-content: end
}
