html {
    height: 100%;
    margin-bottom: 0.01em;
	width:100%;
	margin:0;
	overflow:hidden;
}

body {
  width:100%;
  height:100%;
  margin:0;
  background-color: #dddddd;
}

.json-container .fas {
    border-style: none;
    width: auto;
    height: auto;
}

.menu-selected {
    background-color: #EEF3FF;
    color: #345 !important;
    box-shadow: 0px 1px 0px 0px #33445575;
    border-radius: 4px;
}

#maintenance-message {
    display:none;
    background: #FFF7F7;
    text-align: left;
    padding: 10px 20px;
    justify-content: center;
    color: #dd0000;
    font: normal 12pt sans-serif;
}

#maintenance-message-permanent {
    display:none;
    background: #FFFFFF;
    text-align: center;
    padding: 10px 20px;
    justify-content: center;
    color: #4a6dc0;
    font: normal 12pt sans-serif;
    position:relative;
}
#maintenance-message-permanent a {
    color: #0f2f7a;
}
#maintenance-message-permanent a:hover {
    color: #0f1f5a;
}
#maintenance-message-permanent .fa-circle-xmark {
    position: absolute;
    right: 10px;
    top: 10px;
}
#maintenance-message-permanent .fa-circle-xmark:hover {
    color: #0f2f7a;
    cursor:pointer;
}

h3 {
    font: bold 18px sans-serif;
}

.tal {
    text-align:left;
}
.tar {
    text-align:right;
}
.tac {
    text-align:center;
}
.taj {
    text-align:justify;
}

.db {
    display:block;
}

.dib {
    display:inline-block;
}

.ib {
    display:inline;
}

.w50 {
    width:50px;
}

.w {
    display:inline-block;
}

span.sup,
nobr.sup {
    font-size: 10pt;
    color: #000;
}

span.sup .to_clipboard>span,
nobr.sup .to_clipboard>span {
    color: #035;
}

span.sub,
nobr.sub {
    font-size: 7pt;
    color: #777;
}

span.sub2,
nobr.sub2 {
    font-size: 8pt;
    color: #357;
}

.popupFooter .label_input_box {
    margin:0;
}

.to_clipboard {
    position: relative;
}

.elipsis {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.to_clipboard:hover {
    background-color: #FFFFAA;
    border-radius: 4px;
    box-shadow: 3px 3px 8px -1px rgba(0, 0, 0, 0.5);
}

.json-container .line {
    position: relative;
}

.to_clipboard>.clipboard-pop {
    transition: all 0.5s ease-out;
    background-color: rgba(255, 240, 255, 1);
    position: absolute;
    top: -35px;
    right: 0;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px -2px rgba(34, 60, 80, 0.4);
    opacity: 100%;
    z-index:10;
    font-size:9pt;
    color: #135;
    white-space:nowrap;
}

.json-container .clipboard-pop {
    transition: all 0.5s ease-out;
    background-color: rgba(255, 240, 255, 1);
    position: absolute;
    top: -35px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px -2px rgba(34, 60, 80, 0.4);
    opacity: 100%;
    z-index:10;
    font-size:9pt;
    color: #135;
    white-space:nowrap;
}

.table .fa-copy {
    font-size: 12pt;
    color:#777;
}

.table .fa-copy:hover {
    cursor:pointer;
    color:#000;
}

#content_wrapper {
  width:100%;
  height:100%;
  margin:0;
}

#content_wrapper {
  height:100%;
  margin:0; 
  background-color: #dddddd;
}

.error_label {
    position: absolute;
    top: 4px;
    right: 0;
    color: red;
    font: 9pt Arial;
}

.align_right {
    margin-left: auto;
    margin-right: 10px;
}

.superheader {
    margin: 15px;
    margin-bottom: 5px;
    font: normal 18px Arial;
}

.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;
}

.hl_red {
	border-color:#FF0000 !important;
}

