@charset "UTF-8";
/* bootstrap5 기본 속성 변경 */
:root{
  --bs-border-color:#b3bcd2;
}

/* html and body base styles */
html {
  direction: ltr;
  background-color: #fff;
  font-size:15px;   /* base font-size */
}

body {
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif ;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-rendering: optimizeLegibility;
}

code, kbd, pre, samp {
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif ;
    font-size: 0.875rem;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom:0
}

label{
    margin-bottom: 0;
}

legend {
    margin-bottom: 0;
    font-size: 1rem;
}
/* input{    letter-spacing: -0.2px;} */
a {
    text-decoration: none!important
}

/*!
* Height Calculator  CSS
*
*/
.full-height       {height:100% !important;}
.full-width        {width:100% !important;}
.full-stretch      {height:100% !important;width:100% !important;}
.full-height-ibTabs{height: calc(100% - 27px) !important;}

.cal-auto40px{height: -moz-calc(100% - 40px) !important;height: -webkit-calc(100% - 40px) !important;height: -o-calc(100% - 40px) !important;height: calc(100% - 40px) !important;}
.cal-auto50px{height: -moz-calc(100% - 50px) !important;height: -webkit-calc(100% - 50px) !important;height: -o-calc(100% - 50px) !important;height: calc(100% - 50px) !important;}
.cal-auto60px{height: -moz-calc(100% - 60px) !important;height: -webkit-calc(100% - 60px) !important;height: -o-calc(100% - 60px) !important;height: calc(100% - 60px) !important;}
.cal-auto70px{height: -moz-calc(100% - 70px) !important;height: -webkit-calc(100% - 70px) !important;height: -o-calc(100% - 70px) !important;height: calc(100% - 70px) !important;}
.cal-auto80px{height: -moz-calc(100% - 80px) !important;height: -webkit-calc(100% - 80px) !important;height: -o-calc(100% - 80px) !important;height: calc(100% - 80px) !important;}
.cal-auto90px{height: -moz-calc(100% - 90px) !important;height: -webkit-calc(100% - 90px) !important;height: -o-calc(100% - 90px) !important;height: calc(100% - 90px) !important;}
.cal-auto100px{height: -moz-calc(100% - 100px) !important;height: -webkit-calc(100% - 100px) !important;height: -o-calc(100% - 100px) !important;height: calc(100% - 100px) !important;}
.cal-auto110px{height: -moz-calc(100% - 110px) !important;height: -webkit-calc(100% - 110px) !important;height: -o-calc(100% - 110px) !important;height: calc(100% - 110px) !important;}
.cal-auto120px{height: -moz-calc(100% - 120px) !important;height: -webkit-calc(100% - 120px) !important;height: -o-calc(100% - 120px) !important;height: calc(100% - 120px) !important;}
.cal-auto130px{height: -moz-calc(100% - 130px) !important;height: -webkit-calc(100% - 130px) !important;height: -o-calc(100% - 130px) !important;height: calc(100% - 130px) !important;}
.cal-auto140px{height: -moz-calc(100% - 140px) !important;height: -webkit-calc(100% - 140px) !important;height: -o-calc(100% - 140px) !important;height: calc(100% - 140px) !important;}
.cal-auto150px{height: -moz-calc(100% - 150px) !important;height: -webkit-calc(100% - 150px) !important;height: -o-calc(100% - 150px) !important;height: calc(100% - 150px) !important;}
.cal-auto160px{height: -moz-calc(100% - 160px) !important;height: -webkit-calc(100% - 160px) !important;height: -o-calc(100% - 160px) !important;height: calc(100% - 160px) !important;}
.cal-auto170px{height: -moz-calc(100% - 170px) !important;height: -webkit-calc(100% - 170px) !important;height: -o-calc(100% - 170px) !important;height: calc(100% - 170px) !important;}
.cal-auto180px{height: -moz-calc(100% - 180px) !important;height: -webkit-calc(100% - 180px) !important;height: -o-calc(100% - 180px) !important;height: calc(100% - 180px) !important;}
.cal-auto190px{height: -moz-calc(100% - 190px) !important;height: -webkit-calc(100% - 190px) !important;height: -o-calc(100% - 190px) !important;height: calc(100% - 190px) !important;}
.cal-auto200px{height: -moz-calc(100% - 200px) !important;height: -webkit-calc(100% - 200px) !important;height: -o-calc(100% - 200px) !important;height: calc(100% - 200px) !important;}
.cal-auto210px{height: -moz-calc(100% - 210px) !important;height: -webkit-calc(100% - 210px) !important;height: -o-calc(100% - 210px) !important;height: calc(100% - 210px) !important;}
.cal-auto220px{height: -moz-calc(100% - 220px) !important;height: -webkit-calc(100% - 220px) !important;height: -o-calc(100% - 220px) !important;height: calc(100% - 220px) !important;}
.cal-auto230px{height: -moz-calc(100% - 230px) !important;height: -webkit-calc(100% - 230px) !important;height: -o-calc(100% - 230px) !important;height: calc(100% - 230px) !important;}
.cal-auto240px{height: -moz-calc(100% - 240px) !important;height: -webkit-calc(100% - 240px) !important;height: -o-calc(100% - 240px) !important;height: calc(100% - 240px) !important;}
.cal-auto250px{height: -moz-calc(100% - 250px) !important;height: -webkit-calc(100% - 250px) !important;height: -o-calc(100% - 250px) !important;height: calc(100% - 250px) !important;}
.cal-auto260px{height: -moz-calc(100% - 260px) !important;height: -webkit-calc(100% - 260px) !important;height: -o-calc(100% - 260px) !important;height: calc(100% - 260px) !important;}
.cal-auto270px{height: -moz-calc(100% - 270px) !important;height: -webkit-calc(100% - 270px) !important;height: -o-calc(100% - 270px) !important;height: calc(100% - 270px) !important;}
.cal-auto280px{height: -moz-calc(100% - 280px) !important;height: -webkit-calc(100% - 280px) !important;height: -o-calc(100% - 280px) !important;height: calc(100% - 280px) !important;}
.cal-auto290px{height: -moz-calc(100% - 290px) !important;height: -webkit-calc(100% - 290px) !important;height: -o-calc(100% - 290px) !important;height: calc(100% - 290px) !important;}
.cal-auto300px{height: -moz-calc(100% - 300px) !important;height: -webkit-calc(100% - 300px) !important;height: -o-calc(100% - 300px) !important;height: calc(100% - 300px) !important;}
.cal-auto310px{height: -moz-calc(100% - 310px) !important;height: -webkit-calc(100% - 310px) !important;height: -o-calc(100% - 310px) !important;height: calc(100% - 310px) !important;}
.cal-auto320px{height: -moz-calc(100% - 320px) !important;height: -webkit-calc(100% - 320px) !important;height: -o-calc(100% - 320px) !important;height: calc(100% - 320px) !important;}
.cal-auto330px{height: -moz-calc(100% - 330px) !important;height: -webkit-calc(100% - 330px) !important;height: -o-calc(100% - 330px) !important;height: calc(100% - 330px) !important;}
.cal-auto340px{height: -moz-calc(100% - 340px) !important;height: -webkit-calc(100% - 340px) !important;height: -o-calc(100% - 340px) !important;height: calc(100% - 340px) !important;}
.cal-auto350px{height: -moz-calc(100% - 350px) !important;height: -webkit-calc(100% - 350px) !important;height: -o-calc(100% - 350px) !important;height: calc(100% - 350px) !important;}
.cal-auto360px{height: -moz-calc(100% - 360px) !important;height: -webkit-calc(100% - 360px) !important;height: -o-calc(100% - 360px) !important;height: calc(100% - 360px) !important;}
.cal-auto370px{height: -moz-calc(100% - 370px) !important;height: -webkit-calc(100% - 370px) !important;height: -o-calc(100% - 370px) !important;height: calc(100% - 370px) !important;}
.cal-auto380px{height: -moz-calc(100% - 380px) !important;height: -webkit-calc(100% - 380px) !important;height: -o-calc(100% - 380px) !important;height: calc(100% - 380px) !important;}
.cal-auto390px{height: -moz-calc(100% - 390px) !important;height: -webkit-calc(100% - 390px) !important;height: -o-calc(100% - 390px) !important;height: calc(100% - 390px) !important;}
.cal-auto400px{height: -moz-calc(100% - 400px) !important;height: -webkit-calc(100% - 400px) !important;height: -o-calc(100% - 400px) !important;height: calc(100% - 400px) !important;}
.cal-auto410px{height: -moz-calc(100% - 410px) !important;height: -webkit-calc(100% - 410px) !important;height: -o-calc(100% - 410px) !important;height: calc(100% - 410px) !important;}
.cal-auto420px{height: -moz-calc(100% - 420px) !important;height: -webkit-calc(100% - 420px) !important;height: -o-calc(100% - 420px) !important;height: calc(100% - 420px) !important;}
.cal-auto430px{height: -moz-calc(100% - 430px) !important;height: -webkit-calc(100% - 430px) !important;height: -o-calc(100% - 430px) !important;height: calc(100% - 430px) !important;}
.cal-auto440px{height: -moz-calc(100% - 440px) !important;height: -webkit-calc(100% - 440px) !important;height: -o-calc(100% - 440px) !important;height: calc(100% - 440px) !important;}
.cal-auto450px{height: -moz-calc(100% - 450px) !important;height: -webkit-calc(100% - 450px) !important;height: -o-calc(100% - 450px) !important;height: calc(100% - 450px) !important;}
.cal-auto460px{height: -moz-calc(100% - 460px) !important;height: -webkit-calc(100% - 460px) !important;height: -o-calc(100% - 460px) !important;height: calc(100% - 460px) !important;}
.cal-auto470px{height: -moz-calc(100% - 470px) !important;height: -webkit-calc(100% - 470px) !important;height: -o-calc(100% - 470px) !important;height: calc(100% - 470px) !important;}
.cal-auto480px{height: -moz-calc(100% - 480px) !important;height: -webkit-calc(100% - 480px) !important;height: -o-calc(100% - 480px) !important;height: calc(100% - 480px) !important;}
.cal-auto490px{height: -moz-calc(100% - 490px) !important;height: -webkit-calc(100% - 490px) !important;height: -o-calc(100% - 490px) !important;height: calc(100% - 490px) !important;}
.cal-auto500px{height: -moz-calc(100% - 500px) !important;height: -webkit-calc(100% - 500px) !important;height: -o-calc(100% - 500px) !important;height: calc(100% - 500px) !important;}
.cal-auto510px{height: -moz-calc(100% - 510px) !important;height: -webkit-calc(100% - 510px) !important;height: -o-calc(100% - 510px) !important;height: calc(100% - 510px) !important;}
.cal-auto520px{height: -moz-calc(100% - 520px) !important;height: -webkit-calc(100% - 520px) !important;height: -o-calc(100% - 520px) !important;height: calc(100% - 520px) !important;}
.cal-auto530px{height: -moz-calc(100% - 530px) !important;height: -webkit-calc(100% - 530px) !important;height: -o-calc(100% - 530px) !important;height: calc(100% - 530px) !important;}
.cal-auto540px{height: -moz-calc(100% - 540px) !important;height: -webkit-calc(100% - 540px) !important;height: -o-calc(100% - 540px) !important;height: calc(100% - 540px) !important;}
.cal-auto550px{height: -moz-calc(100% - 550px) !important;height: -webkit-calc(100% - 550px) !important;height: -o-calc(100% - 550px) !important;height: calc(100% - 550px) !important;}
.cal-auto560px{height: -moz-calc(100% - 560px) !important;height: -webkit-calc(100% - 560px) !important;height: -o-calc(100% - 560px) !important;height: calc(100% - 560px) !important;}
.cal-auto570px{height: -moz-calc(100% - 570px) !important;height: -webkit-calc(100% - 570px) !important;height: -o-calc(100% - 570px) !important;height: calc(100% - 570px) !important;}
.cal-auto580px{height: -moz-calc(100% - 580px) !important;height: -webkit-calc(100% - 580px) !important;height: -o-calc(100% - 580px) !important;height: calc(100% - 580px) !important;}
.cal-auto590px{height: -moz-calc(100% - 590px) !important;height: -webkit-calc(100% - 590px) !important;height: -o-calc(100% - 590px) !important;height: calc(100% - 590px) !important;}
.cal-auto600px{height: -moz-calc(100% - 600px) !important;height: -webkit-calc(100% - 600px) !important;height: -o-calc(100% - 600px) !important;height: calc(100% - 600px) !important;}

.ibSheet{
    width:100%;
    height:100%;
}

/* base  z-index reset */
.ui-dialog{z-index:1050;}


/* bootstrap5 reset
  1. form-control


 */

/*!
 * jquery ui  Default 조정
 */

.ui-widget,.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
    font-family: inherit;
}


/*!
 * Bootstrap5  Default 조정
 */
.row {
    --bs-gutter-x:6px;
}
.row.g-0{
    --bs-gutter-x:0;
}
.row.splitter_panel, .row.top_panel, .row.bottom_panel {
    margin-left: 0;
    margin-right: 0;
}

