@viewport {
  zoom: 1.00;
  min-zoom: 0.9;
  max-zoom: 1.5;
}


@media only screen and (max-width: 1024px) {
  .container {
      max-width: var(--max-width-container) !important;
  }
  .header {
    min-width: 1019px!important
  }

  .header .dropdown-area {
    width: 130px!important;
  }

  .profile {
      margin-left: 31px!important;
  }

  .avatar-profile {
      margin-right: 20px!important;
  }

  .notify {
      margin-right: 16px!important;
  }

  .profile .profile-area .dropdown {
    width: 92px!important
  }

  .profile .profile-area .dropdown .icon-arow_down {
    margin-left: -22px!important;
  }
}

@media only screen and (max-width: 1136px) {
  .header {
    min-width: 1019px!important
  }


  .header .dropdown-area {
    width: 130px!important;
  }

  .profile {
      margin-left: 31px!important;
  }

  .avatar-profile {
      margin-right: 20px!important;
  }

  .notify {
      margin-right: 16px!important;
  }

  .profile .profile-area .dropdown {
    width: 92px!important
  }

}


@media only screen and (min-width: 1137px) {

  .profile {
      margin-left: 31px!important;
  }

  .avatar-profile {
      margin-right: 20px!important;
  }

  .notify {
      margin-right: 16px!important;
  }

  .profile .profile-area .dropdown {
    width: 100%!important;
  }

    .header .dropdown-area {
    width: 170px!important;
  }

}

@media only screen and (min-width: 1280px) {

  .profile {
      margin-left: 31px!important;
  }

  .avatar-profile {
      margin-right: 20px!important;
  }

  .notify {
      margin-right: 16px!important;
  }

  .profile .profile-area .dropdown {
    width: 100%!important;
  }

    .header .dropdown-area {
    width: 170px!important;
  }

}

@media only screen and (min-width: 1360px) {
  .header .dropdown-area {
    width: 200px!important;
  }
}

@media only screen and (min-width: 1480px) {
  .header .dropdown-area {
    width: 220px!important;
  }
}

@media only screen and (min-width: 1921px) {
  .combined-shape {
    left: -100px !important;
  }
}

@media only screen and (max-width: 1920px) {
  .combined-shape {
    left: -2px !important;
  }
}


@media only screen and (max-width: 1250px) {

  .profile {
      margin-left: 31px!important;
  }

  .avatar-profile {
      margin-right: 20px!important;
  }

  .notify {
      margin-right: 16px!important;
  }

  .profile .profile-area .dropdown {
    width: 100%!important;
  }

  .header .dropdown-area {
    width: 155px!important;
  }

}

@media only screen and (max-width: 1168px) {

  .header {
    min-width: 986px!important;
  }


  .header .dropdown-area {
    width: 110px!important;
  }

  .profile {
      margin-left: 31px!important;
  }

  .avatar-profile {
      margin-right: 20px!important;
  }

  .notify {
      margin-right: 16px!important;
  }

  .profile .profile-area .dropdown {
    width: 100%!important;
  }

  .profile .profile-area .dropdown .icon-arow_down {
    margin-left: 6px!important;
  }

  .owner-container {
    margin-left: 19px !important;
  }

  .site-container {
    margin-left: 21px !important;
  }

}

@media (min-width: 1281px) and (max-width: 1366px){
  .header {
    min-width: 1344px!important;
  }
}

@media (min-width: 1367px) and (max-width: 1920px) {

  .header {
    min-width: 1418px!important;
  }
}

@media (min-width: 1567px) and (max-width: 1920px) {

  .header {
    min-width: 1418px!important;
  }

/*   #siteCode-plugin .btn-dropdown,  #ownerCode-plugin .btn-dropdown{ */
/*       width : 300px; */
/*   } */
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .header {
    min-width: 1418px!important
  }
}

@media (min-width: 1801px) and (max-width: 1920px) {
  .header {
    min-width: 1418px!important
  }

  .header .dropdown-area {
    width: 290px!important;
  }
}

@media (min-width: 1501px) and (max-width: 1600px) {
  .header .dropdown-area {
    width: 220px!important;
  }
}

@media (min-width: 1601px) and (max-width: 1700px) {
  .header .dropdown-area {
    width: 250px!important;
  }
}

@media (min-width: 1701px) and (max-width: 1800px) {
  .header .dropdown-area {
    width: 270px!important;
  }
}


/**********************/

@media (max-width: 1100px) {
    .modal-dialog {
        max-width: 860px;
    }

    .navbar .navbar-nav li {
        width: 100px;
    }
    .dropdown-content {
        width: 100px;
    }

     .master-search-selectBtn {
      left: 103% !important;
    }

}
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 860px;
    }

    .navbar .navbar-nav li {
        width: 100px;
    }
    .dropdown-content {
        max-width: 70%;
    }
  .master-search-selectBtn {
      left: 103% !important;
  }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 860px;
    }

    .navbar .navbar-nav li {
        width: 120px;
    }
    .dropdown-content {
        width: 120px;
    }

    .profile .fullname {
        max-width: 140px;
    }

     .master-search-selectBtn {
      left: 103% !important;
    }

}

@media (min-width: 1400px) {

    .modal-dialog {
        max-width: 860px;
    }

    .navbar .navbar-nav li {
        width: 120px;
    }
    .dropdown-content {
        width: 120px;
    }

    .profile .fullname {
        max-width: 160px;
    }
}

@media (min-width: 1600px) {

    .modal-dialog {
        max-width: 860px;
    }

    .navbar .navbar-nav li {
        width: 145px;
    }
    .dropdown-content {
        width: 145px;
    }

    .profile .fullname {
        max-width: 180px;
    }
}

@media (min-width: 1800px) {

    .modal-dialog {
        max-width: 860px;
    }

    .navbar .navbar-nav li {
        width: 180px;
    }
    .dropdown-content {
        width: 180px;
    }

    .profile .fullname {
        max-width: 200px;
    }

    .master-search-selectBtn {
      left: 103% !important;
    }
}

@media (min-width: 2000px) {

    .modal-dialog {
        max-width: 860px;
    }

    .navbar .navbar-nav li {
        width: 200px;
    }
    .dropdown-content {
        width: 200px;
    }
}

.container {
     position: relative;
     max-width:none;
     width: 99%;
}

.DTFC_LeftFootWrapper {
  top: 26px;
}

/* loading ajax bussy start */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* loading ajax bussy end */



@font-face {
  font-family: 'htct';
  src:  url('fonts/htct.eot?ahnyp1');
  src:  url('fonts/htct.eot?ahnyp1#iefix') format('embedded-opentype'),
    url('fonts/htct.ttf?ahnyp1') format('truetype'),
    url('fonts/htct.woff?ahnyp1') format('woff'),
    url('fonts/htct.svg?ahnyp1#htct') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'htct' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arow_down:before {
  content: "\e900";
/*   color: #393f57; */
  color: var(--bg-color-iconcombobox);
}
.icon-arow_down:hover:before {
/*   color: red; */
  color: var(--bg-color-iconcombobox-hover);
}
.icon-arow_up:before {
  content: "\e901";
  color: #393f57;
}
.icon-arow_up_white:before {
  content: "\e902";
}
.icon-arrow_down:before {
  content: "\e903";
  color: #fff;
}
.icon-arrow_down_black:before {
  content: "\e904";
}
.icon-arrow_right:before {
  content: "\e905";
  color: #fff;
}
.icon-avatar .path1:before {
  content: "\e906";
  color: rgb(229, 241, 255);
  vertical-align: middle;
}
.icon-avatar .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(74, 144, 226);
  vertical-align: middle;
}
.icon-avatar .path3:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(78, 84, 108);
  vertical-align: middle;
}
.icon-bell:before {
  content: "\e90a";
  color: #30b8fa;
  font-size: 20px;
}