.hl_blue {
	border-color:#0000FF !important;
}

.hl_green {
	border-color:#00AA00 !important;
}

.hlb {
	background-color:#FFEEEE !important;
}

.hlb_red {
	background-color:#FFEEEE !important;
}

.hlb_blue {
	background-color:#EEEEFF !important;
}

.hlb_green {
	background-color:#CCFFCC !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 */
}

.json-folder {
    cursor:pointer;
}

.json-folder:hover {
    background-color:#FFFFAA;
}

.json-value {
    cursor:pointer;
}

.json-value:hover {
    background-color:#FFFFAA;
}

.no-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.table .col.colL {
    text-align:left
}

.table .col.pleft10 {
    padding-left:10px;
}
.table .col.pright10 {
    padding-right:10px;
}
.table .col.pleft15 {
    padding-left:15px;
}
.table .col.pright15 {
    padding-right:15px;
}
.table .col.pleft20 {
    padding-left:20px;
}
.table .col.pright20 {
    padding-right:20px;
}
.table .col.pleft25 {
    padding-left:25px;
}
.table .col.pright25 {
    padding-right:25px;
}
.table .col.pleft30 {
    padding-left:30px;
}
.table .col.pright30 {
    padding-right:30px;
}

.break,
.b100 {
  flex-basis: 100%;
}

.rb_wrapper {
    margin-left: auto;
    margin-right: 10px;
}

.clipboard {
	position: absolute;
    color: #00AA00;
    font-family: sans-serif;
    font-size: 12px;
}

.t_error {
	padding: 10px;
    font-family: sans-serif;
    color: red;
}

.topbar {
	width: 100%;
    height: 40px;
    background-color: white;
    box-sizing: border-box;
    font: Bold 14px Arial;
    line-height: 30px;
	-webkit-box-shadow: 0px 0px 33px -10px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 33px -10px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 33px -10px rgba(34, 60, 80, 0.15);
	position: fixed;
    top: 0;
    left: 0;
}

.mm_wrapper {
    left: 0;
    position: fixed;
    background-color: white;
    top: 0;
    font: Bold 14px Arial;
    line-height: 30px;
    transition: all 0.2s ease-out;
}

.burger_menu {
    display:none;
}

.us_wrapper {
    text-align:right;
}

.us_wrapper div {
    float:inherit !important;
    display:inline-block;
}

.topbar .menuitem,
.mm_wrapper .menuitem {
	display:block;
	float: left;
    overflow: hidden;
    padding: 5px 10px;	
	text-decoration:none;
	color:#888888;
}

.topbar .menuitem:hover,
.mm_wrapper .menuitem:hover {
	color:#3366CC;
}

.topbar .support {
	float:right;
	padding:5px;
	padding-right:10px;
	cursor:pointer;
	color:#888888;
}

.topbar .support:hover {
	color:#FF0000;
}

.topbar .user {
	float:right;
	padding:5px;
	padding-right:0px;
	color:#1144AA;
}
.topbar .user_logout {
	float:right;
	width: 30px;
    text-align: center;
	cursor:pointer;
	padding:5px;
}
.topbar .user_logout:hover {
	color:#FF0000;
}

.topbar .burger {
	width: 30px;
    text-align: center;
	cursor:pointer;
	padding:5px;
	float:left;
	margin-left:-36px;
	display:block;
}

.topbar .burger2 {
	width: 30px;
    text-align: center;
	cursor:pointer;
	padding:5px;
	float:right;
	margin-right:0;
}

.spare {
    height: 97%;
    position: relative;
    overflow-y: scroll;
	top: 41px;
    padding-top: 0;
    margin-top:0;
}

.spare2 {
    height: 97%;
    position: relative;
    overflow-y: scroll;
	top: 41px;
    padding-top: 0;
    margin-top:0;
}

.agreement {
    margin-top: 50px;
    text-align: center;
}