/* .col, [class*="col-"] {

} */

.row.splitter_panel > .col, .row.top_panel > .col, .row.bottom_panel > .col ,
.row.splitter_panel > .col-12, .row.top_panel > .col, .row.bottom_panel > .col-12
{
  padding-left:0;padding-right:0;
}


.form hr {
  margin-left: -13px;
  margin-right: -13px;
  border-color: rgba(0,0,0,.1);
  margin-top: 20px;
  margin-bottom: 20px
}

.form fieldset {
  display: block;
  border: none;
  background: rgba(255,255,255,.9);
  position: relative
}

fieldset {
  position: relative
}

[disabled].form-control, fieldset[disabled] .form-control{
    cursor:default;
}


.hidden {
  display: none
}

.form-check-inline:first-of-type {
    margin-left: 0.5rem;
}

.form-check-input {
    width: 1rem;
    height: 1rem;
}

.form-check-label {
    margin-top: 1px;
}

 /* form Style */
.form-control, .col-form-label, .form-select{
   font-family:inherit;
   font-size:.875rem;
   height:25px;/*1.685rem;*/
   font-weight:400;
}

.form-control, .form-select{
    background-color: #fff;
    border: 1px solid #b3bcd2;   /* #ced4da; */
    padding: 2px 5px;
      box-shadow: none!important;
     -webkit-box-shadow: none!important;
     -moz-box-shadow: none!important;
    border-radius: 0px !important;
     -webkit-border-radius: 0px !important;
     -moz-border-radius: 0px !important;
}
.form-select {
    padding: 2px 22px 2px 5px;
    background-position: right 5px center;
}
.form-select:disabled {
    opacity: .75;
}
.col-form-label{
    border:0;
    padding: 3px 5px;
}

.form-control-static {
  padding-top: 4px;
  padding-bottom: 0px;
  margin-bottom: 0;
  min-height:26px;
  display:block;
}
span.form-control-static{
    padding:4px 3px 3px;
}

.form-control.datepicker.plaintext+label {
    display: none;
}

.form-control-lg, .form-select-lg {
    font-size: 16px;
    height: 35px;
    font-weight: 400;
    min-height:35px;
}
.input-group-btn{
    min-width:25px;/*1.685rem;*/
}

.form-control-sm{
    height:22px;/*1.5rem;*/
    }


  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #886ab5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
            box-shadow: 0 0 0 0.2rem transparent; }
  .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::placeholder {
    color: #bcbcbc;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f3f3f3;
    opacity: 1;
    pointer-events: none;
  }

  textarea.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
    pointer-events: auto;
  }

.form-control.plaintext {
    display: block;
    margin-bottom: 0;
    color: #333;
    background-color: transparent ;
    border: solid transparent;
    border-width: 1px 0;
    opacity: 1 !important;
}
.form-control.plaintext:focus {
    border-color: transparent;
}

 .tied>select + input,
 .tied>select + select,
 .tied>select + .icon-addon>.form-control,
 .tied>select + .daterangepicker>.icon-addon:first-child>.form-control,
 .tied>input + input,
 .tied>input + select,
 .tied>input + .icon-addon>.form-control {border-left:0px;}

 .tied>.input-group input.form-control:first-child{margin-left:-1px;}

.custom-checkbox .custom-control-label::before{
    border-radius: 2px;
}

.custom-control{min-height:18px;}
.custom-control-label{line-height:1.7;}
.custom-control-label::before,
.custom-control-label::after{
    width: 16px;
    height: 16px;
}

.custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 1px #49505799;
}
.custom-control-input:checked~.custom-control-label::before{
    color: #fff;
    border-color: #333;
    background-color: #3f6586;
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before
, .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #7a808880;
}

/* touch action */
a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

/* a[target]:not(.btn) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: underline !important;
  }
 */

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.57}
.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small
,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight: 300;display: block;font-size:0.825rem}
.h1,h1{font-size:1.5rem}
.h2,h2{font-size:1.375rem}
.h3,h3{font-size:1.1875rem}
.h4,h4{font-size:1.0625rem}
.h5,h5{font-size:.9375rem}
.h6,h6{font-size:.875rem}
.lead{font-size:1.01563rem;font-weight:300}
.display-1{font-size:5rem;font-weight:300;line-height:1.57}
.display-2{font-size:4.5rem;font-weight:300;line-height:1.57}
.display-3{font-size:3.5rem;font-weight:300;line-height:1.57}
.display-4{font-size:2.5rem;font-weight:300;line-height:1.57}
hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}
.small,small{font-size:80%;font-weight:400}

.pos-top {top: 0}
.pos-left {left: 0}
.pos-right {right: 0}
.pos-bottom {bottom: 0}
.fw-300{font-weight:300!important}
.fw-400{font-weight:400!important}
.fw-500{font-weight:500!important}
.fw-700{font-weight:700!important}
.fw-900{font-weight:900!important}

.fs-s{font-size:0.8125rem!important}
.fs-m{font-size:0.875rem!important}
.fs-l{font-size:0.9375rem!important}

.opacity-5{opacity:.05}
.opacity-10{opacity:.1}
.opacity-15{opacity:.15}
.opacity-20{opacity:.2}
.opacity-25{opacity:.25}
.opacity-30{opacity:.3}
.opacity-35{opacity:.35}
.opacity-40{opacity:.4}
.opacity-45{opacity:.45}
.opacity-50{opacity:.5}
.opacity-55{opacity:.55}
.opacity-60{opacity:.6}
.opacity-65{opacity:.65}
.opacity-70{opacity:.7}
.opacity-75{opacity:.75}
.opacity-80{opacity:.8}
.opacity-85{opacity:.85}
.opacity-90{opacity:.9}
.opacity-95{opacity:.95}
.opacity-100{opacity:1}
/************************************************************
@Section : Page Base-Layout

1.Layout

  #header
  - logo-group
  - #headNav

  #primary-nav


  #main

    #content
      #pageHeader
        .page-breadcrumb
        .page-toolbar
        .omitted

      #contRibbon

      #contBody
        .row
          article col-12

  #pageFooter

2.ETC

  -
  -
 ************************************************************/





aside {
  display: block;
  background: #fff;
  min-height: 100%
}

#header {
  display: block;
  height: 46px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow:rgba(0, 0, 0, 0.5) 0 0 6px 2px;
  box-shadow:0px 0px 6px 2px rgba(0,0,0,0.5);
  z-index: 905
}

#logo-group {

}

 #header .header-bar {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5e81b5), color-stop(50%, #a23157));
  background: -o-linear-gradient(left, #5e81b5 50%, #a23157 50%);
  background: linear-gradient(to right, #5e81b5 50%, #a23157 50%);
  height:6px;
}
#header .header-bar > img {
  margin: 0 auto;
  width: 1560px;
  height: 6px;
  vertical-align:top;
}

#header>div.open {
  font-weight: 700
}

.fixed-header #header {
  position: fixed;
  width: 100%;
  z-index: 905;
  top: 0;
  border-bottom: 1px solid #002356;
  box-shadow: -2px 2px 5px rgba(0,101,189,0.2);
  background: #020024;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.94) 0%, rgb(32 47 67) 92%, rgba(2, 0, 36, 0.93) 100%);
}

.fixed-header.fixed-ribbon #header {
  border-bottom: none;
  box-shadow: none
}

.container.fixed-header #header {
  max-width: 1164px
}

.fixed-header #header .ajax-dropdown {
  z-index: 906
}

.fixed-header #rightmenu {
  position: fixed
}

.fixed-header #main {
  padding-top: 46px;

}


#login-info{
    margin-top: 10px;
    margin-right: 10px;
}
#login-info span{
    height: 30px;
    line-height: 20px;
    font-size: 13px;
}
.user-avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.user-avatar img, .user-avatar svg {
  width: 100%;
  height: 100%;
}

#hide-menu-t{
    position: fixed;left: 200px;width: 17px;height:70px;top: 55px;z-index:903;border-radius: 0 5px 20px 0;
    background: #555555c4 left no-repeat;
    background-image: url("/resources/img/nav-menu-toggle.webp"), url("/resources/img/nav-menu-toggle.png");
    -webkit-transition: background-position 0.3s ease;
    -o-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease;
    background-position:right 5px;
    cursor:pointer;
}

#logo {
  display: inline-block;
  margin-left: -15px;
}

#logo img {
  height: 46px;
  padding: 6px 10px 6px 15px;
}

#sys-alt {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
    background-color: #002356dd;
    color: #fff;
    border-radius: 3px;
    margin-left: 100px;
    vertical-align: bottom;
    margin-bottom: 3px;
}

#primary-nav {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 903;
  padding-top: 46px;
   -webkit-transition: 250ms cubic-bezier(0.1,.57,.1,1);
  transition: 250ms cubic-bezier(0.1,.57,.1,1);
  transform: translate(0px,0) translateZ(0px);
  background-color:#f1f1f1;
}
.fixed-navigation #primary-nav {
  height: 100%;
  position: fixed
}
.hidden-menu #primary-nav {
  left: -195px;
}


.hidden-menu #primary-nav:hover {
  left: 0
}

.hidden-menu #primary-nav:hover .left-nav {
  box-shadow:3px 0px 5px 0 #999;
}


#right-panel {
  width:0;
  height:100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 904;
  background:#3a3633;
}

/* navigation bar 정의 */

/* .fixed-navigation #left-panel {
  height: 100%;
  position: fixed;
}
 */
.fixed-navigation nav {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  /* border-top: 2px solid #002356; */
  height: 100%;
  padding-bottom: 35px;
  box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2); /* 2px 1px 3px 1px #a83461; */
  overflow-x:hidden;
}

.fixed-navigation nav>ul {
  padding-right: 15px;
  position: relative;
  height: 100%;
  width: 114%;
  overflow-x: hidden;
  overflow-y: scroll
}

.mobile-detected.fixed-navigation nav>ul {
  padding-right: 30px!important
}

nav ul {
  width: 100%;
  padding: 40px 28px 25px 0;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: .5em;
  list-style: none;
  position: relative
}

nav ul .active>a {
  position: relative
}

nav ul li {
    border-bottom: 1px solid #dfdfdf;
    width: 200px;
}
/* nav ul li a:active {
  background: rgba(0,101,189,0.1) !important
} */

nav>ul li.active >a, nav>ul li a:hover{color: #333;font-weight:500;}
nav ul ul li.active >a, nav ul ul li a:hover {color: #fff;font-weight:500;}


nav ul li.active>a:before {
  content: "\f0d9";
  font-family: "Font Awesome 6 Free";
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: -21px;
  font-size: 20px;
  color:#fff;
  font-weight:900;
}
nav ul li.active>a:before{color:#333;}

nav ul ul li.active>a:before, nav ul ul li.active>a:hover:before {color: #fff;}

nav ul ul .active > a:hover, nav ul ul li.active > a:hover::before {
    color: #fff !important;
}

nav ul li.active.open>a:before {
  content: ""
}

nav>ul>li:last-child.open {
  border-bottom: 1px solid rgba(255,255,255,.15)
}


nav ul li a {
  line-height: normal;
  display: block;
  color: #555;
  padding: 10px 5px 10px 10px;
  font-size: 14px;
  font-weight: 500;

}
nav ul li a i{
  color: #454545;
  width: 22px;
}
nav > ul > li > ul > li > a, nav > ul > li > ul > li > ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px
}


nav ul li a:hover {
  color: #333;
  text-decoration: none
}

nav ul li a.inactive,nav ul li a.inactive:hover {
  opacity: .5;
  cursor: not-allowed;
  color: #c0bbb7
}

nav ul b {
  float: right;
  font-size: 12px;
  margin-top: 2px
}

nav ul span.menu-item-parent {
  display: inline-block;
  margin: 0;
  padding: 0
}

nav ul li.open>a,nav ul li.open>a b {
  color: #333 !important
}

nav > ul > li > a b {
  /*position: absolute!important;*/
  right: 10px;
  top: 10px
}

nav>ul>li>a>i {
  margin-right: 5px;
  width: 15px;
  display: inline-block;
  text-align: center;
  position: relative
}

nav>ul>li>a>i>em {
  font-size: 9px;
  display: block;
  padding: 2px;
  position: absolute;
  top: -8px;
  right: -6px;
  text-decoration: none;
  font-style: normal;
  background: #ED1C24;
  color: #fff;
  min-width: 13px;
  border-radius: 50%;
  max-height: 13px;
  line-height: 8px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  border: 1px solid rgba(255,255,255,.1)
}

nav ul li li {
  border-bottom: none;
  position: relative
}

nav>ul>li>ul::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #7A7A7A
}

nav>ul ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  left: 23px;
  top: 16px;
  border-top: 1px solid #7A7A7A;
  z-index: 1
}

nav>ul ul ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  left: 10px;
  top: 17px;
  border-top: 1px solid transparent
}