.icon-bell-noNotify:before {
  content: "\e90a";
  color: #393f57;
  font-size: 20px;
}
.icon-bg_login:before {
  content: "\e90b";
}
.icon-calendar:before {
  content: "\e90c";
/*   color: #393f57; */
  color: var(--bg-color-iconcalendar);
}
.icon-calendar:hover:before {
  color: var(--bg-color-iconcalendar-hover);
}
.icon-cancel:before {
  content: "\e90d";
  color: #fff;
}
.icon-chart:before {
  content: "\e90e";
}
.icon-checkedbox .path1:before {
  content: "\e90f";
  color: rgb(57, 63, 87);
}
.icon-checkedbox .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-checkedbox_deactive .path1:before {
  content: "\e911";
  color: rgb(57, 63, 87);
  opacity: 0.298;
}
.icon-checkedbox_deactive .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.498;
}
.icon-clear_text .path1:before {
  content: "\e913";
  color: rgb(238, 244, 249);
}
.icon-clear_text .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(209, 209, 209);
}
.icon-close:before {
  content: "\e915";
}
.icon-copy:before {
  content: "\e916";
  color: #fff;
}
.icon-delete:before {
  content: "\e917";
  color: #fff;
}
.icon-display_setting:before {
  content: "\e918";
  color: #4597f5;
}
.icon-download:before {
  content: "\e919";
  color: #fff;
}
.icon-edi:before {
  content: "\e91a";
}
.icon-edit:before {
  content: "\e91c";
  color: #9ea4b3;
  font-size: 15px;
}
.icon-email:before {
  content: "\e91d";
  color: #9ea4b3;
}
.icon-home:before {
  content: "\e91e";
}
.icon-inbound:before {
  content: "\e91f";
}
.icon-itembasis:before {
  content: "\e920";
  color: #fff;
}
.icon-item-basis1:before {
  content: "\e921";
}
.icon-left_page_active .path1:before {
  content: "\e922";
  color: rgb(69, 151, 245);
}
.icon-left_page_active .path2:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-left_page_deactive .path1:before {
  content: "\e924";
  color: rgb(153, 153, 153);
}
.icon-left_page_deactive .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(153, 153, 153);
}
.icon-left_page_deactive .path3:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-left-arrow:before {
  content: "\e927";
}
.icon-lock:before {
  content: "\e928";
  color: #4e546c;
}
.icon-logo:before {
  content: "\e929";
  color: #81869c;
}
.icon-logo-menu:before {
  content: "\e92a";
  color: #81869c;
}
.icon-master:before {
  content: "\e92b";
}
.icon-menu_icon:before {
  content: "\e92c";
}
.icon-modify:before {
  content: "\e92d";
  color: #fff;
}
.icon-notify_icon:before {
  content: "\e92f";
}
.icon-outbound:before {
  content: "\e932";
}
.icon-password_login:before {
  content: "\e933";
  color: #4597f5;
}
.icon-putaway:before {
  content: "\e934";
  color: #fff;
}
.icon-reference:before {
  content: "\e935";
  color: #fff;
}
.icon-right_page_active .path1:before {
  content: "\e936";
  color: rgb(69, 151, 245);
}
.icon-right_page_active .path2:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-right_page_deactive .path1:before {
  content: "\e938";
  color: rgb(153, 153, 153);
}
.icon-right_page_deactive .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(153, 153, 153);
}
.icon-right_page_deactive .path3:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}

.noneFload {
	float: none !important;
	font-size: 20px;
	font-weight: bolder;
}



.icon-right-arrow:before {
  content: "\e93b";
}
.icon-search:before {
  content: "\e93c";
  color: #fff;
}
.icon-search_black:before {
  content: "\e93d";
}
.icon-star_active .path1:before {
  content: "\e93e";
  color: rgb(69, 151, 245);
}
.icon-star_active .path2:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-start_deactive .path1:before {
  content: "\e940";
  color: rgb(179, 179, 179);
}
.icon-start_deactive .path2:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-stocktake:before {
  content: "\e942";
}
.icon-support:before {
  content: "\e943";
}
.icon-tbcheck:before {
  content: "\e944";
  color: #fff;
  font-size: 9px;
  position: absolute;
  margin-top: 2.5px;
  margin-left: -5px;
}

.icon-tbcheckAll:before {
  content: "\e944";
  color: #393f57;
  font-size: 10px;
  position: absolute;
  margin-top: 2px;
  margin-left: -4.5px;
  font-weight: bold;
}

.icon-tbhascheck .path1:before {
  content: "\e945";
  color: rgb(255, 255, 255);
}
.icon-tbhascheck .path2:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-tbhascheck {
      margin-top: -1px;
    margin-left: -6.5px;
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 13px;
}
.icon-tbuncheck1:before {
  content: "\e947";
  color: #fff;
  border: solid 1px #b3b3b3;
  border-radius: 2px;
}
/* .icon-un_checkbox:before { */
/*   content: "\e949"; */
/*   color: #e0e7ea; */
/* } */
.icon-uncheckbox_deactive:before {
  content: "\e94a";
  color: #b3b3b3;
}
.icon-upload .path1:before {
  content: "\e94b";
  color: rgb(139, 139, 140);
}
.icon-upload .path2:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-upload .path3:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-upload_deactive .path1:before {
  content: "\e94e";
  color: rgb(179, 179, 179);
}
.icon-upload_deactive .path2:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-upload_deactive .path3:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-user:before {
  content: "\e951";
  color: #4e546c;
}
.icon-user_login:before {
  content: "\e952";
  color: #4597f5;
}
.icon-item-basis:before {
  content: "\e91b";
}


/* variable css */
:root { -
  -htc-collapse-bg: #7ed1ff; -
  -bg-color: #000; -
  -text-color: #fff; -
  -slide-menu-bg: rgb(69, 151, 245); -
  -hearder-bg: rgb(69, 151, 245); -
  -title-font: inherit; -
  -content-font: inherit;

  --color-after-bell :  #fdface;
  --line-height-x : 21px;
  --operator-left : 0px;
  --max-width-container : 743px;
  --packing-operator-left : -3px;
  --packing-operator-bottom : 18px;

  --inbound-lbl-operator-add-right : -7px;
  --inbound-lbl-operator-multi-right : -6px;

  --right-div-mt : 5px;
  --fix-border-height : 57px;

  --font-family-label :  Open Sans;
  --font-size-label :  14px;
  --font-weight-label :  400;

  --font-family-button :  Open Sans;
  --font-size-button :  14px;
  --font-weight-button :  400;

   --font-family-textbox :  Open Sans;
  --font-size-textbox :  14px;
  --font-weight-textbox :  500;

   --font-family-combobox :  Open Sans;
  --font-size-combobox :  14px;
  --font-weight-combobox :  400;

   --font-family-gridheader :  Open Sans;
  --font-size-gridheader :  14px;
  -font-weight-gridheader :  400;

  --font-family-gridheader :  Open Sans;
  --font-size-gridheader :  14px;
  --font-weight-gridheader :  400;

  --font-family-gridcontent :  Open Sans;
  --font-size-gridcontent :  14px;
  --font-weight-gridcontent :  500;

  --font-family-menuheader :  Open Sans;
  --font-size-menuheader :  14px;
  --font-weight-menuheader :  400;

  --font-family-header :  Open Sans;
  --font-size-header :  14px;
  --font-weight-header :  400;

  --font-family-actionmenu :  Open Sans;
  --font-size-actionmenu :  14px;
  --font-weight-actionmenu :  400;

  --font-family-menuitem :  Open Sans;
  --font-size-menuitem :  14px;
  --font-weight-menuitem :  400;

  --font-family-mesage :  Open Sans;
  --font-size-mesage :  14px;
  --font-weight-mesage :  400;

  --font-color-menu :  #393f57;
  --font-color-actionmenu :  #393f57;
  --font-color-header :  #393f57;
  --font-color-gridheader :  #393f57;
  --font-color-gridheader-hover :  #393f57;

  --font-color-menu-hover :  #393f57;

  --bg-color-menu :  #393f57;
  --bg-color-actionmenu :  #393f57;
  --bg-color-actionmenu-hover :  #393f57;
  --bg-color-header :  #393f57;
  --bg-color-header-hover :  #393f57;
  --bg-color-gridheader :  #393f57;
  --bg-color-gridheader-hover :  #393f57;
  --bg-color-iconsearchmaster :  #393f57;
  --bg-color-iconsearchmaster-hover :  #393f57;
  --bg-color-iconcalendar :  #393f57;
  --bg-color-iconcalendar-hover :  #393f57;
  --bg-color-iconcombobox :  #393f57;
  --bg-color-iconcombobox-hover :  #393f57;

  --bg-color-menu-hover :  #393f57;
  --bg-color-actionmenu-hover :  #393f57;
  --bg-color-combobox-hover :  #4597f5;

  --width-body-liner: 0px;
  --border-top-count-total: none;

  --padding-top-lbl-and-more-and-less : 15px;
  --padding-top-txt-unmatched-qty-max : 17px;
  --packing-margin-top-add-overwrite-toggle : 10px;

}

.font-color-menu {
  color: var(--font-color-menu) !important;
}
.font-color-menu:hover{
   color: var(--font-color-menu-hover) !important;
}

.font-color-actionmenu {
    color: var(--font-color-actionmenu);
}

.font-color-header {
    color: var(--font-color-header);
}

.font-color-gridheader {
    color: var(--font-color-gridheader);
}


.bg-color-menu {
  background-color: var(--bg-color-menu);
}

.bg-color-actionmenu {
    background-color: var(--bg-color-actionmenu);
}

.bg-color-header {
    background-color: var(--bg-color-header);
}

.bg-color-gridheader {
    background-color: var(--bg-color-gridheader);
}

table thead {
  background-color: var(--bg-color-gridheader);
}

