/* * {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}**/

.navtop {
    display: flex;
    background-color: #2f3947;
    height: 60px;
    width: 100%;
    border: 0;
}
.navtop div {
    font-family: "eurostile", sans-serif;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.navtop div h1, .navtop div a {
    display: inline-flex;
    align-items: center;
}
.navtop div h1 {
    flex: 1;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #eaebed;
    font-weight: normal;
}
.navtop div a {
    padding: 0 20px;
    text-decoration: none;
    color: #c1c4c8;
    font-weight: bold;
}
.push {
    margin-left: auto;
}
.navtop div a i {
    padding: 2px 8px 0 0;
}
.navtop div a:hover {
    color: #eaebed;
}
.page {
    display: flex;
    height: calc( 100vh - 64px);
    /*navtop is 64px height*/
}
.sidebar {
    width: 250px;
    background-color: lightgrey;
    /*position: fixed;*/
}
.sidebar a {
    padding: 8px;
    font-size: 18px;
    text-decoration: none;
    display: block;
}
.sidebar a:hover {
    /*color: #3d62ac;*/
    background-color: #eaebed;
    cursor: pointer;
}
.sidebar a.active {
    background-color: #9f9f9f;
}
.sidebar a.sub{
    margin-left: 20px;
}
.body-with-sidebar-and-navbar {
    /*flex: 1 0 auto;*/
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    font-family: "eurostile", sans-serif;
    font-size: 16px;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
}
.modal-content label[type="textlabel"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.modal-content span[type="modalinfo"] {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 250px;
    height: 50px;
    background-color: white;
    color: black;
    border: 1px solid #888;
}
.modal-content p {
    width: auto;
    max-width: none;
}
.modal-content textarea {
    width: 350px;
    margin: 20px;
}
.modal-content-wide {
    font-family: "eurostile", sans-serif;
    font-size: 16px;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
}
.modal-content-wide p {
    width: auto;
    max-width: none;
}
.modal-content-wide textarea {
    width: 550px;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-button {
    float: right;
    padding: 6px;
    margin: -10px;
}
body.loggedin {
    background-color: #f3f4f7;
}
.content {
    width: 1000px;
    margin: 0 auto;
}
.content h2 {
    margin: 0;
    padding: 25px 0;
    font-size: 22px;
    border-bottom: 1px solid #e0e0e3;
    color: #4a536e;
}
.content > p, .content > div {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    padding: 25px;
    background-color: #fff;
}
.content > p table td, .content > div table td {
    padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
    font-weight: bold;
    color: #4a536e;
    padding-right: 15px;
}
.content > div p {
    padding: 5px;
    margin: 0 0 10px 0;
}
/* * {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
body {
    background-color: #435165;
    margin: 0;
}

.modal h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.modal h2 {
    text-align: center;
    color: #5b6574;
    font-size: 60px;
}
.modal form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.modal form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.modal form label[type="textlabel"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.modal form span {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.modal form input[type="password"], .modal form input[type="text"], .modal form input[type="email"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.modal form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.modal form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}
.modal form .modal-error-message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    padding: 0px;
    margin: 10px;
    background-color: white;
    border: 0;
    color: red;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    font-size: 14px;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -120px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.scrollableTable{
    overflow: auto;
    height: 450px;
}
.loadTable{
    width:100%; 
    border-collapse:collapse; 
}
.loadTable td{ 
    padding:7px; border:#4e95f4 1px solid;
}
.loadTable tr{
    /*    background: #b8d1f3;*/
}
/*.loadTable tr:hover {
    background-color: #ffff99;
}*/

.context-menu {
    display: none; /* Hidden by default */
    position: absolute;
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 300px; /* Full width */
    height: 300px; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white;
    border-color: black;
    border-style: solid;
}

.leftControls {
    display: inline-block;
    min-width: 580px;
    font-size: 18px;
    margin: 4px;
}

.box {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    margin: 4px;
    padding: 4px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    font-size: 18px;
}

.tabtitle {
    font-weight: 600;
    float: left;
    padding: 14px 16px;
    line-height: 1.15;
    font-variant: small-caps;
    min-width: 100px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
} 
.button {
    margin: 4px;
}
.leftControls p {
    margin-top: 6px;
    margin-bottom: 6px;
    max-width: 100%;
    text-align: left;
    font-size: 18px;
}
.leftControls h2 {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 20px;
}