body{
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 0px;
background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f2f6f8 0%, #d8e1e7 56%, #b5c6d0 84%, #b5c6d0 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f2f6f8 0%,#d8e1e7 56%,#b5c6d0 84%,#b5c6d0 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f2f6f8 0%,#d8e1e7 56%,#b5c6d0 84%,#b5c6d0 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
width: 100vw;
height: 100vh;
min-width: 200px;
margin: 0px;
overflow: hidden;
}
.app-container{
	position: absolute;
	width: 325px;
	height: 500px;
	min-height: 280px;
	min-width: 294px;
	max-height: 100vh;
	background-color: white;
}
.night-app-container{
	background-color: #404040;
}
.button{
	text-align: center;
	position: relative;
	background-color: #f2f2f2;
	display: inline-block;
	width: 20%;
	color: black;
	font-size: 23px;
	height: 100%;
	outline: none;
	border: none;
	cursor: pointer;
	overflow: auto;
	vertical-align: middle;
	opacity: 0.75;
}
.button:hover {
	opacity: 1;
}
.night-button{
	background-color: #2c2c2c;
	color: white;
}
.button-row{
	position: relative;
	display: block;
	text-align: center;
	height: 25%;
	overflow: auto;
}
.button-box{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 200px;
}

/*DISPLAY MODE BUTTONS*/
.toggle-display-mode{
	left: 5px;
	top: 6px;
}
.toggle-display-mode img{
	height: 13px;
	width: auto;
	cursor: pointer;
}

.screen{
	position: relative;
	display: block;
	background: #F2F2F2;
	height: calc(100% - 230px);
	text-align: right;
	overflow-x: hidden;
	overflow-y: hidden;
}
.screen:hover {
	overflow-y: auto;
}
.menu-bar{
	position: relative;
	display: block;
	background: #404040;
	height: 30px;
	overflow: auto;
	vertical-align: middle;
	text-align: left;
	padding-left: 35px;
}
.menu-button{
	opacity: 0.7;
	position: absolute;
	outline: none;
	display: inline-block;
	border: none;
	overflow: hidden;
	background: none;
}

.menu-button:hover {
	opacity: 1;
}

/*CLEAR ALL BUTTON*/
.clear-all{
	right: 10px;
	top: 8px;
	display: none;
}

.clear-all img{
	height: 12px;
	width: auto;
	cursor: pointer;
}

.tooltiptext {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 3px;
    position: absolute;
    z-index: 1;
    height: 12px;
    width: 60px;
    font-size: 10px;
    bottom: 250%;
    left: 0%;
    margin-left: -32px;
    opacity: 1;
    transition: opacity 0.5s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/*FONT SIZE BUTTONS*/
.font-size-box{
	position: relative;
	outline: none;
	display: inline-block;
	border: none;
	background: none;
	top: 3px;
}
.font-size-button{
	position: relative;
	display: inline-block;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background: none;
	outline: none;
	border: none;
	font-family: 'Open Sans';
	color: white;
	overflow: hidden;
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
}
.font-size-button:hover {
	opacity: 1;
}
.bar{
	border-left: 1px solid grey;
	height: 15px;
	width: 0%;
}
.small-font{
	font-size: 13px;
	height: 17px;
}
.large-font{
	font-size: 17px;
}
.night-screen{
	background: #262626;
	color: white;
}
.disable-button{
	cursor: unset;
	color: rgba(150,150,150, 0.6);
}

.disable-button:hover{
	opacity: 0.75;
}

/*day buttons*/
.orange-button{
	background-color: #F5C343;
	color: white;
}
.green-button{
	background-color: #70C0C9;
	color: white;
	opacity: 0.9;
	font-size: 20px;
}

/*night buttons*/
.black-button{
	background-color: #262626;
}
.dark-orange-button{
	background-color: #DE8344;
}
.blue-button{
	background-color: #408F92;
}
.small-button-font{
	font-size: 18px;
}
.op-button{
	font-size: 25px;
}
.line{
	width: 75%;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: lighter;
	letter-spacing: 0.8px;
	display: block;
	color: inherit;
	border: none;
	background: transparent;
	outline: none;
	min-height: 27px;
	margin: 10px;
}
.display-top{
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
}
textarea{
	overflow: hidden;
	min-height: 17px;
	width: 75%;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	resize: none;
	overflow: hidden;
}
.row{
	position: relative;
	width: calc(100% - 20px);
	display: block;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 0px;
}
.row:hover > .close-row{
	visibility: visible;
}
.row:hover{
	background-color: rgba(170, 170, 170, 0.08);
}

.row:first-of-type{
	padding-top: 20px;
}
.close-row {
	position: absolute;
	right: 3px;
	background: transparent;
	outline: none;
	border: none;
	padding: 0px;
	margin: 5px;
	color: #b3002d;
	margin-top: 1px;
	top: 0px;
	font-size: 20px;
	font-weight: normal;
	visibility: hidden;
	cursor: pointer;
}
.close-row:hover {
	visibility: visible;
	font-weight: bolder;
	color: #b3002d;
}

.hidden-div{
	display: block;
	margin-bottom: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 75%;
	resize: none;
	visibility: hidden;
	overflow: hidden;
	white-space: pre-wrap;
	word-wrap: normal;
}
.output-div{
	width: 100%;
	text-align: right;
	margin-top: 0px;
	margin-left: 0px;
	font-weight: lighter;
	font-size: 16px;
	margin-bottom: 0px;
	border-bottom: 1px solid lightgrey;
}
.output-div-night{
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.input-div{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.8;
}
.input-div:first{
	text-align: left;
	margin-top: -10px;
	margin-bottom: 0px;
	opacity: 0.8;
}

.error-text{
	color: red;
	font-size: 13px;
	min-font-size: 10px;
	opacity: 0.7;
}
.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
textarea::-webkit-input-placeholder {
     opacity: 0.8; /*Change the opacity between 0 and 1*/
}
/*::-webkit-scrollbar {
    height: 100%;
    width: 10px;
    background: none;
}*/

::-webkit-scrollbar {
    background: transparent;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(200,200,200,0.5);
    border-radius: 40px;
    height: 2px;
}

/*::-webkit-scrollbar-corner {
    background: transparent;
}*/
@media screen and (max-width: 450.999px){
	.app-container{
		width: 100vw;
		height: 100vh;
		top: 0px;
		left: 0px;
		bottom: 0px;
	}
	input{
		read
	}
}

@media screen and (min-width: 451px){
	.app-container{
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