table.dataTable thead th {
  background-color: var(--bg-color-gridheader) !important;
}

.bg-color-iconsearchmaster {
    background-color: var(--bg-color-iconsearchmaster);

}
.bg-icon-search {
    background-image: var(--bg-icon-search);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-color-iconcalendar {
    color: var(--bg-color-iconcalendar);
}

.bg-color-iconcombobox {
    color: var(--bg-color-iconcombobox);
}

.font-label {
  font-family: var(--font-family-label);
    font-size: var(--font-size-label);
    font-weight: var(--font-weight-label);
}

.font-button{
    font-family: var(--font-family-button);
    font-size: var(--font-size-button);
    font-weight: var(--font-weight-button);
}
.font-textbox{
    font-family: var(--font-family-textbox) !important;
    font-size: var(--font-size-textbox) !important;
    font-weight: var(--font-weight-textbox) !important;
}
.font-combobox{
    font-family: var(--font-family-combobox);
    font-size: var(--font-size-combobox);
    font-weight: var(--font-weight-combobox);
}
.font-gridheader{
    font-family: var(--font-family-gridheader);
    font-size: var(--font-size-gridheader);
    font-weight: var(--font-weight-gridheader);
}
.font-gridcontent{
    font-family: var(--font-family-gridcontent);
    font-size: var(--font-size-gridcontent);
    font-weight: var(--font-weight-gridcontent);
}
.font-menuheader{
    font-family: var(--font-family-menuheader);
    font-size: var(--font-size-menuheader);
    font-weight: var(--font-weight-menuheader);
}

.font-actionmenu{
  font-family: var(--font-family-actionmenu);
    font-size: var(--font-size-actionmenu);
    font-weight: var(--font-weight-actionmenu);
}

.font-header{
    font-family: var(--font-family-header);
    font-size: var(--font-size-header);
    font-weight: var(--font-weight-header);
}

.font-menuitem{
    font-family: var(--font-family-menuitem);
    font-size: var(--font-size-menuitem);
    font-weight: var(--font-weight-menuitem);
}
.font-mesage {
    font-family: var(--font-family-mesage);
    font-size: var(--font-size-mesage);
    font-weight: var(--font-weight-mesage);
    text-align: center;
    margin: auto;
}

table.dataTable thead th {
    font-family: var(--font-family-gridheader);
    font-size: var(--font-size-gridheader);
    font-weight: var(--font-weight-gridheader);
    color: var(--font-color-gridheader);
}

table.dataTable tbody td {
    font-family: var(--font-family-gridcontent);
    font-size: var(--font-size-gridcontent);
    font-weight: var(--font-weight-gridcontent);
    line-height: 15px;
}

.list-group-item {
    font-family: var(--font-family-menuitem);
    font-size: var(--font-size-menuitem);
    font-weight: var(--font-weight-menuitem);
    background-color: var(--bg-color-menu) !important;
    color: var(--font-color-menu) !important;
}

.panel-title {
  font-family: var(--font-family-menuheader);
    font-size: var(--font-size-menuheader);
    font-weight: var(--font-weight-menuheader);
}

/* .button-bg { */
/*   color: var(- -text-color, #000); */
/*   background-color: var(- -bg-color, #fff); */
/* } */

#module-plugin .dropdown-menu {
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: 0;
  margin-top: 12px;
  max-height: 322px;
  overflow: auto;
  width: fit-content !important;
  min-width: 100% !important;
}

#screenId-plugin .dropdown-menu {
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: 0;
  margin-top: 12px;
  max-height: 322px;
  overflow: auto;
  width: fit-content !important;
  min-width: 100% !important;
}


.dropdown-menu {
  max-height: 322px;
  overflow: auto;
  width: fit-content !important;
  min-width: 100% !important;
}

.dropdown-item {
  height: 40px;
  user-select: none;
  font-family: var(--font-family-combobox);
  font-size: var(--font-size-combobox);
  font-weight: var(--font-weight-combobox);
}

.dropdown-item:hover {
  background-color: #4597f5;
    color: #fff3cd;
    opacity: 0.8;
}

table tr th {
  color: #fff;
}

.bg-nav .container:first-child, main .container:first-child {
  padding: unset;
}

.ui-widget-header .ui-icon, .ui-icon, .ui-widget-content .ui-icon {
  background-image: unset;
}

.ui-datepicker-prev {
  background-image: url(images/left-arrow.svg) !important;
  background-size: 16px 16px;
  margin-top: 3px;
  background-repeat: no-repeat;
}

.ui-datepicker-next {
  background-image: url(images/right-arrow.svg) !important;
  background-size: 16px 16px;
  margin-top: 3px;
  background-repeat: no-repeat;
}

.user-image {
  width: 38px;
  height: 38px;
  object-fit: cover;
}

.dropdown a:hover {
  text-decoration: none;
  color: #007bff;
}

.action-icon {
  padding-right: 10px;
}

.bg-navbar {
  background: #008bd7;
}

.bg-navbar .navbar {
  height: 65px;
}

.htct_bg_blue {
  background-color: var(- -hearder-bg, rgb(69, 151, 245));
}

.navbar-dark .navbar-brand {
  font-family: Arial-Black;
  font-size: 24px;
  color: #fff;
  text-align: left;
  padding: 13px 0px 19px 0px;
  height: inherit;
  line-height: 33px;
  margin-right: 4rem;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem lightsteelblue !important;
}

input[type="checkbox"]:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0rem lightsteelblue !important;
}

input[type="radio"]:focus {
  outline: 1 !important;
  box-shadow: 0 0 0 0.1rem lightsteelblue !important;
}

.nav-item {
  text-align: left;
}

.navbar-collapse .navbar-nav {
  height: inherit;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 18px 15px 19px 15px;
}

.navbar-dark .navbar-nav .nav-link {
  line-height: 28px;
  color: #fff;
}

.page-brand {
  font-size: 18px;
  color: #4a4a4a;
  text-align: left;
  line-height: 28px;
  padding: 29px 0px 25px 38px;
}

.mwp-100 {
  width: 100px;
}

#htc-top-contain .form-action {
  margin-top: 7px;
}

#htc-top-contain label {
  font-size: 14px;
  color: #4a4a4a;
  text-align: left;
  line-height: 21px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: unset;
  font-weight: normal;
  color: #454545;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c55e;
  user-select: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hiden-text {
  color: transparent;
}

.htc-component {
    border-radius: 5px;
    width: 100%;
    /* margin: auto; */
    text-align: left;
}

.htc-component-pop {
  width: 99%;
}

input:not[type="checkbox"] {
  height: 25px;
}

input[type=text] {
  border: none;
}

input {
  height: 25px!important;
}

.htc-collapse {
  background: var(- -hearder-bg, 'rgb(69, 151, 245)');
  width: 97%;
  border-radius: unset;
  text-align: left;
}

.htc-collapse:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  border-radius: 3px;
}

.htc-btn-1 {
  background: #7ed321;
}

.htc-btn-2 {
  background: #f5a623;
}

.htc-btn-3 {
  background: #57c8f1;
}

.table-bordered thead td, .table thead th {
  border-bottom: unset;
  border-bottom-width: unset;
}

.modal-header {
  background-color: #eef4f9;
  padding: 7px;
}

.other-cond {
  width: 100%;
  text-align: center;
}

#profileIdDrop {
    margin-top: -4px;
    right: 0;
}

.htct-font-2x {
  font-size: 30px;
}

.htct-font-1-x {
  font-size: 20px;
  line-height: 24px;
}

.w-70 {width: 70%;}
.w-65 {width: 65%;}

.other-cond .plan-drop {
  transition: .3s transform ease-in-out;
  font-size: 11px;
}

@-moz-document url-prefix() {
    .other-cond .plan-drop {
      margin-top: -17px;
    }
}
.other-cond .collapsed .plan-drop {
  transform: rotate(-90deg);
}


html, body {
/*   font-family: var(--font-main, 'sans-serif'); */
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393f57;
    min-width: 1007px;
    background-color: #ECF1FA;
    font-family: var(--font-family-label);
    font-size: var(--font-size-label);
    margin: 0 auto;
    padding-right: 0 !important;
}

body {
  overflow: auto;
}

.modal-master-search {
  padding-right: 0!important;
  overflow: hidden!important;
}

.close-popup, .close-popup-master-search {
    background: none;
    border: none;
    font-size: 25px;
    margin: auto;
    cursor: pointer;
    line-height: var(--line-height-x);
    font-family: var(--font-family-header);
    font-weight: 400;
    position: absolute;
    right: 10px;
}

.close-popup span{
  left: 0px;
}

.btn-message {
  position : relative;
  height : 35px;
  width: 150px;
  background-color: #4597f5;
  color: white;
}

