@font-face {
  font-family: 'consolas';
  src: url('consola.ttf');
}
html {
    height: 100%;
}
.block-left.col-md-3 {
  height: 100%;
  min-height: 900px;
  padding: 0;
  border: 1px solid #ccc;
  margin-left: 5px;
}

.body-page {
  width: 100%;
  height: 100%;
  float: left;
  font-size: 2vh;
  scrollbar-face-color: #6495ed;
  scrollbar-arrow-color: #6495ed;
  scrollbar-track-color: #000;
  scrollbar-shadow-color: ##6495ed;
  scrollbar-highlight-color: #6495ed;
  scrollbar-3dlight-color: #808080;
  scrollbar-darkshadow-color: #202020;
  scrollbar-width: thin;
  background: #efefef;
  overflow-x: hidden;
}

#page-result td {
  background: white;
  font-size: 13px;
  padding: 4px 0;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.title-option {
  font-size: 2vh;
  background: cadetblue;
  color: white;
  padding: 5px;
  margin: 0;
  text-align: left;
  position: relative;
}

.option-list li {
  display: block;
}
.titlebar .tip-show {display: none!important;}
.tip-show {
  /* position: absolute; */
  z-index: -13;
  word-break: break-word;
  background: white;
  color: black;
  padding: 5px;
  right: 0;
  top: 0;
  box-sizing: unset !important;
  border: 1px solid;
  width: 200px;
  display: none
}

.tip-hover {
  position: relative;
}

.hide{
    display:none;
}

.item-option {
  border-bottom: 2px dashed;
  margin-bottom: 5px;
  padding: 5px;
}

.label-input input {
  padding: 5px;
  width: 100%;
}

.label-input {
  display: block;
}

.label-upload input {
  display: block;
  width: 100%;
  padding: 5px;
  cursor: pointer;
  outline: none !important;
  width: 550px;
}
.tip-hover:hover .tip-show {
  z-index: 99;
  top: 28px;!
  left: 0px;
  position: absolute;
  display: block;
  font-size: 1.3vh;
}

.red {
  color: red;
  font-weight: bold;
}

.btn-button {
  background: coral;
  color: white;
  border: 0;
  padding: 5px;
  outline: none;
}

.submit-btn {
  text-align: center;
}

.btn-button:hover {
  background: black;
}

.add-value .tip-show {
  right: -353px;
}
.tip-show:hover {
  display: none;
}

ul.list-block-char {
  counter-reset: section;
  font-size: 14px;
  border: 1px solid brown;
  padding-top: 2px;
  background: white;
  text-align: right;
  counter-reset: section;
}

.item-char {
  padding: 5px;
  position: relative;
}

.tip-left:hover .tip-show {
  right: 0;
  left: inherit;
}

.block-name {
  width: 25px;
  background: black;
  color: white;
  /*! display: none; */
  text-align: center;
}
.remove-block {
  color: white;
  display: inline-block;
  background: red;
  line-height: 20px;
  cursor: pointer;
  width: 32px;
  text-align: center;
  margin-right: 3px;
}

.remove-block:hover {
  background: black;
}

.block-name:before {
  counter-increment: section; /* Increment the value of section counter by 1 */
  content: counter(section) " ";
}

.titlebar {
  width: 100%;
  height: 30px;
  background: BLACK;
  position: fixed;
  z-index: 9999;
}

.close-btn,
.title-btn {
  opacity: 1;
  width: 20px;
  height: 20px;
  display: INLINE-BLOCK;
  position: absolute;
  text-align: CENTER;
  color: WHITE;
  font-size: 2.7vh;
  line-height: 20px;
  cursor: POINTER;
}

.close-btn:hover {
  color: red;
}

.block-left {
  position: relative;
  z-index: 99;
  padding: 0;
  padding-left: 5px;
  overflow: auto;
  max-height: 830px;
  overflow-x: scroll;
  min-height: 700px;
  padding-right: 5px;
  font-size: 100%;
}

.block-right {
  padding: 0;
  height: 90%;
  /*! border-left: 1px solid #ccc; */
}
.page-img {
  margin: 10px;
  display: inline-block;
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}

.page-img img {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
}
#FontChar,
#FontImg {
  border: 0;
  outline: none !important;
  padding: 5px 20px;
  color: white;
  position: relative;
  font-size: 1.5vh;
  text-align: left;
}

#FontChar:hover,
#FontImg:hover {
  background: black;
}

#FontChar {
  background: brown;
  width: 48%;
}

#FontImg {
  background: darkcyan;
  width: 48%;
}

#pathFont,
#pathImg {
  display: inline-block;
  width: 48%;
  border: 0;
  outline: 0;
  vertical-align: middle;
  float: right;
}

#pathFont,
#pathImg {
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid #ccc;
}
.title-btn {
  color: white;
  top: 0px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: darkolivegreen;
  z-index: 9;
  width: inherit;
  overflow: hidden;
  vertical-align: middle;
}

.title-btn:hover {
}

#view-data {
  background: cornflowerblue;
}

.page-data,
#formData,
.page-hex {
  display: none;
}

#page-result th {
  padding: 5px;
  /* min-width: 60px; */
  background: black;
  color: white;
  max-width: 100px;
  white-space: nowrap;
}

#page-result table,
#page-result th,
#page-result td {
  border: 1px solid #ccc;
  text-align: center;
  line-height: 25px;
  font-family: "consolas";
  font-size: 1.4vh;
}

.text-char {
  margin-right: 10px;
  color: red;
  font-weight: bold;
  float: right;
}

.char-cell {
  position: absolute;
  top: 0;
  border: 1px solid darkgoldenrod;
  cursor: pointer;
  z-index: 9;
}

#copy,
#test,
#FontMapFNT,
#formData,
#console,
#code {
  min-width: 300px;
  min-height: 500px;
}

