/*
.########.##.....##.########.##.....##.########
....##....##.....##.##.......###...###.##......
....##....##.....##.##.......####.####.##......
....##....#########.######...##.###.##.######..
....##....##.....##.##.......##.....##.##......
....##....##.....##.##.......##.....##.##......
....##....##.....##.########.##.....##.########
*/

:root {
    /* Colours */
    --mdc-theme-primary: #1C2A4B;
    --mdc-theme-secondary: rgba(0, 0, 0, 0.19);
    --mdc-theme-background: #fff;
    --mdc-theme-surface: #fff;
    --mdc-theme-error: rgb(158, 0, 17);
    --mdc-theme-on-primary: #fff;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-on-surface: #000;
    --mdc-theme-on-error: #fff;
    --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
    --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
    --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
    --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
    --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-icon-on-light: #212529;
    --mdc-theme-text-primary-on-dark: white;
    --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
    --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
    --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
    --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5);

    /* Font */
    --mdc-typography-font-family: 'Lato';

    --mdc-typography-headline1-font-size: 32px;
    --mdc-typography-headline2-font-size: 24px;
    --mdc-typography-headline3-font-size: 22px;
    --mdc-typography-headline4-font-size: 20px;
    --mdc-typography-headline5-font-size: 18px;
    --mdc-typography-headline6-font-size: 15px;

    /* Affects Material UI Text Fields & Selects */
    --mdc-typography-subtitle1-font-size: 16px;
    
    /* Affects Material UI Data Table Header Row */
    --mdc-typography-subtitle2-font-size: 14px;
    
    --mdc-typography-body1-font-size: 14px;
    
    /* Affects Material UI Form Labels & Data Table Body + Pagination */
    --mdc-typography-body2-font-size: 13px;

    --mdc-typography-caption-font-size: 13px;
    
    /* Affects Material UI Button Text */
    --mdc-typography-button-font-size: 15px;

    --mdc-typography-overline-font-size: 13px;

    /* Miscellaneous */

    --mdc-dialog-z-index: 105
}

/*
.########..########.########..########..##.......##.....##.########
.##.....##.##.......##.....##.##.....##.##.......##.....##.##......
.##.....##.##.......##.....##.##.....##.##.......##.....##.##......
.########..######...##.....##.########..##.......##.....##.######..
.##...##...##.......##.....##.##.....##.##.......##.....##.##......
.##....##..##.......##.....##.##.....##.##.......##.....##.##......
.##.....##.########.########..########..########..#######..########

.########..#######...######....######...##.......########
....##....##.....##.##....##..##....##..##.......##......
....##....##.....##.##........##........##.......##......
....##....##.....##.##...####.##...####.##.......######..
....##....##.....##.##....##..##....##..##.......##......
....##....##.....##.##....##..##....##..##.......##......
....##.....#######...######....######...########.########
*/

:root {
    --google-red-300: #E57373;
    --google-red-900: #b71c1c;
    --google-blue-300: #64b5f6;
    --google-blue-900: #0D47A1;
}

.redblue-toggle {
    font-family: sans-serif;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;

    background: var(--google-red-300);
    color: var(--google-blue-900);
}

.redblue-toggle--toggled {
    background: var(--google-blue-300);
    color: var(--google-red-900);
}

/*
..######...#######..##........#######..########..........########..####..######..##....##.########.########.
.##....##.##.....##.##.......##.....##.##.....##.........##.....##..##..##....##.##...##..##.......##.....##
.##.......##.....##.##.......##.....##.##.....##.........##.....##..##..##.......##..##...##.......##.....##
.##.......##.....##.##.......##.....##.########..#######.########...##..##.......#####....######...########.
.##.......##.....##.##.......##.....##.##...##...........##.........##..##.......##..##...##.......##...##..
.##....##.##.....##.##.......##.....##.##....##..........##.........##..##....##.##...##..##.......##....##.
..######...#######..########..#######..##.....##.........##........####..######..##....##.########.##.....##
*/
#component-color-picker {
    z-index: 10;
}

#color-picker-container {
    width: 250px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.12);
    background: white;
}

#twod-gradient {
    width: 100%;
    height: 150px;
}

#current-color-circle {
    margin: 10px;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(158, 158, 158);
}