.btn-message span{
  line-height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.boder-right-none {
  border-right: none;
}

.text-over {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.title-other-condition .text-over {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  line-height: 24px;
}


.header {
    margin-right: auto;
    min-width: 1002px !important;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0px;
    height: 50px;
    box-shadow: 0 5px 5px 0 rgba(211, 211, 211, 0.5);
    background-color: #ffffff;
    transition: margin-left .4s;
    z-index: 99;
}


.title-area {
  width: 95%;
  margin: auto;
  background: none !important;
}

.site-owner-area {
  margin-top: -30px !important;
}

.condition-area  {
  padding-top: 8px;
/*   padding-bottom: 20px !important; */
  background-color: #FFFFFF;
  }

.background-white-area {
    background-color: #FFFFFF;
    border-radius: 5px;
}

.condition-other-area {
  background: none !important;
  border: none !important;
  padding: 0px;
 /*  padding-top: 3px; */
  padding-bottom: 7px;
}

.bg-other-condition {
  background-color: #f3f5f7;
}

.grid-area {
  background-color: #FFFFFF;
  padding-top: 5px;
}

.container {
  background-color: #ECF1FA;
  /* margin-top: 25px; */
  /* 	box-shadow:0px 4px 1px 3px #E2E1E0; */
  /* 	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); */
  text-align: center;
/*   margin-left: 2px; */
}

.notify {
  margin-right: 13px;
}

.hide-warning{
  display:none;
}

.profile {
    display: flex;
    margin-top: -1px;
    margin-left: 19px;
}

#profileId span {
    position: absolute;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 13px;
}

.profile-area {
  display: flex;
    position: absolute;
    right: 16px;
}

#profileIdIcon {
  margin-right: 65px;
}

.profile .fullname {
  margin-top: 8px;
  height: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #383e57;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#master-search-modal .modal-header {
  padding: 0.2rem !important;
}

.table-contanner {
  max-width: 100%;
}

.download-bg {
    background-color: #4597f5;
    color: #FFF;
    width: 150px;
    height: 35px;
}

.add-btn-bg {
  position: relative;
  height: 35px;
  background-color: #4597f5; /*var(--hearder-bg, '#4597f5');*/
  color: #FFF;
  width: 100%;
}

.add-btn-bg-ctrl {
  position: relative;
  height: 45px;
  background-color: #4597f5; /*var(--hearder-bg, '#4597f5');*/
  color: #FFF;
  width: 45px;
}

.search-btn-bg {
  position: relative;
  height: 25px;
  background-color: #4597f5; /*var(--hearder-bg, '#4597f5');*/
  color: #FFF;
  width: 100%;
}

.inbound-search-btn-bg {
  position: relative;
  height: 35px;
  background-color: #4597f5; /*var(--hearder-bg, '#4597f5');*/
  color: #FFF;
  width: 100%;
}

.cancel-btn-bg {
  position: relative;
  height: 35px;
  background-color: #f5dadd !important; /*var(--hearder-bg, '#4597f5');*/
  color: #fa0321 !important;
  width: 100%;
}

button span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
    text-align: center!important;
    line-height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* .search-btn-bg span { */
/*    position: unset; */
/* } */

.back-btn-bg {
  background-color: #393f57;
  border-radius: 4px;
  border: solid 1.5px #4597f5;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a90e2;
}

.register-btn-bg {
   border-radius: 3px;
  border: solid 1.5px #4597f5;
  color: #4597f5;
  background-color: #FFF;
  width: 150px;
}

.page-name {
  font-size: 25px;
  font-weight: 500;
}

.item-info-block {
  background-color: #F7F7F7;
}

.download-item-info {
  text-align: center;
  cursor: pointer;
}

#ui-datepicker-div {
  z-index: 99999 !important;
}

.ui-datepicker-calendar tbody tr td a {
  width: 100% !important;
    height: 100% !important;
    max-height: 30px !important;
    max-width: 30px !important;
}

.ui-datepicker {
  min-width: 177.844px;
  min-height: 157.48px;
  max-width: 307.81px;1
  max-height: 167.48px;
}

.visible {
  opacity: 1 !important;
}

.grid-opacity {
/*   opacity: 0; */
  transition: opacity 1s linear;
}

.div-divider {
  margin: 0px -30px;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
}

.other-cond {
  width: 100%;
}

#otherCondition .card, .other-cond .btn {
    border-radius: 3px;
    height: 35px;
    color: #FFFFFF;

}

.collapse .card .card-body {
  background: #efefef;
}

#masterSearchPopup {
  font-size: 24px;
  padding: 0px .45rem;
}

label.form-control {
  height: 38px;
}

.button-component {
  margin: 14px 0px 16px 0px;
  display: flow-root;
  margin: auto;
  margin-bottom: 10px;
  transition: .3s transform ease-in-out;
}

.button-component .btn {
    height: 35px;
    position: relative;
    width: 100%;
}

.button-component .btn span {
  text-align: left;
  line-height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.other-cond .plan-drop {
  transition: .3s transform ease-in-out;
}

/* split layout start*/
.show-notify {
  display: block !important;
}

.notify-box {
    background: #ffffff;
    padding: 23px 0px 0px 0px;
    position: fixed;
    top: 60px;
    display: none;
    border-radius: 2px;
    z-index: 50;
    width: 316px;
    max-height: 260px;
    box-shadow: 0 5px 5px 0 rgba(183, 184, 190, 0.5);
    background-color: #ffffff;
}
.notify-box ul {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 260px;
    width: 354px;
    margin-left: -39px;
    margin-top: -22px;
}

.notify-box ul li {
  margin-top: -16px;
    padding: 5px 15px 5px 15px;
    background-color: #fff;
}

.notify-box ul li:first-child {
  margin-top: 0px;
    padding-top: 12px;
}

.notify-box ul li:last-child hr {
  display: none !important;
}
.notify-box.arrow-top {
    margin-top: 10px;
    color: #393f57;
}

.notify-box.arrow-top:after {
  content: " ";
    position: absolute;
    right: 23px;
    top: -13px;
    border-top: 5px solid transparent;
    border-left: 15px solid var(--color-after-bell);
    border-bottom: 5px solid transparent;
    transform: rotate(-90deg);
}

/*
 *  STYLE #notify-box
 */
.change-password-in {
/*   padding: 60px; */
}

.change-password-in input[type=text] {
  border: 1px solid #ced4da !important;
}

#icon-notifyID .label-warning {
  position: relative;
  left: 10px;
  top: -23px;
  padding: 1px 1px;
  width: 15px;
  height: 15px;
  border-radius: 90px;
  background-color: #fa0321;
  margin: auto;
  text-align: center;
}
.text-number-warning{
  width: 8px;
  height: 15px;
  font-family: Roboto;
  font-size: 11.6px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 10px;
  letter-spacing: normal;
  color: #ffffff;
  cursor: pointer;
}
.icon-bell {
  cursor: pointer;
}

#notify-box .force-overflow ul {
  padding: 0;
}

#notify-box .force-overflow ul li {
  text-align: left;
  padding: 17px 0 10px;
  cursor: pointer;
}

#notify-box .force-overflow {
  min-height: 60px;
  max-height: 450px;
  overflow-y: scroll;
  width: 330px;
  margin-left: -15px;
  margin-top: -27px;
}

#notify-box .force-overflow::-webkit-scrollbar-track {
  border-radius: 15px;
  background-color: #fff;
}

#notify-box .force-overflow::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: #F5F5F5;
}

#notify-box .force-overflow::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #4597f5;
  height: 20px;
}

#notify-box .text-messenger {
    width: 258px;
    height: 51px;
    cursor: pointer;
    font-weight: 500 !important;
}

.yellow a {
  color: #f5a623 !important;
  font-weight: 500;
}

.blue a {
    color: #1686D9 !important;
    font-weight: 500;
}

#notification-modal-new {
  color: #4d4d4;
}

#notification-modal-old {
  color: #999999;
}

#changePasswordModal .modal-content {
  width: 450px;
  height: 298px;
  border-radius: 5px;
  background-color: #ffffff;
}

#changPasswordBlockDlg .modal-content {
  height: 180px;
}

.top-title-cp {
  height: 45px;
  line-height: 45px;
  background-color: #eef4f9;
  text-align: center;
  position: relative;
}

.btn-close-x{
  position: absolute;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 13px;
  background-image: var(--img-btn-close-x) !important;
  background-repeat: no-repeat;
}

.form-change-pw{
  padding: 24px;
}

.form-change-pw #TXT_PW::placeholder{
  font-size: 12px;
  font-size: var(--font-size-textbox) !important
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}

.form-change-pw #TXT_NEW_PW::placeholder{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}

.form-change-pw #TXT_CONFIRM_PW::placeholder{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}

#changePassWordDBLbl {
  width: 171px;
  height: 27px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
}

#notifyLbl {
  width: 256px;
  height: 19px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
}

