@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
/* Cursive Fonts */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
/* Clear Fonts */
@import url('https://fonts.googleapis.com/css2?family=Flamenco&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');

/* -------------------------------------------------- MP3 Player Fonts -------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');

  .title-bar-save-btn {
    top: -37px;
    right: 100px;
    width: 0px;
    height: 0px;
    float: right;
    position: relative;

  }

  .title-bar-screen-size {
    top: -30px;
    /*height: 35px;*/
    width: 0px;
    height: 0px;

    float: right;

    position: relative;
    display: block;
  }
  
/* ---------------------------------------------------------------------------------- Screen Change Settings */
  .exit-screen {
    /* TODO: close window*/
  }
  .min-screen {
    /* TODO: minimize screen*/
  }



/* ---------------------------------------------------------------------------------- Screen Buttons */
  .container-screen-switch-buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    position: relative;
    /*border: 1px solid yellow;*/
    font-size: 10px;font-weight: bolder;
    float: right;
    height: 26px;
    width: 86px;
  }
  .all-parts-full-screen-switching {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    position: relative;
    /*border: 1px solid red;*/
    float: right;
    height: 28px;
    width: 28px;
  }
  .half-part-screen-switching {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    position: relative;
    /*border: 1px solid purple;*/
    float: right;
    height: 28px;
  }
  .task-box-vertical {
    cursor: pointer;
    width: 10px;
    height: 24px;
    background-color: #AEAEAE;
    border-radius: 2px;
    display: block;
  }
  .task-box-vertical:hover {
    background-color: #FFF;
  }
  .task-box-horizontal {
    cursor: pointer;
    width: 24px;
    height: 10px;
    background-color: #AEAEAE;
    border-radius: 2px;
    display: block;
  }
  .task-box-horizontal:hover {
    background-color: #FFF;
  }
  
  .task-box {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: #AEAEAE;
    border-radius: 2px;
    display: block;
  }
  .task-box:hover {
    background-color: #FFF;
  }
  .top-box-screen-space {
    margin-top: 4px;
  }
  .left-box-screen-space {
    margin-left: 4px;
  }
  .right-box-screen-space {
    margin-right: 4px;
  }

/* ---------------------------------------------------------------------------------- Toolbar Parts Location */
  .left {
    width: 25%;
  }
  .middleNotePad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
    height: 25px;
    width: 75%;        /* Viewport-relative units */
    width: -webkit-calc(75% - 95px);
    width: -moz-calc(75% - 95px);
    width: calc(75% - 95px);
  }
  .fbr-btn {
    display: flex;
    float: right;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .right {
    display: flex;
    float:right;
    position: relative;
  }
  
/* ---------------------------------------------------------------------------------- Page Content */
  .notePadBackPaper {
    visibility: visible;
    display: block;
    z-index: 1;
    background: #AEAEAE;
    width: 100%;
    height: 100%;        /* Viewport-relative units */
    /*height: -webkit-calc(100% - 35px);
    height: -moz-calc(100% - 35px);
    height: calc(100% - 35px);*/
  }

/* ---------------------------------------------------------------------------------- NotePad */

#minimizeWindows {
background: transparent;
color: #AEAEAE;
cursor: pointer;
position: fixed;
display: flex;
margin-top: auto;
overflow-x: auto;
height: 100%;
width: fit-content;
height: fit-content;
left: 120px;
max-width: 70%;
/*border: 1px solid green;*/

/*transform: translate(13%, 5px);*/
z-index: 1;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#minimizeWindows span {
height: 35px;
width: 35px;
display: block;
background-position: center;
background-size: 60% 60%;
  /*margin-top: 2px;*/
  display: block;
float: inherit;
clear: none;
margin-right: auto;
margin-left: auto;
background-repeat: no-repeat;
padding: 2px;
}
#minimizeWindows span:hover {
color: #fff;
background-color: #696969;
border-radius: 10px;
}
/*
<div id="minimizeWindows">
  <span class="internetz">other</span>
</div>
*/