nav>ul ul li a i {
  font-size: 12px!important;
  width: 18px!important;
  text-align: center!important;
  vertical-align: 0!important;
  line-height: 1!important
}

nav>ul>li:hover>ul::before,nav>ul>li:hover>ul>li::before {
  border-color: #ACACAC!important
}

nav ul ul {
  margin: 0;
  display: none;
  background:#fefefe;
  padding: 7px 0
}

nav ul ul ul {
  border-top:none;
  background: 0 0;
  padding: 0
}

nav ul ul li {
  margin: 0;
  padding: 0
}
nav ul ul li.active {
  background: #337bd2ee;
}

nav ul ul li.open.active {
  background: transparent;
}
nav ul ul li>a {
  padding-left: 42px;
  font-size: 13px;
  font-weight: 400;
  outline: 0
}

nav ul ul li>a:hover {
  background-color: #87afdf;
  color: #fff
}

nav ul ul ul li a {
  color: #bfbfbf;
  padding: 8px 10px 8px 60px;
  font-size: 13px
}

nav ul ul ul li a:hover {
  color: #fff
}

nav ul ul ul ul li a {
  padding-left: 80px
}

nav ul ul ul ul ul li a {
  padding-left: 100px
}

nav ul ul ul ul ul ul li a {
  padding-left: 120px
}

nav ul ul b {
  color: #B3B3B3
}

nav ul ul>li:hover b {
  color: #D5D9E2
}

/* hidden-menu */
.hidden-menu #main {
  margin-left: 10px
}

.hidden-menu #hide-menu-t{
    left: 5px;
    background-position:left;
}




 #main {
  margin-left: 210px;
  padding: 0;
  /*z-index:901;*/
  min-height: 500px;
  position: relative
}

#content {
  padding: 0px 14px;
  position: relative;
  min-width:500px;
}
.popup #main { min-height:100px;}
.popup #content {  min-width:100px;}

/* #pageHeader setting */
#pageHeader {
  display:flex;
  height:50px;
  line-height:26px;
  padding: 10px 0;
}

#pageHeader.omitted{
  height:5px;
}

#pageHeader.omitted.small{
  height:1px;
  padding:5px 0;
}


/* .page-breadcrumb  */
.page-breadcrumb {
  padding: 5px 0 0 ;
  background: transparent;
  position: relative;
  text-shadow: #fff 0 1px; }

.page-breadcrumb  li{
  font-size: 0.85rem;
  font-weight: 400;
  color: #999;
}

.page-breadcrumb:before{
    content: "\f015";
    font-weight:900;
    font-family:"Font Awesome 6 Free";
    font-size:1rem;
    margin:0 5px 0 0;
    color : #555;
}

.page-breadcrumb li:last-child, .page-breadcrumb >.active{
    font-size: 1rem;
    font-weight: 500;
    color: #666;
}

.page-breadcrumb > li > a {
  text-decoration: none !important; }

.page-breadcrumb > li.breadcrumb-item {
  max-width: 15rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display:block !important;
  min-height:30px;
}

  .page-breadcrumb > li.breadcrumb-item:hover {
    max-width: 25rem !important;
    cursor: default; }




/* .page-toolbar  */
.page-toolbar{
    white-space:nowrap;
    position:absolute;
    right:15px;
    display: flex;
    align-items: center;
}

.page-toolbar > span, .page-toolbar > div, .page-toolbar>button{
    margin-left: 3px;
}

/* 3.contRibbon setting */
#contRibbon {
    overflow:auto;
    border-radius: 4px;
    padding: 7.5px 15px;
    /* background-color:#fdfdfd; */
    margin-bottom:10px;
    border:1px solid #ddd;
}
#contRibbon::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background-color: #F1F1F1;
}
#contRibbon::-webkit-scrollbar{
    width: 5px;
    height:5px;
    background-color: #F1F1F1;
}
#contRibbon::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    background-color: #ccc;
}



#contBody{
    min-height:100px;
    padding-bottom:10px;
}
/* #contBody .row{
    padding-bottom:10px;
}

#contBody .row.top_panel {padding-bottom:0;  }
 */

/* 높이 100% 자동 조절*/
#contBody.autoheight  .row,
#contBody.autoheight  .row .col, #contBody.autoheight  .row [class*="col-"] ,
#contBody.autoheight  .ui-tabs  {
    height: 100%;
}

#contBody.autoheight .splitter_panel{
    height: 100%;    /* //calc(100% - 10px); */
}

#contBody.autoheight .ui-tabs .ui-tabs-panel{
    height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
    height: -o-calc(100% - 32px);
    height: calc(100% - 32px);
}

 /* row가 두개일 때 */
#contBody.autoheight .row:first-child:nth-last-child(2),
#contBody.autoheight .row:first-child:nth-last-child(2) ~ .row{height:  50%;}

/* quarter-top 첫번째 25% 나머지 75%*/
#contBody.autoheight.quarter-top  .row:first-child:nth-last-child(2){height: 25%}
#contBody.autoheight.quarter-top .row:first-child:nth-last-child(2) ~ .row{height: 75%;}

/* quarter-bottom  첫번째 75% 나머지 25%*/
#contBody.autoheight.quarter-bottom .row:first-child:nth-last-child(2){height: 75%;}
#contBody.autoheight.quarter-bottom .row:first-child:nth-last-child(2) ~ .row {height: 25%;}

/* row가 세개일 때 */
#contBody.autoheight .row:first-child:nth-last-child(3), #contBody.autoheight  .row:first-child:nth-last-child(3) ~ .row
    {
    height: 33.333% /* calc(33.333% - 10px) */;
} /* row가 네개일 때*/
#contBody.autoheight .row:first-child:nth-last-child(4), #contBody.autoheight  .row:first-child:nth-last-child(4) ~ .row
    {
       height: calc(25% - 10px);
}

#contBody.autoheight .row + .row {
    padding-top:10px;
}

#contBody.autoheight article
 , #contBody.autoheight .vpbox
 , #contBody.autoheight  article > .vpbox {
    height:100%;
}



/* removes dotted lines for focus */
a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: none;
  outline: 0; }
.btn.disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.7;
  cursor: default;
  background:#eee;
  border-color:#bbb;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #6b8285;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #666;
}
.btn-info.disabled, .btn-info:disabled {
    background: #a2a8a9;
}

input::-moz-focus-inner {border: 0; }

.btn.focus, .btn:focus {box-shadow: 0 0 0 0.05rem rgba(0,123,255,.25);}


/* Define object minimum size */
.codefind-group{min-width:150px;}




/* button reset
  btn
  btn-header
  btn-codefinder
  simplebtn
  dropdown button
*/
.btn{
  font-size:0.875rem;
  padding:3px 6px;
  /* line-height:1.2rem; */
  line-height:1.25;
  border-radius:2px;
/*   height:1.685rem; */
}
.btn-sm{
  padding:3px 6px;
  line-height:18px;
  line-height:1.1rem;
  border-radius:2px;
/*   height:1.55rem; */
}
.btn-md{
  padding:3px 6px;
  line-height:18px;
  border-radius:2px;
  height:1.85rem;
}
.btn-lg{
  border-radius:3px;
  line-height:1.5rem;
  font-size: 1rem;
}
.btn-xl{
  border-radius:3px;
  height: 2.5rem;
  font-size: 1.25rem;
}


.btn-header.float-end {
  margin-left: 6px
}

.btn-header a>span {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  display: inline-block
}

.btn-header.float-end {
  margin-left: 6px
}

.btn-header a>span {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  display: inline-block
}

.btn-header>:first-child>a {
  border-radius: 15px;
  cursor: default!important;
  display: inline-block;
  font-weight: 700;
  height: 30px;
  line-height: 25px;
  min-width: 30px;
  padding: 1px;
  text-align: center;
  background-color: #f8f8f8;
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  border: 1px solid #bfbfbf;
  color: #6D6A69;
  font-size: 17px;
  margin: 10px 0 0
}

.btn-header>:first-child>a:hover {
  border: 1px solid #bfbfbf;
  color: #222;
  transition: all 0s;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
  box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08)
}

.btn-header>:first-child>a:active {
  background-color: #e8e8e8;
  background-image: linear-gradient(to bottom,#e8e8e8 0,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);
  box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15)
}


.btn-headtoolbar span,.btn-headtoolbar i{font-size:13px}
.btn-headtoolbar{
  padding: 4px 8px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  height:1.8rem;
}
.btn-headtoolbar span, .btn-headtoolbar i{
  font-size:13px;
}
.btn-headtoolbar.active, .btn-headtoolbar.focus, .btn-headtoolbar:active, .btn-headtoolbar:focus, .btn-headtoolbar:hover{
    color: #fafafa !important;
    background-color: #1b1e24 !important;
    border-color: #051D96 !important;
}

.btn-headtoolbar.disabled {
    border-color:#ddd;
}

.btn-headtoolbar.vldt-disabled {
    pointer-events:none;opacity:1;background:#eee;cursor:default;
}
.btn-headtoolbar.vldt-hidden {
    display:none !important;
}

.btn-codefinder {
  color: #333;
  border-color: #b3bcd2; 
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  height: 25px;/*1.685rem;*/
}
.btn-codefinder:hover{
  color: #fff;
  background-color: #543c3c;
  border-color: #543c3c;
}
.btn-codefinder::after{
    content:"\f002";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
}

.btn-modal-ok{
  color: #333;
  border-radius:0;
}
.btn-modal-ok:hover{
  color: #fff;
  background-color: #543c3c;
  border-color: #543c3c;
}
.btn-modal-ok::after{
    content:"\f002";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
}






.btn-simple3d {
    /* Normal State */
    padding: 3px 15px 3px 15px;
    width: auto;
    height: auto;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.50);
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.50);
    border-top: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

.btn-simple3d:hover {
    /* Hover State */
    box-shadow: 0 0 3px rgba(0,0,0,0.35), 0px 0px 1px rgba(0,0,0,0.18), inset 0px 0px 0px rgba(0,0,0,0.35), inset 0px 5px 5px rgba(255,255,255,0.25);
    animation: glow 1s infinite ease-in-out;
    -webkit-animation: glow 1s infinite ease-in-out;
    cursor: pointer;
}

.btn-simple3d:active {
    /* Active State (clicked on) */
    padding: 4px 15px 2px 15px;
    border-top: 1px solid rgba(0,0,0,0.55);
    box-shadow: 0 0 5px rgba(0,0,0,0.35), 0px 1px 1px rgba(255,255,255,0.50), inset 0px 1px 2px rgba(0,0,0,0.35), inset 0px -4px 4px rgba(255,255,255,0.10);
    animation: none;
    -webkit-animation: none;
    cursor: pointer !important;
}


.btn-simple3d.b-ok { background: #5d54f9}
.btn-simple3d.b-close { background: #a2a2a2}




/* .btn:active {
  position: relative;
  top: 1px;
  left: 1px
} */

.btn-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-default:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #c6c6c6;
    color: #333;
    z-index: 2; }
  .btn-default:focus {
    border-color: #b19dce !important;
    z-index: 3; }
  .active.btn-default {
    background: #a38cc6;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important; }
.btn-default[disabled]:focus .btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05)
}

