body,
html {
    height: 100%;
    overflow: hidden;
}

*,
:after,
:before,
body,
html {
    padding: 0;
    margin: 0;
    image-rendering: 'pixelated';
}

/*
.start-button-wrapper,
button {
    border: 0;
    cursor: pointer;
}
*/

a,
input:focus {
    outline: 0;
}

button,
label {
    cursor: pointer;
}

.windows,
body,
input {
    font-size: 12px;
}

.windows-button,
input {
    -webkit-appearance: none;
}

.icon-wrap,
.windows,
.windows-header,
body,
html {
    overflow: hidden;
}

@font-face {
    font-family: px_sans_nouveaux;
    src: url(px_sans_nouveaux.eot);
    src: url(px_sans_nouveaux.eot?#iefix) format('embedded-opentype'), url(px_sans_nouveaux.woff2) format('woff2'), url(px_sans_nouveaux.woff) format('woff'), url(px_sans_nouveaux.ttf) format('truetype');
}

-webkit-scrollbar-thumb {
    background-color: silver;
    border-left: ridge 2px #fff;
    border-top: ridge 2px #fff;
    border-right: ridge 2px gray;
    border-bottom: ridge 2px gray;
}

html {
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: inherit;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    letter-spacing: -.025em;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
    color: rgba(255, 255, 255, .8);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    transition: background-color 1s ease .5s, color 1s ease .5s;
    font-family: px_sans_nouveaux;
    background-color: teal;
}

.form-content,
.share,
.share a,
.windows-content {
    color: #000;
}

.windows,
.windows-button {
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=color] {
    opacity: 0;
    width: 26px;
}

input {
    border-radius: 0;
}

label {
    display: block;
}

.label-container {
    display: none;
}

.input-border {
    border-left: 2px solid #6b6b6b;
    border-top: 2px solid #6b6b6b;
    border-right: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
}

.input {
    width: 100%;
    border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding-left: .5em;
}

.formfields {
    position: relative;
    border-left: 1px solid #848484;
    border-top: 1px solid #848484;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.formfields .formfields-inner {
    padding: 1em 1em 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #848484;
}

.formfields .formfields-label {
    position: absolute;
    background-color: #c6c6c6;
    padding: 0 .35em;
    top: -.75em;
    left: .5em;
}

.flavor-name-container {
    margin-top: 1em;
}

.share {
    margin: 2em auto 0;
    width: 80%;
}

.bullets {
    list-style: none;
    padding: 0;
}

.bullets li {
    margin: 1em 0;
}

.windows-container,
.windows-form {
    margin: 0 0;
    height: 100%;
}

.bullets a {
    position: relative;
    padding: 0 .2em;
    padding-left: calc(.5em + 13px);
    border: 1px dotted transparent;
}

.bullets a:after,
.bullets a:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
}

.bullets a:before {
    background: url(./bullet.gif);
}

.bullets a:after {
    opacity: 0;
    background: url(./bullet-checked.gif);
}

.bullets a.clicked:after,
.bullets a:hover:after {
    opacity: 1;
}

.bullets a:active {
    border: 1px dotted #000;
}

.windows-container {
    width: 100%;
    z-index: 2;
    padding: 50px 80px 79px;
    overflow: hidden;
}

.windows-content {
    padding: 1.5em;
}

.windows {
    font-weight: 400;
    letter-spacing: .025em;
    font-smoothing: never;
    -webkit-font-smoothing: none;
    background-color: #c6c6c6;
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 100%;
    position: relative;
}

.windows .windows-button {
    color: #000;
    background-color: silver;
    position: relative;
    z-index: 10;
    float: right;
}

.windows .windows-button:active {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
}

.windows-header {
    height: 30px;
    position: relative;
    text-align: left;
    color: #fff;
    padding: .25em .75em;
    line-height: 1.4;
    font-size: larger;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 2px solid silver;
    border-bottom: 1px solid silver;
    background: navy;
}

.windows-form {
    width: 27.5%;
    height: 75%;
    left: 7.5%;
    top: 2.5%;
    font-family: px_sans_nouveaux;
}

.windows-button {
    display: block;
    -moz-appearance: none;
    appearance: none;
    font-weight: 700;
    letter-spacing: .05em;
    padding: .45em .75em;
    border-left: 2px solid #ededed;
    border-top: 2px solid #ededed;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
}

