﻿/* RESERTS */

html, body { margin:0; padding:0; }
h1, h2 { font-weight:100; }
h1, h2, h3, caption { margin:0; padding:0; }
h1 { font-size:22px; }
h2 { font-size:18px; }
h3, caption { font-size:16px; }
p, ul { display:block; line-height:inherit; }
img, a { border:none; }
fieldset { border:none; border-radius:6px; margin:0; padding:4px 2px; width:100%; }
legend { font-weight:normal; padding:0 5px; margin:0; }
button, textarea, select, input { resize:none; outline:none; }
hr { display:block; height:1px; border:0; border-top:1px solid #E4E4E4; margin:10px 0 16px 0; padding:0; }
button::-moz-focus-inner, input::-moz-focus-inner, a::-moz-focus-inner { border:0; }
*, *::before, *::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
*[disabled] { cursor:default; pointer-events:none; }

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, md-content, md-sidenav {
    background-color: #F9FAFB !important;
}
body {
    overscroll-behavior: contain;
}

/* PADROES */

md-content {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
    overflow-x: hidden;
}
md-content > div {
    min-height: 100%;
}
md-content > div > div:first-child {
    color: #555;
    min-height: calc(100vh - 145px) !important;
    padding: 0;
    display: -ms-flexbox;
    -ms-flex: 1 1 auto;
}
md-menu-item > .md-button {
    display: inline-block;
}
.md-button {
    padding: 0 10px;
}
.md-toolbar-tools {
    padding: 0 8px 0 6px;
}
.md-toolbar-tools .left {
    margin: 0 6px 0 0 !important;
}
.md-toolbar-tools .right {
    margin: 0 0 0 6px !important;
}
.md-toolbar-tools .md-button.md-icon-button {
    min-width: 40px;
}
.md-toolbar-tools .md-icon-button[disabled] md-icon {
    color: rgba(255, 255, 255, 0.5);
}
.md-toolbar-tools h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}
.md-toolbar-tools div.filtro input {
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    border-radius: 6px;
    color: #FFF;
    float: right;
    max-width: 200px;
    padding: 5px 8px;
    width: 100%;
}
.md-toolbar-tools div.filtro input::placeholder {
    color: #FFF;
    opacity: 0.5;
}
.layout-padding-gt-sm > *, .layout-padding-md > *, .layout-padding > * {
    padding: 0 !important;
}
.md-open-menu-container {
    border-radius: 12px;
}
md-sidenav {
    font-size: 0;
    max-width: 240px;
    min-width: 240px;
    overflow: hidden;
}
md-sidenav > div {
    overflow-y: scroll;
    position: relative;
    scrollbar-width: none;
}
md-sidenav > div::-webkit-scrollbar {
    width: 0;
    height: 0;
}
md-sidenav > div:nth-child(2) {
    display: table;
    width: 100%;
}
md-sidenav > div > div:nth-child(2) {
    padding-top: 8px;
}
md-sidenav > div > div:nth-child(4) {
    padding-bottom: 8px;
}
md-sidenav div.logo {
    background-color: #212121;
    color: #FFF;
    display: table;
    padding: 10px;
    text-align: left;
    width: 100%;
}
md-sidenav div.logo img {
    float: left;
    height: 40px;
    width: 40px;
}
md-sidenav div.logo div {
    float: left;
    height: 40px;
    margin-left: 12px;
    -webkit-justify-content: center;
    justify-content: center;
}
md-sidenav div.logo div span:first-child {
    display: block;
    font-size: 18px;
    line-height: 18px;
}
md-sidenav div.logo div span:last-child {
    display: block;
    font-size: 13px;
}
md-sidenav .md-button-toggle {
    border-radius: 0 24px 24px 0;
    color: #595959;
    margin: 0;
    padding: 6px;
    text-align: left;
    width: 100%;
}
md-sidenav .md-button-toggle md-icon:first-child {
    margin: auto 20px auto 10px;
}
md-sidenav .ativo, md-sidenav .ativo md-icon {
    color: #212121;
}
md-sidenav .ativo:not(.submenu)  {
    background-color: #F1F3F4;
}
md-sidenav .menu, md-sidenav .menu:hover {
    background-color: #F7F7F7 !important;
    cursor: default;
}
md-sidenav ul {
    border: 0;
    margin: 0;
    padding: 0;
}
md-sidenav ul li {
    font-size: 0;
}
md-sidenav ul li .md-button-toggle {
    padding-left: 36px;
    text-transform: none;
}
.material-icons svg {
    pointer-events: none;
    display: block;
}
md-toast {
    max-width: 50%;
    position: fixed;
}
md-toast .md-toast-content {
    border-radius: 6px;
}
md-datepicker {
    margin-right: 0;
}
md-datepicker .md-button.md-icon-button {
    margin-left: 0;
    margin-right: 0;
}
.md-datepicker-input-container {
    min-width: 190px;
}
md-toolbar.md-whiteframe-glow-z1 {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14),
                0 0 2px 2px rgba(0, 0, 0, 0.098),
                0 0 5px 5px rgba(0, 0, 0, 0.084);
}
md-toolbar {
    z-index: 61;
}
md-toolbar div.side {
    font-size: 0;
    width: 245px;
}
md-toolbar div.side div.logo {
    height: 40px;
}
md-toolbar div.side div.logo img {
    height: 100%;
    margin: 0 5px 0 0;
}
md-toolbar div.side div.logo div {
    height: 40px;
    -webkit-justify-content: center;
    justify-content: center;
}
md-toolbar div.side div.logo div span:first-child {
    display: block;
    font-size: 20px;
}
md-toolbar div.side div.logo div span:last-child {
    display: block;
    font-size: 13px;
}
md-toolbar button.focus.md-focused:not([disabled]) {
    background-color: rgba(158, 158, 158, 0.7);
}