.char-cell:hover {
  background: rgba(255, 242, 164, 0.5);
  border-color: red;
  z-index: 99;
}

#import-cfg {
  left: 0;
  background: blue;
  text-align: left;
  text-indent: 10px;
  background: black;
  height: auto;
  max-height: 500px;
  overflow: auto;
}

#export-cfg {
  background: brown;
}

#create-data {
}

#zoom-img {
  background: goldenrod !important;
  border: 0;
  outline: none !important;
  MIN-WIDTH: 230px;
  overflow: inherit;
}

button#export-csv,#showTable {
  color: white;
  border: 0;
  outline: none !important;
  background: none;
  padding: 0;
  cursor: pointer;
}

button#export-csv:hover {
}

#debug {
  left: 0;
  margin-left: 300px;
  background: cover;
  color: black;
  width: 35px;
  line-height: 30px;
  font-weight: bold;
  color: white;
}

#type-check,
.typeChar {
  margin-top: -5px;
  font-weight: bold;
  padding: 5px;
  float: right;
  min-width: 300px;
}

.fontmap-block,
.hover-block-text {
  display: none;
}

.center-block {
  text-align: center;
}

.input-cals,
.input-regexp {
  padding: 0;
  font-size: 1.2vh;
  vertical-align: middle;
  box-sizing: inherit;
  width: 100%;
}
.select-type {
}
ul.list-block-char select {
  font-size: 1.2vh;
  vertical-align: middle;
  padding: 2px;
}
.block-save-input {
  vertical-align: top;
  -moz-transform: scale(1.2);
  margin: 4px 0px;
}

#import-cfg li,
#zoom-img li {
  position: relative;
  display: none;
  background: black;
}
.item-options i,
.item-zoom i {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  width: 20px;
  display: block;
  text-indent: 0;
  background: red;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}

#import-cfg li.item-main,
#zoom-img li.item-zoom-main {
  background: cornflowerblue !important;
  display: block;
}
.item-options i:hover,
.item-zoom i:hover {
  background: chocolate;
}
#import-cfg li:hover,
#zoom-img li:hover {
  background: cornflowerblue !important;
}

.item-options:hover,
.item-zoom:hover {
  background: brown;
}
#import-cfg li b,
#zoom-img li b {
  display: block;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#import-cfg:hover li {
  display: block;
}
.item-zoom.active,
.block-save {
  /*! display: none !important; */
}

.minimize-btn {
  right: 90px;
  top: 0px;
}
#zoom-img li.item-zoom-main {
  background: darkblue !important;
  border: 0;
}

.title-btn:hover {
  background: darkslateblue !important;
}
#loading-run {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: -99;
  color: white;
  height: 0;
  top: 0;
  left: 0;
}
.wrapbody-loading {
  text-align: center;
  position: absolute;
  margin: auto;
  top: 33.3333%;
  left: 33.3333%;
}
.text-loading {
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
  text-shadow: 2px 2px 0px #13e8f2, -2px 2px 2px #13e8f2,2px -2px 2px #13e8f2,-2px -2px 2px #13e8f2;
  -webkit-font-smoothing: antialiased;
}
.wrapbody-loading i {
  font-size: 100px;
}
#loading-run.active {
  opacity: 1;
  z-index: 999999;
  height: 100%;
}
.page-debug {
  display: none;
}
#tooltip {
  background-color: #fff;
  border: 2px solid #333;
  color: #131313;
  max-width: 550px;
  padding: 5px;
  z-index: -1;
  position: absolute;
  opacity: 0;
  font-family: "consolas";
  font-size: 1.3vh;
  max-width: 300px;
  word-wrap: break-word;
}

.name-label-list {
  width: 83px;
}
.name-label {
  display: inline-block;
  text-align: center;
  background: brown;
  color: white;
  border-right: 1px solid white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.item-name-list {
  font-size: 14px;
  background: brown;
}
.item-regexp {
  display: none;
  width: 242px;
}
.item-regexp[style="display: inline;"] {
  display: inline-block !important;
}

.block-debug-item label {
  display: block;
  text-align: center;
}

.block-button-debug {
  display: block;
  text-align: center;
  position: relative;
  z-index: 500;
}
.block-debug-item {
  display: inline-block;
}
.block-debug-item.block-form {
  display: none;
}
.buttonDb:hover {
  background: black;
}
.buttonDb {
  display: inline-block;
  background: brown;
  color: white;
  padding: 5px;
  cursor: pointer;
  margin: 20px;
}
.block-debug-item.block-button-debug {
  display: block;
  position: relative;
  z-index: 8888;
}
.th-header {
  background: brown !important;
}
#page-debug {
  position: relative;
  z-index: 555;
  text-align: center;
}
.item-option .tip-show {
  right: 0;
  top: 48px;
}
#type-check + .tip-show {
  left: 5px;
  width: 300px;
}
.typeChar + .tip-show {
  left: 104px;
}
.add-value .tip-show {
  right: 0;
  top: 37px;
}

.trAnimation td,
.DivAnimation {
  animation: mymove 0.5s infinite;
  background-color: rgba(255, 242, 164, 0.5);
}

.DivAnimation {
  animation: mymove2 0.5s infinite;
  background-color: rgba(255, 242, 164, 0.5);
  z-index: 12;
}

.DivAnimation .hover-block-text {
  display: block;
  width: initial;
  z-index: 91;
  position: absolute;
  padding: 5px;
  min-width: 180px;
  color: white;
  background: black;
  border: 2px solid #609d15;
}

@keyframes mymove2 {
  from {
    background-color: rgba(255, 242, 164, 0.5);
  }
  to {
    background-color: transparent;
  }
}

@keyframes mymove {
  from {
    background-color: rgba(255, 242, 164, 0.5);
  }
  to {
    background-color: white;
  }
}