#warningLbl{
  margin: 6px 0;
  height: 19px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fa0321;
}

#changePasswordModal input::placeholder {
  color: #4597f5;
  font-size: 14pt;
  font-weight: 100;
}

.form-change input{
  width: 400px;
  height: 25px;
  border-radius: 4px;
  border: solid 1px #e0e7ea;
  background-color: #ffffff;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
}

#changePasswordModal .btn-change-password {
  float: right;
  display: flex;
  margin-top: 12px;
}

#cancelBtn, #cancelDetailBtn{
  margin-right: 15px;
}

#warningLbl-plugin{
  margin-top: 8px;
}

#updatePasswordBtn-plugin{
  height: 35px;
}

#cancelBtn-plugin {
  margin-right: 15px;
}

#updatePasswordBtn{
  font-size: 14px;
  height: 35px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

#btnCancelCloseID span{
  height: 19px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fa0321;
}

/* split layout end*/
#containerMenu {
  margin-top: 25px;
  position: relative;
}

#loginForm .before-show-pass {
  height: 130%;
}

.before-show-pass {
  background-image: var(--img-before-show-pass);
  background-repeat: no-repeat;
  height: 100%;
  width: 32px;
  right: 0px;
  top: -6px;
  margin-top: 15px;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

#loginForm .before-show-pass {
  top: 0px;
}

.change-password-form .before-show-pass {
  top: -1px;
}

.form-change-pw lable {
  font-family: var(--font-family-label);
  font-size: var(--font-size-label);
  font-weight: var(--font-weight-label);
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
}

.show-pass {
  background-image: var(--show-pass)
    !important;
    pointer-events: auto;
}

.hide-pass {
  background-image: var(--hide-pass)
    !important;
    pointer-events: auto;
}
.pt-style{
  position: relative;
}
.logo-gwms {
  height: 40px;
  margin-top: 25px;
  width: auto;
  margin-left: 26px;
}

.show-logo {
  background-image: var(--logo) !important;
  background-repeat: no-repeat;
}

.combined-shape{
  background: #ffffff;
  margin-top: 20px;
  width: 180px !important;
  height: 95px;
  padding: 15px !important;
  border-radius: 2px;
  box-shadow: 0 5px 5px 0 rgba(183, 184, 190, 0.5);
  background-color: #ffffff;
  overflow: unset;
  border: solid 0.01px !important;
  left: -3px !important;
}

.admin-syt{
  width: 83px;
  height: 17px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a90e2;
}

main {
  transition: margin-left .4s;
  top: 60px;
  /* left:92px; */
  /* right: 20px; */
  position: absolute;
  min-width: 715px;
  margin-left: 195px;
}

.change-pw{
  padding: 0 0 31px 0 !important;
  border-bottom: solid 0.5px #9b9b9b;
  height: 17px;
}

.change-pw a{
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
  cursor: pointer;
}

.log-out{
  padding: 8px 0 0 0!important;
}

.log-out a{
  height: 17px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fa0321 !important;
}

.combined-shape:after {
  content: " ";
  position: absolute;
  right: 23px;
  top: -10px;
  border-top: 9px solid transparent;
  border-left: 19px solid #ffffff;
  border-bottom: 9px solid transparent;
  transform: rotate(-90deg);
}


button {
  opacity: 1;
}

button:hover {
  opacity: 0.8;
}

a {
  opacity: 1;
}

a lable:hover {
  opacity: 0.8;
}

.arow-down-condition:hover {
  opacity: 0.8;
  cursor: pointer;
}

.arow-down-condition{
  line-height: 20px;
}

.menu-icon-right:hover {
  opacity: 0.8;
  cursor: pointer;
}


.condition-down {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    width: 30px;
    height: 15px;
    background-color: #4597f5;
    margin-left: -25px;
    transform: rotate(180deg);
}

.condition-up {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    width: 30px;
    height: 15px;
    background-color: #4597f5;
    margin: auto;
    margin-top: 3px;
}

.d-grid {
  display: grid;
  min-height: 0px !important;
}

.title-popup {
  font-family: var(--font-family-header);
  font-size: var(--font-size-header);
  font-weight: var(--font-weight-header);
  width: 100%;
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
  margin: auto;
}

#block-user-dialog .modal-body, #msgDialog-plugin .modal-body{
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
}

.label-setting lable {
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #393f57;
}

.sidebar-wrapper .icon-arow_up:before{
  color: #818ec1;
}

#arrowUptBtn-plugin .icon-arow_up:before{
  color: #fff;
}



.sidebar-wrapper .icon-arow_up_white:before, .other-cond .icon-arow_up:before{
  color: #FFF;
}




 .modal-content {
    margin: auto;
    width: 930px;
}

#ListHide-plugin #btn-top-wrapper{
	display: none;
}

#ListHide-plugin #btn-bottom-wrapper{
    display: none;
}

#ListShow-plugin #btn-top-wrapper{
    display: none;
}

#ListShow-plugin #btn-bottom-wrapper{
    display: none;
}

#ListResult-plugin #btn-top-wrapper{
    display: none;
}

#ListResult-plugin #btn-bottom-wrapper{
    display: none;
}
.modal-master-search .modal-content,
#actual-detail-modal .modal-content,
#detail-modal .modal-content {
    min-width: 900px;
}

#msgDialog-plugin .modal-content, #userBlockDlg .modal-content,
#changPasswordBlockDlg .modal-content, #confirmCloseDlg .modal-content, #confirmExePriorityDlg .modal-content,
#block-forgot-password-dialog .modal-content, #confirmInProcessDlg .modal-content,
#confirmDeleteDlg .modal-content, #confirmRegisterDlg .modal-content,
#confirmCompleteDlg .modal-content, #confirmImportDlg .modal-content,
#successDlg .modal-content, #confirmFullDlg .modal-content,
#confirmLogoutDlg .modal-content, #confirmModifyDlg .modal-content,
#confirmExecuteDlg .modal-content, #confirmCancelPackingDlg .modal-content,
#msgNotFound .modal-content, #msgNotFoundCommon .modal-content,
#confirmZeroLoading .modal-content{
    margin: auto;
    width: 340px;
    height: auto;
    min-height: 215px;
    max-width: 340px;
}
 .modal-master-search .modal-content {
    min-height: 664px;
    min-width: 900px;
}


#confirmCloseDl .modal-content {
    margin: auto;
    width: 35%;
    max-width: 450px;
}


.avatar-profile {
    margin-right: 15px;
    font-size: 28px;
    margin-top: -9px;
    width: 12px;
}

.icon-dropdown-profile {
  margin-top: 10px;
  margin-left: 5px;
}

#siteowner {
     padding-top: 7px;
     width: 100%;
}

#siteowner #siteCode-plugin .form-row{
     flex-wrap: unset;
}

#siteowner #ownerCode-plugin .form-row{
     flex-wrap: unset;
}

.title-page {
/*   width: 90px; */
  height: 26px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #393f57;
  padding-bottom: 4px;
  margin-left: 0;
  margin-top: -2px;
}

.title-page-wrap {
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-page-lbl {
    display: flex;
    border-radius: 4px;
    background-color: #eef4f9;
    height: 25px;
    line-height: 25px;
    width: fit-content;
    max-width: 100%;
    cursor: pointer;
}

/* .icon-dropdown-label-pos { */
/*     padding-top: 5px; */
/* } */

.title-other-condition  {
  height: 23px;
  color: var(--font-color-header);
  background-color: var(--bg-color-header);
/*   padding-top: 3.1px; */
  padding-left: 3px !important;
  padding-right: 10px;
  line-height: 1.19;
  letter-spacing: normal;
}

.title-other-condition:hover {
    background-color: var(--bg-color-header-hover);
}

.title-sub-condition {
    height: 25px;
    background-color: #e2e2e2;
    color: #393f57;
    padding-top: 2px;
    padding-left: 5px !important;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
}


/*from-to-date-css start*/
.mt-to-date {
  margin-top: 20px;
}

.icon-calendar {
/*   margin-top: 10px; */
  z-index: 10;
  object-fit: contain;
  border: none;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 10px;
}

.hyphen {
  margin-top: 8px;
}
/*from-to-date-css end*/

/*button-css start*/
.htct-search:before {
    content: "\e90b";
    color: #ffffff;
    font-size: 26px;
}
.modal-body .htct-search:before {
    content: "\e90b";
    color: #4a4a4a;
    font-size: 26px;
}
.htct-edit:before {
    content: "\e907";
    color: #4a4a4a;
    font-weight: 300;
    font-size: 23px;
}
.htct-download:before {
    content: "\e906";
    color: #4a4a4a;
    font-weight: 300;
    font-size: 23px;
}
.htct-add:before {
    content: "\e90a";
    color: #4a4a4a;
    font-weight: 300;
    font-size: 23px;
}

.width-100 {width: 100px;}
.width-120 {width: 120px;}
.width-140 {width: 140px;}
.width-150 {width: 150px;}
.width-160 {width: 160px;}
.width-170 {width: 170px;}
.width-180 {width: 180px;}

#buttonSignin:hover {
    background-color: #2B6FB2;
}