#sliders-container .oned-slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.oned-slider {
    margin: 10px;
    height: 10px;
    border-radius: 2px;
}

.oned-pointer {
    z-index: 3;
    background: white;
    position: absolute;
    left: calc(100% - 7px);
    top: -2px;
    height: 12px;
    width: 12px;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #9e9e9e;
}

#rgba-textfield {
    display: flex;
    justify-content: space-between;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

#rgba-textfield .mdc-text-field {
    width: 56px;
    padding-left: 12px;
    padding-right: 12px;
}

#rgba-textfield .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(0, 0, 0, 1);
}

#recent-colors {
    padding-left: 5px;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#recent-colors .recent-color-container {
    padding-right: 9px;
}

#recent-colors .recent-color-button {
    width: 18px;
    height: 18px;
    border-radius : 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(158, 158, 158);
}

#color-picker-buttons {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

#component-color-picker .mdc-button {
    border: 1px solid #9e9e9e;
    width: 118px;
}

/*
.########.....###....########.########....########..####..######..##....##.########.########.
.##.....##...##.##......##....##..........##.....##..##..##....##.##...##..##.......##.....##
.##.....##..##...##.....##....##..........##.....##..##..##.......##..##...##.......##.....##
.##.....##.##.....##....##....######......########...##..##.......#####....######...########.
.##.....##.#########....##....##..........##.........##..##.......##..##...##.......##...##..
.##.....##.##.....##....##....##..........##.........##..##....##.##...##..##.......##....##.
.########..##.....##....##....########....##........####..######..##....##.########.##.....##
*/

#date-picker-container {
    width: 300px;
    display: none;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#months-years-arrows {
    margin-top: 10px;
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#months-arrows {
    margin-top: 5px;
    justify-content: flex-end;
    margin-left: 50px;
}

#arrow-drop-up {
    display: none;
}

#next-month {
    margin-left: 25px;
}

#years-arrow{
    margin-top: 5px;
    display: flex; 
}


.material-icons {
    font-size: 17px;
}
  
.material-icons:hover {
    background-color: rgb(233, 229, 229);
}

.material-icons:active {
    background-color: rgb(214, 212, 212);
}