#page-content {
  margin-top: 32px;
  height: 100%;
}
#page-result td:hover {
  background: rgba(255, 242, 164, 0.5);
  cursor: cell;
}
.header-table-bar {
  display: block;
  text-align: center;
  background: cadetblue;
  /*! padding: 5px; */
}
.header-table-bar label {
  min-width: 20%;
  margin: 0;
  padding: 5px;
  background: cadetblue;
  border-right: 1px solid #ccc;
  color: white;
}
.export-th:hover {
  background: black;
}
.td-character[myhex^="2000"]:before {
  content: "Space";
}
.td-character[myhex^="0900"]:before {
  content: "Tab";
}
.td-character[myhex^="0A00"]:before {
  content: "Newline";
}
.td-character[myhex^="0D00"]:before {
  content: "Carriage";
}
.td-button button {
  font-size: 13px;
  background: cadetblue;
  color: white;
  border: 0;
  font-weight: bold;
}
.td-button button:hover {
  background: black;
}
#page-result .td-button:hover {
  background: white;
}

.table-header-copy {
  /*! position: sticky; */
  top: 0;
  visibility: hidden;
  z-index: -3214;
  transition: none;
  display: none;
}

.table-header-copy.active {
  visibility: visible;
  z-index: 9;
}
.left-top-table b,
.left-top-table i {
  background: cornflowerblue;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 5px 0;
}
.left-top-table i {
  background: red;
  font-style: normal;
  font-weight: bold;
}
#view-data-cell tr,
#view-data-cell td,
#view-data-cell th {
  border: 1px solid #ccc;
  text-align: center;
  line-height: 25px;
  font-family: "consolas";
  font-size: 1.6vh;
}
#view-data-cell .begin-row,
#view-data-cell th {
  background: cadetblue;
  color: white;
  font-weight: bold;
}
#view-data-cell td {
  padding: 0 5px;
  background: white;
}
.button-jump-img b:hover {
  background: black;
}
.button-jump-img b {
  background: crimson;
  cursor: pointer;
}
.left-top-table {
  display: inline-block;
  cursor: pointer;
  color: white;
}
.top-table {
  margin: 5px auto;
  display: block;
}

.body-page-hex {
  text-align: center;
  width: 100%;
}
#view-data-cell {
  margin: 0 auto;
  width: 99%;
}

.data-hide-info {
  text-align: left;
  width: 100%;
  margin: 10px auto;
  background: white;
  padding: 10px;
  border: 2px solid #ccc;
}
.info-text-view i {
  font-style: normal;
  color: darkgreen;
  padding: 2px;
  margin-right: 2px;
  font-weight: bold;
}
.info-text-view b {
  color: darkblue;
  padding: 2px;
  min-width: 30px;
}
.info-text-view span {
  padding: 2px;
  font-weight: bold;
  color: darkviolet;
  font-weight: bold;
  border: 1px solid #ccc;
}

.page-data-info h2 {
  text-align: center;
  font-weight: bold;
  color: crimson;
}
.info-text-view {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
}
.table-header-copy th {
  border: 1px;
}
#csv-data {
  margin: 0 auto;
}
.table-header-copy th {
  border: 1px solid #ccc !important;
}

.table-header-copy th {
  border: 1px solid #ccc !important;
}
.begin-row {
  min-height: 52px;
}
#view-data-cell tr,
#view-data-cell td {
  /* width: 80px; */
}
.block-title.tip-hover:hover .tip-show {
  left: 0;
}
li.item-calc-number.item-maytinh-number.tip-hover {
    display: none;
}
#tooltip i {
  border: 1px solid #ccc;
  padding: 0 2px;
  font-style: normal;
}
.block-type:hover .tip-show {
  left: 124px;
}
.block-byte .tip-show {
  left: 0;
}

.save-template {
  left: 335px;
  width: 35px;
}
#view-img {
}
#view-char-data {
  background: crimson;
}
#import-cfg {
  width: 300px;
}
.title-btn:hover .tip-show {
  top: 32px;
  left: 0;
  font-weight: normal;
}

.title-btn .tip-show {
    text-align: left;
}

.label-upload .file-upload,.wrap-tool .file-upload {
  opacity: 0;
  position: absolute;
  width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
}

.input-custom-byte {
  position: absolute;
  left: 0;
  right: 0;
  width: 130px;
  top: 0;
  z-index: -55;
  opacity: 0;
}
.item-mapFont {
  position: relative;
}
.block-byte {
  width: 132px;
}
.custom-byte {
  width: inherit;
  line-height: 19px;
}
.block-byte select {width: 100%;}
.name-lable-add {
  width: 41px;
}


.body-struct {
  display: inline-block;
  margin: 10px 0;
  text-align: left;
  padding: 5px;
}
.item-struct {
  text-align: center;
  border: 2px solid #5f9ea0;
  margin: 10px 0;
}
.option-list {
  border: 2px solid #5f9ea0;
}

.name-label:last-child {
  border: navajowhite;
}
.select-title {
  width: 100%;
}
.character-list {
  margin-top: 20px;
  counter-reset: section;
}
.item-option:last-child {
  border: none;
  margin: 0;
}
.item-mapFont {
  padding: 0;
}

.item-menu-struct {
  display: inline-block;
  position: relative;
}
.item-menu-struct.item-menu-offset.tip-hover {
}
.item-menu-struct:hover .tip-show {
  top: 30px;
  left: 0;
}
.item-menu-input {
  width: 100%;
  height: 25px;
  text-indent: 60px;
}
.list-menu-action {
  padding: 5px;
  font-size: 1.5vh;
  background: white;
  font-weight: bold;
}
.select-title-struct {
  height: 25px;
  position: relative;
  top: 0px;
  width: 100%;
}
.item-menu-button {
  background: red;
  border: 0;
  color: white;
  line-height: 23px;
}
.item-menu-button:hover {
  background: black;
}