.fileNameText {
width: 420px;
height: 25px;
padding-left: 10px;
margin: 5px;
display: inline-block;
border: 2px solid #a32cc4;
border-radius: 4px;
box-sizing: border-box;
}
.loadFileName {
width: 420px;
height: 25px;
padding-left: 10px;
margin: 5px;
display: inline-block;
border: 2px solid #008eff;
border-radius: 4px;
box-sizing: border-box;
}
.FontFormLocation{
position: relative;
left: 2px;
display: block;
float: left;
}

.fontOpt {
margin: auto;
width: 200px;
height: 25px;
/*top right bot left*/
padding: 0 1px 1px 10px;
margin: 20px 10px 22px 10px;
border: 2px solid #00ff88;
border-radius: 4px;
box-sizing: border-box;
position: relative;
}
.fontLabel {
text-align: left;
position: relative;
margin: auto;
left: 10px;
}
.FontSizeLocation{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: flex-end;
justify-content: flex-start;
text-align: center;
position: relative;
left: 14px;
margin: 20px 10px 22px 10px;
width: 220px;
height: 25px;
}
#FontSizeInfo {
color: #000;
background-color: #fff;
text-align: center;
width: 55px;
height: 25px;
border: 2px solid #00ff88;
background-color: #fff;
border-radius: 4px;
box-sizing: border-box;
position: relative;
display: block;
margin: auto;
}
.fontSizeLabel {
display: block;
text-align: center;
position: relative;
margin: auto;
}
.resizeFont {
font-weight: bold;
color: #000;
background-color: #fff;
width: 25px;
height: 25px;
margin: auto;
border: 2px solid #00ff88;
border-radius: 4px;
box-sizing: border-box;
}
.resizeFont:hover {
border: 2px solid #00753f;
background-color: #666;
color: #fff;
}
.resizeFontEnd {
font-weight: bold;
width: 25px;
height: 25px;
margin: auto;
border-radius: 4px;
box-sizing: border-box;
border: 2px solid #00753f;
background-color: #666;
color: #fff;
}
.resizeFontEnd:hover {
background-color: #555;
}
.SaveBTN {
width: 50px;
height: 25px;
background-color: #710193;
text-align: center;
margin: auto;
font-weight: bold;
color: white;
/*padding: 7px 10px;
margin: 4px 0;*/
border: 1px solid #a32cc4;
border-radius: 4px;
cursor: pointer;
}
.SaveBTN:hover {
background-color: #a32cc4;
border: 1px solid #710193;
}
.LoadBTN {
width: 50px;
height: 25px;
background-color: #008eff;
text-align: center;
margin: auto;
font-weight: bold;
color: white;
/*padding: 7px 10px;
margin: 4px 0;*/
border: 1px solid #47c2f6;
border-radius: 4px;
cursor: pointer;
}
.LoadBTN:hover {
background-color: #47c2f6;
border: 1px solid #008eff;
}
#notePadText {
padding-top: 2px;
padding-left: 110px;
padding-right: 15px;

font-weight: bold;
line-height: 26px;
letter-spacing: 1px;
word-spacing: 5px;

width: 100%;
height: 100%;
resize: none;
overflow: auto;
scrollbar-width: thin ;
border: none;
display: block;
background-image: repeating-linear-gradient(white 0px, white 24px, teal 26px);
}
.fontOptions {
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
word-spacing: 5px;
}
#font {
left: 5px;
font-size: 15px;
}

#paper {
width: 80%;
height: 100%;
position: relative;
margin: auto;
padding-top: 40px;
padding-bottom: 40px;
background-color: white;
box-shadow: 5px 0px 15px 0px #000;
}

#paper::before {
content: '';
width: 2px;
height: 100%;
position: absolute;
top: 0;
left: 90px;
background-color: rgba(255,0,0,0.6);
}
#paper::after {
content: '';
width: 2px;
height: 100%;
position: absolute;
top: 0;
left: 86px;
background-color: rgba(255,0,0,0.6);
}