.prev-month {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#year-selector {
    margin-top: 15px;
    display: none;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-row-gap: 2rem;
    row-gap: 2rem;
    height: 250px;
    max-height: 250px;
    overflow: auto;
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__year {
    display: flex;
	justify-content: center;
	align-items: center;
    color: #313131
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__years .mdc-data-table__year.selected{
    background-color: #6600CC;
    color: white;
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days { 
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    height: 250px;
}

/* .mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__table .mdc-data-table__days
.mdc-data-table__day {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__week-day {
    display: flex;
	justify-content: center;
	align-items: center;
    color: #313131;
}



.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__day {
    display: flex;
	justify-content: center;
	align-items: center;
    color: #313131;
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__day:hover, .mdc-data-table__year:hover {
    background-color: rgb(234, 215, 252);
    /* background: rgb(234, 215, 252) radial-gradient(circle, transparent 1%, rgb(234, 215, 252) 1%) center/15000%; */
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__day:hover, .mdc-data-table__year:active {
    background-size: 100%;
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__day.selected{
    background-color: #6600CC;
    color: white;
}

/*
.########.....###....##....##..#######...######.
.##.....##...##.##...###...##.##.....##.##....##
.##.....##..##...##..####..##.##.....##.##......
.########..##.....##.##.##.##.##.....##..######.
.##........#########.##..####.##.....##.......##
.##........##.....##.##...###.##.....##.##....##
.##........##.....##.##....##..#######...######.

.########..########...#######...######..########..######...######..####.##....##..######..
.##.....##.##.....##.##.....##.##....##.##.......##....##.##....##..##..###...##.##....##.
.##.....##.##.....##.##.....##.##.......##.......##.......##........##..####..##.##.......
.########..########..##.....##.##.......######....######...######...##..##.##.##.##...####
.##........##...##...##.....##.##.......##.............##.......##..##..##..####.##....##.
.##........##....##..##.....##.##....##.##.......##....##.##....##..##..##...###.##....##.
.##........##.....##..#######...######..########..######...######..####.##....##..######..
*/

div.mr-cog-container {
    display: none;
    position: absolute;
    background-color: #ccc;
    color: #EEE;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 32px;
}

div.mr-cog {
    font-size: 10px;
    background-color: #EEE;
    border-radius: .3em   ;
    border: solid .55em #EEE;
    display: inline-block;
    padding: 1.125em;
    position: absolute;
    top: calc( 50% - 2.8125em );
    left: 50%;
    -webkit-animation: rotateCogs 3s linear infinite;
    -moz-animation: rotateCogs 3s linear infinite;
    animation: rotateCogs 3s linear infinite;
}
  
div.mr-cog.anti-clockwise {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
  
div.mr-cog::before {
    border: solid .55em #EEE;
    padding: 1.125em;
    position: absolute;
    content: "";
    transform: translate(-1.675em, -1.675em) rotate(45deg);
    border-radius: .3em;
}
  
div.mr-cog::after {
    content: "";
    position: absolute;
    border: solid .5em #aaa;
    padding:  0em;
    border-radius: 2em;
    transform: translate(-.5em,-.5em);
}
  
@-moz-keyframes rotateCogs { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotateCogs { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotateCogs { 100% { -webkit-transform: rotate(360deg); } }

/*
....###.....######...######...#######..##.....##.##....##.########.....######..########.########.########.####.##....##..######....######.
...##.##...##....##.##....##.##.....##.##.....##.###...##....##.......##....##.##..........##.......##.....##..###...##.##....##..##....##
..##...##..##.......##.......##.....##.##.....##.####..##....##.......##.......##..........##.......##.....##..####..##.##........##......
.##.....##.##.......##.......##.....##.##.....##.##.##.##....##........######..######......##.......##.....##..##.##.##.##...####..######.
.#########.##.......##.......##.....##.##.....##.##..####....##.............##.##..........##.......##.....##..##..####.##....##........##
.##.....##.##....##.##....##.##.....##.##.....##.##...###....##.......##....##.##..........##.......##.....##..##...###.##....##..##....##
.##.....##..######...######...#######...#######..##....##....##........######..########....##.......##....####.##....##..######....######.
*/

.account-settings{
    font-style: italic;
}
.local-settings{
    font-weight: bold;
}/*
.########.##.....##.########.##.....##.########
....##....##.....##.##.......###...###.##......
....##....##.....##.##.......####.####.##......
....##....#########.######...##.###.##.######..
....##....##.....##.##.......##.....##.##......
....##....##.....##.##.......##.....##.##......
....##....##.....##.########.##.....##.########
*/

:root {
    /* Colours */
    --mdc-theme-primary: #1C2A4B;
    --mdc-theme-secondary: rgba(0, 0, 0, 0.19);
    --mdc-theme-background: #fff;
    --mdc-theme-surface: #fff;
    --mdc-theme-error: rgb(158, 0, 17);
    --mdc-theme-on-primary: #fff;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-on-surface: #000;
    --mdc-theme-on-error: #fff;
    --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
    --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
    --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
    --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
    --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-icon-on-light: #212529;
    --mdc-theme-text-primary-on-dark: white;
    --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
    --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
    --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
    --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5);

    /* Font */
    --mdc-typography-font-family: 'Lato';

    --mdc-typography-headline1-font-size: 32px;
    --mdc-typography-headline2-font-size: 24px;
    --mdc-typography-headline3-font-size: 22px;
    --mdc-typography-headline4-font-size: 20px;
    --mdc-typography-headline5-font-size: 18px;
    --mdc-typography-headline6-font-size: 15px;

    /* Affects Material UI Text Fields & Selects */
    --mdc-typography-subtitle1-font-size: 16px;
    
    /* Affects Material UI Data Table Header Row */
    --mdc-typography-subtitle2-font-size: 14px;
    
    --mdc-typography-body1-font-size: 14px;
    
    /* Affects Material UI Form Labels & Data Table Body + Pagination */
    --mdc-typography-body2-font-size: 13px;

    --mdc-typography-caption-font-size: 13px;
    
    /* Affects Material UI Button Text */
    --mdc-typography-button-font-size: 15px;

    --mdc-typography-overline-font-size: 13px;

    /* Miscellaneous */

    --mdc-dialog-z-index: 105
}

/*
.########..########.########..########..##.......##.....##.########
.##.....##.##.......##.....##.##.....##.##.......##.....##.##......
.##.....##.##.......##.....##.##.....##.##.......##.....##.##......
.########..######...##.....##.########..##.......##.....##.######..
.##...##...##.......##.....##.##.....##.##.......##.....##.##......
.##....##..##.......##.....##.##.....##.##.......##.....##.##......
.##.....##.########.########..########..########..#######..########

.########..#######...######....######...##.......########
....##....##.....##.##....##..##....##..##.......##......
....##....##.....##.##........##........##.......##......
....##....##.....##.##...####.##...####.##.......######..
....##....##.....##.##....##..##....##..##.......##......
....##....##.....##.##....##..##....##..##.......##......
....##.....#######...######....######...########.########
*/

:root {
    --google-red-300: #E57373;
    --google-red-900: #b71c1c;
    --google-blue-300: #64b5f6;
    --google-blue-900: #0D47A1;
}

.redblue-toggle {
    font-family: sans-serif;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;

    background: var(--google-red-300);
    color: var(--google-blue-900);
}

.redblue-toggle--toggled {
    background: var(--google-blue-300);
    color: var(--google-red-900);
}

/*
..######...#######..##........#######..########..........########..####..######..##....##.########.########.
.##....##.##.....##.##.......##.....##.##.....##.........##.....##..##..##....##.##...##..##.......##.....##
.##.......##.....##.##.......##.....##.##.....##.........##.....##..##..##.......##..##...##.......##.....##
.##.......##.....##.##.......##.....##.########..#######.########...##..##.......#####....######...########.
.##.......##.....##.##.......##.....##.##...##...........##.........##..##.......##..##...##.......##...##..
.##....##.##.....##.##.......##.....##.##....##..........##.........##..##....##.##...##..##.......##....##.
..######...#######..########..#######..##.....##.........##........####..######..##....##.########.##.....##
*/
#component-color-picker {
    z-index: 10;
}

#color-picker-container {
    width: 250px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.12);
    background: white;
}

#twod-gradient {
    width: 100%;
    height: 150px;
}

#current-color-circle {
    margin: 10px;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(158, 158, 158);
}

#sliders-container .oned-slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.oned-slider {
    margin: 10px;
    height: 10px;
    border-radius: 2px;
}