.item-name-list-header {
  font-size: 1.5vh;
  background: darkgoldenrod;
}
.name-menu-title {
  width: 210px;
}
.name-menu-offset {
  width: 183px;
}
.name-menu-max {
  width: 98px;
}
.name-menu-remove {
  width: 92px;
}
.item-menu-list {
  border: 1px solid darkgoldenrod;
  margin-bottom: 15px;
}
.item-name-list-header .name-label {
  background: darkgoldenrod;
}
.btn-button.check-font {
	background: red;
    line-height: 20px;
    left: 0;
    padding: 5px !important;
    width: 140px;
    font-weight: bold;
}

.input-custom-title.active {
    opacity: 1;
    z-index: 6;
    width: 212px;
}

.input-custom-byte.active {
  opacity: 1;
  z-index: 5;
}

.tool-struct {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  line-height: 3.2vh;
}
.button-tool {
  margin: 0 5px;
  cursor: pointer;
}
.button-tool:hover {
  color: crimson;
}
.button-tool.tip-hover .tip-show {
    top: 32px;
    right: 0;
    left: inherit;
}

.name-menu-max {
  width: 180px;
}
.name-lable-add {
  text-align: left;
}
.remove-block[onclick="AddBlockValue(this)"] {
  width: 32px;
}
.title-struct b {
    max-width: 430px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

.table-data-body {
  margin: 0 auto 10px auto;
  position: relative;
}
.item-table-block {
  margin: 10px 0;
  display: inline-block;
  border: 4px solid cadetblue;
  background: #ccc;
  position: relative;
  width: 99%;
}
#page-result {
  text-align: center;
  counter-reset: section;
  width: 100%;
}
.header-table-bar label:last-child {
  border: 0;
}
.table-data-body tbody {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 25px;
}
.table-data-body thead {
  display: table;
  table-layout: fixed;
  padding-right: 5px;
}
.table-data-body tbody .table-header {
  opacity: 0;
  height: 1px !important;
  /*! visibility: hidden; */
  position: relative;
  z-index: -422;
}
thead .table-header {
  position: relative;
  top: 36px;
}
#page-result .td-number {
  background: black !important;
  color: white;
}
.table-data-body.active {
  display: inline-block;
  padding: 0 10px;
}

.item-menu-offset::before,.item-menu-max::before {
  content: "DEC";
  position: absolute;
  background: ;
  background: #9d1863;
  line-height: 25px;
  width: 60px;
  display: inline-block;
  color: white;
  text-align: center;
  font-weight: bold;
}
.item-menu-struct.hex-value:before {
  content: "HEX";
}

.header-table-bar .title-table {
  min-width: 33.33%;
  text-align: left;
}
.header-table-bar .export-th {
  background: darkblue;
  text-align: center;
  padding: 2px;
}
.header-table-bar .export-th:hover {
  background: black;
}
.none-data {
  font-size: 30px;
  line-height: 50px;
  width: 80%;
  margin: 10% auto;
  background:white;
  border:1px solid #ccc;
  padding: 10px;
}
.title-table:before {
  counter-increment: section;
  content: counter(section) " ";
  position: absolute;
  left: 0;
  background: crimson;
  display: inline-block;
  padding: 0px 5px;
}
.title-struct::before {
  counter-increment: section;
  content: counter(section) " ";
  position: absolute;
  left: 0;
  background: crimson;
  display: inline-block;
  padding: 0px 5px;
}
.title-struct span {
  margin-left: 22px;
}
#page-result .td-Text {
    width: inherit;
    max-width: inherit !important;
    padding: 0 5px;
}

#page-result .table-data-body thead th {
  max-width: inherit;
}
.custom-input-btn {
  position: absolute;
  right: -1px;
  background: red;
  color: white;
  border-radius: 0;
  border: 0;
  line-height: 23px;
}
.custom-title {
  width: 179px;
}
.custom-input-btn:hover {
  background: black;
}
.name-label b i {
  text-shadow: 1px 1px 0px #000000, -1px 1px 1px #000000,1px -1px 1px #000000,-1px -1px 1px #000000;
  font-style: normal;
}
#pathFont,#pathImg {
  cursor: text;
}
#reload {
  left: 368px;
  width: 35px;
  background: darkgreen;
}
.item-regexp:hover .tip-show {
  left: 233px;
  top: 22px;
  width: 434px;
}

.body-page-img {
  margin: 0px 20px;
  position: absolute;
  z-index: 3;
  cursor: crosshair;
}
.change-page-img {
  display: block;
  position: absolute;
  left: 20px;
  width: 1000px;
  top: 5px;
  margin-top: 50px;
}
.item-page-img {
  background: black;
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  line-height: 30px;
  cursor: pointer;
}
.item-page-img.active {
  background: cadetblue !important;
}
.item-page-img:hover {
  background: red;
}

.body-page-img[pageimg] .char-cell {
    display: none;
}

.item-page-img.title-label {
  background: black;
}

.body-page-img[pageimg="0"] .char-cell[pageimg="0"],
.body-page-img[pageimg="0"] .char-cell[pageimg=""],
.body-page-img[pageimg="1"] .char-cell[pageimg="1"],
.body-page-img[pageimg="2"] .char-cell[pageimg="2"],
.body-page-img[pageimg="3"] .char-cell[pageimg="3"],
.body-page-img[pageimg="4"] .char-cell[pageimg="4"],
.body-page-img[pageimg="5"] .char-cell[pageimg="5"],
.body-page-img[pageimg="6"] .char-cell[pageimg="6"],
.body-page-img[pageimg="7"] .char-cell[pageimg="7"],
.body-page-img[pageimg="8"] .char-cell[pageimg="8"],
.body-page-img[pageimg="9"] .char-cell[pageimg="9"],
.body-page-img[pageimg="10"] .char-cell[pageimg="10"],.body-page-img[pageimg="1"] .char-cell[pageimg=""],
.body-page-img[pageimg="2"] .char-cell[pageimg=""],
.body-page-img[pageimg="3"] .char-cell[pageimg=""],
.body-page-img[pageimg="4"] .char-cell[pageimg=""],
.body-page-img[pageimg="5"] .char-cell[pageimg=""],
.body-page-img[pageimg="6"] .char-cell[pageimg=""],
.body-page-img[pageimg="7"] .char-cell[pageimg=""],
.body-page-img[pageimg="8"] .char-cell[pageimg=""],
.body-page-img[pageimg="9"] .char-cell[pageimg=""],
.body-page-img[pageimg="10"] .char-cell[pageimg=""] {
    display: block;
}