.btn.btn-ribbon {
  background-color: #707070;
  background-image: -moz-linear-gradient(top,#777,#666);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#777),to(#666));
  background-image: -webkit-linear-gradient(top,#777,#666);
  background-image: -o-linear-gradient(top,#777,#666);
  background-image: linear-gradient(to bottom,#777,#666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
  color: #fff;
  padding: 0 5px;
  line-height: 20px;
  height: 20px;
  display: block;
  border: none;
  float: left;
  margin: 0 8px 0 0;
  cursor: pointer
}


.simpleBtn              {
    padding: 0 12px;
    vertical-align: text-bottom;
    cursor:pointer;
    display: inline-block;
    border: 1px solid #d8a3c8;
    border-radius:2px;
    background-color: rgb(234 194 232 / 75%);
    box-shadow: inset 0 -10px 1px rgb(236 174 197), inset 0 3px 2px rgba(0,0,0,0.12);
}

.simpleBtn.vldt-disabled {
    pointer-events:none;opacity:1;background:#eee;cursor:default;
}
.simpleBtn.vldt-hidden {
    display:none !important;
}

.simpleBtn a span{color:#333;overflow:hidden;white-space:nowrap;float:right;line-height:20px;}

.simpleBtn:hover {
    background-color:rgba(164, 40, 87, 0.75);
    box-shadow:
        inset 0 -10px 1px rgba(255,255,255,0.2),
        inset 0 3px 2px rgba(0,0,0,0.12);
}
.simpleBtn:hover a span{
    color:#fff;
}

.simpleBtn:active {
    top: 1px;
    border-color: rgba(0,0,0,0.34) rgba(0,0,0,0.21) rgba(0,0,0,0.21);
    position: relative;

     box-shadow:
        inset 0 -2px 1px rgba(255,255,255,0.2),
        inset 0 3px 2px rgba(0,0,0,0.12);
}

.simpleBtn.disabled{pointer-events: none;opacity: 0.7;cursor: default;background:#eee;}

.simpleBtnGrp                 {background:url('/resources/img/button/btn_bg_palegreen.gif') left 0px;display:inline-block;/* float:right; */ padding:0px 0px 0px 1px; height:22px;margin-bottom:3px; overflow:hidden;}
.simpleBtnGrp a, .simpleBtnGrp a span { border:0px;float:right}
.simpleBtnGrp a span          {background:url('/resources/img/button/btn_bg_palegreen.gif') center 0px;padding:0px 10px 0px 9px;height:22px;line-height:22px;font-size:9pt;color:#333;cursor:pointer;overflow:hidden;}
.simpleBtnGrp a span:hover    {background:url('/resources/img/button/btn_bg_palegreen.gif') center -22px;}
.simpleBtnGrp a:last-child  span  {background:url('/resources/img/button/btn_bg_palegreen.gif') right 0px;}

.simpleBtnGrp a:last-child:hover  span {background:url('/resources/img/button/btn_bg_palegreen.gif') right -22px;}

.simpleBtnGrp.disabled a, .simpleBtnGrp a.disabled        {background:url('/resources/img/button/btn_bg_palegreen.gif') left  0px;    pointer-events: none;  opacity: 0.5;  cursor: none;}

.dropdown{
    display:inline-flex;
    vertical-align: middle;
}
/** hover event 추가 */
[data-hover=dropdown]:hover>.dropdown-menu{
    display:block;
}
.dropdown-menu{
    font-size:0.875rem;
    margin-top:0;
}

/* #contRibbon.table-ribbon */
.table-ribbon td{white-space:nowrap;}
/* .table-ribbon-label{} */
.table-ribbon-space{width:50px;}


.table-ribbon-label:not(:first-child){
  padding-left:25px;
}
.table-ribbon-label{
  padding-right:10px;
  text-align:right;
}


/* TABLE CSS addon   .table   .table-bordered  .table-form   */
.table {
  margin-bottom: 0;
  border-color: #d9dde0;
}

.table th, .table td{
    padding: 3px;
    vertical-align:middle;
}
.table .ibSheet th, .table .ibSheet td {
    padding:0;
    border-top:0;
    vertical-align:middle;
}
.table-bordered .ibSheet td, .table-bordered .ibSheet th{
    border:0;
}

.table .ibSheet td[valign=top]{
    vertical-align:top;
}

.table-sm th, .table-sm td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.table-xs th, .table-xs td {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}


tr.lblcol th,  tr.lblcol td{
    min-width: 80px;
    padding:3px 5px;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(251, 251, 251, 1);
    text-align: center;
    color:#333;
}

th.lblcol, td.lblcol {
    min-width: 80px;
    padding:3px 5px 3px 15px;
    white-space: nowrap;
    overflow: hidden;
    background-color:rgba(249, 249, 249, 1);  /*  rgba(251, 251, 251, 1); */
    text-align: left;
    font-weight:400;
    color:#333;
}
.lblcol.min{
    min-width:auto;
}
.lblcol.text-center{
    padding-left:3px;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width:1px;
}


.no-padding >.table-bordered,.no-padding>.table-responsive>.table-bordered {
  border: none!important
}

.no-padding >.table-bordered tbody tr td:first-child, .no-padding>.table-bordered thead tr td:first-child,
    .no-padding>.table-bordered thead tr th:first-child, .no-padding>.table-responsive>.table-bordered tbody tr td:first-child,
    .no-padding>.table-responsive>.table-bordered thead tr td:first-child,
    .no-padding>.table-responsive>.table-bordered thead tr th:first-child {
    border-left-width: 0 !important
}

.no-padding>.table-bordered tbody tr td:last-child,.no-padding>.table-bordered thead tr th:last-child,.no-padding>.table-responsive>.table-bordered tbody tr td:last-child,.no-padding>.table-responsive>.table-bordered thead tr th:last-child {
  border-right-width: 0!important
}

.no-padding>.table-bordered tbody tr:last-child td,.no-padding>.table-responsive>.table-bordered tbody tr:last-child td {
  border-bottom-width: 0!important
}


/* .table tr{min-height:26px;} */
.no-padding .note-editable .table-bordered {
  border: 1px solid #ddd!important
}

.requiredvalue:before{
    content: '*';
    display:inline-block;
    min-width: 11px;
    margin-left:-11px;
    text-align: center;
    color:#f10;
    font-weight:900;

/*  content: url("/resources/img/icon/bul_5x6.gif");
    display:inline-block;
    min-width:9px;
    margin-left:-9px;
    text-align:left; */
}

.table-caption {
    margin-bottom: 0;
    padding: 5px 0 0 ;
    color: #333;
    font-weight: 500
}

.table-caption::before {
    content: "\f358";
    font-family: "Font Awesome 6 Free";
    font-size: 0.875rem;
    display: inline;
    padding-right: 3px;
    font-weight:500;
}


.table-caption-ctrl{
    float:right;
    padding-right:10px;
}






.table.table-form th, .table.table-form td {
    padding: 0px;
}
.table.table-form td.lblcol{
    padding: 3px 5px ;
}
.table.table-form tr.lblcol th, .table.table-form tr.lblcol td {
    padding: 3px 5px ;
}

.table.table-form input, .table.table-form select, .table.table-form textarea{
    border: 0;
    margin: 0
}


tr.no-padding>td {
    padding: 0 !important
}

tr.no-padding>td.lblcol {
    padding: 0 5px !important
}
tr.vm-td td{
    vertical-align:middle !important;
}


tr.no-padding>th input, tr.no-padding>td input, tr.no-padding>th textarea,
    tr.no-padding>td textarea, tr.no-padding>th select, tr.no-padding>td select
    {
    border: 0 !important;
    margin: 0
}

tr.no-padding>th>input, tr.no-padding>td>input, tr.no-padding>th>textarea,
    tr.no-padding>td>textarea, tr.no-padding>th>select, tr.no-padding>td>select
    {
    border: 0 !important;
    margin: 0
}



/* checkbox radiobox customise*/
.select-headtoolbar {
  display: inline;
  width: auto;
  height: 1.8rem
}
input[type=number]{
  padding-right:2px;
}
input[type=number][data-stepbutton=show]::-webkit-inner-spin-button, 
input[type=number][data-stepbutton=show]::-webkit-outer-spin-button {  
 opacity: 1;
}

input[type=number][data-stepbutton=hide]::-webkit-inner-spin-button, 
input[type=number][data-stepbutton=hide]::-webkit-outer-spin-button {  
   -webkit-appearance: none;
  margin: 0;
}

input[type=checkbox].checkbox+span,input[type=checkbox].checkbox+span:after,input[type=checkbox].checkbox+span:before,input[type=radio].radiobox+span,input[type=radio].radiobox+span:after,input[type=radio].radiobox+span:before {
  box-sizing: content-box!important;
  -webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important
}

input[type=checkbox].checkbox,input[type=radio].radiobox {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  width: 18px;
  height: 18px
}

label input[type=checkbox].checkbox+span,label input[type=radio].radiobox+span  {
  position: relative;
  display: inline-block;
  margin: 0;
  min-height: 14px;
  min-width: 14px;
  margin-right: 5px
}

label input[type=checkbox].checkbox+span:hover,label input[type=radio].radiobox+span:hover {
  cursor: pointer
}

label input[type=checkbox].checkbox+span:before,label input[type=radio].radiobox+span:before {
  font-family: "Font Awesome 6 Free";
  font-weight:900;
  font-size: 9px;
  border-radius: 0;
  content: "\f00c";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 1px 1px 0 0 ;
  height: 11px;
  line-height: 1;
  min-width: 11px;
  margin-right: 5px;
  border: 1px solid #bfbfbf;
  background-color: #f4f4f4;
  margin-top: -4px;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.1),0 1px 0 0 rgba(255,255,255,.2)
}


label input[type=radio].radiobox+span:before {
  content: "\a0";
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  /* box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.1),0 1px 0 0 rgba(255,255,255,.2) */
}


label input[type=radio].radiobox:checked+span:before {
  content: "\f111";
  color: #2E7BCC
}


label:hover input[type=radio].radiobox+span:before,label:hover input[type=radio].radiobox:checked+span:before {
  color: #2E7BCC;
  border-color: #2E7BCC
}

label:active input[type=radio].radiobox+span:before {
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

label input[type=radio][disabled].radiobox+span,label input[type=radio][disabled].radiobox:checked+span,label:hover input[type=radio][disabled].radiobox:checked+span:before {
  color: #A7A7A7;
}

label input[type=radio][disabled].radiobox:checked+span:before {
  content: "\f111"
}

label input[type=radio][disabled].radiobox+span:before,label input[type=radio][disabled].radiobox:checked+span:before,label:active input[type=radio][disabled].radiobox:checked+span:before,label:hover input[type=radio][disabled].radiobox:checked+span:before {
  background: #eee!important;
  border-color: #CCC!important;
  box-shadow: none;
  color: #A7A7A7
}

label input[type=checkbox].checkbox+span:before {
  content: "\a0";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
}

label input[type=checkbox].checkbox:checked+span:before {
  content: "\f00c";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
}

label input[type=checkbox].checkbox:checked+span {
  font-weight: 600
}

label input[type=checkbox].checkbox:checked+span:before {
  color: #2E7BCC;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff
}

label:active input[type=checkbox].checkbox+span:before {
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

label:hover input[type=checkbox].checkbox+span:before {
  color: #2E7BCC;
  border-color: #2E7BCC
}

label:active input[type=checkbox].checkbox:checked+span:before {
  color: #fff;
  background: #2E7BCC;
  border-color: #2E7BCC
}


label input[type=checkbox][disabled].checkbox+span,label input[type=checkbox][disabled].checkbox:checked+span,label:hover input[type=checkbox][disabled].checkbox:checked+span:before {
  color: #A7A7A7;
}

label input[type=checkbox][disabled].checkbox.style-2:checked+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before {
  content: "\f00c"
}

label input[type=checkbox][disabled].checkbox+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before,label:active input[type=checkbox][disabled].checkbox:checked+span:before,label:hover input[type=checkbox][disabled].checkbox:checked+span:before {
  background: #eee!important;
  border-color: #CCC!important;
  color: #A7A7A7;
  box-shadow: none!important
}



/*****************vplus-form**************************/
.vplus-form {
  margin: 0;
  outline: 0;
  color: #666;
  position: relative
}

.vpbox .vplus-form{
    height:100%;
}
/* .vplus-form *,.vplus-form :after,.vplus-form :before {margin: 0;padding: 0;} */

.vplus-form .checkbox+.checkbox,.vplus-form .radio+.radio {
  margin-top: 0
}

.vplus-form footer .btn {
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
  cursor: pointer
}

.vplus-form legend {
  padding-top: 15px
}

.vplus-form header {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0,0,0,.2);
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  color: #232323;
  margin: 10px 14px 0
}

.vplus-form fieldset {
  display: block;
  padding: 5px 14px 5px;
  border: none;
  background: rgba(255,255,255,.9);
  position: relative
}

.vplus-form fieldset+fieldset {
  border-top: 1px solid rgba(0,0,0,.1)
}

.vplus-form section {
  margin-bottom: 15px;
  position: relative
}

.vplus-form footer {
  display: block;
  padding: 7px 14px 15px;
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9)
}

.vplus-form footer:after {
  content: '';
  display: table;
  clear: both
}

.vplus-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
  /* font-size: 13px; */
  color: #333;
  text-align: left;
  white-space: normal
}

.vplus-form .label.col {
  margin: 0;
  padding-top: 7px
}

.note,.vplus-form .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999
}
.ui-tabs-tab .checkbox-inline{
    margin-top:-3px;
}

.vplus-form .button,.vplus-form .checkbox,.vplus-form .input,.vplus-form .radio,.vplus-form .select,.vplus-form .textarea,.vplus-form .toggle {
  position: relative;
  display: block;
  font-weight: 400
}
.vplus-form .checkbox-inline, .vplus-form .radio-inline{
    display:inline-block;
}

.vplus-form .input input,.vplus-form .select select,.vplus-form .textarea textarea {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 5px 10px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
 /*  font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif; */
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none
}

.vplus-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 22px;
  margin: 0;
  padding: 0 14px;
  line-height: 22px
}

.vplus-form .input-file .button:hover {
  box-shadow: none
}

.vplus-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0
}

.vplus-form .select i {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 5px;
  height: 11px;
  background: #fff;
  box-shadow: 0 0 0 9px #fff;
  pointer-events: none
}

.vplus-form .select i:after,.vplus-form .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.vplus-form .select i:after {
  bottom: 0;
  border-top: 4px solid #404040
}

.vplus-form .select i:before {
  top: 0;
  border-bottom: 4px solid #404040
}

.vplus-form .select-multiple select {
  height: auto
}

.vplus-form .textarea textarea {
  height: auto;
  resize: none
}

.vplus-form .textarea-resizable textarea {
  resize: vertical
}

.vplus-form .textarea-expandable textarea {
  height: 31px
}

.vplus-form .textarea-expandable textarea:focus {
  height: auto
}

.vplus-form .checkbox,.vplus-form .radio, .vplus-form .checkbox-inline,.vplus-form .radio-inline {
  margin-bottom: 4px;
  padding-left: 25px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
  font-size: 13px
}

.vplus-form .checkbox:last-child,.vplus-form .radio:last-child {
  margin-bottom: 0
}

.vplus-form .checkbox input,.vplus-form .radio input,
.vplus-form .checkbox-inline input,.vplus-form .radio-inline input  {
  position: absolute;
  left: -9999px
}

.vplus-form .checkbox i,.vplus-form .radio i,
.vplus-form .checkbox-inline i,.vplus-form .radio-inline i {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  background: #FFF
}

.vplus-form .radio i, .vplus-form .radio-inline i {
  border-radius: 50%
}

.vplus-form .checkbox input+i:after,.vplus-form .radio input+i:after ,
.vplus-form .checkbox-inline input+i:after,.vplus-form .radio-inline input+i:after {
  position: absolute;
  opacity: 0;
  transition: opacity .1s;
  -o-transition: opacity .1s;
  -ms-transition: opacity .1s;
  -moz-transition: opacity .1s;
  -webkit-transition: opacity .1s
}

.vplus-form .radio input+i:after, .vplus-form .radio-inline input+i:after {
  content: '';
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%
}

.vplus-form .checkbox input+i:after, .vplus-form .checkbox-inline input+i:after {
  content: '\f00c';
  top: -5px;
  left: 1px;
  width: 15px;
  height: 15px;
  font: 900 16px/19px "Font Awesome 6 Free";
  text-align: center
}

.vplus-form .checkbox input:checked:hover+i:after, .vplus-form .checkbox-inline input:checked:hover+i:after {
  content: '\f00d'
}

.vplus-form .checkbox input:checked:disabled:hover+i:after,.vplus-form .checkbox-inline input:checked:disabled:hover+i:after {
  content: '\f00c'
}

.vplus-form .checkbox input:checked+i:after,.vplus-form .radio input:checked+i:after, .vplus-form .checkbox-inline input:checked+i:after,.vplus-form .radio-inline input:checked+i:after {
  opacity: 1
}

.vplus-form .inline-group {
  margin: 0 -15px -4px 0
}

.vplus-form .inline-group:after {
  content: '';
  display: table;
  clear: both
}

.vplus-form .inline-group .checkbox,.vplus-form .inline-group .radio {
  float: left;
  margin-right: 30px
}

.vplus-form .inline-group .checkbox:last-child,.vplus-form .inline-group .radio:last-child {
  margin-bottom: 4px
}

.vplus-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 25px;
  color: #404040;
  cursor: pointer
}

.vplus-form .toggle:last-child {
  margin-bottom: 0
}

.vplus-form .toggle input {
  position: absolute;
  left: -9999px
}

.vplus-form .toggle i {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  background: #fff
}

.vplus-form .toggle i:after {
  content: attr(data-swchoff-text);
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f
}

.vplus-form .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  transition: right .2s;
  -o-transition: right .2s;
  -ms-transition: right .2s;
  -moz-transition: right .2s;
  -webkit-transition: right .2s
}

