html, body {
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    height:100%;
    margin: 0px;
    padding: 0px;
}

/* Toolbar area */

.menu {
    background-color: transparent;
    border: none;
    height: 38px;
    margin: 16px;
    width: 36px;
}


md-toolbar h3 {
    margin: auto;
    font-weight: 500;
}

/* Sidenav area */

md-list-item > button {
    width:100%;
    text-align:left !important;
}

md-list .md-button.selected {
    color: #03a9f4;
}

md-sidenav md-list {
    padding: 0px 0px 8px 0px;
}


/* Primary content area */

#content {
    overflow: hidden;
}

#content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
}

#content .md-button.share {
    background-color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    margin: 8px auto 16px 0;
    position: absolute;
    top: 10px;
    right: 25px;
}

#content md-icon.avatar {
    margin-top: 10px;
}

#content .md-button.share > md-icon {
    fill:black;
    width:36px;
    height:36px;
}

md-button.menuBtn > md-icon {
    fill:white;
    width:24px;
    height:24px;
}

#content .md-button.share:active > md-icon {
    background-color: #dadada;
    border-radius: 75%;
    padding:4px;
    transition: all 100ms ease-out 30ms;
}

#content img {
    display: block;
    height: auto;
    max-width: 500px;
}

/* Utils */

.content-wrapper {
    position: relative;
}

/* Typography support coming in 0.8.0 */

md-toolbar h1 {
    font-size: 1.250em;
    font-weight: 400;
}


md-bottom-sheet md-icon {
    margin-right:20px;
}

span.name {
    font-weight: bold;
    font-size:1.1em;
    padding-left:5px;
}

md-icon svg {
    fill: gray;
}

md-toolbar#main-toolbar, md-toolbar#main-toolbar svg, md-dialog md-toolbar h2, md-dialog md-toolbar svg, md-toolbar#main-toolbar button span {
    color: white;
    fill: white;
}

md-content, md-toolbar.sub-toolbar span, md-toolbar.sub-toolbar svg, div.summary svg, button.standalone span, button.standalone svg {
    color: #484848;
    fill: #484848;
}

div.summary {
    padding: 10px;
}

md-icon.spotlight {
    font-size: 100px;
    max-height: 100px;
    max-width: 100px;
    height: 100%;
    width: 40%;
}

div.summary > div {
    padding: 10px 24px 10px 12px;
}

div.summary > .item-list {
    height: 500px;
}

div.summary div.text-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.summary div.item-list-title-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

div.summary div.item-list-title-container > span {
    font-size: 20px;
}

div.summary span.big-text {
    font-size: 4em;
}

div.summary span.medium-text {
    font-size: 1.5em;
}

div.summary span.text {
    font-size: 1.25em;
}

div.summary span.text-label {
    font-size: 0.75em;
    padding-right: 2px;
    padding-left: 2px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

md-sidenav#main-side-nav span, md-sidenav#main-side-nav svg {
    color: white;
    fill: white;
}

md-toolbar form > input {
    width: 100%;
    margin: 0;
    border: none;
    color: #484848;
    background-color: rgba(255, 255, 255, 0);
}

md-toolbar form > input:focus, .clickable:focus {
    outline: none;
}

.clickable {
    cursor: pointer;
}

md-table-container, md-table-pagination {
    background-color: white;
}

button.icon-with-text {
    min-width: 100px;
}

md-input-container {
    margin-bottom: 0px;
}

button.md-primary span {
    color: white;
}

.main-content {
    padding: 16px;
}

md-content {
    background-color: rgba(255, 255, 255, 0);
}

.user-background {
    background-color: #DFEDFF;
}

.group-background {
    background-color: #E8E8FF;
}

.policy-background {
    background-color: #FFFDDB;
}

.default-background {
    background-color: rgba(128, 128, 128, 0.05);
}

table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
    background-color: rgba(128, 128, 128, 0.2) !important;
}

table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
    background-color: rgba(128, 128, 128, 0.1);
}

div.custom-error-container {
    padding: 3px 5px 3px 52px;
    background-color: rgb(210, 92, 61);
    font-size: 0.75em;
    color: white;
}

.code-error-highlight {
    position: absolute;
    background-color: #F4B9B7;
}

div.buttons-group {
    min-height: 48px;
}

#user-info {
    min-height: 190px;
    padding: 16px;
}

.space-left {
    margin-left: 3px;
}

.space-right {
    margin-right: 3px;
}

.status-bar {
    min-height: 20px;
}

.status-bar span {
    font-size: 12px;
    color: white;
}

.panel-content {
    overflow-y: scroll;
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.panel-content .menu-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    min-height: 48px;
    padding: 0 16px;
    position: relative;
    transition: background 0.15s linear;
    width: auto;
}

.panel-content .menu-item:hover,
.panel-content .menu-item:focus {
    background-color: rgb(238, 238, 238);
}

.panel-content .selected {
    color: rgb(123, 170, 64);
}

md-radio-button span.info {
    font-size: 75%;
    color: rgb(210, 92, 61);
}

#copyright {
    padding: 16px;
    max-height: 94px;
}

#copyright span {
    font-size: 0.75em;
    text-align: center;
}

div.md-select-menu-container {
    background-color: white;
}

#console-bar {
    height: 50px;
    background-color: #696865;
}

#console-bar span, #console-bar svg {
    color: #eeeeee;
    fill: #eeeeee;
}

#console-content {
    background-color: #eeeeee;
}

.service-button span {
    text-transform: none;
    text-align: left;
    white-space: normal;
    line-height: normal;
}

span.service-name {
    color: #89bd48;
    padding-bottom: 16px;
    font-weight: bold;
}

span a {
    color: #797979;
    text-decoration: none;
}

#main-logo-toolbar {
    background-color: #505050;
}

#main-logo-toolbar svg {
    fill: white;

}

button.alert svg {
    fill: white;

    -webkit-animation-name: alert;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: alert;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes alert {
    0% {
        fill: white;
    }
    50% {
        fill: #ffc7ae;
    }
    100% {
        fill: white;
    }
}
@keyframes alert {
    0% {
        fill: white;
    }
    50% {
        fill: #ffc7ae;
    }
    100% {
        fill: white;
    }
}