.item-options .NoSave {
  background: #ccc !important;
  color: black;
  cursor: no-drop;
}

.item-result-file {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
}
.page-hex-file {
  margin: 10px;
  padding: 10px;
  background: white;
  font-family: consolas;
  width: 100%;
  font-size: 150%;
  height: 100%;
}
.textarea-file-hex {
  border: 0;
  box-sizing: unset;
  outline: 0;
  resize: none;
  line-height: normal;
  position: absolute;
  overflow: hidden;
  left: -3px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%!important;
  z-index: 4;
  background: transparent;
}
.output-text-file-hex {
  /* width: 33%; */
  display: inline-block;
  font-family: consolas;
  /* font-size: 14px; */
  line-height: normal;
  position: relative;
  /* top: 2px; */
}
.fotter-page-hex-file {
  display: block;
  margin-left: -2px;
  text-align: center;
  vertical-align: middle;
  margin-top: 5px;
}
.body-page-hex-file {
  /* font-size: 14px; */
  margin-top: 5px;
}

.item-head-hex {
  display: inline-block;
}
.offset-text-file-hex {
  display: inline-block;
  color: #663AE0;
  position: relative;
  top: 2px;
  min-width: 60px;
  vertical-align: top;
  line-height: normal;
}
.item-title-head {
  min-width: 60px;
}
.list-head-hex {
  font-family: consolas;
}
.item-count-head {
  /* max-width: 52%; */
  /* min-width: 52%; */
  margin-right: 5px;
}

.head-page-hex-file {
  display: block;
  color: #663AE0;
}

.item-result-file span {
  min-width: 20px;
  display: inline-block;
  margin-left: 5px;
}
.input-byte-rows {
  width: 100%;
  /* height: 20px; */
}
.item-byte-hex span {
  text-align: left;
  border: 0;
}
.list-result-file-hex {
  font-size: 14px;
}
.jump-byte-rows {
  width: 150px;
  /* height: 20px; */
}
.jump-byte-hex span {
  border: 0;
}

.char-text-hex.hightLight {
  background: #0078D766;
}
#view-hex-file {
  background: chocolate;
}
.line-text-hex {
    position: relative;
    top: 2px;
}
.end-byte-rows {
  width: 150px;
  height: 20px;
}
.max-byte-rows {
  width: 150px;
  height: 20px;
}
.save-highlight-hex {
  border: 0;
}
.item-result-file label,.item-result-file span {
    margin: 0;
    padding: 1px;
    margin-top: -1px;
    font-size: 1.5vh;
}
.result-cals-file-hex {
  left: 0px;
  bottom: 30px;
  text-align: center;
  z-index: 2344;
  background: transparent;
  width: 98%;
  font-weight: bold;
  margin-top: 5px;
  border-top: 2px solid #ccc;
  padding-top: 5px;
  font-size: 1.4vh;
}
.item-calc-number label {
  display: block;
  margin: 0;
  background: cadetblue;
  color: white;
  position: relative;
  font-size: 1.1vh;
}
.item-calc-number {
  border: 1px solid black;
  display: inline-block;
  background: white;
}
.item-calc-number span {
  min-height: 16px;
  display: block;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  text-indent: 2px;
  font-size: 1.4vh;
}

.textarea-output-text-file-hex {
  border: 0;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  resize: none;
}
.body-output-text-file-hex {
  color: transparent;
}
.hightlight {
  background: #0078d794;
  display: inline;
  position: relative;
  z-index: 9;
  color: black;
  position: relative;
  left: 2px;
}
.input-hex-calc-swap {
    border: 0;
    outline: 0;
    /* text-align:center; */
    font-weight: bold;
}
.pheptinhmaytinh {
  outline: 0;
  resize: none;
  overflow: hidden;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
  word-wrap: break-word;
  z-index: 99;
  padding-right: 10px;
}

.item-body-maytinh {
  border: 0;
}

.btt-console {
  border: 1px solid;
  background: black;
  line-height: 15px;
  width: 50px;
  color: white;
}

.item-body-maytinh {
  border-bottom: 1px dashed #ccc;
  padding: 3px 0;
  position: relative;
}


.btt-maytinh {
  border: 0;
  background: burlywood;
  border: 1px solid;
  width: 22px;
  font-weight: bold;
}
.conso-maytinh .btt-maytinh {
  width: 32px;
  font-size: 14px;
  background: azure;
}
.line-break-number {
  margin-bottom: 5px;
}
.btt-maytinh:hover {
  background: bisque;
}
.btt-console.active {
  background: cornflowerblue;
}
.btt-console:hover {
  background: cornflowerblue;
}

.btt-maytinh.clearone,.btt-maytinh.clearAll {
  width: 54px;
  line-height: 20px;
}

.ketquatinhtoan {
  min-height: 50px;
  text-align: right;
  word-break: break-all;
  color: transparent;
  position: relative;
  top: -6px;
  display: block;
}
.ketqua-maytinh {
  margin: 0;
  padding: 2px;
}
.oketquadatinh {
  background: beige;
  text-align: right;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 18px;
}
.numberHex {
  display: none;
}