.saveNote span {
height: 33px;
width: 33px;
display: block;
position: absolute;
background-position: center;
background-size: 70% 70%;
  top: 3px;
right: 35px;
background-repeat: no-repeat;
}
.saveNote span:hover {
color: #fff;
background-color: #696969;
border-radius: 5px;
}

/* ---------------------------------------------------------------------------------- Notification PopUp */
.saveUp {
position: relative;
display: inline-block;
top: 185px;
right: 360px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* The actual popup */
.saveUp .saveContent {
visibility: hidden;
width: 505px;
height: 150px;
background: #212121;
opacity: 0.9;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
}

/* Popup arrow */
.saveUp .saveContent::before {
content: "";
position: absolute;
right: 105px;
margin-top: -25px;
border-width: 10px;
border-style: solid;
border-color: transparent transparent #212121 transparent;
}

.saveUp .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
from {opacity: 0;} 
to {opacity: 0.9;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 0.9;}
}

.dancingScript {
	font-family: 'Dancing Script', cursive;
  }
  .monsieurLaDoulaise {
	font-family: 'Monsieur La Doulaise', cursive;
  }
  .redressed {
	font-family: 'Redressed', cursive;
  }
  .rougeScript {
	font-family: 'Rouge Script', cursive;
  }
  .styleScript {
	font-family: 'Style Script', cursive;
  }
  .tangerine {
	font-family: 'Tangerine', cursive;
  }
  
  /* Clear Fonts */
  .flamenco {
	font-family: 'Flamenco', cursive;
  }
  .fugazOne {
	font-family: 'Fugaz One', cursive;
  }
  .merriweather {
	font-family: 'Merriweather', serif;
  }
  .ptSansCaption {
	font-family: 'PT Sans Caption', sans-serif;
  }
  .ubuntu {
	font-family: 'Ubuntu', sans-serif;
  }
  .ubuntuMono {
	font-family: 'Ubuntu Mono', monospace;
  }

  .font5px {
	font-size: 5px;
  }
  .font10px {
	font-size: 10px;
  }
  .font15px {
	font-size: 15px;
  }
  .font20px {
	font-size: 20px;
  }
  .font25px {
	font-size: 25px;
  }
  .font30px {
	font-size: 30px;
  }
  .font35px {
	font-size: 35px;
  }
  .font40px {
	font-size: 40px;
  }
  .font45px {
	font-size: 45px;
  }
  .font50px {
	font-size: 50px;
  }

  /* ---------------------------------------------------------------------------------- Screen Size */
  
@media only all and (max-width: 768px) {

.fontLabel {
text-align: left;
position: relative;
margin: auto;
left: 14px;
padding-right: 5px;
}
.fontOpt {
margin: auto;
width: 164px;
height: 25px;
/*top right bot left*/
padding: 0 1px 1px 10px;
margin: 20px 10px 22px 10px;
border: 2px solid #00ff88;
border-radius: 4px;
box-sizing: border-box;
position: relative;
}
.FontSizeLocation {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: flex-end;
justify-content: flex-start;
text-align: center;
position: relative;
left: 1px;
margin: 20px 10px 22px 10px;
width: 220px;
height: 25px;
}
.fileNameText {
width: 150px;
height: 25px;
padding-left: 10px;
margin: 5px;
display: inline-block;
border: 2px solid #a32cc4;
border-radius: 4px;
box-sizing: border-box;
}
.loadFileName {
width: 150px;
height: 25px;
padding-left: 10px;
margin: 5px;
display: inline-block;
border: 2px solid #008eff;
border-radius: 4px;
box-sizing: border-box;
}
.saveUp {
position: relative;
display: inline-block;
top: 268px;
right: 105px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.saveUp .saveContent {
visibility: hidden;
width: 250px;
height: 210px;
background: #212121;
opacity: 0.9;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
}
.saveUp .saveContent::before {
content: "";
position: absolute;
right: 105px;
margin-top: -25px;
border-width: 10px;
border-style: solid;
border-color: transparent transparent #212121 transparent;
}

.saveUp .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
}
