fos-icon {
	position: relative;
}

.icon-text {
	color: lightgray;
	font-size: 18px;
	font-weight: bold;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: black;
}

#fos-fake-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: silver;
	width: 100%;
	height: 45px;
	display: flex;
	box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
	align-items: center;
	justify-content: flex-start;
	box-shadow: 0px 0px 5px black;
	box-sizing: border-box;
	padding-left: 10px;
	font-family: "Pixelated MS Sans Serif", Arial;
	font-size: 11px;
}

fos-window, fos-menu {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.ms-button {
    #title {
        background: silver;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: transparent;
    min-height: 23px;
    min-width: 75px;
    padding: 0 12px;
    text-shadow: 0 0 #222;
    -webkit-font-smoothing: none;
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
    }
}

.not-ninety-eight-style {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: transparent;
    min-height: 0px;
    min-width: 0px;
    padding: 0;
    text-shadow: none;
    -webkit-font-smoothing: none;
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
}
.not-ninety-eight-style:focus {
    border: none
}
.not-ninety-eight-style:active {
    border: none
}

.email-container {
    width: 100%;
    padding: 12px;
}

.email-button-starting-email:hover ~ table .email-overlay-starting-email {
   background-color: #39107b !important;
   color: white;
}

.email-button-park-email:hover ~ table .email-overlay-park-email {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-congrats-email:hover ~ table .email-overlay-congrats-email {
    background-color: #39107b !important;
    color: white;
 }
 
 .email-button-not-congrats-email:hover ~ table .email-overlay-not-congrats-email {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-congrats-email-day-four:hover ~ table .email-overlay-congrats-email-day-four {
    background-color: #39107b !important;
    color: white;
 }
 
 .email-button-not-congrats-email-day-four:hover ~ table .email-overlay-not-congrats-email-day-four {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-congrats-email-day-five:hover ~ table .email-overlay-congrats-email-day-five {
    background-color: #39107b !important;
    color: white;
 }
 
 .email-button-not-congrats-email-day-five:hover ~ table .email-overlay-not-congrats-email-day-five {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-news-day-1:hover ~ table .email-overlay-news-day-1 {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-news-sorry-day-2:hover ~ table .email-overlay-news-sorry-day-2 {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-news-day-2:hover ~ table .email-overlay-news-day-2 {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-doctor-email-day-one:hover ~ table .email-overlay-doctor-email-day-one {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-doctor-email-day-three:hover ~ table .email-overlay-doctor-email-day-three {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-doctor-email-day-four:hover ~ table .email-overlay-doctor-email-day-four {
    background-color: #39107b !important;
    color: white;
 }

 .email-button-doctor-email-day-five:hover ~ table .email-overlay-doctor-email-day-five {
    background-color: #39107b !important;
    color: white;
 }


.email-is-read {
    background-color: #dce4e4
}
.email-not-read {
    background-color: white
}

.email-header {
    background-color: #bdc1c2;
    margin-left: 6px;
    width: calc(100% - 6px);
}

.email-popup {
    background-color: #bdc1c2;
    width: 30vw;
}

.email-message-container {
    background-color: white;
    margin: 12px;
    padding: 4px;
    text-align: left;
    
    -webkit-font-smoothing: none;
    font-family: "Pixelated MS Sans Serif", Arial;
    text-wrap: wrap;
    height: 100px;
    overflow-y: scroll;
}

.reply-button {
    margin-left: 12px;
}

.functionally-a-button-stylistically-a-link {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #00f;
    min-height: 0px;
    min-width: 0px;
    padding: 4px;
    text-shadow: none;
    -webkit-font-smoothing: none;
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
    text-decoration: underline;
}

.functionally-a-button-stylistically-a-link:focus {
    outline: 1px dotted #00f;
}

#logoff-screen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    background-color: #bdc1c2;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-font-smoothing: none;
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
}

.progress-indicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: inset -2px -2px #dfdfdf, inset 2px 2px grey;
    box-sizing: border-box;
    height: 32px;
    width: 492px;
    padding: 4px;
    position: relative;
}

.progress-indicator.segmented .progress-indicator-bar {
    background-color: transparent;
    background-image: linear-gradient(90deg, navy 16px, transparent 0 2px);
    background-repeat: repeat;
    background-size: 18px 100%;
    width: 0%;
    height: 100%;
    display: block;
}