md-checkbox {
    min-height: 20px;
    margin: 0 16px 16px 0;
}
md-checkbox .md-container {
    margin: 10px 0;
}
md-checkbox .md-label {
    margin-top: 0;
    margin-left: 26px;
}
md-radio-group {
    display: block;
    padding-bottom: 24px;
}
md-input-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    padding: 2px 2px 26px;
}
md-input-container .md-resize-wrapper {
    width: 100%;
}
md-input-container input {
    box-sizing: border-box;
    -ms-flex: 1 1 auto;
    flex: 1 1 0;
}
md-input-container > md-select {
    min-width: 250px;
}
md-autocomplete md-input-container {
    display: block;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
    margin: 0;
    padding: 0;
    right: auto;
    width: 100%;
}
md-select-value span:first-child {
    display: -ms-flexbox;
}
md-option .md-text {
    width: 100%;
}
md-menu.submenu {
    padding: 0;
    min-height: 48px;
}
md-menu.submenu > button {
    text-align: left;
    margin: 0;
    padding: 0 16px;
    height: 100%;
    width: 100%;
    min-height: 48px;
    min-width: 88px;
    line-height: 36px;
}
md-menu.submenu > button md-icon {
    margin: auto 16px auto 0;
}
md-menu.submenu > button span {
    margin-top: auto;
    margin-bottom: auto;
    text-transform: none;
    font-weight: 400;
}
div.conteudo {
    position: relative;
}

div.lista, div.novo {
    padding: 16px 16px 100px 32px;
    width: 100%;
}
div.lista h2 {
    clear: both;
}
div.novo fieldset {
    border: 1px solid #CCC;
    display: inline;
    padding: 10px 15px;
}
div.novo fieldset legend {
    color: rgba(0, 0, 0, 0.40);
}
div.linha {
    min-height: 85px;
}
div.linha > div {
    display: inline-block;
    min-height: 85px;
    min-width: 300px;
    vertical-align: top;
}
div.linha > div:last-child {
    min-width: 0;
}
div.linha > div > * {
    margin-bottom: 0;
}
div.linha div.pnl {
    min-height: 0;
    min-width: 0;
    text-align: center;
}