.agreement>a {
    text-decoration:none;
    color:black;
    text-transform: uppercase;
}			

.popup_key {
	width:150px;
}

.loading-inner {
	background-image:url('media/Infinity-2.6s-200px-transp.svg');
    width: 20px;
    height: 20px;
	background-position: center center;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: 101;
}

.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;
}

.buttonD {
    display: block;
    cursor: default;
    overflow: hidden;
    width: 100px;
    height: 34px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font: 16px Arial;
    background-color: #dddddd;
    color: white;
    font-weight: bold;
	line-height: 34px;
    text-align: center;
    padding: 1px 4px;
}

.buttonD:hover {
	background-color: #dddddd;
}

.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: 0px;
    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:25%;
}

.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;
}

.right10 {
	margin-right:10px;
}

.label_input_box {
    position: relative;
	margin-top:10px;
	margin-bottom:20px;
}

.label_input_box .label {
	font: 16px Arial;
    margin-bottom: 5px;
    margin-top: 10px;
}

.label_input_box .label input[type="checkbox"]{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.label_input_box .input input {
	border-color: #ebedf2;
    padding: 5px 10px;
    height: 36px;
    /* line-height: 36px; */
    font: 14px Arial;
    border: none;
    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 {
	border-color: #ebedf2;
    padding: 5px 10px;
    height: 36px;
    /* line-height: 36px; */
    font: 14px Arial;
    border: none;
    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: 0px;
    width: 100%;
	z-index:10;
}

.loading_label {

}
.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: 0px;
    top: 0px;
	display: flex;
    align-content: center;
    align-items: center;
	overflow:auto;
}

.popup {
    margin: 0 auto;
    max-width: 1500px;
    min-height: 385px;
    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;
    padding-bottom:20px;
    padding-right:10px;
}
.popup_error:empty {
    padding:0;
}

.popupTitle {
    padding: 20px;
    font-size: 24px;
    border-bottom: solid 1px #eee;
    font-family: sans-serif;
    color: #1144AA;
    cursor: move;
}

.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;
}


.offer ol {
  counter-reset: item
}
.offer li {
  display: block
}
.offer li:before {
  content: counters(item, ".") " ";
  counter-increment: item
}

.offer {
    width: 800px;
    height: 600px;
    overflow-y: scroll;
    font-family: sans-serif;
}

.button_disabled {
    background-color: #DDD;
}

@media (orientation: landscape) {
    @media only screen and (max-width: 1242px) {
        .offer {
            width: 700px;
        }
    }

    @media only screen and (max-width: 800px) {
        .offer {
            width: 600px;
        }
    }

    @media only screen and (max-width: 600px) {
        .offer {
            width: 500px;
        }
    }

    @media only screen and (max-width: 500px) {
        .offer {
            width: 300px;
            height: 500px;
        }
        .popup {
            min-width: 340px;
        }
    }
    
    @media only screen and (max-width: 300px) {
        .offer {
            width: 200px;
            height: 400px;
        }
        .popup {
            min-width: 240px;
        }
    }
    
    @media only screen and (max-height: 650px) {
        .offer {
            height: 390px;
        }
    }
}

@media (orientation: portrait) {
    @media only screen and (max-width: 1242px) {
        .offer {
            width: 700px;
        }
    }

    @media only screen and (max-width: 800px) {
        .offer {
            width: 600px;
        }
    }

    @media only screen and (max-width: 600px) {
        .offer {
            width: 450px;
            height: 470px;
        }
        .popup {
            min-width: 490px;
        }
    }

    @media only screen and (max-width: 500px) {
        .offer {
            width: 290px;
            height: 450px;
        }
        .popup {
            min-width: 330px;
        }
    }
    
    @media only screen and (max-width: 300px) {
        .offer {
            width: 250px;
            height: 420px;
        }
        .popup {
            min-width: 240px;
        }
    }
}