.vplus-form .toggle input:checked+i:after {
  content: attr(data-swchon-text);
  text-align: right
}

.vplus-form .toggle input:checked+i:before {
  right: 36px
}

.vplus-form .rating {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 25px;
  color: #404040
}

.vplus-form .rating:last-child {
  margin-bottom: 0
}

.vplus-form .rating input {
  position: absolute;
  left: -9999px
}

.vplus-form .rating label {
  display: block;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer
}

.vplus-form .button {
  float: right;
  height: 31px;
  overflow: hidden;
  margin: 10px 0 0 5px;
  padding: 0 25px;
  outline: 0;
  border: 0;
  font: 300 15px/31px 'Open Sans',Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer
}

.vplus-form .icon-append,.vplus-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center
}

.vplus-form .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid
}

.vplus-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid
}

.vplus-form .input .icon-prepend+input,.vplus-form .textarea .icon-prepend+textarea {
  padding-left: 37px
}

.vplus-form .input .icon-append+input,.vplus-form .textarea .icon-append+textarea {
  padding-right: 37px
}

.vplus-form .input .icon-prepend+.icon-append+input,.vplus-form .textarea .icon-prepend+.icon-append+textarea {
  padding-left: 37px
}

/* .vplus-form .row {
  margin: 0 -5px
} */

.vplus-form .row:after {
  content: '';
  display: table;
  clear: both
}

.vplus-form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box
}

/* .vplus-form .col-1  { width:4.17%; }
.vplus-form .col-2  { width:8.33%; }
.vplus-form .col-3  { width:12.5%; }
.vplus-form .col-4  { width:16.67%; }
.vplus-form .col-5  { width:20.83%; }
.vplus-form .col-6  { width:25%;    }
.vplus-form .col-7  { width:29.17%; }
.vplus-form .col-8  { width:33.33%; }
.vplus-form .col-9  { width:37.5%; }
.vplus-form .col-10 { width:41.67%; }
.vplus-form .col-11 { width:45.83%; }
.vplus-form .col-12 { width:50%; }
.vplus-form .col-13 { width:54.17%; }
.vplus-form .col-14 { width:58.33%; }
.vplus-form .col-15 { width:62.5%; }
.vplus-form .col-16 { width:66.67%; }
.vplus-form .col-17 { width:70.83%; }
.vplus-form .col-18 { width:75%; }
.vplus-form .col-19 { width:79.17%; }
.vplus-form .col-20 { width:83.33%; }
.vplus-form .col-21 { width:87.5%; }
.vplus-form .col-22 { width:91.67%; }
.vplus-form .col-23 { width:95.83%; }
.vplus-form .col-24 { width:100%; }
 */

.vplus-form .select select {
  padding: 5px
}

.vplus-form .checkbox i,.vplus-form .checkbox-inline i,.vplus-form .icon-append,.vplus-form .icon-prepend,.vplus-form .input input,.vplus-form .radio i,.vplus-form .radio-inline i,.vplus-form .select select,.vplus-form .textarea textarea,.vplus-form .toggle i {
  border-color: #BDBDBD;
  transition: border-color .3s;
  -o-transition: border-color .3s;
  -ms-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -webkit-transition: border-color .3s
}

.vplus-form .toggle i:before {
  background-color: #3276B1
}

.vplus-form .rating label {
  color: #ccc;
  transition: color .3s;
  -o-transition: color .3s;
  -ms-transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s
}

.vplus-form .button {
  background-color: #3276B1;
  opacity: .8;
  transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s
}

.vplus-form .button.button-secondary {
  background-color: #b3b3b3
}

.vplus-form .icon-append,.vplus-form .icon-prepend {
  color: #A2A2A2
}

.vplus-form .checkbox:hover i,.vplus-form .input:hover input,.vplus-form .radio:hover i,.vplus-form .select:hover select,.vplus-form .textarea:hover textarea,.vplus-form .toggle:hover i {
  border-color: #5D98CC
}

.vplus-form .button:hover {
  opacity: 1
}

.vplus-form .checkbox:hover i,.vplus-form .radio:hover i,.vplus-form .toggle:hover i {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.vplus-form .checkbox:active i,.vplus-form .radio:active i,.vplus-form .toggle:active i {
  background: #F0F0F0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.vplus-form .checkbox input:focus+i,.vplus-form .input input:focus,.vplus-form .radio input:focus+i,.vplus-form .select select:focus,.vplus-form .textarea textarea:focus,.vplus-form .toggle input:focus+i {
  border-color: #3276B1
}

.vplus-form .radio input+i:after, .vplus-form .radio-inline input+i:after {
  background-color: #3276B1
}

.vplus-form .checkbox input+i:after,.vplus-form .checkbox-inline input+i:after {
  color: #3276B1
}

.vplus-form .checkbox input:checked+i,.vplus-form .radio input:checked+i,.vplus-form .toggle input:checked+i,
.vplus-form .checkbox-inline input:checked+i,.vplus-form .radio-inline input:checked+i,.vplus-form .toggle input:checked+i {
  border-color: #3276B1
}

.vplus-form .message {
  display: none;
  color: #6fb679
}

.vplus-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px
}

.vplus-form.submited fieldset,.vplus-form.submited footer {
  display: none
}

.vplus-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255,255,255,.9);
  font: 300 18px/27px 'Open Sans',Helvetica,Arial,sans-serif;
  text-align: center
}

.vplus-form .ui-widget-content .ui-spinner-input {
  margin: 0;
  border: 0;
  box-shadow: none!important;
  height: 29px
}

.vplus-form-modal {
  position: fixed;
  z-index: 1;
  display: none;
  width: 400px
}

.vplus-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7)
}

.vplus-form input.input-lg {
  height: 44px;
  padding: 10px 5px;
  font-size: 17px;
  line-height: 1.33
}

.vplus-form input.input-sm {
  height: 30px;
  padding: 5px 5px;
  line-height: 1.5
}

.vplus-form input.input-xs {
  height: 24px;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1.5
}

.vplus-form select.input-sm {
  height: 30px;
  line-height: 15px;
}

.vplus-form select.input-sm+i {
  height: 10px
}

.vplus-form select.input-lg {
  height: 44px;
  line-height: 22px;
  font-size: 17px
}

.vplus-form select.input-lg+i {
  height: 11px;
  top: 17px
}

.vplus-form .checkbox input+input[type=hidden]+i:after {
  content: '\f00c';
  top: -1px;
  left: 1px;
  width: 15px;
  height: 15px;
  font: 900 16px/19px "Font Awesome 6 Free";
  text-align: center
}

.vplus-form .checkbox input:checked:hover+input[type=hidden]+i:after {
  content: '\f00d'
}

.vplus-form .checkbox input:checked:disabled:hover+input[type=hidden]+i:after {
  content: '\f00c'
}

.vplus-form .checkbox input:checked+input[type=hidden]+i:after {
  opacity: 1
}

.vplus-form .toggle input:checked+input[type=hidden]+i:after {
  content: attr(data-swchon-text);
  text-align: right
}

.vplus-form .toggle input:checked+input[type=hidden]+i:before {
  right: 36px
}

.vplus-form.table td .checkbox i,.vplus-form.table td .radio i,.vplus-form.table th .checkbox i,.vplus-form.table th .radio i {
  top: 0!important
}



















/* vpbox CSS */

/*
.vpbox
  .vpbox-header     =>  no-header
      .vpbox-icon   =>   .list-icon, .listdetail-icon, .filelist-icon, .image-icon, .imagelist-icon,
          <h1
      .vpbox-toolbar
          <vpbox-toolbar-btn
  .vpbox-container
      .vpbox-ribbon
         vpbox-toolbar
            vpbox-toolbar-btn
      .vpbox-content

     */


.vpbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    margin: 0 ;
/*     border-radius: 3px;
    border: 1px solid rgba(0,0,0,.15); */
    height:100%;
    }

.vpbox + .vpbox{padding-top:10px;}

.vpbox-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background:#ffffff;
    min-height: 1.875rem;
    border-bottom: 1px solid #337bd2;
    z-index:1;
   /*  border-radius: 3px 3px 0 0 ; */
}

.vpbox.no-header  .vpbox-header{
    display:none;
}

.vpbox-header >:first-child {
    padding-left: 5px;
}

.vpbox-header >:last-child {
    padding-right:  5px;
}

.vpbox-header h1{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .938rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.875rem;
    color: inherit;
    color: #333;
    position: relative;
    font-weight: 500;
    white-space:nowrap;
}
.vpbox-header h1:not(:only-child) {
    margin-right: .66667rem
}

.vpbox-header h1 small {
    display: inline-block;
    margin: 0;
    opacity: .8;
    font-weight: 400;
    font-size: .75rem;
    margin-left: .5rem
}

.vpbox-header[class*=" bg-"] h1,.vpbox-header[class^=bg-] h1 {
    color: inherit
}

.vpbox-header > .ib-tab-tabs.ib-simple_under_blue {
    border-bottom: 0;
}
.blank-hdr{background:transparent !important;border-bottom:0;}

.vpbox-icon{
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  font-size:0.75rem;
  font-style: normal;
  color:#666;
  margin-right: .3rem
}
    .list-icon::before{
      /* content: "\f111";
      font-weight: 900 ; */
      content: "";
      background: no-repeat bottom url(../images/icons/dot_circle.png);
      display: block;
      padding-left: 16px;
      height: 16px;
    }
    .filelist-icon::before{
      content: "\f15c";
      font-weight: 400 ;
    }

    .image-icon::before{
      content: "\f03e";
      font-weight: 400 ;
    }

    .imagelist-icon::before{
      content: "\f302";
      font-weight: 400 ;
    }

    .listdetail-icon::before{
      content: "\f152";
      font-weight: 400 ;
    }


.vpbox-toolbar {
    padding-left:10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space:nowrap;
}