.oned-pointer {
    z-index: 3;
    background: white;
    position: absolute;
    left: calc(100% - 7px);
    top: -2px;
    height: 12px;
    width: 12px;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #9e9e9e;
}

#rgba-textfield {
    display: flex;
    justify-content: space-between;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

#rgba-textfield .mdc-text-field {
    width: 56px;
    padding-left: 12px;
    padding-right: 12px;
}

#rgba-textfield .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(0, 0, 0, 1);
}

#recent-colors {
    padding-left: 5px;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#recent-colors .recent-color-container {
    padding-right: 9px;
}

#recent-colors .recent-color-button {
    width: 18px;
    height: 18px;
    border-radius : 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(158, 158, 158);
}

#color-picker-buttons {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

#component-color-picker .mdc-button {
    border: 1px solid #9e9e9e;
    width: 118px;
}

/*
.########.....###....########.########....########..####..######..##....##.########.########.
.##.....##...##.##......##....##..........##.....##..##..##....##.##...##..##.......##.....##
.##.....##..##...##.....##....##..........##.....##..##..##.......##..##...##.......##.....##
.##.....##.##.....##....##....######......########...##..##.......#####....######...########.
.##.....##.#########....##....##..........##.........##..##.......##..##...##.......##...##..
.##.....##.##.....##....##....##..........##.........##..##....##.##...##..##.......##....##.
.########..##.....##....##....########....##........####..######..##....##.########.##.....##
*/

#date-picker-container {
    width: 300px;
    display: none;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#months-years-arrows {
    margin-top: 10px;
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#months-arrows {
    margin-top: 5px;
    justify-content: flex-end;
    margin-left: 50px;
}

#arrow-drop-up {
    display: none;
}

#next-month {
    margin-left: 25px;
}

#years-arrow{
    margin-top: 5px;
    display: flex; 
}


.material-icons {
    font-size: 17px;
}
  
.material-icons:hover {
    background-color: rgb(233, 229, 229);
}

.material-icons:active {
    background-color: rgb(214, 212, 212);
}

