html {
    height: 100%;
    width: 100%;
    margin: 0 0 0.01em;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #EEEEEE;
}

#content_wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
}

#content_wrapper {
    height: 100%;
    background-color: #EEEEEE;
    margin: 40px 0 0;
}

.AL {
    text-align: left !important;
}

.AR {
    text-align: right !important;
}

.AC {
    text-align: center !important;
}

.AJ {
    text-align: justify !important;
}

.hl {
    border-color: #FF0000 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.dn {
    display: none;
}

.ns {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.no-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.break,
.b100 {
    flex-basis: 100%;
}

.t_error {
    padding: 10px;
    font-family: sans-serif;
    color: red;
}

.topbar {
    width: 100%;
    height: 40px;
    background-color: white;
    box-sizing: border-box;
    font: Bold 16px Arial;
    line-height: 30px;
    -webkit-box-shadow: 0 0 33px -10px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0 0 33px -10px rgba(34, 60, 80, 0.15);
    box-shadow: 0 0 33px -10px rgba(34, 60, 80, 0.15);
    position: fixed;
    top: 0;
    left: 0;
}

.topbar > .menuitem {
    display: block;
    float: left;
    overflow: hidden;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    color: black;
}

.topbar > .user {
    float: right;
    padding: 5px 0 5px 5px;
}

.topbar > .user_logout {
    float: right;
    width: 30px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}

.topbar > .burger {
    width: 30px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin-left: -36px;
    float: left;
    display: block;
}

.spare {
    height: 97%;
    position: relative;
    overflow-y: scroll;
    top: 41px;
}

.popup_key {
    width: 150px;
}

.loading {
    background-image: url('media/Infinity-2.6s-200px-transp.svg');
    position: absolute;
    left: -500px;
    top: -500px;
    width: 0;
    height: 0;
    background-position: center center;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 101;
}

.loading-cover {
    position: absolute;
    left: -500px;
    top: -500px;
    width: 0;
    height: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.01);
    z-index: 100;
}

.fg1 {
    color: #1144AA;
    cursor: pointer;
}

.fg1:hover {
    color: #3366CC;
}

.fgR {
    color: #FFAAAA;
    cursor: pointer;
}

.fgR:hover {
    color: #FF0000;
}

.button1 {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 100px;
    height: 34px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font: 16px Arial;
    background-color: #1144AA;
    color: white;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    padding: 1px 4px;
}

.button1:hover {
    background-color: #3366CC;
}

.button2 {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 100px;
    height: 34px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font: 16px Arial;
    background-color: #AA4411;
    color: white;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    padding: 1px 4px;
}

.button2:hover {
    background-color: #CC6633;
}

.button3 {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 100px;
    height: 34px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font: 16px Arial;
    background-color: #445533;
    color: white;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    padding: 1px 4px;
}

.button3:hover {
    background-color: #667755;
}

.button0mini {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 100px;
    height: 22px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font: 13px Arial;
    background-color: #ffffff;
    color: black;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    padding: 1px 3px;
}

.button0mini:hover {
    background-color: #ffffff;
}

.button1mini {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 100px;
    height: 22px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font: 13px Arial;
    background-color: #1144AA;
    color: white;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    padding: 1px 3px;
}

.button1mini:hover {
    background-color: #3366CC;
}

.button2mini {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 100px;
    height: 22px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font: 13px Arial;
    background-color: #AA4411;
    color: white;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    padding: 1px 3px;
}

.button2mini:hover {
    background-color: #CC6633;
}

.button3mini {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 100px;
    height: 22px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font: 13px Arial;
    background-color: #445533;
    color: white;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    padding: 1px 3px;
}

.button3mini:hover {
    background-color: #667755;
}

.table {
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    background-color: #CCC;
    width: 100%;
}

.table > * {
    display: table-row;
}

.table .col {
    font: 12px Arial;
    display: table-cell;
    padding: 2px 5px;
    background-color: white;
    text-align: center;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    vertical-align: middle;
}

.table .table-header .col {
    font: 12px Arial;
    font-weight: bold;
    padding: 5px;
    background-color: #555555;
    border-right: solid 1px black;
    color: white;
    width: 1%;
}

.table .collapsedRow {
    display: flex;
    flex-wrap: wrap;
    background-color: #DDDDDD;
    padding: 15px;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: column;
}

.table .kvpKey {
    width: 120px;
}

.table .kvpValue {
    word-break: break-all;
}

.table .kvpCollapsed {
    display: block;
    padding: 5px;
    font: 12px Arial;
    width: 32%;
}

.table-rows {
    height: 40px;
}

.table-header {
    height: 40px;
}

.table-rows:nth-child(4n) > .col {
    background-color: #EEEEEE;
}

.table-rows:hover > .col {
    background-color: #CCD7EE;
    cursor: pointer;
}

.search_form {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    transition: all 0.2s ease-out;
}

.search_block {
    margin-right: 20px;
}

.left10 {
    margin-left: 10px;
}

.label_input_box {
    margin-top: 10px;
    margin-bottom: 20px;
}

.label_input_box .label {
    font: 16px Arial;
    margin-bottom: 10px;
}

.label_input_box .input input {
    padding: 5px 10px;
    height: 36px;
    /* line-height: 36px; */
    font: 14px Arial;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #DDD;
    background-color: white;
}

.label_input_box .input input[name="date_range"] {
    width: 250px
}

.label_input_box .input select {
    padding: 5px 10px;
    height: 36px;
    /* line-height: 36px; */
    font: 14px Arial;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #DDD;
    max-width: 200px;
}

.loading_wrapper {
    font: 22px Arial;
    align-self: center;
    margin: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.loading_bar {
    width: 200px;
    height: 100px;
    margin: auto;
}

.loading {
    background-color: transparent;
}

.btn_top {
    background-color: white;
    right: -150px;
    bottom: 50px;
    position: fixed;
    border-radius: 50px;
    color: black;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
    line-height: 55px;
    border: solid 6px #DDD;
    transition: all 0.1s ease 0.1s;
    cursor: pointer;
}

.popupWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: flex;
    align-content: center;
    align-items: center;
    overflow: auto;
}

.popup {
    margin: 0 auto;
    max-width: 1500px;
    min-height: 400px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-sizing: border-box;
    min-width: 650px;
}

.popup_value_json {
    white-space: pre;
    overflow: auto;
    height: 100%;
    width: 100%;
}

.popup .fa-circle-xmark {
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 40px;
    background-color: #DDD;
    border-radius: 40px;
    cursor: pointer;
}

.popup .fa-circle-xmark:hover {
    background-color: #FFF;
}

.kvp_wrapper {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.table-rows-collapsed {
    display: none;
}

.popupBottom {
    padding: 20px;
    border-top: solid 1px #ccc;
    width: 100%;
    box-sizing: border-box;
}

.popup_error {
    color: red;
    max-width: 70%;
    font-family: sans-serif;
}

.popupTitle {
    padding: 20px;
    font-size: 24px;
    border-bottom: solid 1px #eee;
    font-family: sans-serif;
    color: #1144AA;
}

.pupupContainer {
    width: 100%;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}

.plainInput {
    border: solid 1px #ddd;
    border-radius: 6px;
    width: 100%;
    height: 36px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #EEEEEE;
}
