* {
  font-family: 'Open Sans' !important;
}

i.icon {
  font-family: Icons !important;
}
.content-wrapper {
  width: 100%;
  display: flex;
  padding: 10px;
}

.header-container {
  width: 100%;
  min-height: 50px;
  background-color: black;
}

.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
}

.logo-container {
  width: 70%;
}

.settings-container {
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

.header-button {
  color: white;
  cursor: pointer;
}

.logo {
  width: 100px;
  height: 100px;
}

.login-form {
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.login-header {
  color: white;
  float: left;
  display: contents;
  font-size: 15px;
}

.login-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.background-black {
  background-color: black;
}

.row-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.column-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.center {
  width: '100%';
  display: flex;
  justify-content: center;
}

.w5 {
  width: 5px;
}

.w10 {
  width: 10px;
}

.w30 {
  width: 30px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.wp10 {
  width: 10%;
}

.wp13 {
  width: 13%;
}


.wp14 {
  width: 14%;
}

.wp15 {
  width: 15%;
}

.wp18 {
  width: 18%;
}


.wp20 {
  width: 20%;
}

.wp25 {
  width: 25%;
}

.wp30 {
  width: 30%;
}

.wp40 {
  width: 40%;
}

.wp50 {
  width: 50%;
}

.wp60 {
  width: 60%;
}

.wp65 {
  width: 65%;
}

.wp68 {
  width: 68%;
}

.wp70 {
  width: 70%;
}

.wp75 {
  width: 75%;
}

.wp80 {
  width: 80%;
}

.wp90 {
  width: 90%;
}

.wp100 {
  width: 100%;
}

.h5 {
  height: 5px;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.blackA {
  color: black;
}

.settings-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.settings-form {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tbody-scroll {
  display: block;
  height: 400px;
  overflow: scroll;
  width: 101%;
  text-align: center;
}

.tbody-scroll tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.thead-scroll {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: small;
  text-align: center;
}


table.data-grid {
  margin: auto;
  display: block;
  height: 450px;
  overflow: scroll;
  width: 101%;
}

table.data-grid tbody{
  display: table;
  width: 100%;
  table-layout: fixed;
}

.custom-sheet {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.data-grid .data-header > div {
  width: 100%;
}

.data-grid .data-header > div:after, .data-grid .data-body .data-row:after {
  content: "";
  display: table;
  clear: both;
}

.data-grid .data-header > div > div {
  float: left;
  font-weight: bold;
  font-size: 12px;
  padding: 2px;
}

.data-grid .data-header > div > div.action-cell, 
.data-grid .data-header > tr > .action-cell, 
.data-grid .data-body .data-row > div.action-cell {
  width: 10%;
}

.data-grid .data-body .data-row > div {
  float: left;
  font-size: 11px;
}

.data-grid .data-body .data-row > .cell > input.data-editor {
  width: 100%;
  height: 100%;
}

.data-grid ul.data-body {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}


span.data-grid-container, span.data-grid-container:focus {
  outline: none;
}

.data-grid-container .data-grid {
  table-layout: fixed;
  border-collapse: collapse;
} 

.data-grid-container .data-grid .cell.updated {
    background-color: rgba(0, 145, 253, 0.16);
    transition : background-color 0ms ease ;
}
.data-grid-container .data-grid .cell {
  height: 17px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: cell;
  background-color: unset;
  transition : background-color 500ms ease;
  vertical-align: middle;
  text-align: right;
  border: 1px solid #DDD;
  padding: 0;
}
.data-grid-container .data-grid .cell.selected {
  border: 1px double rgb(33, 133, 208);
  transition: none;
  box-shadow: inset 0 -100px 0 rgba(33, 133, 208, 0.15);
}

.data-grid-container .data-grid .cell.read-only {
  background: whitesmoke;
  color: #999;
  text-align: center;
}

.data-grid-container .data-grid .cell > .text {
  padding: 2px 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}


.data-grid-container .data-grid .cell > input {
  outline: none !important;
  border: 2px solid rgb(33, 133, 208);
  text-align:right;
  width: calc(100% - 6px);
  height: 11px;
  background: none;
  display: block;
}


.data-grid-container .data-grid .cell {
  vertical-align: bottom;
}

.data-grid-container .data-grid .cell,
.data-grid-container .data-grid.wrap .cell,
.data-grid-container .data-grid.wrap .cell.wrap,
.data-grid-container .data-grid .cell.wrap,
.data-grid-container .data-grid.nowrap .cell.wrap,
.data-grid-container .data-grid.clip .cell.wrap {
  white-space: normal;
}

.data-grid-container .data-grid.nowrap .cell,
.data-grid-container .data-grid.nowrap .cell.nowrap,
.data-grid-container .data-grid .cell.nowrap,
.data-grid-container .data-grid.wrap .cell.nowrap,
.data-grid-container .data-grid.clip .cell.nowrap {
  white-space: nowrap;
  overflow-x: visible;
}

.data-grid-container .data-grid.clip .cell,
.data-grid-container .data-grid.clip .cell.clip,
.data-grid-container .data-grid .cell.clip,
.data-grid-container .data-grid.wrap .cell.clip,
.data-grid-container .data-grid.nowrap .cell.clip {
  white-space: nowrap;
  overflow-x: hidden;
}

.data-grid-container .data-grid .cell .value-viewer, .data-grid-container .data-grid .cell .data-editor {
  display: block;
}

.data-grid-container .data-grid .cell > input {
  width: 100%!important;
  height: 18px!important;
}

[data-hint="not-valid"] {
  background-color: #ea7c7c!important;
}

.download-label{
  margin-top: -10.3em!important;
  margin-left:0px!important;
}

.download-market {
  height: 34px!important;
  margin: 0!important;
  padding: 0!important;
}

.market-excel{
  font-size: 11px!important;
  font-family: Calibri, "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  height: 550px!important;
  overflow-x: scroll!important;
  overflow-y: hidden!important;
}

[data-css="market-excel-header"] {
  background: #dadada!important;
  color: black!important;
  font-size: 12px!important;
  font-weight: 900!important;
  width:90px!important;
  vertical-align: middle!important;
  border: 1px solid #afadad!important;
}

[data-css="market-excel-header market-excel-first-column"] {
  background: #dadada!important;
  color: black!important;
  font-size: 12px!important;
  font-weight: 900!important;
  width:30px!important;
  max-width:30px!important;
  vertical-align: middle!important;
  border: 1px solid #afadad!important;
}

[data-first="market-excel-first-row"] {
  background-color: #d8ecec!important;
  color: black!important;
  border: 1px solid #afadad!important;
}

[data-css="market-excel-even"] {
  background-color: #f5f5f5!important;
  color: black!important;
  border: 1px solid lightgray!important;
}

[data-css="market-excel-odd"] {
  background-color: #FFFFFF!important;
  color: black!important;
  border: 1px solid lightgray!important;
}

.ui .checkbox{
 margin-left:10px
}

.responsive-tab{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}