/* CONTROLLERS */

div.home2 h2 b {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}

div.financeiro table.mes tbody td {
    cursor: pointer;
}
div.financeiro table.dia td {
    height: 55px;
}

div.despesas h2 {
    font-size: 20px;
    padding-bottom: 24px;
}
div.despesas h3 {
    padding-bottom: 6px;
}
div.despesas div.bold {
    font-weight: bold;
    margin-bottom: 40px;
}
div.despesas div.table table.tbl {
    margin-bottom: 0;
}
div.despesas div.table table.tbl tfoot td {
    padding: 5px 10px;
}
div.resumo table {
    min-width: 400px;
    width: auto;
}
@media (max-width:600px) {
    div.resumo table {
        min-width: 100%;
        width: 100%;
    }
}

div.administrativo md-input-container {
    margin: 0;
    padding: 0;
}
div.administrativo md-input-container .md-input {
    width: auto;
}
div.administrativo table tbody tr td:last-child {
    width: 100%;
}
div.administrativo table.tbl tbody td:first-child {
    min-width: 160px;
}
div.administrativo table.tbl td, div.administrativo table.tbl tfoot td {
    padding: 10px;
}

div.usuario fieldset.permissoes > div {
    display: block;
    padding: 0 0 10px 0;
}
div.usuario fieldset.permissoes > div > md-checkbox {
    display: block;
}
div.usuario fieldset.permissoes > div > div, div.usuario fieldset.permissoes > div > div > div {
    margin-left: 30px;
}
div.usuario fieldset.permissoes > div > div md-checkbox {
    display: inline-block;
}

div.configurar table {
    border-collapse: separate;
    width: auto;
}
div.configurar table td {
    border: 1px solid #E3E3E3;
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 30px;
}
div.configurar table td:hover, div.configurar table td.check {
    border: 1px solid #000;
}

div.log {
    background-color: #FFF;
    border: 1px solid red;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 16px;
    word-wrap: break-word;
}

/* DIALOG */

md-dialog {
    margin-top: -20%;
}
md-dialog.md-default-theme, md-dialog {
    border-radius: 16px;
}
md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
    border-radius: 24px;
}

md-dialog.motivo md-dialog-content, md-dialog.ceder md-dialog-content, md-dialog.contas md-dialog-content {
    display: block;
    padding: 16px;
}
md-dialog.motivo md-dialog-content md-input-container {
    margin: 0;
    padding: 0;
    width: 280px;
}

md-dialog.ceder {
    margin-top: 0;
    max-height: 100%;
    overflow: hidden;
}
md-dialog.ceder md-dialog-content md-input-container {
    margin: 20px 0;
    padding: 0;
}
md-dialog.ceder md-dialog-content md-input-container > md-select {
    width: 280px;
}
md-dialog.ceder md-dialog-content > label {
    display: block;
    padding-bottom: 16px;
}
md-dialog.ceder md-dialog-content > div {
    overflow-x: auto;
    max-height: 350px;
}
md-dialog.ceder md-dialog-content > div table {
    width: 100%;
}
md-dialog.ceder md-dialog-content > div table td:first-child {
    width: 16px;
}
md-dialog.ceder md-dialog-content > div table td {
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 5px;
}
md-dialog.ceder md-dialog-content > div table md-checkbox {
    margin: 0;
}

/* LOADING */

#dvCarregando {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 200;
}
#dvCarregando, #dvCarregando .md-container {
    height: 3px;
}

/* RODAPE */

#rodape {
    border-top: 1px solid #DDD;
    color: #808080;
    font-size: small;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}
#rodape span {
    padding: 0 10px;
}
#rodape b {
    color: #000;
}

/* TABELAS */