.icon-inner-container .icon-box span,
.ui-icon span {
    text-align: center;
    font-family: px_sans_nouveaux;
    font-size: 12.5px;
    letter-spacing: 1.25px;
}

.icon-inner-container h2 {
    font-size: 20px;
    font-weight: 750;
    letter-spacing: 1.25px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.icon-outer-container p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.25px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.8;
}

.windows-button:active {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0)
}

.windows-button:focus {
    outline: #000 dotted 1px
}

.windows-footer {
    padding: 2em 0
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.hidden {
    display: none
}

.form-content {
    padding: 10px 10px 40px
}

.icon-wrap {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 0;
    height: 100%
}

.icon-outer-container {
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    height: 100%;
    padding: 10px;
    margin: 0
}

.icon-inner-container {
    border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    background: #fff;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll
}

.icon-inner-container .icon-box {
    display: inline-block;
    position: relative;
    text-align: center
}

.icon-inner-container .img16 {
    margin-top: -40px;
    margin-left: 25px
}

.icon-inner-container .img32 {
    margin-top: -50px;
    margin-left: 17px
}

.icon-inner-container .img48 {
    margin-top: -56px;
    margin-left: 10px
}

.icon-inner-container .img64 {
    height: 128px;
    width: 128px
}

.icon-inner-container .icon-box span {
    display: block;
    padding: 4px 0 0
}

.icon-item,
.icon-item .helper,
.ui-icon {
    display: inline-block;
}

.icon-item {
    width: 68px;
    height: 68px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin: 5px;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f
}

.icon-item .helper {
    height: 100%;
    vertical-align: middle
}

.icon-item a div {
    vertical-align: middle;
    max-height: 64px;
    max-width: 64px;
    margin-top: -60px;
    margin-left: 10px
}

.ui-desktop {
    /* position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    z-index: 9999 */

    /* background: gray; */

    display: flex;
    justify-content: center;
    height: auto;
    width: auto;

    /* gap: 20px; */
    align-items: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 5rem;
    z-index: auto;
}

.ui-icon {

    /* background: gray; */

    text-align: center;
    vertical-align: middle;
    width: auto;
    z-index: 0;
    line-height: 16px;
    margin: 12px;
    padding: 8px 12px;
}

.ui-icon-container {
    position: relative;
}

.ui_icon div {
    display: block;
    text-align: center;
}

.ui-icon span {
    display: block;
    padding: 4px 0 0;
}

.ui-icon a:hover {
    padding: 6px;
    cursor: pointer;
}

.ui-icon a:hover img {
    filter: brightness(1.1);
}

.taskbar {
    background: silver;
    position: fixed;
    left: 0;
    bottom: 0;
    max-height: 30px;
    width: 100%;
    box-shadow: inset 0 1px silver, inset 0 2px white;
    padding: 4px 2px;
    display: flex
}

.taskbar button {
    min-height: 22px
}

.start-button {
    box-shadow: inset -1px -1px #000, inset 1px 1px silver, inset -2px -2px gray, inset 2px 2px #fff;
    background: silver;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    min-width: 64px;
    min-height: 24px;
    display: flex;
    align-items: center;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 4px;
    margin-right: 5px;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer
}

.start-button::-moz-focus-inner {
    border: 0
}

/* .start-button.focused,.start-button:focus {
    outline: 1px dotted #000;
    outline-offset: -4px
} */

.start-button:not(:disabled).active,
.start-button:not(:disabled):active {
    box-shadow: inset -1px -1px #fff, inset 1px 1px gray, inset -2px -2px silver, inset 2px 2px #000
}

details[open] .start-button {
    box-shadow: inset -1px -1px #fff, inset 1px 1px gray, inset -2px -2px silver, inset 2px 2px #000
}

.start-button img {
    margin-right: 3px
}

.start-menu {
    box-shadow: inset -1px -1px #000, inset 1px 1px silver, inset -2px -2px gray, inset 2px 2px #fff;
    background-color: silver;
    bottom: 26px;
    left: 3px;
    position: absolute;
    padding: 3px;
    display: none;
}

.start-menu.open {
    display: block;
}

.start-menu .icon-list li {
    margin: 0;
    padding: 2px
}

.start-menu .icon-list li a {
    color: #000;
    cursor: default;
    display: inline-block;
    width: 100%;
    padding-right: 4px
}

.start-menu .icon-list li:hover {
    background: navy;
    color: #fff
}

.start-menu .icon-list li:hover a {
    color: #fff
}

.icon-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale;
    font-family: "MS Sans Serif", sans-serif;
    font-size: 8pt
}

