/*
Default CSS for the Data inspector
see also: DataInspector.js, DataInspector.html
*/

/*
  Grey color palette
  https://www.google.com/design/spec/style/color.html
/*   #FAFAFA; /* Grey 50  */
/*   #F5F5F5; /* Grey 100 */
/*   #EEEEEE; /* Grey 200 */
/*   #E0E0E0; /* Grey 300 */
/*   #BDBDBD; /* Grey 400 */
/*   #9E9E9E; /* Grey 500 */
/*   #757575; /* Grey 600 */
/*   #616161; /* Grey 700 */
/*   #424242; /* Grey 800 */
/*   #212121; /* Grey 900 */

/*.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropup {
    position: relative;
    display: inline-block;
}

.dropup-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    bottom: 50px;
    z-index: 1;
}

    .dropup-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropup-content a:hover {
            background-color: #ccc
        }

.dropup:hover .dropup-content {
    display: block;
    bottom:100%;
}

.dropup:hover .dropbtn {
    background-color: #2980B9;
}*/


/* Dropdown Button */
.topdropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    background-image: url('../Images/view0.png');
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.topdropdown {
    position: fixed;
    display: block;
    background-color: white;
    right: 1%;
    top: 2%;
}

/* Dropdown Content (Hidden by Default) */
.topdropdown-content {
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    min-width: 55px;
    z-index: 444;
    right: 1%;
    top: 60px;
}

    /* Links inside the dropdown */
    .topdropdown-content a {
        color: black;
        /*padding: 12px 16px;*/
        text-decoration: none;
        display: block;
    }

    /* Change color of dropdown links on hover */
    .topdropdown-content a:hover {
        background-color: #ddd;
    }

/* Show the dropdown menu on hover */
.topdropdown:hover .topdropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.topdropdown:hover .topdropbtn {
    background-color: #3e8e41;
}

/* ------------------------------------------------------------------------ */

.dropbtn0 {
    background-color: #4CAF50;
    color: white;
    font-size: 10px;
    border: none;
    /*position: fixed;*/
    /*bottom: 1px;*/
    width: 30px;
    height: 30px;
    background-image: url('../Images/star0b.png');
    /*margin-bottom: 40px;*/
    vertical-align: middle;
}


.dropbtn1 {
    background-color: #4CAF50;
    color: white;
    font-size: 10px;
    border: none;
    /*position: fixed;*/
    /*bottom: 1px;*/
    width: 52px;
    height: 30px;
    background-image: url('../Images/flowers2b.png');
    /*margin-bottom: 40px;*/
    margin-left: 1px;
    vertical-align: middle;
}

.dropbtn2 {
    background-color: #4CAF50;
    color: white;
    font-size: 10px;
    border: none;
    /*position: fixed;*/
    /*bottom: 1px;*/
    width: 52px;
    height: 30px;
    background-image: url('../Images/fourSideArrow3b.png');
    /*margin-bottom: 40px;*/
    margin-left: 1px;
    vertical-align: middle;
}

.dropbtn3 {
    background-color: #4CAF50;
    color: white;
    font-size: 10px;
    border: none;
    /*position: fixed;*/
    /*bottom: 1px;*/
    width: 52px;
    height: 30px;
    background-image: url('../Images/fourSideArrow2b.png');
    /*margin-bottom: 40px;*/
    margin-left: 1px;
    vertical-align: middle;
}

.dropdown {
    position: relative;
    /*display: inline-block;*/
    vertical-align: top;
    display:none;
}

.dropdown-content {
    margin-bottom: 40px;
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    z-index: 10;
    bottom: 1px;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}


.dropdown:hover .dropdown-content {
    display: block;
}


#myOverviewDiv {
    position: absolute;
    width: 180px;
    height: 90px;
    top: 40px;
    left: 8px;
    background-color: aliceblue;
    z-index: 300; /* make sure its in front */
    border: solid 1px blue;
}



#menuIcon {
    position: fixed;
    right: 0;
    top: 57%;
    margin: -2.5em 0 0 0;
    z-index: 6;
    background: hsla(80, 90%, 40%, 0.7);
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: right;
    border: solid hsla(80, 90%, 40%, 0.5);
    border-right: none;
    /*padding: trbl*/
    padding: 0.2em 0.25em 0.2em 1em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
    width: 30px;
    height: 24px;
    box-sizing: content-box;
}