/*button-css end*/

/*checkbox-css start*/
.chk-font {
  font-size: 21px;
/*   width: 1%; */
}

#popup-update-modal .chk-font {
    margin-left: 0%;
}



#keepSettingChk-plugin .chk-font {
  font-size: 25px;
  width: 25px;
  margin-left: 0%;
}

.wrap-uncheckbox {
    margin: auto;
    width: fit-content;
    margin-top: -1px;
}

#setQtyChk-plugin .wrap-uncheckbox {
    margin-left: 0%;
}

/*checkbox-css end*/

/*date-picker-css start*/
.position-icon-datepicker {
  /* margin-top: 10px; */
    margin-left: -20px;
    z-index: 10;
}
/*date-picker end*/

/*dropdown-css start*/

.mt-s {
    margin-top: 2px;
}

 .dropdown-ms-rq {
   display: none;
 }

 .dropdown-menu {
    max-height: 322px;
    overflow: auto;
}

.dropdown-item:hover {
    background-color: #4597f5;
    color: #fff3cd;
    opacity: 0.8;
}

 .dropdown-item {
    font-family: var(--font-family-combobox);
    font-size: var(--font-size-combobox);
    font-weight: var(--font-weight-combobox);
    height: 25px;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: solid 1px #dfe4e8;
    line-height: 15px;
}

#module-plugin .btn-dropdown {
	font-size: 16px;
    font-weight: 400;
}

#screenId-plugin .btn-dropdown {
    font-size: 16px;
    font-weight: 400;
}

.btn-dropdown {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    font-family: var(--font-family-combobox);
    font-size: var(--font-size-combobox);
    font-weight: var(--font-weight-combobox);
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393f57;
    opacity: 1;
    background: transparent !important;
    padding-left: 12px;
    width: 0px!important;
}

.text-left {
    text-align: left;
}

.active-dropdown {
    background-color: #4597f5;
    opacity: 1;
}

.dropdown-area {
  border-radius: 3px;
  border: solid 1px #e0e7ea;
  background-color: #FFF;
  height: 25px!important;
}

.focus-status {
  box-shadow: 0 0px 1px 0 #4a90e2;
  border: solid 1px #4a90e2;
  border-radius: 3px;
}

#module-plugin .position-icon {
    font-size: 15px;
}

#screenId-plugin .position-icon {
    font-size: 15px;
}



.position-icon {
    margin-top: 7px;
    margin-right: 8px;
    padding-left: 3px;
    font-size: 10px;
}

.lbl-dropdown {
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*     float: right; */
    line-height: 21px;
}

#popup-setting-table .lbl-dropdown,
#fileTypeDrd-plugin .lbl-dropdown {
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.dropdown-area button{
      background: transparent;
}

/*dropdown-css end*/

/*searchbox-css start*/

.lable-name {
  position: absolute;
    margin-top: -19px;
}

.btn-search-box {
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 0px !important;
    width: 28px;
    z-index: 20;
}

.btn-search-box:hover {
  background-color: var(--bg-color-iconsearchmaster-hover);
}


/* .btn-search-box:hover { */
/*   opacity: 0.8; */
/* } */

.icon-search:before {
  font-size: 18px;
}

div .icon-search-pos {
    margin-right: 5px;
    margin-top: 3px;
}

button .icon-search-pos {
    margin-right: 1px;
    margin-top: -1px;
}
/*searchbox-css end*/

/*textbox-css start*/
.border-color {
  border-color:red !important;
}

input[type="text"] {
  height: 35px;
  border-radius: 3px;
  border: solid 1px #e0e7ea;
  background-color: #ffffff;
}

.icon-clear-pos {
    margin-top: 10px;
    z-index: 10;
    position: absolute;
    float: right;
    right: 5px;
}

.textbox-nec-cls {
  color: red;
}
/*textbox-css end*/


.collapse-icon {
    float: right;
    position: absolute;
    margin-top: 2.5px;
    right: 8px;
    background-color: #7a86b5;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    object-fit: contain;
/*     transform: rotate(-180deg); */
}
.sub-collapse-icon {
    float: right;
    position: absolute;
    right: 3px;
    width: 16px;
    height: 21px;
    object-fit: contain;
    margin-top: 5px;
}

.collapse-icon .icon-arow_up:before{
  content: "\e901";
  color: #FFF;
}

.collapse-icon .icon-arow_down:before{
  content: "\e900";
  color: #FFF;
}

#arrowDownBtn-plugin .icon-arow_down:before{
  content: "\e900";
  color: #FFF;
}


.collapse-icon .icon-arow_up
,.collapse-icon .icon-arow_down{
    font-size: 10px;
    margin-left: 4.5px;
    position: absolute;
}

.collapse-icon .icon-arow_up {
  margin-top: 4px;
}

.collapse-icon .icon-arow_down {
  margin-top: 5px;
}

.planlist-btn-bg {
  border-radius: 3px;
  border: solid 1.5px #4597f5;
  color: #4597f5;
  background-color: #FFF;
  width: 100%;
  height: 35px;
}

.clear-btn-bg {
  border-radius: 3px;
  border: solid 1.5px #4597f5;
  color: #4597f5;
  background-color: #FFF;
  width: 150px;
}

.master-search-selectBtn {
  position: fixed;
  z-index: 999;
  left: 104% !important;
  margin: auto;
  width: 75px;
  height: 27px;
  padding: 4px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #4597f5;
  border-radius: 1px;
  text-align: center;
  padding-left: 20px;
  cursor: pointer;
}

.select-button-td {
  display: inherit !important;
  position: relative;
}

.master-search-selectBtn:after, .master-search-selectBtn::after {
    position: absolute;
  top: 8.5px;
  left: -5px;
  content: '';
  width: 0;
  height: 0;
  border-right: solid 5px #4597f5;
  border-bottom: solid 5px transparent;
  border-top: solid 5px transparent;
}

#logoutId:hover {
  cursor: pointer;
  color: #007bff;
}

#titlePageLbl {
  padding-left: 10px;
}

#titlePageLbl-plugin .icon-arow_down {
  font-size: 14px;
}

#titlePageLbl-plugin lable {
  cursor: pointer;
  padding-left: 10px;
}

.icon-toggle {
    position: absolute;
}

.plan-drop.arow-down-condition.icon-arow_up:before {
      margin-top: 3px;
    position: initial;
    color: #FFF;
    margin-left: 0px !important;
}

.condition-up .icon-arow_up:before {
  margin-top: 4px;
    position: initial;
    margin-left: 0.8px !important;
}

/* #titlePageLbl-plugin .icon-drop-lable { */
/*   transform: rotate(180deg); */
/* } */

.collapse-icon {
  cursor: pointer;
}

