@charset "UTF-8";

/* unvisited link */
a:link {
    color: rgb(145, 185, 205);
}

/* visited link */
a:visited {
    color: rgb(170, 255, 242);
}

/* mouse over link */
a:hover {
    color: rgb(104, 137, 209);
}

/* selected link */
a:active {
    color: blue;
}


html {
    height: 100%;
}
        
body {
    margin: auto;
    background-color: #a3a3a3;
    min-height: 100%;

}

.container {
    margin: 0px;
    width: 100%; 
    height: 0px;

    font-family:'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 0px;
    display: grid;

    grid-template-columns: 1fr;
    grid-template-rows: auto;
    
    gap: 0px; 
    padding: 0px;
    box-sizing: border-box;
    
}

.container div {
    padding:0px !important;
    padding: 0px;
    border:0px solid #000000;
    row-gap: 0.0cm;

}


.header {
    grid-column-start: 1;
    grid-column-end: 4;
}


.content-row-auto {
    padding:0px !important;
    grid-row-start: auto;
    grid-row-end: span 1;
    grid-column-start: 1;
    grid-column-end: 3;  
}



div img { 
    padding:0px !important;
    margin: 0;
    width: 64dp;
    height: 64dp;
}





#go_zone {

    position:absolute;
    top:706px;
    left:892px;
  
}



.button0 {
    position:absolute;
    line-height: 50px; 
    border-radius: 15px;
    border: 2px solid #040700;
    padding-left: 12px;
    font-size: large;
    width: 198px;
}



.button1 {
    position:absolute;
    line-height: 50px; 
    border-radius: 15px;
    border: 2px solid #040700;
    padding-left: 12px;
    font-size: large;
    width: 198px;
    top:128px;
}




#user_spr_zone {
    position:absolute;
    top:128px;
    left:574px;
}

.button_US0_new_sprite {
    position:absolute;
    line-height: 50px; 
    border-radius: 15px;
    border: 2px solid #040700;
    padding-left: 12px;
    font-size: large;
    width: 198px;
    top:66px;  
}

#query_button_zone {
    position:absolute;
    top:-168px;
    left: 484px;   
}


#query_browse_sprites {
    position:absolute;
    top:168px;
    left: 484px;
}

#query_browse_all_zone {
    position:absolute;
    top:128px;
    left: 484px;
}

.button_all_sprites {
    position:absolute;
    line-height: 50px; 
    border-radius: 15px;
    border: 2px solid #040700;
    padding-left: 12px;
    font-size: large;
    width: 440px;
    top:92px;  
}



#submit_input_zone_v2 {

    position:absolute;
    top:196px;
    left:386px;
  
}

#status_zone_v1a {
    position:absolute;
    line-height: 50px; 
    border-radius: 15px;
    border: 2px solid #040700;
    padding-left: 12px;
    padding-right: 12px;
    font-size: large;
    top:330px;
    left:128px;
    background-color: #000000;
}


#button_proj_0_zone{

    position:absolute;
    top:383px;
    left:96px;
}

.button_proj_0 {

    position:absolute;
    line-height: 50px; 
    border-radius: 15px;
    border: 2px solid #040700;
    padding-left: 12px;
    font-size: large;
    width: 198px;
    top:350px;
    left: 640px;
}


#project_icon_zone{

    position:absolute;
    top:383px;
    left:64px;
}

.icon_0 {

    position:absolute;
    line-height: 50px; 
    border-radius: 15px;
    border: 2px solid #040700;
    padding-left: 12px;
    font-size: large;
    width: 214px;
    top:308px;
    left: 52px;
}


#parsedScript {
    border: 1px solid rgb(1, 19, 20);
    padding: 0.2rem;
    font-size: 12px;
    width: 512px;
    height: 800px;
    text-align: left;
    font-family: Verdana;
    background-color: rgb(8, 92, 78);
}

#parsedScriptStruct {
    border: 1px solid rgb(1, 19, 20);
    padding: 0.2rem;
    font-size: 12px;
    width: 512px;
    height: 800px;
    text-align: left;
    font-family: Verdana;
    background-color: rgb(22, 86, 102);
}


#parsedTodo {
    vertical-align: top;
    border: 1px solid rgb(126, 2, 109);
    padding: 0.2rem;
    font-size: 12px;
    width: 512px;
    height: 800px;
    text-align: left;
    font-family: Verdana;
    background-color: rgb(32, 65, 78);
}


#project_focus_icon_zone{

    position:absolute;
    top:383px;
    left:64px;
}

.icon_primary {

    position:absolute;
    line-height: 50px; 
    border-radius: 15px;
    border: 2px solid #040700;
    padding-left: 12px;
    font-size: large;
    width: 214px;
    top:179px;
    left: 52px;
}




td {
    border: 1px solid rgb(75, 75, 75);
    padding: 0.01rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    width: auto;
    font-weight: bold;
    background-color: rgb(5, 11, 93);
    color: rgb(217, 215, 217);
}

.highlight-green td {
    background-color: rgb(2, 59, 2) !important;
}

.highlight-red td {
    background-color: rgb(60, 29, 29) !important;
}

th {
    border: 2px solid rgb(75, 75, 75);
    padding: 0.01rem;
    font-family: Verdana;
    font-size: 10px;
    width: auto;
    background-color: rgb(52, 82, 85);
    color: rgb(217, 215, 217);
}

#parsed_zone {
    position:absolute;
    top:698px;
    left: 64px; 
}

#parsed_projects {


    border: 1px solid rgb(1, 19, 20);
    padding: 0.2rem;
    font-size: 12px;
    width: 756px;
    height: 298px;
    text-align: left;
    font-family: Verdana;
    background-color: rgb(8, 92, 78);
    color: aliceblue;
}
  

#parsed_tags {
    vertical-align: top;
    border: 1px solid rgb(126, 2, 109);
    padding: 0.2rem;
    font-size: 12px;
    width: 756px;
    height: 298px;
    text-align: left;
    font-family: Verdana;
    color: aliceblue;
    background-color: rgb(32, 65, 78);
}