.vpbox-toolbar + .vpbox-toolbar{
    /* border-left:1px solid #efefef; */
    margin-left:10px;
}
.vpbox-toolbar .form-control, .vpbox-toolbar .form-select{
    height:22px;/*1.5rem;*/
    padding-top:1px;
}
.vpbox-toolbar .form-select {
  padding: 0px 22px 0px 5px;
  line-height: 20px;
}
.vpbox-toolbar-btn{
    padding: 0 12px;
    vertical-align: text-bottom;
    cursor: pointer;
    display: inline-block;
    background-color: #faf8ff;
    border: 1px solid #ccc;
    border-radius:2px;
    height:22px;/*1.5rem;*/
    margin-left:3px;
}

.vpbox-toolbar .vpbox-toolbar-btn:hover {
    opacity: 1
}

.vpbox-toolbar .vpbox-toolbar-btn.js-panel-collapse
,.panel-toolbar .vpbox-toolbar-btn[data-action=panel-collapse] {
    background: #1dc9b7
}

.vpbox-toolbar .vpbox-toolbar-btn.js-panel-fullscreen
,.panel-toolbar .vpbox-toolbar-btn[data-action=panel-fullscreen] {
    background: #ffc241
}

.vpbox-toolbar .vpbox-toolbar-btn.js-panel-close
,.panel-toolbar .vpbox-toolbar-btn[data-action=panel-close] {
    background: #fd3995
}

.vpbox-toolbar-btn.vldt-disabled {
    pointer-events:none;opacity:1;background:#eee;cursor:default;
}
.vpbox-toolbar-btn.vldt-hidden {
    display:none !important;
}

.vpbox-toolbar-btn a span{color:#333;overflow:hidden;white-space:nowrap;float:right;line-height:20px;}

.vpbox-toolbar-btn:hover {
    background-color:#337bd2; /* rgba(164, 40, 87, 0.75); */
    box-shadow:
        inset 0 -10px 1px rgba(255,255,255,0.2),
        inset 0 3px 2px rgba(0,0,0,0.12);
}
.vpbox-toolbar-btn:hover a span{
    color:#fff;
}

.vpbox-toolbar-btn:active {
    top: 1px;
    border-color: rgba(0,0,0,0.34) rgba(0,0,0,0.21) rgba(0,0,0,0.21);
    position: relative;

     box-shadow:
        inset 0 -2px 1px rgba(255,255,255,0.2),
        inset 0 3px 2px rgba(0,0,0,0.12);
}

.vpbox-toolbar-btn.disabled{ pointer-events: none;  opacity: 0.6;  cursor: default;background:#eee;}

.vpbox-toolbar-btnGrp                 {background:url('/resources/img/button/btn_bg_palegreen.gif') left 0px;display:inline-block;/* float:right; */ padding:0px 0px 0px 1px; height:22px;margin-bottom:3px; overflow:hidden;}
.vpbox-toolbar-btnGrp a, .vpbox-toolbar-btnGrp a span { border:0px;float:right}
.vpbox-toolbar-btnGrp a span          {background:url('/resources/img/button/btn_bg_palegreen.gif') center 0px;padding:0px 10px 0px 9px;height:22px;line-height:22px;font-size:9pt;color:#333;cursor:pointer;overflow:hidden;}
.vpbox-toolbar-btnGrp a span:hover    {background:url('/resources/img/button/btn_bg_palegreen.gif') center -22px;}
.vpbox-toolbar-btnGrp a:last-child  span  {background:url('/resources/img/button/btn_bg_palegreen.gif') right 0px;}

.vpbox-toolbar-btnGrp a:last-child:hover  span {background:url('/resources/img/button/btn_bg_palegreen.gif') right -22px;}

.vpbox-toolbar-btnGrp.disabled a, .vpbox-toolbar-btnGrp a.disabled        {background:url('/resources/img/button/btn_bg_palegreen.gif') left  0px;    pointer-events: none;  opacity: 0.5;  cursor: none;}









.vpbox .vpbox-container {
    position: relative;
    /* border-radius: 0 0 3px 3px; */
    height:100%;
    overflow: auto;
    z-index:1;
}

.vpbox-container.rows, .vpbox-container .vpbox-content.rows {
    padding:0 1px 0 0;
    overflow-x:hidden;
}

.vpbox > form .vpbox-header + .vpbox-container {
    height: calc(100% - 29px);
}
.vpbox-ribbon{padding:4px 3px 2px;height:28px; display:flex }
.vpbox-ribbon-large{padding:10px 10px 10px 20px;height:45px; display:flex }

.vpbox-ribbon h2, .vpbox-ribbon-large h2{
    flex: 1;
    font-size: .875rem;
    margin: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444;
    position: relative;
    font-weight: 500;
    white-space:nowrap;
}
.vpbox-ribbon .vpbox-toolbar{
    margin-left:auto;
}

.vpbox-container .vpbox-content{
    padding: 0;  /* 0.5rem 0.5rem */
    height: 100%;
}

.vpbox-container .vpbox-ribbon + .vpbox-content{
    height: calc(100% - 30px) ;
}

.vpbox-container .vpbox-ribbon-large + .vpbox-content{
  height: calc(100% - 47px) ;
}

[role='ibSubTab'] + .ib-tab-contents{
    height:calc(100% - 37px);
}

.ib-tab-contents__item .vpbox-content{
    min-height:50px;
}
.splitter_panel .vpbox-content{
    overflow:auto;
}








.row-grid {
    overflow: hidden
}

.row-grid>.col,.row-grid>[class$=" col"],.row-grid>[class*=" col "],.row-grid>[class*=" col-"],.row-grid>[class=col],.row-grid>[class^="col "],.row-grid>[class^=col-] {
    position: relative
}

.row-grid>.col:after,.row-grid>[class$=" col"]:after,.row-grid>[class*=" col "]:after,.row-grid>[class*=" col-"]:after,.row-grid>[class=col]:after,.row-grid>[class^="col "]:after,.row-grid>[class^=col-]:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    display: block;
    width: 0;
    border-left: 1px solid rgba(29,29,29,.07);
}

.row-grid>.col:before,.row-grid>[class$=" col"]:before,.row-grid>[class*=" col "]:before,.row-grid>[class*=" col-"]:before,.row-grid>[class=col]:before,.row-grid>[class^="col "]:before,.row-grid>[class^=col-]:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    display: block;
    height: 0;
    border-top: 1px solid rgba(29,29,29,.07);
}








/* Custom Scrollbar */
.custom-scroll::-webkit-scrollbar {
  width: 8px; height:8px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: rgba(255,255,255, 0.4) ;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: rgba(0,0,0, 0.2);
  border-radius: 4px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #B1B1B1;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}





/* #APP related modules (print, fullscreen, etc)
========================================================================== */
/* Custom Webkit Scrollbar */
/* http://css-tricks.com/custom-scrollbars-in-webkit/ */


body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar,body:not(.mobile-detected)::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar:hover,body:not(.mobile-detected)::-webkit-scrollbar:hover {
    background-color: rgba(0,0,0,.01)
}

body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-track-piece,body:not(.mobile-detected)::-webkit-scrollbar-track-piece {
    background-color:#efefef;
}

body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-track-piece:hover,body:not(.mobile-detected)::-webkit-scrollbar-track-piece:hover {
    background-color: #d0d0d0
}

body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:vertical,body:not(.mobile-detected)::-webkit-scrollbar-thumb:vertical {
    background-color: #838383
}

body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:vertical:hover,body:not(.mobile-detected)::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #696969
}


:-webkit-full-screen [data-action=app-fullscreen] {
    color: #ccc
}

:-moz-full-screen [data-action=app-fullscreen] {
    color: #ccc
}

/*
 * Navigation Panel custom scroll
 */
#primary-nav #navContents::-webkit-scrollbar-track-piece {
  background-color: #efefef; }

#primary-nav #navContents::-webkit-scrollbar-thumb:vertical {
  background-color: #666; }

#primary-nav #navContents::-webkit-scrollbar {
  height: 4px;
  width: 4px; }

#primary-nav #navContents:hover::-webkit-scrollbar-corner {
  width: 40px; }

#primary-nav #navContents::-webkit-scrollbar-track-piece {
  background-color: #efefef; }

#primary-nav #navContents::-webkit-scrollbar-thumb:vertical {
  background-color: #666; }

