﻿body,
.transparent .card-panel::before,
#scheduled-messages-card {
    color: #c0c0c0;
    background-color: rgba(0, 0, 0, 0.87);
}

a,
label,
input,
.action,
.material-icons,
.dropdown-content li,
.dropdown-content li > span,
.dropdown-content li a,
.dropdown-content li:hover,
.dropdown-content li:hover a,
.sidenav,
.sidenav a,
.sidenav li > a,
.navbar #header #company-logo h1,
.picker__box .btn-flat {
    color: #c0c0c0;
}


.trumbowyg-button-pane {
    background-color: #c0c0c0;
}

.tabs .tab a.active,
.tabs .tab:hover,
.card,
.card-panel {
    background-color: rgba(0,0,0,0.3);
}

.modal,
.sidenav a:hover,
.dropdown-content,
table.sticky thead th,
.collection.with-header .collection-header,
#login-panel:not(.transparent) .card-panel {
    background-color: #202020;
}

.btn-flat {
    color: inherit;
}

footer .quick-links,
table.striped > tbody > tr:nth-child(odd), 
#payment-services-dashboard #payments .collapsible:nth-of-type(odd), 
#payout-transactions .collapsible:nth-of-type(odd),
table.highlight tbody > tr:hover,
.card-title,
.card-title .tabs,
.tabs,
.collection .collection-item,
.modal .modal-footer {
    background-color: rgba(128,128,128,0.2) !important;
}

.tabs .tab a.active,
.tabs .tab:hover,
footer .quick-links,
.card,
.card-panel,
.collection,
.collection .collection-item,
.collection-with-header .collection-header {
    border-color: #999;
}

.material-tooltip {
    background-color: rgba(128,128,128,0.87);
}

.collapsible-header {
    background-color: transparent;
}

    .collapsible-header.complete {
        color: #fff;
    }

.sidenav,
.dropdown-content li:hover,
.btn-flat:hover,
.btn-flat:active,
.picker__box {
    background-color: #0f0f0f;
}

.dropdown-content li.selected,
.dropdown-content li.selected>span {
    color: #0f0f0f;
    background-color: #c0c0c0;
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"],
.select-wrapper input.select-dropdown:disabled {
    color: #808080;
    border-bottom: 1px dotted #808080;
}

    input:not([type]):disabled + label,
    input:not([type])[readonly="readonly"] + label,
    input[type=text]:disabled + label,
    input[type=text][readonly="readonly"] + label,
    input[type=password]:disabled + label,
    input[type=password][readonly="readonly"] + label,
    input[type=email]:disabled + label,
    input[type=email][readonly="readonly"] + label,
    input[type=url]:disabled + label,
    input[type=url][readonly="readonly"] + label,
    input[type=time]:disabled + label,
    input[type=time][readonly="readonly"] + label,
    input[type=date]:disabled + label,
    input[type=date][readonly="readonly"] + label,
    input[type=datetime]:disabled + label,
    input[type=datetime][readonly="readonly"] + label,
    input[type=datetime-local]:disabled + label,
    input[type=datetime-local][readonly="readonly"] + label,
    input[type=tel]:disabled + label,
    input[type=tel][readonly="readonly"] + label,
    input[type=number]:disabled + label,
    input[type=number][readonly="readonly"] + label,
    input[type=search]:disabled + label,
    input[type=search][readonly="readonly"] + label,
    textarea.materialize-textarea:disabled + label,
    textarea.materialize-textarea[readonly="readonly"] + label {
        color: #808080;
    }

#login-form #show-password>span {
    color: #0f0f0f;
}