.item-calc-number label b {
  position: absolute;
  right: 2px;
  top: 0px;
  cursor: pointer;
}
.item-calc-number label b:hover {
  color: crimson;
}

.body-page-img[style*="0.3"] .char-cell,.body-page-img[style*="0.5"] .char-cell,.body-page-img[style*="0.8"] .char-cell {
  border: 2px solid darkgoldenrod;
}
.item-menu-input.input-max {
  width: 100%;
}
.copyright {
    clear: both;
    text-align: center;
}
.item-Negative-number b {
  font-weight: normal;
  display: inline-block;
  text-align: left;
}
.left-tab-HEX {
  display: inline-block;
  /* width: 53%; */
  vertical-align: top;
  font-family: consolas;
  line-height: 20px;
  /* min-width: 400px; */
  position: relative;
  height: 100%;
}

.textarea-file-hex-copy {
  position: static;
  top: 2px;
  left: -1px;
  z-index: 2;
  background: transparent;
  line-height: normal;
}
.block-highlight {
  position: relative;
  padding-bottom: 10px;
  z-index: 11;
  margin-right: -8px;
  top: 2px;
}
.text-hex-highlight {
  background: beige;
  border: 2px solid red;
  position: relative;
  left: -5px;
  padding: 0 2px;
}
.body-highlight {
  position: absolute;
  background: white;
  padding: 5px;
  border: 2px solid darkmagenta;
  left: -5px;
  min-width: 220px;
  display: none;
  top: 18px;
}
.select-highlight select {
  width: 135px;
  outline: 0;
  border: 1px solid;
  text-align: center;
}
.result-highlight {
  margin-top: 6px;
}
.button-highlight {
  background: red;
  color: white;
  border: 0;
  width: 80px;
  margin: 5px;
}
.button-highlight:hover {
  background: black;
}

.select-highlight label {
  display: block;
  font-weight: normal;
}
.select-highlight span,.select-highlight select {
  display: inline-block;
}
.select-type-HL {
  margin-left: 23px;
}
.tool-result-highlight {
  text-align: center;
  display: block;
}
.save-buttonHL {
  background: cornflowerblue;
}
.number-result-hightlight label {
  width: 160px;
  border: 1px dashed #ccc;
  min-height: 22px;
  vertical-align: middle;
  background: beige;
  margin-left: -4px;
  word-wrap: break-word;
}
.block-highlight.active .body-highlight {
  display: block;
}
.block-highlight:hover .body-highlight {
  display: block;
  z-index: 30;
}
.save-highlight-button {
  background: #1d42d5;
  font-size: 9px;
  border: 0;
  margin: 0;
  padding: 5px;
  line-height: 14px;
  position: relative;
  top: -3px;
  color: white;
}
.save-highlight-button:hover,.remove-highlight-button:hover .save-highlight-button{
  background: black!important;
}

.item-size-image {
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  /*! line-height: 30px; */
  cursor: pointer;
  background: #074f66;
  color: white;
  position: relative;
  line-height: 30px;
}
.item-size-image div {
  display: inline-block;
}
.item-size-image input {
  width: 78px;
  margin: 0 5px;
  color: black;
  height: 24px;
}
.item-size-image label {
    margin: 0;
}
.block-highlight.active {
  z-index: 30;
}
.block-highlight:hover {
  z-index: 30;
}
.arrow-title {
  position: absolute;
  bottom: 8;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  display: none;
  width: 100%;
  z-index: 40;
  top: -1px;
}
.body-arrow {
  padding: 0 1px;
  background: #0000007a;
  color: white;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  word-wrap: break-word;
  white-space: nowrap;
  text-shadow: 1px 1px black,-1px 1px black,1px -1px black,-1px -1px black;
  font-weight: bold;
}
.block-highlight:hover .arrow-title {
  display: none;
}
.arrow-title:hover .body-arrow {
  display: none;
}
.textarea-file-hex-copy.focus .arrow-title {
  display: block;
}

.remove-highlight-hex .save-highlight-button {
  background: brown;
}
.remove-highlight-hex {
  border: 0;
}
.remove-highlight-hex .tip-show {
  left: -63px !important;
}
.block-highlight:hover .arrow-title {
  display: none;
}
.option-list .tip-show {
  top: 40px !important;
}
.block-type .tip-show {
  right: 0 !important;
  left: inherit !important;
  top: 32px !important;
}
.item-menu-max .tip-show {
  right: 0 !important;
  left: inherit !important;
}

.item-title-head {
  /* margin-right: -4px; */
}
.text-hex-highlight b {
  font-weight: normal;
}
.block-save {
  width: 12%;
  text-align: center;
}
.block-save .tip-show {
  right: 0 !important;
  left: inherit !important;
}

.hight-light-hex {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: white;
  color: transparent;
  line-height: normal;];
}
.hex-highlight {
  background: #0078d794;
  z-index: 55;
  display: inline;
  position: static;
  color: transparent;
  top: 0;
}
.block-save .tip-show {
  text-align: left;
}
.page-buildFont {
  margin: 10px;
  padding: 10px;
  background: white;
  font-size: 15px;
  display: none;
}