div.table {
    clear: both;
    padding-bottom: 20px;
    width: 100%;
}
@media (max-width:1100px) {
    div.table {
        overflow-x: auto;
    }
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table.tbl {
    text-align: left;
    width: 100%;
}
table.tbl caption {
    display: none;
}
table.tbl th {
    padding: 10px;
}
table.tbl td {
    border-bottom: 1px solid #E3E3E3;
    height: 50px;
    padding: 5px 10px;
}
table.pdg td {
    padding: 10px 5px;
}
table.tbl thead th {
    background-color: #E3E3E3;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
table.tbl thead th:first-child {
    border-radius: 6px 0 0 6px;
}
table.tbl thead th:last-child {
    border-radius: 0 6px 6px 0;
}
table.tbl tbody tr:hover td {
    background-color: #FFFFDE;
}
table.tbl tfoot th {
    background-color: #EEE;
    font-weight: bold;
}
table.tbl .opcoes {
    text-align: center;
    width: 80px;
}
table.tbl .opcoes > * {
    margin: auto;
}
table.tbl tfoot td {
    border: none;
    font-weight: bold;
    padding: 20px 10px;
}
table.tbl table thead th {
    background-color: #FFF;
    border-bottom: 2px solid #E3E3E3;
    padding: 5px;
    position: initial;
}
table.tbl table tbody tr td {
    padding: 8px 5px;
}
table.tbl table tbody tr:last-child td {
    border-bottom-width: 0;
}
table.tbl tbody tr:hover td table td {
    background-color: #FFF;
}
table.tbl tbody table tr:hover td {
    background-color: #FFFFDE !important;
}
table.tbl td.mais {
    background-color: transparent !important;
    padding: 10px;
}
table.tbl td.mais table {
    background-color: #FFF !important;
}

/* ANIMA */

.ng-move,
.ng-enter,
.ng-leave.ng-leave-active  {
    transition: 0.25s linear all;
    opacity: 0;
}
.ng-leave,
.ng-move.ng-move-active,
.ng-enter.ng-enter-active {
    opacity: 1;
}

.slideInUp, .slideInDown {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.slideInUp {
    animation-name: slideInUp;
}
.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, -100%, 0);
    }
}

/* AUX */