.prev-month {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#year-selector {
    margin-top: 15px;
    display: none;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-row-gap: 2rem;
    row-gap: 2rem;
    height: 250px;
    max-height: 250px;
    overflow: auto;
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__year {
    display: flex;
	justify-content: center;
	align-items: center;
    color: #313131
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__years .mdc-data-table__year.selected{
    background-color: #6600CC;
    color: white;
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days { 
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    height: 250px;
}

/* .mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__table .mdc-data-table__days
.mdc-data-table__day {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__week-day {
    display: flex;
	justify-content: center;
	align-items: center;
    color: #313131;
}



.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__day {
    display: flex;
	justify-content: center;
	align-items: center;
    color: #313131;
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__day:hover, .mdc-data-table__year:hover {
    background-color: rgb(234, 215, 252);
    /* background: rgb(234, 215, 252) radial-gradient(circle, transparent 1%, rgb(234, 215, 252) 1%) center/15000%; */
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__day:hover, .mdc-data-table__year:active {
    background-size: 100%;
}

.mrmdc-date-picker .mdc-data-table__table-container 
.mdc-data-table__days .mdc-data-table__day.selected{
    background-color: #6600CC;
    color: white;
}

/*
.########.....###....##....##..#######...######.
.##.....##...##.##...###...##.##.....##.##....##
.##.....##..##...##..####..##.##.....##.##......
.########..##.....##.##.##.##.##.....##..######.
.##........#########.##..####.##.....##.......##
.##........##.....##.##...###.##.....##.##....##
.##........##.....##.##....##..#######...######.

.########..########...#######...######..########..######...######..####.##....##..######..
.##.....##.##.....##.##.....##.##....##.##.......##....##.##....##..##..###...##.##....##.
.##.....##.##.....##.##.....##.##.......##.......##.......##........##..####..##.##.......
.########..########..##.....##.##.......######....######...######...##..##.##.##.##...####
.##........##...##...##.....##.##.......##.............##.......##..##..##..####.##....##.
.##........##....##..##.....##.##....##.##.......##....##.##....##..##..##...###.##....##.
.##........##.....##..#######...######..########..######...######..####.##....##..######..
*/

div.mr-cog-container {
    display: none;
    position: absolute;
    background-color: #ccc;
    color: #EEE;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 32px;
}

div.mr-cog {
    font-size: 10px;
    background-color: #EEE;
    border-radius: .3em   ;
    border: solid .55em #EEE;
    display: inline-block;
    padding: 1.125em;
    position: absolute;
    top: calc( 50% - 2.8125em );
    left: 50%;
    -webkit-animation: rotateCogs 3s linear infinite;
    -moz-animation: rotateCogs 3s linear infinite;
    animation: rotateCogs 3s linear infinite;
}
  
div.mr-cog.anti-clockwise {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
  
div.mr-cog::before {
    border: solid .55em #EEE;
    padding: 1.125em;
    position: absolute;
    content: "";
    transform: translate(-1.675em, -1.675em) rotate(45deg);
    border-radius: .3em;
}
  
div.mr-cog::after {
    content: "";
    position: absolute;
    border: solid .5em #aaa;
    padding:  0em;
    border-radius: 2em;
    transform: translate(-.5em,-.5em);
}
  
@-moz-keyframes rotateCogs { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotateCogs { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotateCogs { 100% { -webkit-transform: rotate(360deg); } }

/*
....###.....######...######...#######..##.....##.##....##.########.....######..########.########.########.####.##....##..######....######.
...##.##...##....##.##....##.##.....##.##.....##.###...##....##.......##....##.##..........##.......##.....##..###...##.##....##..##....##
..##...##..##.......##.......##.....##.##.....##.####..##....##.......##.......##..........##.......##.....##..####..##.##........##......
.##.....##.##.......##.......##.....##.##.....##.##.##.##....##........######..######......##.......##.....##..##.##.##.##...####..######.
.#########.##.......##.......##.....##.##.....##.##..####....##.............##.##..........##.......##.....##..##..####.##....##........##
.##.....##.##....##.##....##.##.....##.##.....##.##...###....##.......##....##.##..........##.......##.....##..##...###.##....##..##....##
.##.....##..######...######...#######...#######..##....##....##........######..########....##.......##....####.##....##..######....######.
*/

.account-settings{
    font-style: italic;
}
.local-settings{
    font-weight: bold;
}