#menu {
    position: fixed;
    right: 0;
    top: 60%;
    width: 2em;
    margin: -2.7em 0 0 0;
    z-index: 5;
    background: hsla(80, 90%, 40%, 0.7);
    color: white;
    text-align: right;
    border: solid hsla(80, 90%, 40%, 0.5);
    border-right: none;
    /* padding: 1.2em 1.3em 0.6em 1.2em; */
    padding: 1.2em 0.4em 0.6em 0.6em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
    box-sizing: content-box;
}

    #menu li {
        margin: 0;
        direction: rtl;
    }

    #menu a {
        direction: rtl;
        color: inherit
    }
/* Make menu absolute, not fixed, on IE 5 & 6 */
#menu {
    position: absolute
}

* > #menu {
    position: fixed
}

#menuIcon2 {
    position: fixed;
    right: 0;
    top: 92px;
    margin: -2.5em 0 0 0;
    z-index: 6;
    background: hsla(196, 96%, 67%, 0.8);
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: right;
    border: solid hsla(196, 96%, 67%, 0.5);
    border-right: none;
    /*padding: trbl*/
    padding: 0.1em 0.25em 0.1em 1em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
    width: 30px;
    height: 28px;
    box-sizing: content-box;
}
#menu2 {
    position: fixed;
    right: 0;
    top: 102px;
    width: 2em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: hsla(196, 96%, 67%, 0.7);
    color: white;
    text-align: right;
    border: solid hsla(196, 96%, 67%, 0.5);
    /* padding: 2.6em 1.2em 0.9em 1.2em; */
    padding: 1.2em 0.4em 0.6em 0.6em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
    direction: rtl;
    box-sizing: content-box;
}

    #menu2 li {
        margin: 0;
        direction: rtl;
    }

    #menu2 a {
        direction: rtl;
        color: inherit
    }
/* Make menu absolute, not fixed, on IE 5 & 6 */
#menu2 {
    position: absolute
}

* > #menu2 {
    position: fixed
}




.footer {
    position: fixed;
    padding: 0px 10px 0px 10px;
    bottom: 0;
    width: 80%;
    /* Height of the footer*/
    height: 40px;
    background-color: lavender;
    align-content:center;
    align-items:center;
    align-self:flex-end;
}

.viewerIconPanel {
    position: fixed;
    left: 5.2em;
    top: 2%;
    width: 14.7em;
    /*margin: 0 0 0 0.02em;    15 */
    z-index: 8;
    /*display: inline-block;*/
    /*font: bold 14px helvetica, sans-serif;*/
    /* background-color: #212121;  Grey 900 */
    background-color: white;
    cursor: default;
    display: none;
    /*border: 2px solid red;*/
}

.viewerIcon {
    position: fixed;
    right: 1px;
    top: 1px;
    width: 4em;
    margin: 0 0 0 0.1em;
    z-index: 999;
    /*display: inline-block;*/
    /*font: bold 14px helvetica, sans-serif;*/
    background-color: white;
    cursor: default;
    display: block;
    border: 2px solid green;
}

.functionBar {
    position: fixed;
    top: 4px;
    left: 4px;
    /*width: 8em;*/
    margin: 0 0 0 0.1em;
    z-index: 999;
    /*display: inline-block;*/
    /*font: bold 14px helvetica, sans-serif;*/
    background-color: white;
    cursor: default;
    display: block;
    border: 2px solid green;
    justify-content:center;
    text-align:center;
    line-height: normal;
}
.functionBar img {
    vertical-align: middle;
    width:30px;
    height:30px;
}
.VfunctionBar {
    position: fixed;
    top: 3px;
    left: 4px;
    margin: 0 0 0 0.1em;
    z-index: 999;
    background-color: white;
    cursor: default;
    display: block;
    border: 2px solid green;
    justify-content:left;
    text-align: left;
    font-size: 4px;
}
.VfunctionBar img {
    vertical-align: middle;
    width:28px;
    height:28px;
}