.item-tool-buildFont button {
  border: 0;
  color: white;
  width: 380px;
  font-size: 30px;
  cursor: pointer;
}
.list-tool-buildFont {
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
  min-height: 170px;
  vertical-align: middle;
  width: 500px;
}
.item-tool-buildFont {
  display: block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.fntmap-tool button {
  background: blue;
}
.item-tool-buildFont button:hover {
  background: black;
}
.fntimg-tool button {
  background: coral;
}
.buildFNT-tool button {
  background: red;
}
.panel-line-tool label {
  width: 400px;
  padding: 5px;
  margin: 0;
  border: 1px dashed chocolate;
  background: beige;
  text-align: left;
}
.panel-line-tool b {
  width: 100px;
  border: 1px dashed chocolate;
  padding: 5px;
  display: inline-block;
  margin-left: 40px;
  background: beige;
  text-align: center;
  min-height: 33px;
  vertical-align: middle;
}
.item-list-faq {
  display: inline-block;
  padding: 5px;
  margin-right: -4px;
  cursor: pointer;
  font-weight: bold;
  background: #008b8b8a;
  color: white;
}
.item-list-faq.active {
  background: darkcyan !important;
  color: white;
}
.list-faq {
  border-bottom: 2px solid darkcyan;
}
.item-list-faq:hover {
  background: black;
  color: white;
}
.panel-line-tool {
  margin-bottom: 10px;
}
.item-tool-buildFont .tip-show {
  top: 50px !important;
  width: 366px;
  text-align: left;
}
.item-calc-number .tip-show {
  left: -220px !important;
  top: 0px !important;
}
.item-calc-number .tip-show {
  left: 0 !important;
  /* top: 0px !important; */
  text-align: left;
}
.block-regexp .tip-show {
  left: 0 !important;
}
.tip-show b {
    display: inline-block;
    padding: 0 2px;
}
.panel-character-tool {
  display: inline-block;
  width: 600px;
  margin-right: 10px;
  text-align: center;
  border: 2px solid #ccc;
}
.headPanel {
  background: #ccc;
  color: crimson;
  font-weight: bold;
  padding: 5px;
}

.panel-image-tool {
  display: none;
}
.panel-character-list-view {
  margin: 10px 0;
}
thead .table-header.header-copy {
  display: inline-block;
}
.number-result-hightlight {
  max-height: 200px;
  overflow: auto;
  display: block;
}
.number-result-hightlight span {
  width: 50px;
  display: inline-block;
}
.number-result-hightlight label {
  width: 140px;
}

.check-tool-fnt {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  border: 1px dashed chocolate;
  padding: 5px;
  width: 500px;
}
.fntmap-tool {
  margin-top: 10px;
}
.form-check .tip-show {
    width: 480px;
}
.left-combo.right-cb-button {
    /* position: absolute; */
    /* left: 430px; */
    display: inline-block;
    float: right;
}

.right-cb-button .title-btn {
    position: relative;
    padding: 0 5px;
}

.left-combo.left-cb-button {
    /* position: absolute; */
    /* width: 430px; */
    display: inline-block;
    float: left;
}

li.zoom-menu-item {
    POSITION: ABSOLUTE;
}

ul#zoom-img:hover ul li,#zoom-img:hover .zoom-menu-item {
    DISPLAY: BLOCK;
}

ul.main-list-zoom-show {
    top: 0;
    left: 0;
    position: absolute;
    min-width: 230px;
}

.wrap-result-hex {
    height: 79%;
    overflow: scroll;
    display: block;
    /* height: 90%; */
    font-size: 1.8vh;
    /* width: 150%; */
    overflow-x: hidden;
}

li.item-result-file label {
    background: cadetblue;
    display: block;
    font-size: 9px;
    color: white;
    padding: 1px;
    text-align: center;
}

.item-result-file input {
    width: 100%;
    border: 0;
    font-weight: bold;
    height: inherit;
}

.item-result-file span {
    background: white;
    display: block;
    border: 1px solid #ccc;
}

.result-cals-file-hex input {
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.asnii-li {
    margin: 0 auto;
}

li.item-calc-number.item-Negative-number {
    width: 22%;
}
.body-output-text-file-hex {padding-right: 15px;line-height: normal;}
.wrapper1.scroll-left {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 10px;
    display: block;
}

.wrapper1.scroll-left div {
    width: 2000px;
    height: 20px;
}

label.label-block.block-name {
    display: none;
}

.name-label {width: 13%;text-align: center;}

label.remove-block.tip-hover.tip-left {
    width: 11%;
}

label.label-block {
    width: 22%;
}

select.select-block.select-type {
    width: 100%;
}

li.item-menu-struct {
    width: 32%;
}

.item-calc-number span:before {
    /* content: "a"; */
    opacity: 0;
}

li.item-calc-number.item-Negative-number span {
}

.tip-show:hover { display: none!important}

.div-page-hex-file.show--hex {
    width: max-content;
    height: 100%;
}

@media screen and (max-width: 1800px) {
	.right-cb-button .title-btn b {
		position: absolute;!important;
		opacity: 0;
		width: 0;
		display: inline-block;
	}
	.left-combo.right-cb-button{}

	.right-cb-button #zoom-img b {
		font-size: 12px!important;
		opacity: 1;
		position: inherit;
		top: inherit;
	}
	input#fontmapfile, #pathFont, #pathImg, #type-check, .typeChar {
    width: 48%!important;
    min-width: inherit!important;
 }

	.item-name-list-header span.name-label {
		width: 32%;
	}


	ul.list-menu-action {
		position: relative;
	}

	li.item-menu-struct {
		width: 32%;
	}

	.item-menu-offset::before, .item-menu-max::before {
		font-size: 10px;
		width: 30px;
	}

	.item-menu-input,.item-menu-input.input-max {
		width: 100%;
		text-indent: 30px;
		font-size: 10px;
	}
	.item-name-list .name-label {
    font-size: 10px;
 }
	label.label-block {
		margin-right: 0.5%;
	}

	label.label-block .select-block {
		width: 100%;
	}

	input.input-cals {
		width: 100%;
	}
	
	.page-hex-file.show-page {
		/* width: 98%; */
		/* position: relative; */
	}

	.body-page-hex-file {
		/* width: max-content; */
	}

	li.item-calc-number.item-maytinh-number {
		display: none;
	}

	.item-calc-number {
		width: 17%;
		min-width: 66px;
		font-size: 11px;
	}

	li.item-calc-number.item-Negative-number {
		/* top: 11px; */
	}
}

