.document-icon{
    float: left;
    margin: 10px;
    cursor: pointer;
}
.profiler {
    position: fixed;
    bottom: 0;
    right: 0;
}

.container {
    max-width: 1600px;
    padding: 20px;
    align-content: center;
    margin: auto;
}
.code-container>pre {
    max-height: 600px;
}


.im-content {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.clickable{
    font-weight: bold;
}
.clickable:hover{
    text-decoration: underline;
}

.json-value{
    color: DarkRed
}

button {
    border-radius: 7px;
    font-weight: bold;
}

#json-view{
    overflow-y: scroll;
    max-height: 600px;
    display: inline-block;
    font-family: monospace;
    background: WhiteSmoke;
    width: 100%;
    padding: 20px;
}

.full-width-select {
    width: 100%;
    box-sizing: border-box;
}

/* Popup Open button */

.open-button {
    padding: 10px;
    text-decoration: none;
}

.open-button:hover {
    background: #01478e;
}

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    display: none;
}

/* Popup inner div */

.popup-content {
    min-width: 500px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 5%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
    position: relative;
    max-height: 80%;
}

/* Popup close button */

.close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.close-button:hover {
    background: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 720px) {
    .popup-content {
        width: 90%;
    }
}

table {
    border-collapse: separate;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
}

table {
    position: relative;
}

th, td {
    text-align: center;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.group_manager.hidden {
    display: none;
}

.box {
    padding: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.box>form {
    padding-top: 10px;
}

div:not(.column)+div.column {
    padding-left: 0px;
}

.column:last-of-type {
    padding-right: 0px;
}

div.column:first-child{
    padding-left: 0px;
}

.box>h2 {
    padding: 10px;
    background-color: #006DA8;
    color: #ffffff;
    width: calc(100% + 20px);
    height: 60px;
    text-align: center;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom: 10px;
}

.box>.row {
    margin-top: 20px;
}

.progress-bar>img {
    display: block;
    margin: auto;
    border-radius: 15px;
    border-color: black;
    border-width: 1px;
    border-style: none;
    background-color: rgba(1, 1, 1, 0.1);
}

.pie-chart {
    border-radius: 50%;
}

.box>table {
    width: calc(100% + 20px);
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}

h2:only-child {
    margin-bottom: -10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.box, .styled-table {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    justify-content: start;
    padding-left: 10px;
    padding-right: 10px;
}

/*.column.box {
    margin-left: 10px;
    margin-right: 10px;
}*/

.rowlink::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5em;
    /* don't forget to set the height! */
}

.button, .upload-button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    margin: 10px;
}

.link-button {
    padding: 0px;
    min-width: 70px;
    min-height: 3 0px;
}

.styled-table {
    border-color: #333333;
    border-spacing: 0px;
    border-collapse: separate;
    margin: 10px 10px;
    font-size: 1.0em;
    font-family: sans-serif;
    min-width: 400px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
}

.styled-table thead tr {
    background-color: #006DA8;
    color: #ffffff;
    text-align: left;
}

.styled-table th, .styled-table td {
    padding: 12px 15px;
    min-width: 60px;
}

.styled-table tbody tr {
    line-height: 40px;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #EEEEEE;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

form>button {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    line-height: 36px;
}

form {
    margin: 0px;
    padding: 0px;
}