.menuBtn {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    color: white;
    padding: 25px;
    margin-left: -10px;
}

md-toolbar h1 {
    font-weight: normal;
}

md-list .md-button {
    color: inherit;
    font-weight: 500;
    text-align: left;
    width: 100%;
}

.Permanent-Tag {
    text-align: center;
    min-width: 200px;
    border-radius: 25px;
    color: white;
    background-color: #242424 !important;
    padding: 10px;
    font-size: 12pt;
    display: inline-block;
}

.ReUsable-Tag {
    text-align: center;
    min-width: 200px;
    border-radius: 25px;
    color: white;
    background-color: #0e6a5d !important;
    padding: 10px;
    font-size: 12pt;
    display: inline-block;
}

.NonReUsable-Tag {
    text-align: center;
    min-width: 200px;
    border-radius: 25px;
    color: black;
    background-color: #ff9358 !important;
    padding: 10px;
    font-size: 12pt;
    display: inline-block;
}

.menuBtn {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGcgaWQ9IkhlYWRlciI+CiAgICA8Zz4KICAgICAgICA8cmVjdCB4PSItNjE4IiB5PSItMjIzMiIgZmlsbD0ibm9uZSIgd2lkdGg9IjE0MDAiIGhlaWdodD0iMzYwMCIvPgogICAgPC9nPgo8L2c+CjxnIGlkPSJMYWJlbCI+CjwvZz4KPGcgaWQ9Ikljb24iPgogICAgPGc+CiAgICAgICAgPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CiAgICAgICAgPHBhdGggZD0iTTMsMThoMTh2LTJIM1YxOHogTTMsMTNoMTh2LTJIM1YxM3ogTTMsNnYyaDE4VjZIM3oiIHN0eWxlPSJmaWxsOiNmM2YzZjM7Ii8+CiAgICA8L2c+CjwvZz4KPGcgaWQ9IkdyaWQiIGRpc3BsYXk9Im5vbmUiPgogICAgPGcgZGlzcGxheT0iaW5saW5lIj4KICAgIDwvZz4KPC9nPgo8L3N2Zz4=) no-repeat center center;
}

.menuItem {
    text-align: left;
    text-transform: none;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0 auto;
}

.menuItem md-icon {
    margin-right: 25px;
    color: grey;
}

.floating-button {
    right: 0;
    bottom: 0;
    position: fixed;
    margin-right: 25px;
    margin-bottom: 20px;
}

.MenuButton {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    color: white;
    padding: 15px;
}

.light-grey {
    background-color: #f0f0f0;
}

.bottom-buffer {
    margin-top: 25px;
    margin-bottom: 50px;
}

.badge {
    float: right;
    font-size: 10pt;
    color: silver;
    margin-right: 5px;
}

.md-inline-list-icon-label {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
    height: 24px;
    vertical-align: middle;
}

.md-grid-item-content {
    height: 96px;
}

.md-grid-item-content md-icon {
    height: 48px;
    width: 48px;
}

.md-grid-text {
    padding-bottom: 5px;
}

.bottom-sheet-icon-svg {
    fill: #a0a0a0;
}

.last-item {
    fill: #ff9358;
}

.md-raised-form {
    padding: 15px;
    align-self: center;
    display: block;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.md-panel {
    background-color: #f0f0f0;
}

.md-search-box {
    margin-top: 15px;
    margin-bottom: -15px;
}

.md-search-box:focus {
    color: white !important;
    border-color: #ffffff !important;
    margin-top: 15px;
    margin-bottom: -15px;
}

.md-search-box-icon {
    fill: #ffffff !important;
    margin-top: 15px;
    margin-left: 15px;
}

.md-dark-panel,
.md-dark-panel input,
.md-dark-panel label {
    background-color: #ff9358;
    color: white !important;
    border-color: white !important;
    padding-left: 15px;
    padding-right: 15px;
}

.text-time {
    font-size: 10pt;
    color: #b0b0b0;
    padding: 0;
    width: 100px;
    display: block;
}

.text-counts {
    text-align: right;
    min-width: 25px;
    display: block;
    background-color: #f0f0f0;
    padding: 10px;
}

.text-buzz {
    fill: rgb(249, 168, 37);
    margin-right: 5px;
}

.md-icon-right {
    float: right;
}

.md-badge {
    font-size: 10pt;
    background-color: #ff9358;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
}

.md-status-badge {
    font-size: 12pt;
    color: #ffffff;
    background-color: #a0a0a0;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 2px;
}

.md-special-offer {
    background-color: transparent;
    border: none;
    color: white;
    padding: 15px;
    display: block;
    width: 80px;
}

.md-promotion {
    font-size: 10pt;
    color: #545454;
}

.md-promotion-title {
    font-size: 10pt;
    color: #000000;
    padding-top: 20px;
    font-weight: bold;

}

.md-button-large {
    padding: 5px 50px 5px 50px;
}

.md-status-cards {
    margin: 10px 20px 10px 20px;
    background-color: #ffffff;
}

.md-form-cards {
    margin: 10px 20px 10px 20px;
    background-color: #ffffff;
}

.form-title {
    background-color: #f0f0f0;
    font-weight: bold;
    font-size: 12pt;
    padding: 20px;
    margin: 0 auto;
}

.md-tile-content {
    padding-left: 20px;
}

.md-help-text {
    font-size: 10pt;
    color: #545454;
}

.narrow-margin {
    margin-top: 0;
    margin-bottom: 5px;
}

.extra-padding {
    padding: 15px 5px 20px 10px;
}

.border-right {
    border-right: 1px solid #cccccc;
}

.form-error-message {
    font-size: 16pt;
    font-weight: 600;
    color: #0e6a5d;
    padding: 10px 25px 10px 25px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    border-top: 2px solid #4dbce9;
    color: white;
    text-align: center;
    z-index: 3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Report-Table {
    border-collapse: collapse;
    font-size: 10pt;
    background-color: white;
    margin-top: 15px;
    width: 100%;
}

.Report-HalfTable {
    border-collapse: collapse;
    font-size: 10pt;
    background-color: white;
    margin: 15px;
}

.Report-Header {
    background-color: #f0f0f0;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}

.Report-Header span {
    font-size: 9pt;
    font-weight: normal;
    padding-top: 10px;
    color: #545454;
}

.Report-Row:hover,
.Report-Row:active,
.Report-Row:focus {
    background-color: #f0f0f0;
}

.Report-Row td,
.Report-Header td {
    padding: 5px;
    border: 1px solid #c0c0c0;
}

.info-text {
    display: block;
    color: #0e6a5d;
}

.help-text {
    color: #a0a0a0;
}

.status-active {
    color: #fff;
    background-color: #ff9358;
    padding: 10px;
}

.status-inactive {
    color: #fff;
    background-color: #545454;
    padding: 10px;
}

.small-block {
    padding: 5px !important;
    font-size: 10pt !important;
}

.md-block-my {
    font-size: 12pt;
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 15px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px;
}

.md-block-my span {
    font-size: 22pt;
    font-weight: bold;
    padding: 5px;
    color: #ff9358;
    display: inline-block;
}