.input-group input {
  border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.lbl-operator {
  margin-top: 24px;
  margin-left: var(--operator-left);
}

.col-md-pagetitle {
  -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-border {
  -webkit-box-flex: 0;
    flex: 0 0 21.966667%;
    max-width: 30.966667%;
}

.resize-col-from-to-date {
  -webkit-box-flex: 0;
    flex: 0 0 40.26%;
    max-width: 40.26%;
    margin-right:-2px!important;
}

.resize-col-mini-double-textbox{
  -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.resize-col-double-textbox{
  -webkit-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
}

.resize-col-triple-textbox{
  -webkit-box-flex: 0;
    flex: 0 0 75.1%;
    max-width: 75.1%;
}

.resize-col {
/*   flex-basis: 0; */
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 5px;
}

.resize-row {
  margin-top: 8px;
  padding-left: 5px;
  padding-right: 10px;
  display: -webkit-box;
}

.resize-sub-row {
  margin-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
}

.background-sub-content{
  background-color : #f3f5f7;
}

.resize-border-none{
  border : none !important;
}

.resize-multiply {
  position: absolute;
}

.mgl-4{
  margin-left: 4px !important;
}

.mgl-10{
  margin-left: 10px !important;
}

.mgr-3 {
  margin-right: 3px !important;
}

.mgr-5 {
  margin-right: 5px !important;
}

.mgr-6{
  margin-right: 6px !important;
}

.mgt-9{
  margin-top: 9px !important;
}

.mgr-10{
    margin-right: 10px;
}

.mgr-15{
    margin-right: 15px;
}

.mgt-4{
  margin-top: 4px !important;
}

.mgt-10{
  margin-top: 10px !important;
}

.mgt-15{
  margin-top: 15px !important;
}

.mgt-20{
  margin-top: 20px !important;
}

.mgt-23{
  margin-top: 23px !important;
}

.mgb-10{
  margin-bottom: 10px !important;
}

.pdt-8{
  padding-top: 8px !important;
}

.pdt-10{
  padding-top: 10px !important;
}

.pdl-5{
  padding-left: 5px !important;
}

.pdl-7{
  padding-left: 7px !important;
}

.pdl-8{
  padding-left: 8px !important;
}

.pdl-10{
  padding-left: 10px !important;
}

.pdr-5{
  padding-right: 5px !important;
}

.pdr-6{
  padding-right: 6px !important;
}

.pdr-8{
  padding-right: 8px !important;
}

.pdr-10{
  padding-right: 10px !important;
}

.pdb-5{
  padding-bottom: 5px !important;
}

.pdb-10{
  padding-bottom: 10px !important;
}

.pdb-13{
  padding-bottom: 13px !important;
}

.pdb-15{
  padding-bottom: 10px !important;
}

.pdb-20{
  padding-bottom: 10px !important;
}

.pdb-25{
  padding-bottom: 25px !important;
}


.px-c {
  padding-left: 13px;
  padding-right: 13px;
}

.px-g {
  padding-left: 0px;
  padding-right: 7px;
}

.pt-c {
  padding-top: 21px;
}

.py-c {
  padding-top: 21px;
  padding-bottom: 21px;
}

.siteowner {
  margin-left: 261px;
}

.owner-container {
  margin-left: 50px;
}

.site-container {
  margin-left: 20px;
}

textarea, inout {
  border-radius: 3px !important;
  padding-top: 3px !important;
  padding-right:20px!important;
}

.main-margin{
  margin-left: 270px;
  position: relative;
  margin-right: 0px;
  /* margin-top: 63px; */
}

.main-margin .container {
/* 	    padding-left: 92px !important; */
}

.mr-btn-dlg {
  margin-right: .75rem !important;
}

.ml-btn-dlg {
  margin-left: 5px !important;
}

#add-detail .col + .col,
#add-detail .col-3 + .col-3 {
    padding-left: 10px !important;
}

.p-inactive{
    pointer-events: none !important;
    cursor: none !important;
    opacity: 0.4 !important;
}

:placeholder-shown {
  color:    #FF0000;
}

button {
  position: relative;
}

button:disabled, .icon-disable {
  opacity: 0.5;
  cursor: auto;
}

.pl-4, .px-4{
      padding-left: 1rem!important;
}
.row1{
  margin-bottom:-10px!important;
}
.row2{
  margin-bottom:1.3rem!important;
}
.row3{
  margin-bottom:-4px!important;
}
.orther-row{
  margin-top:3px!important;
  margin-bottom:3px!important;
}
#to-date{
  padding-left:5.66px!important;
}
#form-date{
  padding-right:5.66px!important;
}

.px-2 {
    padding-left: 7.5px!important;
    padding-right: 7.5px!important;
}
.pl-4 {
    padding-left: 12.5px!important;
}
.pl-1, .px-1 {
    padding-left: 10px!important;
}

input[type="password"] {
    height: 35px;
    border-radius: 3px;
    border: solid 1px #e0e7ea;
    background-color: #ffffff;
}

.ui-state-hover {
    border : none !important;
    cursor: pointer;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-next{
   right: -3px !important;

}

.ui-datepicker .ui-datepicker-prev{
  left: 4px !important;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 60px;
  z-index: 100 !important;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: var(--scroll-to-top);
}

.scroll-to-top:hover {
  background-image: var(--scroll-to-top-hover);
}

#changePasswordModal .rounded-top {
    border-radius: 5px 5px 0 0 !important;
}

#changePasswordModal .form-change-pw {
    padding-top: 22px !important;
}

.align-centter-title-dialog {
   position: absolute;
   right: 15px;
}

.align-centter-button-dialog{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    border-top: 0px;
    padding-top: 8px;
}

.icon-erro-dialog {
  background-image: var(--icon-erro-dialog) !important;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  margin: 8px auto 15px auto;
}
.icon-success-dialog {
  background-image: var(--icon-success-dialog) !important;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  margin: 8px auto 15px auto;
}
.icon-confirm-dialog {
  background-image: var(--icon-confirm-dialog) !important;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  margin: 8px auto 15px auto;
}
.icon-warning-dialog {
  background-image: var(--icon-warning-dialog) !important;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  margin: 8px auto 15px auto;
}

.message-body {
  text-align: center;
}

main .dropdown-menu{
    transform: translate3d(0px, 23px, 0px)!important;
}

.font-weight-bold{
  font-weight: bold;
}

textarea:disabled {
  resize: none;
}

.bg-icon-search {
  background-image: var(--bg-icon-search) !important;
}

.site-code{
  margin-left: 14px;
}

.owner-code{
  margin-left: 19px;
}


/* CSS of toggle-switch - start */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 25px;
  margin-top: -3px;
}

/* Hide default HTML checkbox */
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider of toggle-switch*/
.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: 19px;
  width: 19px;
  left: 2px;
  bottom: 3px;
  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(36px);
  -ms-transform: translateX(36px);
  transform: translateX(28px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* CSS of toggle-switch - end */

/* .modal-master-search .dataTables_scrollBody {
  overflow: auto!important;
} */


#siteCode-plugin .dropdown-area, #ownerCode-plugin .dropdown-area{
  min-width: 100px;
}

#module-plugin .dropdown-area{
  height: 35px!important;
}

#screenId-plugin .dropdown-area{
  height: 35px!important;
}

#module-plugin .font-label{
  display: none;
}

#screenId-plugin .font-label{
  display: none;
}

.condition-area {
    padding-bottom:0 !important;
}

span.indicator {
  position: relative;
  padding: 0px;
  line-height: 20px;
  vertical-align: middle;
  overflow: visible;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

span.indicator .k-font-icon {
  line-height: 20px !important;
}

.indicator .icon-arow_up:before {
  margin-top: 4px;
  position: initial !important;
  margin-left: 0px !important;
}

.indicator {
  position: relative;
  padding: 2px;
  line-height: 20px;
  vertical-align: middle;
  overflow: visible;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

#conditionId .margin-row {
    margin-bottom: -3px;
}

.conditon-padding {
  padding-right: 34px!important;
}
.icon-detail:before{
  content: var(--icon-detail) !important;
  color: #fff;
}


#uploadExcelBtn button {
  width: 145px !important;
  height: 35px;
}

.icon-new-flag {
  background-image: var(--icon-newFlag) !important;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  margin: auto;
}

.icon-normal {
  background-image: var(--icon-normal) !important;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  margin: auto;
}

.icon-abnormal {
  background-image: var(--icon-abnormal) !important;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  margin: auto;
}

.icon-attention {
  background-image: var(--icon-attention) !important;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  margin: auto;
}

.icon-processing {
  background-image: var(--icon-processing) !important;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  margin: auto;
}

.allocate-btn-bg {
  border-radius: 3px;
  color: #ffffff;
  background-color: #50bcb7;
  width: 150px;
}

.pick-list-bg{
  position: relative;
  height: 35px;
  color: #ffffff;
  background-color: #003399;
  width: 150px;
}

.cancel-confirm-bg{
  position: relative;
  height: 35px;
  color: #ffffff;
  background-color: #ff5151;
  width: 150px;
}

.red-btn-bg {
  border-radius: 3px;
  color: #ffffff;
  background-color: #FF5151;
  width: 150px;
}

.master-search-up-down-btn:after, .master-search-up-down-btn::after {
    position: absolute;
    top: 40px;
    left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-right: solid 8px #FFF;
    border-bottom: solid 8px transparent;
    border-top: solid 8px transparent;
}

.master-search-up-down-btn {
    position: fixed;
    z-index: 999;
    left: 106%;
    top: 45%;
    margin: auto;
    padding: 4px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 4px;
    text-align: center;
    padding-left: 20px;
    padding-top: 9px;
    cursor: pointer;
    width: 110px;
    height: 96px;
    background-color: #ffffff;
}

.yellow {
  background-color: #fdface !important;
}
.icon-bell-yellow:before {
  content: "\e90a";
  color: #f5a623 !important;
  font-size: 20px;
}
.icon-bell-black:before {
  content: "\e90a";
  color: #393f57 !important;
  font-size: 20px;
}

#changePasswordModal .textbox-nec-cls {
    position: absolute;
    margin-top: -10px;
}

.search-name {
  -webkit-box-flex: 0 !important;
    flex: 0 0 67.5% !important;
}
#userSearchBtn-plugin{
  margin-top: 15px;
  -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

#showItemDrd-plugin .mt-s, #scrollDrd-plugin .mt-s{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#showItemDrd-plugin .mt-s {
    -webkit-box-flex: 0;
}
.text-disp{
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hidden-overflow{
  overflow: hidden;
}
span #menuSlideId {
    left: calc(100% - 25px) !important; /* align icon scroll menu */
}

