﻿body {
    background-color: #1E1E1E;
    color: #DCDCDC;
}

.maximized {
    position: fixed;
    left: 10px;
    top: 10px;
    bottom: 10px;
    z-index: 10;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: #1E1E1E;
    color: #DCDCDC;
}

.maximizedtextarea {
    width: calc(100% - 20px);
    height: calc(100% - 50px);
    -moz-box-sizing: border-box; /* For Firefox                          */
    -webkit-box-sizing: border-box; /* For Safari                           */
    box-sizing: border-box; /* For IE and modern versions of Chrome */
}

.codetextarea {
    width: calc(100% - 2px);
    height: calc(100% - 150px);
    -moz-box-sizing: border-box; /* For Firefox                          */
    -webkit-box-sizing: border-box; /* For Safari                           */
    box-sizing: border-box; /* For IE and modern versions of Chrome */
}

.codepanel {
    float: left;
    padding-right: 5px;
    height: 600px;
}



.hextable {
    /*min-width: 750px;*/
    padding-bottom: 15px;
}

/*.hexedit{
    /*position: relative;* /
    float: left;
}*/

.hextable span {
    font-family: "Source Code Pro", "HexEd.it Symbols", "Courier New", Consolas, Menlo, "PT Mono", "Liberation Mono", monospace;
    font-size: 14.5px;
    line-height: 20px;
    cursor: default;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 1px 4px;
    border-right: 1px solid transparent;
}

.hexedit:first-child {
    margin-top: 0;
}

.hextable td + td {
    border-left: 1px solid darkgray;
    padding-right: 2px;
}

.tblRegisters{
    min-width: 380px;
}

.draggable-element {
    border: 1px solid lightgray;
    width: 98%;
}

.draggable-element h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: smaller;
}

.minmaxButton {
    /*background-image: url('../Images/windows-controls-Min.png');
    background-repeat: no-repeat;*/
    position: relative;
    height: 32px;
    width: 38px;
    top: 0;
    right: 0;
    float: right;
}

    .minmaxButton button {
        background-color: #00000000; 
        border: none;
    }

.connectedSortable{
    min-height: 30px;
    /*min-width: 100px;*/
}

table td {
    vertical-align: top;
}

ul {
    list-style: none;
    min-height: 100px;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 5px;
}
ul li {
    min-height: 100px;
}