.icon-list a {
    text-decoration: none
}

.icon-list li {
    margin-bottom: 4px
}

.icon-list img {
    vertical-align: middle
}

.taskband-button {
    box-shadow: inset -1px -1px #fff, inset 1px 1px gray, inset -2px -2px silver, inset 2px 2px #000;
    line-height: 22px;
    min-width: 160px;
    max-width: 160px;
    font-weight: 550;
    box-sizing: border-box;
    border: none;
    padding: 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: black;
    font-size: 11px;
    display: inline-block
}

/**/

.date-time {
    box-shadow: inset -1px -1px #fff, inset 1px 1px gray, inset -2px -2px silver, inset 2px 2px #000;
    line-height: 22px;
    min-width: 160px;
    max-width: 160px;
    font-weight: 550;
    box-sizing: border-box;
    border: none;
    padding: 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: black;
    font-size: 11px;
    display: inline-block;
    position: fixed;
    right: 3px;
}

/**/

/**/

.start-menu-high {
    width: auto;
    height: auto;
    background-color: #C0C0C0;
    /* border: 2px solid #000; */
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    /* font-family: "MS Sans Serif", sans-serif; */
    font-family: px_sans_nouveaux;
    letter-spacing: 1.5px;
}

.start-menu-header {
    /*background-color: #000080;*/
    background: linear-gradient(90deg, navy, #1084d0);
    color: #FFFFFF;
    padding: 5px;
    text-align: left;
    align-content: center;
    padding-left: 20px;
    height: 50px;
    font-weight: bold;
    font-size: large;
}

.start-menu-body {
    padding: 5px;
}

.menu-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}


.menu-row a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
    width: 180px;
    height: 75px;
    gap: 0px;
    margin-right: 2px;
    /*padding-left: 6px;*/
}

.menu-row a.left {
    border-right: 2px solid #A5A5A5;
}

.bottom {
    border-bottom: 3px solid #A5A5A5;
}

.menu-row img.icon {
    width: 32px;
    height: 32px;
    margin-right: 6px;
}

.menu-row span {
    font-size: 14px;
    flex-grow: 1;
}

.menu-row:last-child {
    margin-bottom: 0;
}

/* .menu-row a:hover span {
    background-color: #000080;
    color: #FFFFFF;
    padding: 2px;
    cursor: pointer;
} */

.menu-row a:hover {
    background-color: #000080;
    color: #FFFFFF;
    padding: 6px;
    cursor: pointer;
}


.menu-row a:hover img.icon {
    filter: brightness(1.25);
}




/**/

.start-bar {
    padding: 2px;
    box-shadow: inset 1px 0 #fff;
    display: block;
    background-color: silver;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #4e4e4e;
    position: fixed;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.start-button {
    background-image: url(images/start-button.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 14px
}

/*
.start-button-wrapper {
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px 3px;
    background-color: silver;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000;
    min-width: 59px;
    margin-right: 6px;
    color: #000
}
*/

.made-by,
.start-bar-window {
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: Arial;
    font-weight: 400;
    color: #000
}

.start-bar-window {
    float: left;
    padding: 0 10px 0 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    box-shadow: inset 1px 1px grey;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQYV2M8cODAf3t7ewbG/////z948CADAFuqCj64BtLKAAAAAElFTkSuQmCC)
}

.made-by {
    float: right;
    text-align: right;
    padding: 0 10px;
    border-top: 1px solid gray;
    border-left: 1px solid gray
}

.whats-new {
    float: right;
    padding: 0 10px;
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #c6c6c6;
    width: 300px;
    text-align: center;
    position: relative;
    left: 12.5%;
}


@media (max-width: 768px) {
    .windows-container {
        padding: 10px 20px 40px;
        max-width: 500px
    }
}

@media (max-width: 630px) {
    .ui-desktop {
        display: grid;
    }

    .date-time {
        display: none;
    }

    .taskband-button {
        display: none;
    }
}