:-webkit-full-screen [data-action="app-fullscreen"] {
  color: #cccccc; }

:-moz-full-screen [data-action="app-fullscreen"] {
  color: #cccccc; }


/*
 * FORMS: input-group
 */

.input-group-text{
    font-size:0.875rem;
    padding:2px 5px;
}

.input-group-addon {
  padding: 2px 7px;
  line-height:1.42857143;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: background-color .3s;
  -o-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -webkit-transition: background-color .3s
}

.input-group-addon>input[type=text]{
    margin: -2px -7px;
}

input[type=text]:focus+.input-group-addon {
  border-color: #0091d9;
  background-color: #72a0ce;
  color: #fff
}

.has-warning input[type=text],.has-warning input[type=text]+.input-group-addon {
  border-color: #dbab57
}

.has-warning input[type=text]+.input-group-addon {
  background-color: #faf2cc;
  color: #c09853
}

.has-warning input[type=text]:focus,.has-warning input[type=text]:focus+.input-group-addon {
  border-color: #dbab57
}

.has-warning input[type=text]:focus+.input-group-addon {
  background-color: #e1c118;
  color: #fff
}

.has-error .input-group-addon {
  border-color: #b94a48;
  background: #f2dede;
  color: #b94a48
}

.has-error input[type=text],.has-error input[type=text]+.input-group-addon {
  border-color: #b94a48
}

.has-error input[type=text]+.input-group-addon {
  background-color: #f2dede;
  color: #b94a48
}

.has-error input[type=text]:focus,.has-error input[type=text]:focus+.input-group-addon {
  border-color: #c05e5e
}

.has-error input[type=text]:focus+.input-group-addon {
  background-color: #c05e5e;
  color: #fff
}

.has-success input[type=text]:focus+.input-group-addon {
  border-color: #468847;
  background-color: #468847;
  color: #fff
}

.form .form-group:last-child,.form .form-group:last-child .note,.form fieldset .form-group:last-child,.form fieldset .form-group:last-child .note {
  margin-bottom: 0
}

.note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999
}

/*
 * WITH ICON Inputbox
 */
.input-icon-right, .input-icon-left {
  position: relative
}

.input-icon-left>i,.input-icon-right>i {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 13px;
  color: #999
}

.input-icon-left>i {
  right: auto;
  left: 24px
}

.input-icon-right .form-control {
  padding-right: 20px
}

.input-icon-left .form-control {
  padding-left: 22px
}

input[type=color].ui-autocomplete-loading,input[type=date].ui-autocomplete-loading,input[type=datetime-local].ui-autocomplete-loading,input[type=datetime].ui-autocomplete-loading,input[type=email].ui-autocomplete-loading,input[type=month].ui-autocomplete-loading,input[type=number].ui-autocomplete-loading,input[type=password].ui-autocomplete-loading,input[type=search].ui-autocomplete-loading,input[type=tel].ui-autocomplete-loading,input[type=text].ui-autocomplete-loading,input[type=time].ui-autocomplete-loading,input[type=url].ui-autocomplete-loading,input[type=week].ui-autocomplete-loading {
  background-image: url(../img/select2-spinner.gif)!important;
  background-repeat: no-repeat;
  background-position: 99% 50%;
  padding-right: 27px
}

.input-group-addon .checkbox,.input-group-addon .radio {
  min-height: 0;
  margin-right: 0!important;
  padding-top: 0
}

/* .input-group-addon label input[type=checkbox].checkbox+span,.input-group-addon label input[type=checkbox].checkbox+span:before,.input-group-addon label input[type=radio].radiobox+span,.input-group-addon label input[type=radio].radiobox+span:before {
  margin-right: 0
} */




/*
 * FORMS: INPUT WITH ICONS
 */
.input-group .icon-addon .form-control {
  border-radius: 0;
}

.icon-addon {
  position: relative;
  color: #555;
  display: block;
  flex: 1 1 0%;
}

.icon-addon:after,.icon-addon:before {
  display: table;
  content: " "
}

.icon-addon:after {
  clear: both
}

.icon-addon .fa,.icon-addon .far,.icon-addon .fas,
.icon-addon .fa-classic, .icon-addon .fa-regular,.icon-addon .fa-solid{
  position: absolute;
  z-index: 2;
  right: 10px;
  margin-left: -2.5px;
  text-align: center;
  padding: 6px 0;
  top: 1px;
  font-size:13px;
}
.icon-addon.codefinder span[role='input-clear']{
    padding: 8px 5px 6px 2px;right: 0;font-size:10px;cursor:pointer;color:rgba(0,0,0,0.2);
}

.icon-addon span[role='input-clear']:hover
,.icon-addon span[role='input-clear']:focus
, .form-control:focus+span[role='input-clear']{
    color:rgba(0,0,0,0.5);
    text-shadow: 0px 0px 1px #aaa;
}
.icon-addon span[role='input-clear']:active{
    text-shadow: none;
}
.icon-addon.codefinder input[disabled] + span[role='input-clear'], .icon-addon.codefinder input[readonly] + span[role='input-clear']{
    display:none;
    }

.icon-addon .form-control,.icon-addon.addon-md .form-control {
  /* padding-right: 30px; */
  float: left;
}

.icon-addon .form-control.plaintext, .icon-addon.addon-md .form-control.plaintext{
    padding-right:5px;
}

.icon-addon.codefinder .form-control{
      padding-right: 3px;
}

.icon-addon .form-control:focus{
    z-index:2;
}

.icon-addon input:disabled+label, .icon-addon input[readonly]+label, .icon-addon .form-control[readonly]:focus+label {
  color: #bbb;
}

.icon-addon .form-control:focus+label{
  color: #2580db;
}
.icon-addon .form-control:focus+span[role='input-clear']{
  color: rgba(0,0,0,0.4);
}

.icon-addon.left .fa,.icon-addon.left .far,.icon-addon.left .fas{
    left: 10px;right:auto;
}

.icon-addon.left .form-control {
  padding-right: 3px;
  padding-left: 30px;
  float: right;
}
/*
    code finder
*/
.search-control{
  min-width:180px;background:white;
}

.cfd-form{
  padding:10px;
}

.cfd-btn{
  margin-left:-1px;
  border:1px solid #bbb;
  height:25px;/*1.685rem;*/
  border-radius:0
}
.cfd-btn:before{
  font-family: "Font Awesome 6 Free";
  font-weight:900;
  content: "\f002";
}
.cfd-btn:hover {
    color: #fafafa !important;
    background-color: #661199 !important;
    border-color: #051D96 !important;
}
/* block UI style
 */
.blockMsgDtl {
    height:50px;padding:15px 5px;box-shadow:2px 2px 15px #999;
}

/* jquery-ui custom style */
.hasDialog{
display:none;
}
.ui-dialog{padding:0px}


.ui-dialog .ui-dialog-titlebar {
    padding: 0 10px;
    background: #fff;
    border-color:#fff;
    border-bottom-color: #eee;
}

.ui-dialog .ui-dialog-title {
    margin: .1em 0;
    padding:5px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    padding: 1px;
    height: 18px;
    font-size: 20px;
    font-weight: 700;
    line-height: 13.5px;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ui-dialog .ui-dialog-titlebar-close:before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    font-size: 13px
}


.ui-dialog .ui-dialog-content{
    padding:0 10px;
}
.ui-dialog.layerPopup .ui-dialog-content{
    padding:0;
}

.ui-dialog .ui-dialog-buttonpane {
  margin-top:0;
  padding : 10px;
}

.ui-autocomplete {
  z-index: 905!important
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 .4em 0 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
    display:flex;
}

.dialog-content{
    padding:15px 5px 10px;
}
.dialog-ribbon{
    border:1px solid #ccc;
    border-radius:3px;
    padding:8px;
    margin-bottom:5px;
}


/* SmartMessageBox CSS */
.divMessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);z-index:100000}
.MessageBoxContainer{top:35%;color:#fff;position:relative;width:100%;background-color:rgba(0,0,0,0.7);padding:20px}
.MessageBoxMiddle{position:relative;left:20%;width:60%}
.MessageBoxMiddle .MsgTitle{letter-spacing:-1px;font-size:30px;font-weight:300}
.MessageBoxMiddle .pText{font-size:15px}
.MessageBoxContainer input{width:50%;padding:5px}
.MessageBoxContainer select{width:50%;padding:5px}
.MessageBoxButtonSection{width:100%;height:30px}
.MessageBoxButtonSection button{float:right;margin-right:7px;padding-left:15px;padding-right:15px;font-size:14px;font-weight:700;height:30px;}
/* BigBox */
.bigBox span{font-size:17px;font-weight:300;letter-spacing:-1px;padding:5px 0!important;display:block}
.bigBox p{font-size:13px;margin-top:10px}
#divMiniIcons{position:fixed;width:415px;right:10px;bottom:180px;z-index:9999;float:right}
.botClose{position:absolute;right:10px;height:16px;width:15px;cursor:pointer;font-size:18px;opacity:.5;display:block;top:15px}
.botClose:hover{opacity:1}
#divMiniIcons .cajita{text-align:center; padding:4px 6px;color:#FFF;float:right;cursor:pointer;display:block;background-color:red;font-size:17px;margin-left:4px;margin-top:5px}
#divMiniIcons .cajita:active{top:1px;left:1px;position:relative}
.cajita img{width:23px;height:23px;padding-left:3px;padding-top:3px}
.bigBox .bigboxicon{font-size:30px;text-align:left;position:absolute;top:120px;left:6px;z-index:0}
.bigBox .bigboxnumber{width:100%;text-align:right;font-size:25px}

/* SmallBox */
#divSmallBoxes{position:fixed;right:20px;top:30px;z-index:9999}
.SmallBox{position:absolute;right:5px;top:20px;width:320px;color:#fff;z-index:9999;overflow:hidden;border:1px solid transparent}
.SmallBox:hover{border:1px solid #fff;cursor:pointer}
.SmallBox .foto{font-size:50px;position:absolute;left:17px}
.SmallBox .textoFull{width:93%;float:left;padding-left:20px}
.SmallBox .textoFoto{width:78%;margin:3px 20px 3px 80px;float:left}
.miniPic{position:absolute;bottom:8px;right:9px}.miniIcono{height:100%;font-size:20px}
.SmallBox span{font-size:17px;font-weight:300;letter-spacing:-1px;display:block;margin:4px 0}
.SmallBox p{font-size:13px;margin-top:2px}
/* End of SmallBox */


@media screen and (max-width:450px) and (max-width:767px){

    #divSmallBoxes {position:fixed;width: 90%;right: 0;top:0;}
    .SmallBox{width:95%}.SmallBox:hover{box-shadow:0 0 10px #888;cursor:pointer}
    .SmallBox span{font-size:16px}.SmallBox p{font-size:12px;margin-top:2px}
    .SmallBox .textoFull{width:93%;float:left;padding-left:20px}
    .SmallBox .textoFoto{width:55%;margin:3px 20px 3px 80px;float:left}
    .bigBox{position:fixed;right:10px;bottom:10px;background-color:#004d60;padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:5px;width:88%;height:150px;color:#fff;z-index:99999}
    .divMessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.6);z-index:100000}
    .MessageBoxContainer{top:25%;color:#fff;position:relative;width:100%;background-color:#232323}
    .MessageBoxMiddle{position:relative;left:0;width:100%;padding:3px}
    .MessageBoxMiddle .MsgTitle{font-size:22px}
    .MessageBoxMiddle .pText{font-size:13px}
    .MessageBoxContainer input,.MessageBoxContainer select{width:50%;padding:5px}
    .MessageBoxButtonSection{width:100%;height:30px}
    .MessageBoxButtonSection button{float:right;margin-right:5px;padding-left:15px;padding-right:15px}
}

@media screen and (max-width: 767px) {
 .table-responsive{margin-bottom: 0; overflow-y: auto;}
}
.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}
.animated.fast{-webkit-animation-duration:.4s;-moz-animation-duration:.4s;-ms-animation-duration:.4s;-o-animation-duration:.4s;animation-duration:.4s}
@-webkit-keyframes fadeOutUp {
0%{opacity:1;-webkit-transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(-20px)}
}
@-moz-keyframes fadeOutUp {
0%{opacity:1;-moz-transform:translateY(0)}
100%{opacity:0;-moz-transform:translateY(-20px)}
}
@-o-keyframes fadeOutUp {
0%{opacity:1;-o-transform:translateY(0)}
100%{opacity:0;-o-transform:translateY(-20px)}
}
@keyframes fadeOutUp {
0%{opacity:1;transform:translateY(0)}
100%{opacity:0;transform:translateY(-20px)}
}
.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}



@media print {
  @page {
    size: letter portrait;
    margin: 1cm;
    padding: 0;
    border: none;
    border-collapse: collapse; }
  *:not(.keep-print-font) {
    color: #333 !important;
    background: transparent !important;
    font-family: 'Noto Sans KR', 'Nanum Gothic','Malgun Gothic', arial, sans-serif;
    letter-spacing: normal !important;
    font-size: 10pt !important;
    line-height: 1.7 !important;
    text-transform: none !important;
    -webkit-transition: none !important;
    transition: none !important; }
  table {
    font-size: 80%; }
  .card,
  .card-body,
  .container {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0; }
  a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #06c; }
  .subheader-title {
    font-size: 14pt !important; }
    .subheader-title small {
      font-size: 12pt !important; }
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important; }
  .page-sidebar,
  .btn,
  #pageHeader,
  .page-footer {
    display: none !important; }
  .page-wrapper,
  .page-content,
  .container.card {
    padding: 0;
    display: block;
    margin: 0;
    border: 0 !important;
    width: auto;
    float: none; }
  .panel-header > * {
    font-weight: bold !important; }
  .card.panel {
    border-color: #333 !important; }
  .clearfix:after {
    content: '';
    clear: both;
    display: table; } }




/*
    BS4 RESPONSIVE REFERENCES

.col-xs-    .col-sm-    .col-md-    .col-lg-    .col-xl-
<544px      ≥544px      ≥768px      ≥992px      ≥1200px

$grid-breakpoints: (
  // Extra small screen / phone
  xs: 0,
  // Small screen / phone
  sm: 544px,
  // Medium screen / tablet
  md: 768px,
  // Large screen / desktop
  lg: 992px,
  // Extra large screen / wide desktop
  xl: 1200px
) !default;

*********************************************************/



@media screen and (max-width:600px){
  .vplus-form .col {
    float: none;
    width: 100%
  }
}

@media (max-width: 991px){

  #main {
    margin-left: 0;
    overflow-x: hidden
  }

  #primary-nav {
    left: -220px
  }

  #content,#ribbon {
    padding-left: 10px;
    padding-right: 10px
  }
  #ribbon{
    margin:0 -10px;
  }

  #header {
    padding-right: 5px
  }

  #hide-menu-t {
    left: 0px;
    background-position:left;
  }

  .hidden-menu #primary-nav {
    left: 0
  }

  .hidden-menu #hide-menu-t {
    left: 200px;
    background-position: right;
  }
  .hidden-menu #main {
    position: relative;
    left: 210px
  }

  /* body.fixed-navigation.hidden-menu {
    overflow: hidden!important
  } */

  #main {
    margin-left: 10px;
  }

  #content{
    padding-left: 10px;
    padding-right: 10px
  }

  .fixed-ribbon #content {
    padding-top: 52px
  }

 .page-footer {
    padding: 15px 14px 0
  }

  #fullscreen>:first-child>a {
    display: none!important
  }

}

@media (min-width: 1200px) {

}


.h-auto{height:auto!important}
.w-auto{width:auto!important}
.l-h-n{line-height:normal}