.capitalize {
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.letter::first-letter {
    text-transform: uppercase;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.bdrb {
    border-bottom: 1px solid #EEE;
    margin-bottom: 8px;
    min-height: 30px !important;
}
.bold {
    font-weight: bold;
}
.hand {
    cursor: pointer;
    outline: none;
}
.verde {
    color: #008000 !important;
}
.azul {
    color: #0000CF !important;
}
.vermelho, .erro {
    color: #CF0000 !important;
}
.none {
    display: none;
}
.hgt {
    height: 30px;
}
.pgb {
    padding-bottom: 16px;
}
.mgb {
    margin-bottom: 30px;
}
.wtsp {
    white-space: nowrap;
}
.line {
    text-decoration: line-through;
    text-decoration-color: #CF0000;
}
.dflex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.align {
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -ms-flex-line-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.full {
    display: table;
    height: 100% !important;
    min-height: calc(100vh - 95px);
    overflow: hidden;
    padding: 0 !important;
}
.clr {
    clear: both;
    float: none !important;
    width: 100%;
    height: 0;
}

@media (-moz-touch-enabled: 1), (pointer: coarse) {
    [title]:not([title=""]) {
        overflow: initial !important;
        position: relative !important;
    }
    [title]:not([title=""]):hover::after {
        content: attr(title);
        background-color: #232627;
        border: 1px solid #595B5C;
        border-radius: 3px;
        color: #FFF;
        font-size: 13px;
        font-weight: normal;
        padding: 2px 8px;
        position: absolute;
        text-transform: none;
        bottom: -25%;
        left: 60%;
        white-space: nowrap;
        z-index: 1;
    }
}

@media (min-width:960px) {
    md-sidenav.mini-menu:hover {
        background-color: #F7F9FC !important;
        box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.14),
                    0 18px 18px 0 rgba(0, 0, 0, 0.12),
                    0 5px 5px -1px rgba(0, 0, 0, 0.2);
        padding-right: 16px;
        position: absolute !important;
        transition-duration: .15s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-property: background-color, box-shadow, max-width, min-width;
    }
    md-sidenav.mini-menu:hover ~ md-content {
        margin-left: 80px;
    }
    md-sidenav.mini-menu:not(:hover) {
        max-width: 80px;
        min-width: 80px;
    }
    md-sidenav.mini-menu:not(:hover) .md-button-toggle {
        height: 48px;
        min-width: 60px;
        width: 60px;
    }
    md-sidenav.mini-menu:not(:hover) .md-button-toggle span
    md-sidenav.mini-menu:not(:hover) .md-button-toggle .sub,
    md-sidenav.mini-menu:not(:hover) ul {
        display: none;
    }
}
@media (max-width:959px) {
    md-toolbar {
        z-index: 50;
    }
    md-toolbar div.logo {
        display: none;
    }
    md-toolbar div.side {
        width: auto;
    }
    md-toolbar .menu-hide {
        display: none;
    }
    md-sidenav {
        padding-top: 0;
    }
    md-sidenav .md-button-toggle {
        border-radius: 0;
    }
    div.lista, div.novo {
        padding-left: 16px;
    }
    div.conteudo {
        position: initial;
    }
}
@media (max-width:650px) {
    .md-toolbar-tools.filtro h1 {
        display: none;
    }
    .md-toolbar-tools div.filtro input {
        max-width: 100%;
    }
}
@media (max-width:600px) {
    md-toast {
        max-width: 100%;
    }
}

/* THEMAS */

md-sidenav .ativo.md-red900-theme, md-sidenav .ativo.md-red900-theme md-icon {
    color: #B71C1C;
}
md-sidenav .ativo.md-pink900-theme, md-sidenav .ativo.md-pink900-theme md-icon {
    color: #880E4F;
}
md-sidenav .ativo.md-purple900-theme, md-sidenav .ativo.md-purple900-theme md-icon {
    color: #4A148C;
}
md-sidenav .ativo.md-deep-purple900-theme, md-sidenav .ativo.md-deep-purple900-theme md-icon {
    color: #311B92;
}
md-sidenav .ativo.md-indigo900-theme, md-sidenav .ativo.md-indigo900-theme md-icon {
    color: #1A237E;
}
md-sidenav .ativo.md-blue900-theme, md-sidenav .ativo.md-blue900-theme md-icon {
    color: #0D47A1;
}
md-sidenav .ativo.md-light-blue900-theme, md-sidenav .ativo.md-light-blue900-theme md-icon {
    color: #01579B;
}
md-sidenav .ativo.md-cyan900-theme, md-sidenav .ativo.md-cyan900-theme md-icon {
    color: #006064;
}
md-sidenav .ativo.md-teal900-theme, md-sidenav .ativo.md-teal900-theme md-icon {
    color: #004D40;
}
md-sidenav .ativo.md-green900-theme, md-sidenav .ativo.md-green900-theme md-icon {
    color: #1B5E20;
}
md-sidenav .ativo.md-light-green900-theme, md-sidenav .ativo.md-light-green900-theme md-icon {
    color: #33691E;
}
md-sidenav .ativo.md-lime900-theme, md-sidenav .ativo.md-lime900-theme md-icon {
    color: #827717;
}
md-sidenav .ativo.md-yellow900-theme, md-sidenav .ativo.md-yellow900-theme md-icon {
    color: #F57F17;
}
md-sidenav .ativo.md-amber900-theme, md-sidenav .ativo.md-amber900-theme md-icon {
    color: #FF6F00;
}
md-sidenav .ativo.md-orange900-theme, md-sidenav .ativo.md-orange900-theme md-icon {
    color: #E65100;
}
md-sidenav .ativo.md-deep-orange900-theme, md-sidenav .ativo.md-deep-orange900-theme md-icon {
    color: #BF360C;
}
md-sidenav .ativo.md-brown900-theme, md-sidenav .ativo.md-brown900-theme md-icon {
    color: #3E2723;
}
md-sidenav .ativo.md-grey900-theme, md-sidenav .ativo.md-grey900-theme md-icon {
    color: #212121;
}
md-sidenav .ativo.md-blue-grey900-theme, md-sidenav .ativo.md-blue-grey900-theme md-icon {
    color: #263238;
}

md-sidenav .ativo.md-red800-theme, md-sidenav .ativo.md-red800-theme md-icon {
    color: #C62828;
}
md-sidenav .ativo.md-pink800-theme, md-sidenav .ativo.md-pink800-theme md-icon {
    color: #AD1457;
}
md-sidenav .ativo.md-purple800-theme, md-sidenav .ativo.md-purple800-theme md-icon {
    color: #6A1B9A;
}
md-sidenav .ativo.md-deep-purple800-theme, md-sidenav .ativo.md-deep-purple800-theme md-icon {
    color: #4527A0;
}
md-sidenav .ativo.md-indigo800-theme, md-sidenav .ativo.md-indigo800-theme md-icon {
    color: #283593;
}
md-sidenav .ativo.md-blue800-theme, md-sidenav .ativo.md-blue800-theme md-icon {
    color: #1565C0;
}
md-sidenav .ativo.md-light-blue800-theme, md-sidenav .ativo.md-light-blue800-theme md-icon {
    color: #0277BD;
}
md-sidenav .ativo.md-cyan800-theme, md-sidenav .ativo.md-cyan800-theme md-icon {
    color: #00838F;
}
md-sidenav .ativo.md-teal800-theme, md-sidenav .ativo.md-teal800-theme md-icon {
    color: #00695C;
}
md-sidenav .ativo.md-green800-theme, md-sidenav .ativo.md-green800-theme md-icon {
    color: #2E7D32;
}
md-sidenav .ativo.md-light-green800-theme, md-sidenav .ativo.md-light-green800-theme md-icon {
    color: #558B2F;
}
md-sidenav .ativo.md-lime800-theme, md-sidenav .ativo.md-lime800-theme md-icon {
    color: #9E9D24;
}
md-sidenav .ativo.md-yellow800-theme, md-sidenav .ativo.md-yellow800-theme md-icon {
    color: #F9A825;
}
md-sidenav .ativo.md-amber800-theme, md-sidenav .ativo.md-amber800-theme md-icon {
    color: #FF8F00;
}
md-sidenav .ativo.md-orange800-theme, md-sidenav .ativo.md-orange800-theme md-icon {
    color: #EF6C00;
}
md-sidenav .ativo.md-deep-orange800-theme, md-sidenav .ativo.md-deep-orange800-theme md-icon {
    color: #D84315;
}
md-sidenav .ativo.md-brown800-theme, md-sidenav .ativo.md-brown800-theme md-icon {
    color: #4E342E;
}
md-sidenav .ativo.md-grey800-theme, md-sidenav .ativo.md-grey800-theme md-icon {
    color: #424242;
}
md-sidenav .ativo.md-blue-grey800-theme, md-sidenav .ativo.md-blue-grey800-theme md-icon {
    color: #37474F;
}

.md-red800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-red900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-blue800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-blue900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-light-blue800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-light-blue900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-cyan800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-cyan900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-teal800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-teal900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-green800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-green900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-light-green800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-light-green900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-deep-orange800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-deep-orange900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-grey800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-grey900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    color: #FFF;
}

body[md-theme=red900] md-sidenav div.logo {
    background-color: #B71C1C;
}
body[md-theme=pink900] md-sidenav div.logo {
    background-color: #880E4F;
}
body[md-theme=purple900] md-sidenav div.logo {
    background-color: #4A148C;
}
body[md-theme=deep-purple900] md-sidenav div.logo {
    background-color: #311B92;
}
body[md-theme=indigo900] md-sidenav div.logo {
    background-color: #1A237E;
}
body[md-theme=blue900] md-sidenav div.logo {
    background-color: #0D47A1;
}
body[md-theme=light-blue900] md-sidenav div.logo {
    background-color: #01579B;
}
body[md-theme=cyan900] md-sidenav div.logo {
    background-color: #006064;
}
body[md-theme=teal900] md-sidenav div.logo {
    background-color: #004D40;
}
body[md-theme=green900] md-sidenav div.logo {
    background-color: #1B5E20;
}
body[md-theme=light-green900] md-sidenav div.logo {
    background-color: #33691E;
}
body[md-theme=lime900] md-sidenav div.logo {
    background-color: #827717;
}
body[md-theme=yellow900] md-sidenav div.logo {
    background-color: #F57F17;
}
body[md-theme=amber900] md-sidenav div.logo {
    background-color: #FF6F00;
}
body[md-theme=orange900] md-sidenav div.logo {
    background-color: #E65100;
}
body[md-theme=deep-orange900] md-sidenav div.logo {
    background-color: #BF360C;
}
body[md-theme=brown900] md-sidenav div.logo {
    background-color: #3E2723;
}
body[md-theme=grey900] md-sidenav div.logo {
    background-color: #212121;
}
body[md-theme=blue-grey900] md-sidenav div.logo {
    background-color: #263238;
}

body[md-theme=red800] md-sidenav div.logo {
    background-color: #C62828;
}
body[md-theme=pink800] md-sidenav div.logo {
    background-color: #AD1457;
}
body[md-theme=purple800] md-sidenav div.logo {
    background-color: #6A1B9A;
}
body[md-theme=deep-purple800] md-sidenav div.logo {
    background-color: #4527A0;
}
body[md-theme=indigo800] md-sidenav div.logo {
    background-color: #283593;
}
body[md-theme=blue800] md-sidenav div.logo {
    background-color: #1565C0;
}
body[md-theme=light-blue800] md-sidenav div.logo {
    background-color: #0277BD;
}
body[md-theme=cyan800] md-sidenav div.logo {
    background-color: #00838F;
}
body[md-theme=teal800] md-sidenav div.logo {
    background-color: #00695C;
}
body[md-theme=green800] md-sidenav div.logo {
    background-color: #2E7D32;
}
body[md-theme=light-green800] md-sidenav div.logo {
    background-color: #558B2F;
}
body[md-theme=lime800] md-sidenav div.logo {
    background-color: #9E9D24;
}
body[md-theme=yellow800] md-sidenav div.logo {
    background-color: #F9A825;
}
body[md-theme=amber800] md-sidenav div.logo {
    background-color: #FF8F00;
}
body[md-theme=orange800] md-sidenav div.logo {
    background-color: #EF6C00;
}
body[md-theme=deep-orange800] md-sidenav div.logo {
    background-color: #D84315;
}
body[md-theme=brown800] md-sidenav div.logo {
    background-color: #4E342E;
}
body[md-theme=grey800] md-sidenav div.logo {
    background-color: #424242;
}
body[md-theme=blue-grey800] md-sidenav div.logo {
    background-color: #37474F;
}

md-toolbar:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) button:not([disabled]) md-icon,
md-toolbar.md-lime800-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-yellow900-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-yellow800-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-amber900-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-amber800-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-orange800-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-grey900-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-grey800-theme:not(.md-menu-toolbar) md-icon {
    color: #FFF !important;
    fill: #FFF !important;
}
md-toolbar:not(.md-menu-toolbar) .md-button[disabled] md-icon {
    fill: rgba(255, 255, 255, 0.5) !important;
    color: rgba(255, 255, 255, 0.5) !important;
}