.inspectorIcon1 {
    position: fixed;
    left: 10;
    top: 20%;
    width: 2em;
    margin: -2.5em 0 0 0.1em;
    z-index: 7;
    /*display: inline-block;*/
    font: bold 14px helvetica, sans-serif;
    background-color: #212121; /* Grey 900 */
    color: #F5F5F5; /* Grey 100 */
    cursor: default;
    opacity:0.7;
}

.inspectorIcon2 {
    position: fixed;
    left: 10;
    top: 25%;
    width: 2em;
    margin: -2.5em 0 0 0.1em;
    z-index: 7;
    /*display: inline-block;*/
    font: bold 14px helvetica, sans-serif;
    background-color: #212121; /* Grey 900 */
    color: #F5F5F5; /* Grey 100 */
    cursor: default;
    opacity: 0.7;
}

.inspector {
    position: fixed;
    left: 11px;
    top: 158px;
    width: 21em;
    margin: -2.5em 0 0 0;
    z-index: 6;
    /*display: inline-block;*/
    font: bold 10px helvetica, sans-serif;
    /* background-color: #212121;  */
    background-color: #424242; 
    color: #F5F5F5;
    /* border: 1px solid blue; */
    cursor: default;
}

.inspector table {
    border-collapse: separate;
    border-spacing: 1px;
}

.inspector td, th {
    text-align: right;
    color: white;
    background-color: #424242; 
    font: bold 11px helvetica, sans-serif;
    /* border: 1px solid blue; */
    font-weight: 900;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: blue;
    border-right: 1px; 
    border-right-style: solid;
    border-right-color: blue;
    /* border-left: 1px; 
    border-left-style: solid;
    border-left-color: blue; */
}

/* .inspector th {
    text-align: right;
    color: white;
    background-color: blue; 
    font-weight: 900;
} */

.inspector input {
    background-color: #424242; /* Grey 800 */
    /* width: 10em; */
    max-width: 12em;
    /* color: #F5F5F5;  Grey 100 */
    font: bold 11px helvetica, sans-serif;
    border: 0px;
    padding: 1px;
    color: yellow;
    font-weight: bold;
    
}

.inspector input:disabled {
    background-color: #424242; /* Grey 400 */
    /* color: #616161;  Grey 700 */
    font: bold 11px helvetica, sans-serif;
    color: yellow;
    font-weight: bold;
  
}

.inspector select {
    background-color: #424242;
    /*color: #F5F5F5;  Grey 100 */
    /* font: bold 10px helvetica, sans-serif; */
    font: bold 11px helvetica, sans-serif;
    max-width: 12em;
    color: yellow;
    font-weight: 900;
}

.inspector select:disabled {
    background-color: yellow;
    /* background-color: transparent; */
    /*color: #F5F5F5;  Grey 100 */
    /* background-color: #dad6d6;  */
    font: 11px helvetica, sans-serif; 
    color: black;
    max-width: 11em;
    /* color: yellow; */
    font-weight: 900;
}

/* style the items (options), including the selected item: 
.inspector select-items div, .inspector select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
*/

/* CSS for the traditional context menu */
#contextMenu {
    z-index: 300;
    position: absolute;
    left: 5px;
    border: 1px solid #444;
    background-color: #F5F5F5;
    display: none;
    box-shadow: 0 0 10px rgba( 0, 0, 0, .4 );
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
}

    #contextMenu ul {
        list-style: none;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }

    #contextMenu li a {
        position: relative;
        min-width: 60px;
        color: #444;
        display: inline-block;
        padding: 6px;
        text-decoration: none;
        cursor: pointer;
    }

    #contextMenu li:hover {
        background: #CEDFF2;
        color: #EEE;
    }

    #contextMenu li ul li {
        display: none;
    }

    #contextMenu li ul li a {
        position: relative;
        min-width: 60px;
        padding: 6px;
        text-decoration: none;
        cursor: pointer;
    }

    #contextMenu li:hover ul li {
        display: block;
        margin-left: 0px;
        margin-top: 0px;
    }

    .VfuncBarImg {
        vertical-align: middle;
        width:30px;
        height:30px;
    }