input:focus {
  box-shadow: 0 0 0 0rem lightsteelblue !important;
}
.change-pw, .log-out {
  cursor: pointer;
}

.status-put-away {
    background-color: #E8E8FA;
    color: #ACA2FE;
    width: 90px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.status-id-color {
    background-color: #E8E8FA;
    color: #ACA2FE;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.status-minus {
    background-color: #F5DADD;
    color: #FB5758;
    width: 90px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.errorFlgNm-red {
    background-color: #F5DADD;
    color: #FB5758;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
    text-align: center;
}

.errorFlg-red {
    background-color: #F5DADD;
    color: #FB5758;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
    text-align: center;
}

.printFlgNm-yellow {
    background-color: #FFF2CC;
    color: #DC985C;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
    text-align: center;
}

.printFlg-yellow {
    background-color: #FFF2CC;
    color: #DC985C;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
    text-align: center;
}

.printFlgNm-blue {
    background-color: #DEEBF7;
    color: #6088CE;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
    text-align: center;
}

.printFlg-blue {
    background-color: #DEEBF7;
    color: #6088CE;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
    text-align: center;
}

.dltFlgNm-red {
    background-color: #F5DADD;
    color: #FB5758;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.dltFlg-red {
    background-color: #F5DADD;
    color: #FB5758;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.errorCd-red {
    color: #FB5758;
    width: 90%;
    align-self: center;
    padding: 2px;
    margin: auto;
}

.statusNm-orange {
    background-color: #FF9900;
    color: #FFFFFF;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusCd-orange {
    background-color: #FF9900;
    color: #FFFFFF;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusNm-light-orange {
    background-color: #FBE5D6;
    color: #CC6600;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusCd-light-orange {
    background-color: #FBE5D6;
    color: #CC6600;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusNm-blue {
    background-color: #55ACEE;
    color: #FFFFFF;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusCd-blue {
    background-color: #55ACEE;
    color: #FFFFFF;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusNm-light-blue {
    background-color: #E5DCFE;
    color: #9999FF;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusCd-light-blue {
    background-color: #E5DCFE;
    color: #9999FF;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusNm-jade-green {
    background-color: #50BCB6;
    color: #FFFFFF;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusCd-jade-green {
    background-color: #50BCB6;
    color: #FFFFFF;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusNm-blue-violet {
    background-color: #315096;
    color: #FFFFFF;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusCd-blue-violet {
    background-color: #315096;
    color: #FFFFFF;
    width: 40px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusNm-green {
    background-color: #2DBE60;
    color: #FFFFFF;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusNm-gray {
    background-color: #7F7F7F;
    color: #FFFFFF;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.statusNm-pink {
    background-color: #F5DADD;
    color: #FB5758;
    width: 70px;
    align-self: center;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.errorStockCls1-red {
    background-color: #ff5151;
    color: #ffffff;
    hight:19px;
    align-self: right;
    display : inline;
    padding: 2px;
    border-radius: 2px;
    margin: auto;
}

.modal-header-message label {
    margin-bottom: 0rem;
    margin: auto;
}

#containerMenu .panel-heading a .panel-title{
  margin-left: 0px;
  padding-left: 82px;
}

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: #fff !important;
  height: 22px !important;
  width: 22px;
  border: 1px solid #e0e7ea;
  border-radius: 3px;
}

input[type="checkbox"]:checked {
  background: #2aa1c0;
}

input[type="checkbox"]:hover {
  filter: brightness(90%);
}

input[type="checkbox"]:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

input[type="checkbox"]:after {
  content: '';
  position: relative;
  left: 41%;
  top: 20%;
  width: 25%;
  height: 47%;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

input[type="checkbox"]:disabled {
  background: #c8c4cf !important;
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="checkbox"]:disabled:after {
  border-color: #7b7b7b;
}

.btn-display-setting {
  width: 25px;
  height: 24px !important;
  border-radius: 3px;
  border: solid 1.5px #4597f5;
  color: #4597f5;
  background-color: #FFF;
}

.btn-download-wrap {
  width: 25px;
  height: 24px !important;
  border-radius: 3px;
  border: solid 1.5px #4597f5;
  color: #4597f5;
  background-color: #FFF;
  margin-left: 10px;
  background: #4597f5;
}

#keepSettingChk-plugin .wrap-uncheckbox {
    margin-left: 0%;
    margin-top: 0px;
    margin-right: 0%;
}

#showItemDrd-plugin .lbl-dropdown, #scrollDrd-plugin .lbl-dropdown{
  margin-left: 4px;
}

#profileIdDrop .dropdown-menu {
  overflow: inherit;
}
input[type="text"]{
  padding-right:20px!important;

}


#forgot_password input[type="text"]{
  padding-right:32px!important;

}

#loginForm input[type="text"]{
  padding-right:34px!important;

}

#changePasswordModal input {
  height: 34px!important;
}

.pos-nec-to {
  position: absolute;
    margin-top: -10px;
}

#confirmCloseDlgCancel, #confirmCloseDlgOk, #popup-setting-table #cancelBtn,
#popup-setting-table #setBtn, #downloadBtn-plugin #BTN_SELECT,
#confirmLogoutDlg button , #changePasswordModal button,
.modal-dialog-message button, .modal-update-all #UPDATE_ALL_BTN_EXECUTE,
#BTN_GET_ITEM_INFO, #UPDATE_ALL_BTN_CANCEL{
  width: 140px;
}

@media only screen and (max-width: 1920px) {
  .col-responsive {
    flex: 0 0 35%;
    max-width: 35%;
    }
   .col-button{
    -webkit-box-flex: 0;
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 0px;
    padding-right: 0px;
   }
}

@media only screen and (max-width: 1800px) {
  .col-responsive {
    flex: 0 0 30%;
    max-width: 30%;
    }
   .col-button{
     -webkit-box-flex: 0;
     flex: 0 0 58%;
     max-width: 58%;
     padding-left: 0px;
     padding-right: 0px;
  }
}

@media only screen and (max-width: 1700px) {
  .col-responsive {
    flex: 0 0 25%;
    max-width: 25%;
    }
   .col-button{
    -webkit-box-flex: 0;
    flex: 0 0 63%;
    max-width: 63%;
    padding-left: 0px;
    padding-right: 0px;
   }
}

@media only screen and (max-width: 1366px) {
  .col-responsive {
    flex: 0 0 7%;
    max-width: 7%;
    }
   .col-button{
    -webkit-box-flex: 0;
    flex: 0 0 79%;
    max-width: 79%;
    padding-left: 0px;
    padding-right: 0px;
   }
}

@media only screen and (max-width: 1280px) {
  .col-responsive {
    flex: 0 0 3%;
    max-width: 3%;
    }
    .col-button{
    -webkit-box-flex: 0;
    flex: 0 0 83%;
    max-width: 83%;
    padding-left: 0px;
    padding-right: 0px;
   }
}

@media only screen and (max-width: 1024px) {
  .col-responsive {
    flex: 0 0 0%;
    max-width: 0%;
    }
   .col-button{
    -webkit-box-flex: 0;
    flex: 0 0 86%;
    max-width: 86%;
    padding-left: 0px;
    padding-right: 0px;
   }
}

.browse-btn:focus {
    outline: 1px solid #fff !important;
    outline-offset: -4px;
}

.btn.focus, .btn:focus {
    outline: 1px solid #fff !important;
    outline-offset: -4px;
}

.planlist-btn-bg:focus {
  outline: 1px solid #4597f5 !important;
}

.modal-open .modal {
  overflow: hidden;
}

#fileTypeDrd-plugin .dropdown-container {
  right: 7px;
    position: absolute;
}
@media only screen and (max-width: 869px) {
  .modal-dialog{
    margin-left: 0px;
  }
  .modal-master-search{
    padding-left: 0px!important;
  }
}


#routeGrid_info {
  margin-left: -7px;
}

#clearBtn-plugin button:focus {
  outline: 1px solid #4597f5 !important;
}

.toolbar-table div:hover {
  background-color: var(--bg-color-actionmenu-hover);
}

.al-items-end {
  align-items: flex-end;
}
.toggle-switch input[type="checkbox"]{
    display: none;
}
.disable-toggle {
    opacity: 0.5;
}
/* overwrite width of setting area*/
.setting-area {
    width: fit-content!important;
}

.modal-master-search .textbox-nec-cls{
    position: absolute;
    margin-left: 2px;
}

.planlist-bg {
    border-radius: 3px;
    color: #FFF;
    background-color: #003399;
}

.form-control:disabled + .icon-clear-pos{
  display: none;
}
.operator-multiply{
  right: -10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.operator-multiply:after{
  content: "*";
  vertical-align: sub;
}
/* used for data search screen to overwrite default width of datatable*/
.grid-area-data-search {
	width: 100% ! important;
}