@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.copy {
	text-align: right;
	margin-top: -60px;
	padding-right: 10px;
	color: #FF0000;
}

#supportTheDeveloper
{
    position: absolute;
    top: 20px;
    right: 0px;
}

#siteContainer {
    margin-top: 10px;
}

.CodeMirror-activeline-background 
{
    background: rgba(0, 0, 0, 0.3); 
}
.cm-matchhighlight 
{ 
    background-color: #FFFF00; 
}

.CodeMirror-foldmarker {
    color: blue;
    text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
    font-family: 'Roboto', sans-serif;
    line-height: .3;
    cursor: pointer;
}
.CodeMirror-foldgutter {
    width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
    cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
    content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
    content: "\25B8";
}

.CodeMirror-fullscreen
{
    margin-top: 30px;
}

#firebaseui-auth-container
{
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    flex-direction: column-reverse;
}

#shareModal
{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

#shareContent
{
    background-color: white;
}

#dragMe
{
    position: absolute;
    z-index: 200;
    left: calc(50vw + 20px);
    height: calc(34vw - 25px);
    width: calc(50vw - 25px);
}

#previewHolder
{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
    border: none;
}

#closePreview
{
    position: absolute;
    top: -40px;
    right: 0px;
    font-size: 25px;
    z-index: 20;
}

#codeMirrorHolder
{
    position: absolute;
    padding-top: 30px;
    background-color: #58ada4;
    height: 83vh; 
    width: 50vw;
}

#ghostpane2 {
    background: #999;
    opacity: 0.2;

    height: 0px;
    width: 0px;

    position: absolute;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#description
{
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    font-size: 15px;
    z-index: 20;
    color: black;
    text-align: center;
}

#description2
{
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    font-size: 15px;
    z-index: 20;
    color: black;
    text-align: center;
}

#ghostpane {
    background: #999;
    opacity: 0.2;

    left: calc(50vw + 20px);
    height: calc(34vw - 25px);
    width: calc(50vw - 25px);

    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 98;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#topNav
{
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px;
    z-index: 500;
    background-color: #58ada4;
}


.dropdown-label {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-align: center;
    height: 100%;
    padding: 5px 10px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    height: 20px;
    min-width: 50px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #52a29a;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-left: 1px solid #acacac;
    border-right: 1px solid #aCaCaC;
    border-bottom: 1px solid #aCaCaC;
}
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #C9C9C9;
    left: 100%;
    bottom: 0px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    border-top: 1px solid #acacac;
    border-right: 1px solid #aCaCaC;
    border-bottom: 1px solid #aCaCaC;
}
.dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #C9C9C9;
    right: 100%;
    bottom: 0px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    border-top: 1px solid #acacac;
    border-left: 1px solid #aCaCaC;
    border-bottom: 1px solid #aCaCaC;
}

/* Links inside the dropdown */
.dropdown-item, .dropdown-item2 {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-item:hover, .dropdown-item2:hover
{
    background-color: #58ada4;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-item2:hover .dropdown-content2 {
    display: block;
}

.dropdown-item2:hover .dropdown-content3 {
    display: block;
}

.dropdown:hover .dropdown-label {
    background-color: #52a29a;
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 250;
    top: 0;
    right: 0;
    background-color: #58ada4;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .sideItem {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .sideItem:hover, .offcanvas .sideItem:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 10;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav .sideItem {font-size: 18px;}
}

.infoBar 
{
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

#sideNavTitle {
    color: white;
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.hidden
{
    display: none;
}