.page-data.show-page {
    width: 100%;
}
.page-hex.show-page {
    width: 100%;
}

.table-page-hex {
    width: 100%;
}

.list-calc-hex .tip-show {
    top: initial!important;
    font-weight: normal;
}
input#fontmapfile {
    width: 100% !important;
}
ul.list-config-img {
    height: 50px;
    margin: 0 20px;
    position: relative;
    z-index: 9;
}

li.item-conf-img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

li.item-conf-img.config-zoom #zoom-img {
    display: block;
    position: relative;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
  margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.turn-grid b {
    vertical-align: middle;
    background: blue;
    color: white;
    padding: 8px;
}
.overall-body-img {
    width: 95%;
    height: 100%;
    display: block;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 190px;
}
ul.change-box-img li {
    display: inline-block;
    width: 13.2%;
    text-align: center;
    background: white;
}

ul.change-box-img .title-box {
    display: block;
    width: 100%;
    background: cadetblue;
    color: white;
    font-size: 1.1em;
    padding: 4px 0;
    position: relative;
    line-height: 1.1em;
    text-align: left;
    text-indent: 5px;
}

ul.change-box-img {
    position: absolute;
    top: 94px;
    border: 1px solid #ccc;
    width: 95%;
    margin: 5px 0;
    text-align: center;
}

ul.change-box-img input {
    width: 70%;
    border: 0!important;
    box-shadow: none;
    box-sizing: content-box;
}

ul.change-box-img li b {
    display: block;
    color: crimson;
    font-weight: bold;
}

div#left-panel {
    left: 404px;
    width: 80px;
    background: transparent;
}

div#left-panel .switch {
    height: 24px;
    top: -2px;
    width: 50px;
}

div#left-panel .slider:before {
    height: 20px;
    width: 20px;
    bottom: 2px;
}
.block-left.active {
    display: none;
}

.block-right.active {
    width: 98%;
}
.btn-grid {
    position: absolute;
    right: 0;
    width: 100px;
    border: 0;
    background: red;
    top: 3px;
}

.btn-grid.sav-grid {
    right: 120px;
    background: darkblue;
}

.btn-grid:hover {
    background: black;
}

li.title-box label {margin: 0;}
.select-grid {
    right: 240px;
    background: black;
}
.content-cell:hover .wrap-box-custom {
    background: #337ab74d;
}

.content-cell:before {counter-increment: my-sec-counter;/* content: "Section " counter(my-sec-counter) ". "; */}

div#cell-custom {
    counter-reset: my-sec-counter;
}

.content-cell {
    position: relative;
}

.content-cell.active {
    z-index: 20;
}

.content-cell.active .wrap-box-custom {
    border-color: crimson!important;
}
div.eapps-widget {
    height: 72px;
    OVERFLOW: HIDDEN;
}

.scale-font-hex {
    width: 20%;
}

select.scale-option-font {
    width: 100%;
}
.asnii-li input {
    height: 36px;
    resize: none;
}
.list-calc-hex input,.list-calc-hex textarea {
    width: 100%;
    line-height: 2.3vh;
}

.swap-covs {
    text-align: right;
    color: red;
    text-decoration: underline;
}

.swap-span {
    border-top: 1px solid black;
}

.list-calc-hex input:focus, .list-calc-hex textarea:focus {
    background: black;
    color: white;
}
label.label-item.label-upload {
    width: 100%;
}

fontimgfile {
    width: 48%;
}
.label-map {
    width: 48%!important;
}
.item-name-list .name-label.item-mapFont {
    width: 50%;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    clear: left;
}

.name-lable-delete,.name-lable-add {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    background: deepskyblue;
}

.name-lable-delete:hover, .name-lable-add:hover {
    background: black;
    cursor: pointer;
}

.label-block:before {
    content: "Tiêu Đề";
    font-size: 1.2vh;
    background: black;
    color: white;
    display: block;
    text-align: center;
    margin-bottom: -3px;
    font-weight: 100;
}

.label-block {
    width: 24%;
}

.item-regexp:before {
    content: "Regexp";
}

.block-cals:before {
    content: "Tính Toán";
}

.block-byte:before {
    content: "Độ Dài";
}

.block-type:before {
    content: "Kiểu Dữ Liệu";
}

li.item-block::marker {
    font-size: 1.1vh;
}

.item-char:before {
    counter-increment: section;
    content: "" counter(section) "";
    position: absolute;
    left: 3px;
    font-size: 1.5vh;
    top: 10px;
    color: white;
    padding: 2px 4px;
    min-width: 18px;
    text-align: center;
    background: black;
}
.content-panel-cell {
    border: 1px solid #ccc;
    background: white;
}

.cals-panel {
    font-size: 2.2vh;
}

.list-title {
    background: cadetblue;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 2.5vh;
}

li.list-content label,li.list-content small {
    display: block;
    margin-bottom: 2px;
}

li.list-content small {
    font-size: 1.7vh;
    font-style: italic;
    text-align: left;
    text-indent: 5px;
}

.list-content {
    padding: 3px;
    border-bottom: 2px dashed #ccc;
    text-align: center;
}

li.list-left-panel {
    padding: 3px;
}

.list-desc {
    border-bottom: 2px dashed #ccc;
}

.list-content b, .list-content input {
    display: inline-block;
    width: 48%;
    text-align: left;
    text-indent: 5px;
}

.list-content b {
    background: cadetblue;
    color: white;
}

.list-content input {
    border: 2px solid black;
    margin-left: -5px;
    font-size: 1.8vh;
    padding-top: 2px;
}
.config-btn-top {
    left: 403px;
    background: indigo;
}

.show-left-panel {
    min-width: 35px;
}

.cals-btn-top {
    left: 438px;
    background: darkmagenta;
}

.max-btn-top {
    left: 473px;
    background: tomato;
}