/* #COLORS - we place this here so it can override other colors as needed
========================================================================== */
.bg-primary-50{background-color:#ccbfdf;color:rgba(0,0,0,0.8)}
.bg-primary-50:hover{color:rgba(0,0,0,0.8)}
.bg-primary-100{background-color:#beaed7;color:rgba(0,0,0,0.8)}
.bg-primary-100:hover{color:rgba(0,0,0,0.8)}
.bg-primary-200{background-color:#b19dce;color:rgba(0,0,0,0.8)}
.bg-primary-200:hover{color:rgba(0,0,0,0.8)}
.bg-primary-300{background-color:#a38cc6;color:#fff}
.bg-primary-300:hover{color:#fff}
.bg-primary-400{background-color:#967bbd;color:#fff}
.bg-primary-400:hover{color:#fff}
.bg-primary-500{background-color:#886ab5;color:#fff}
.bg-primary-500:hover{color:#fff}
.bg-primary-600{background-color:#7a59ad;color:#fff}
.bg-primary-600:hover{color:#fff}
.bg-primary-700{background-color:#6e4e9e;color:#fff}
.bg-primary-700:hover{color:#fff}
.bg-primary-800{background-color:#62468d;color:#fff}
.bg-primary-800:hover{color:#fff}
.bg-primary-900{background-color:#563d7c;color:#fff}
.bg-primary-900:hover{color:#fff}
.color-primary-50{color:#ccbfdf}
.color-primary-100{color:#beaed7}
.color-primary-200{color:#b19dce}
.color-primary-300{color:#a38cc6}
.color-primary-400{color:#967bbd}
.color-primary-500{color:#886ab5}
.color-primary-600{color:#7a59ad}
.color-primary-700{color:#6e4e9e}
.color-primary-800{color:#62468d}
.color-primary-900{color:#563d7c}
.bg-success-50{background-color:#fbfbfb;color:rgba(0,0,0,0.8)}
.bg-success-50:hover{color:rgba(0,0,0,0.8)}
.bg-success-100{background-color:#63e9db;color:rgba(0,0,0,0.8)}
.bg-success-100:hover{color:rgba(0,0,0,0.8)}
.bg-success-200{background-color:#4de5d5;color:rgba(0,0,0,0.8)}
.bg-success-200:hover{color:rgba(0,0,0,0.8)}
.bg-success-300{background-color:#37e2d0;color:rgba(0,0,0,0.8)}
.bg-success-300:hover{color:rgba(0,0,0,0.8)}
.bg-success-400{background-color:#21dfcb;color:rgba(0,0,0,0.8)}
.bg-success-400:hover{color:rgba(0,0,0,0.8)}
.bg-success-500{background-color:#1dc9b7;color:#fff}
.bg-success-500:hover{color:#fff}
.bg-success-600{background-color:#1ab3a3;color:#fff}
.bg-success-600:hover{color:#fff}
.bg-success-700{background-color:#179c8e;color:#fff}
.bg-success-700:hover{color:#fff}
.bg-success-800{background-color:#13867a;color:#fff}
.bg-success-800:hover{color:#fff}
.bg-success-900{background-color:#107066;color:#fff}
.bg-success-900:hover{color:#fff}
.color-success-50{color:#7aece0}
.color-success-100{color:#63e9db}
.color-success-200{color:#4de5d5}
.color-success-300{color:#37e2d0}
.color-success-400{color:#21dfcb}
.color-success-500{color:#1dc9b7}
.color-success-600{color:#1ab3a3}
.color-success-700{color:#179c8e}
.color-success-800{color:#13867a}
.color-success-900{color:#107066}
.bg-info-50{background-color:#9acffa;color:rgba(0,0,0,0.8)}
.bg-info-50:hover{color:rgba(0,0,0,0.8)}
.bg-info-100{background-color:#82c4f8;color:rgba(0,0,0,0.8)}
.bg-info-100:hover{color:rgba(0,0,0,0.8)}
.bg-info-200{background-color:#6ab8f7;color:rgba(0,0,0,0.8)}
.bg-info-200:hover{color:rgba(0,0,0,0.8)}
.bg-info-300{background-color:#51adf6;color:#fff}
.bg-info-300:hover{color:#fff}
.bg-info-400{background-color:#39a1f4;color:#fff}
.bg-info-400:hover{color:#fff}
.bg-info-500{background-color:#2196F3;color:#fff}
.bg-info-500:hover{color:#fff}
.bg-info-600{background-color:#0d8aee;color:#fff}
.bg-info-600:hover{color:#fff}
.bg-info-700{background-color:#0c7cd5;color:#fff}
.bg-info-700:hover{color:#fff}
.bg-info-800{background-color:#0a6ebd;color:#fff}
.bg-info-800:hover{color:#fff}
.bg-info-900{background-color:#0960a5;color:#fff}
.bg-info-900:hover{color:#fff}
.color-info-50{color:#9acffa}
.color-info-100{color:#82c4f8}
.color-info-200{color:#6ab8f7}
.color-info-300{color:#51adf6}
.color-info-400{color:#39a1f4}
.color-info-500{color:#2196F3}
.color-info-600{color:#0d8aee}
.color-info-700{color:#0c7cd5}
.color-info-800{color:#0a6ebd}
.color-info-900{color:#0960a5}
.bg-warning-50{background-color:#ffebc1;color:rgba(0,0,0,0.8)}
.bg-warning-50:hover{color:rgba(0,0,0,0.8)}
.bg-warning-100{background-color:#ffe3a7;color:rgba(0,0,0,0.8)}
.bg-warning-100:hover{color:rgba(0,0,0,0.8)}
.bg-warning-200{background-color:#ffdb8e;color:rgba(0,0,0,0.8)}
.bg-warning-200:hover{color:rgba(0,0,0,0.8)}
.bg-warning-300{background-color:#ffd274;color:rgba(0,0,0,0.8)}
.bg-warning-300:hover{color:rgba(0,0,0,0.8)}
.bg-warning-400{background-color:#ffca5b; color:#fafafa;}
.bg-warning-400:hover{color:#fff}
.bg-warning-500{background-color:#ffc241;color:rgba(0,0,0,0.8)}
.bg-warning-500:hover{color:rgb(255, 255, 255)}
.bg-warning-600{background-color:#ffba28;color:rgba(0,0,0,0.8)}
.bg-warning-600:hover{color:rgb(255, 255, 255)}
.bg-warning-700{background-color:#ffb20e;color:rgba(0,0,0,0.8)}
.bg-warning-700:hover{color:rgb(255, 255, 255)}
.bg-warning-800{background-color:#f4a500;color:rgba(0,0,0,0.8)}
.bg-warning-800:hover{color:rgb(255, 255, 255)}
.bg-warning-900{background-color:#da9400;color:rgba(0,0,0,0.8)}
.bg-warning-900:hover{color:rgb(255, 255, 255)}
.color-warning-50{color:#ffebc1}
.color-warning-100{color:#ffe3a7}
.color-warning-200{color:#ffdb8e}
.color-warning-300{color:#ffd274}
.color-warning-400{color:#ffca5b}
.color-warning-500{color:#ffc241}
.color-warning-600{color:#ffba28}
.color-warning-700{color:#ffb20e}
.color-warning-800{color:#f4a500}
.color-warning-900{color:#da9400}
.bg-danger-50{background-color:#feb7d9;color:rgba(0,0,0,0.8)}
.bg-danger-50:hover{color:rgba(0,0,0,0.8)}
.bg-danger-100{background-color:#fe9ecb;color:rgba(0,0,0,0.8)}
.bg-danger-100:hover{color:rgba(0,0,0,0.8)}
.bg-danger-200{background-color:#fe85be;color:rgba(0,0,0,0.8)}
.bg-danger-200:hover{color:rgba(0,0,0,0.8)}
.bg-danger-300{background-color:#fe6bb0;color:rgba(0,0,0,0.8)}
.bg-danger-300:hover{color:rgba(0,0,0,0.8)}
.bg-danger-400{background-color:#fd52a3;color:#fff}
.bg-danger-400:hover{color:#fff}
.bg-danger-500{background-color:#fd3995;color:#fff}
.bg-danger-500:hover{color:#fff}
.bg-danger-600{background-color:#fd2087;color:#fff}
.bg-danger-600:hover{color:#fff}
.bg-danger-700{background-color:#fc077a;color:#fff}
.bg-danger-700:hover{color:#fff}
.bg-danger-800{background-color:#e7026e;color:#fff}
.bg-danger-800:hover{color:#fff}
.bg-danger-900{background-color:#ce0262;color:#fff}
.bg-danger-900:hover{color:#fff}
.color-danger-50{color:#feb7d9}
.color-danger-100{color:#fe9ecb}
.color-danger-200{color:#fe85be}
.color-danger-300{color:#fe6bb0}
.color-danger-400{color:#fd52a3}
.color-danger-500{color:#fd3995}
.color-danger-600{color:#fd2087}
.color-danger-700{color:#fc077a}
.color-danger-800{color:#e7026e}
.color-danger-900{color:#ce0262}
.bg-fusion-50{background-color:#909090;color:#fff}
.bg-fusion-50:hover{color:#fff}
.bg-fusion-100{background-color:#838383;color:#fff}
.bg-fusion-100:hover{color:#fff}
.bg-fusion-200{background-color:#767676;color:#fff}
.bg-fusion-200:hover{color:#fff}
.bg-fusion-300{background-color:#696969;color:#fff}
.bg-fusion-300:hover{color:#fff}
.bg-fusion-400{background-color:#5d5d5d;color:#fff}
.bg-fusion-400:hover{color:#fff}
.bg-fusion-500{background-color:#505050;color:#fff}
.bg-fusion-500:hover{color:#fff}
.bg-fusion-600{background-color:#434343;color:#fff}
.bg-fusion-600:hover{color:#fff}
.bg-fusion-700{background-color:#363636;color:#fff}
.bg-fusion-700:hover{color:#fff}
.bg-fusion-800{background-color:#2a2a2a;color:#fff}
.bg-fusion-800:hover{color:#fff}
.bg-fusion-900{background-color:#1d1d1d;color:#fff}
.bg-fusion-900:hover{color:#fff}
.color-fusion-50{color:#909090}
.color-fusion-100{color:#838383}
.color-fusion-200{color:#767676}
.color-fusion-300{color:#696969}
.color-fusion-400{color:#5d5d5d}
.color-fusion-500{color:#505050}
.color-fusion-600{color:#434343}
.color-fusion-700{color:#363636}
.color-fusion-800{color:#2a2a2a}
.color-fusion-900{color:#1d1d1d}
.color-white{color:#fff}
.color-black{color:#222}
.bg-primary-gradient{background-image:linear-gradient(250deg,rgba(86,61,124,0.7),transparent)}
.bg-danger-gradient{background-image:linear-gradient(250deg,rgba(206,2,98,0.7),transparent)}
.bg-info-gradient{background-image:linear-gradient(250deg,rgba(9,96,165,0.7),transparent)}
.bg-warning-gradient{background-image:linear-gradient(250deg,rgba(218,148,0,0.7),transparent)}
.bg-success-gradient{background-image:linear-gradient(250deg,rgba(16,112,102,0.7),transparent)}
.bg-fusion-gradient{background-image:linear-gradient(250deg,rgba(29,29,29,0.7),transparent)}


/* #Dashboard - TimeLine
========================================================================== */
.timeline {
  margin: 35px 30px;
  padding: 0;
  border-top: 2px solid rgba(28, 131, 197, 1);
  list-style: none;
}
.timeline li{
  margin-top: -10px;
}

.timeline__step {
  float: left;
  width: 14.28%;
  padding-top: 30px;
  position: relative;
}

.timeline__step-title {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 25px;
  font-size:14px;

}
.timeline__step-marker {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background: #f1f1f1;
  border: 1px solid #6495ed;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  color: #666;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -33px;
  left: 50%;
  font-weight:bold;
  padding:6px 6px;
}

.timeline__step-marker:hover{
    background:#efe5d7;
}

.timeline__step-marker1 {
  width: 80px;
  height: 80px;
  margin-left: -25px;
  background: #fff;
  border: 3px solid rgba(255, 140, 0, 1);
  border-radius: 50%;

  text-align: center;
  line-height: 65px;
  color: rgba(26, 178, 147, 1);
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -33px;
  left: 50%;
  font-weight:bold;
  padding:6px 6px;
}

.done .timeline__step-marker {
  background: #0065bd;
  color: #fff;


}

.done .timeline__step-marker1 {
  background: orange;
  color: #fff;

}

.tooltip-inner {
    font-weight: 500;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.popover-header .nav {
    margin-bottom: -0.51rem;
}
.help{
    font-weight:600;
    color: var(--bs-primary);
    cursor:help;
    display:inline-block;
    padding-right:3px ;
}

.help.icon{
    background-image: url(../img/icon/tik.png) !important;
    background-repeat: no-repeat;
    background-position:top right;
    /*background-position: top right; */
}
.popover{
  max-width:400px;
}

.popover-body {
    background:#fef;
  max-height:300px;
  overflow-y: auto;
}
/* simple-bar ADDON*/
.simple-bar {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
    display: flex;
    border: 1px solid #aaa;
    background-color: rgba(0, 0, 0, 0.1);
    float: right;
}

.simple-bar * {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.simple-bar div {
    position: relative;
    width: 0;
    overflow: hidden;
    border-right: 1px solid #aaa;
    margin-right: -1px
}
/* splitter customise*/
.splitter_panel .vsplitter {
    background: url(/resources/img/button/splitter-v.png) no-repeat center
        center;
    overflow: hidden;
    width: 11px
}

.splitter_panel .hsplitter {
    background: url(/resources/img/button/splitter-h.png) no-repeat center
        center;
    overflow: hidden;
    height: 11px
}

.splitter_panel .left_panel, .splitter_panel .right_panel {
    overflow: hidden
}

.splitterMask {
    z-index: 10
}

.splitter_panel .vpbox.bottom_panel, .splitter_panel .vpbox.top_panel {
    overflow-y: hidden
}

.splitter_panel .hsplitter:hover {
    background-color: rgba(233, 233, 233, 0.2);
    border-bottom: 1px dotted #ccc;
}

.splitter_panel .vsplitter:hover {
    background-color: rgba(233, 233, 233, 0.2);
    border-right: 1px dotted #ccc;
}

.hsplitter .splitter_control {
    position: absolute;
    right: 40%;
    background:#fff;
    scale: 0.7;
    margin-top: -5px;
    display: flex;
    color:#999;
}

.vsplitter .splitter_control {
    position: absolute;
    top: 30%;
    background:#fff;
    scale: 0.7;
    margin-left: -1px;
    color:#999;
}

.hsplitter .sc-btn {
    font-size: 12px;
    border: 0;
    padding: 0 7px;
    cursor: pointer;
}

.vsplitter .sc-btn {
    font-size: 12px;
    border: 0;
    padding: 4px 0;
    cursor: pointer;
}

.splitter_control .sc-btn:hover {
    background: #333;
    color: #fff
}