﻿h1 {
    margin: 10px;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    margin: 32px 0;
}

h2 {
    font-size: x-large;
}

.pageTitleTable {
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
}

/* Wide card with share menu button */
.demo-card-wide.mdl-card {
    width: 100%;
}

.demo-card-wide > .mdl-card__title {
    color: #fff;
    height: 310px;
}

.mdl-card__supporting-text {
    width: 100%;
}

.mdl-layout-title {
    cursor: pointer;
}

.mdl-layout__drawer .mdl-layout-title {
	line-height: 24px;
	padding-top: 24px;
}

.mdl-layout__drawer .mdl-navigation {
    padding-top: 0 !important;
}

.alarm-card {
    min-height: auto; 
    width: 100%; 
    margin-bottom: 18px;
}

.alarm-card > .mdl-card__title {
    align-items: flex-start;
}
.alarm-card > .mdl-card__actions {
    display: flex;
    box-sizing:border-box;
    align-items: center;
}
.alarm-card > .mdl-card__actions > .material-icons {
    padding-left: 10px;
}

.alarm-card > .mdl-card__actions > .mdl-button:hover,
.alarm-card > .mdl-card__actions > .mdl-button:focus {
    background: none;
    cursor: default;
}

.mdl-navigation .material-icons,
.alarm-card .material-icons {
    font-size:20px; 
    color:grey
}

div.alarms-active {
    width: 18px;
    height: 18px;
    background-color: red;
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    line-height: 18px;
}

.mdl-data-table th {
    padding-bottom: 12px; /* 8px is the default, but looks wrong */
}

.pageContentTable {
    margin-top: 4px;
}