/* BODY */
body{
  min-width: 100%;
  width: 100%;
}

/* For DHTMLX *//* For DHTMLX *//* For DHTMLX *//* For DHTMLX *//* For DHTMLX *//* For DHTMLX */
/* ALL DHMLX SELECTOR */
[class^='dhx']{
  box-sizing: content-box !important;
}

/* GRID TERRACE THEME */
.dhx_cell_hdr_text:nth-child(1) {
  text-align: center;
  font-size: 20px;
  color: #33c0ff;
}

div.gridbox_dhx_terrace.gridbox table.hdr td{
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
}

.dhxrb_block_base {
  width: 312px;
}

.dhxform_obj_dhx_terrace {
  overflow: hidden !important;
}

.dhxcombolist_dhx_terrace {
  min-width: 162px;
  width: fit-content !important;
}

.grid_hover {
  font-size: 20px;
}

div.gridbox_dhx_terrace.gridbox table.obj.row20px tr td {
  padding: 0px 5px;
}

div.gridbox_dhx_terrace.gridbox table.hdr td{
  background-color: #dfdfdf !important;
}

input, button, select, optgroup, textarea{
  outline: none;
}

.xhdr tr td div.hdrcell {
  font-weight: bold;
  text-align: center;
  padding-left: 0px !important;
  background-color: #dfdfdf;
}

.row20px td {
  background: #FFF !important;
}

.hide_row {
  color: #FFF !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
}

.first_row {
  border-bottom: 0px !important;
}

.hide_row.fnl_row {
  border-bottom: 1px solid #a4bed4 !important;
}

.row20px td.vend_col {
  background: paleturquoise !important;
}

.row20px td.pur_col {
  background: khaki !important;
}

.row20px td.fnl_col {
  background: darkseagreen !important;
}

.row20px td.pur_col.hide_row {
  color: khaki !important;
}

.row20px td.fnl_col.hide_row {
  color: darkseagreen !important;
}

.mcheckbox.hide_row img {
  display: none !important;
}

div.gridbox_dhx_terrace.gridbox table.obj tr td{
  border-top: 0px solid #ccc !important;
  border-bottom: 1px solid#ccc !important;
  border-right: 1px solid #ccc !important;
}

div.gridbox_dhx_terrace.gridbox table.obj tr.rowselected td{
  background-color: #fff3a1 !important;
 
}

div.gridbox_dhx_terrace.gridbox table.obj tr:active td{
  background-color: #eeeeee !important;
}

div.dhxtabbar_tab {
  width: auto !important;
}

.dhxtabbar_base_dhx_terrace div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_left, .dhxtabbar_base_dhx_terrace div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_right{
  display: flex;
}

.dhxwin_hdr{
  cursor: default !important;
}

/* DHX MESSAGE */
.dhtmlx_message_area {
  left: 50%;
  transform: translateX(-50%);
}

.dhtmlx-success {
  font-weight: bold !important;
  color: white !important;
  background-color: green !important;
}


/* FOR CUSTOM CSS USER */
/* MENU */
#recinfoArea {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: calc(100vw - 2px);
  padding: 0px;
  margin: 0px;
}

#menu_container{
  background-color: #E2EFDD !important;
}

.lang_en {
  background: url("../img/ico-enflag.png") no-repeat left center;
  padding-left:40px;
  line-height: 40px;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}

.lang_vi {
  background: url("../img/ico-vnflag.png") no-repeat left center;
  padding-left:40px;
  line-height: 40px;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}

#animation_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1000;
  background-color:#6b9cb3;
  opacity: 0.9;
}

#animation_container .lds-ellipsis {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* ANIMATION */

/* Animation 1 */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* Animation 2 */
#animation_container2{
  top: 0px;
  z-index: 1000;
  background-color:#b1c5ce;
  opacity: 0.9;
  position: absolute;
}
.lds-spinner {
  color: wheat;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

