body {
  height:100%;
  background-color: rgba(86,61,124,.15);
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

.bottom {
  justify-self: bottom;
}

div.main_menu{
  color: rgb(73, 80, 87) !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 105px;
  display: block;
  z-index: 1;
  font-weight: 200;
  background: #ffffff;
  background-size: cover;
  background-position: center center;
  box-shadow: 10px 1px 20px rgba(69, 65, 78, 0.1);
}

div.main_container{
  padding-left: 105px;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
}

div.card{
  height: 910px;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 10px;
  background-color: RGB(255,255,255);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
  display: inline-block;
  width: 500px;
  margin: 10px;
  padding: 20px;
  opacity: 0.9;
}
div.card-sm{
  background-color:rgb(255, 255, 255);
  border-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.21) 2px 2px 2px 0px;
  color:rgb(0,0,0);
  display:flex;
  font-family:"Open Sans", serif;
  font-size:13px;
  font-weight:400;
  margin: 10px -5px 10px -5px;
  padding:10px 7px 10px 7px;
  position:relative;
  text-align:left;
  text-size-adjust:100%;
}
div.card-xs{
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
  box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
  border: 2px solid rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 0px 10px;
  margin: 5px 0px;
  cursor: pointer;
}
div.card-default{
  background-color: RGB(255,255,255);
  border-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.21) 2px 2px 2px 0px;
  width: 100%;
  display: inline-block;
}
div.card-blue{
  border:1px solid rgb(33, 150, 243);
}
div.card-green{
  border:1px solid rgb(40, 167, 69);
}
div.card-Consumable{
  background-color: rgb(232 84 138);
}
div.card-Sparepart{
  background-color: rgb(53 184 204);
}
div.card-progress{
  border-color: RGB(108, 117, 125) !important;
  color: RGB(85, 85, 85) !important;
  background-color: RGBA(108, 117, 125, 0.4);

}
div.card-progress .progress-bar{
  background-color: RGB(85, 85, 85);
}
div.card-complete{
  border-color: #1d4480 !important;
  color: #1d4480 !important;
  background-color: RGBA(34, 85, 164, 0.4);
}
div.card-complete .progress-bar{
  background-color: #1d4480;
}

div.card-amount{
  position: absolute;
  display: flex;
  right: 10px;
  top: 10px;
}
div.card-block{
  font-size: 24px;
  height: 45px;
  margin-bottom: 0px;
  line-height: 60px;
}
div.card-block-sm{
  font-size: 17px;
  height: 30px;
  margin-bottom: 5px;
  line-height: 10px;
}
div.card-footer{
  border-top: 2px solid #fff;
  color: rgba(0, 0, 0, 0.6);
}
div.card-item{
  vertical-align: top;
  width: 33.33%;
  float: left;
  padding: 5px;
}
div.card-chart{
  width: 50%;
  float: left;
  padding: 5px;
  height: 350px;
}
div.card-record{
  float: left;
  padding: 5px;
  height: 550px;
}
div.card-recordTL{
  width: 55%;
  min-width: 600px;
}
div.card-recordTR{
  width: 45%;
  min-width: 600px;
}
div.card-recordBL{
  width: 55%;
  min-width: 600px;
}
div.card-recordBR{
  width: 45%;
  min-width: 600px;
}
div.card-recordBody svg{
  display: inline-block;
  margin: auto;
}
div.card-modal{
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
  box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
  border: 2px solid rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 5px 10px;
  margin: 5px 0px;
}
div.card-budget{
  display: inline-block;
  height: 100%;
  padding: 2px !important;
}
div.card-signature{
  margin-left: 6px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 230px;
  display:flex;
  justify-content:center;
  align-items:center;
}
div.card-signature div{
  display:block;
}

div.card-signature li{
  list-style: none;
  font-size: 14px
}

div.card-signature li.bold{
  font-weight: bold;
}


div.card-signature img{
  vertical-align: middle;
  margin: auto;
}
div.card-max{
  width: 100%;
}
div.memo{
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid red;
}
div.zero-margin{
  margin: 0px;
  padding: 0px;
}

.card-item-top{
  padding-top: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
.card-item-title{
    color: #e3dfe2;
    font-size: 30px;
}
.card-item-underline{
    position: relative;
}
.card-item-underline:after{
    position: absolute;
    content: ' ';
    left: -113%;
    bottom: -3px;
    height: 2px;
    width: 200px;
    background-image: linear-gradient(10deg, transparent, #fff, transparent);
}
.card-item-price{
    background: rgba(255,255,255,0.05);
    margin-top: 5px;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
}
.card-item-body{
    background: #fff;
    border-left:   1px solid;
    border-right:  1px solid;
}
.card-item-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.card-item-list li:nth-child(2n+1) {
    background-color: #f0f0f0;
}
.card-item-list li {
    border-bottom: 1px dotted rgba(0,0,0,0.6);
    margin-bottom: 1px;
    font-size: 15px;
    padding: 5px 0px;
    padding-left: 5px;
    position: relative;
    height: 32px;
}
.card-item-list li:last-child{
  margin-bottom: 0px;
}
.card-item-list li .highlight{
  text-decoration: underline;
  font-weight: 700;
  color:#004085;

}
.card-item-bottom {
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 3px;
    color: rgba(255,255,255,0.5);
    font-weight: 100;
    min-height: 20px;
    height: 20px;
}
.card-item-bottom button{
  background-color: RGB(255,255,255);
  color: RGB(0,0,0);
}

.card-item-blue .card-item-bottom, .card-item-blue .card-item-top{
    background-image: linear-gradient(-45deg, #4d93d5, #1a466f);
    border: 1px solid #1a466f;
}
.card-item-blue .card-item-body{
  border-color: #1a466f;
}
.card-item-red .card-item-bottom, .card-item-red .card-item-top{
  background-image: linear-gradient(-45deg, #f6266b, #7e052d);
  border: 1px solid #7e052d;
}
.card-item-red .card-item-body{
  border-color: #7e052d;
}
.card-item-dark .card-item-bottom, .card-item-dark .card-item-top{
  background-image: linear-gradient(-45deg, #47555F, #2A475B);
  border: 1px solid #2A475B;
}
.card-item-dark .card-item-body{
  border-color: #2A475B;
}
.card-top{
  padding: 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
  height: 40px;
  background: #EDEDED;
  border: 1px solid #656565;
  border-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.card-sub-top {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  background-color: #EDEDED;
  border: 1px solid #656565;
  overflow: auto;
}
.card-body, .card-recordBody, .card-recordDetailBody{
  padding: 5px;
  border: 1px solid #656565;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card-default-body{
  padding: 5px;
  display: flex;
  align-items: center;
}

.card-body svg{
  margin: auto;
}

.card-chart .card-body{
  height: 300px;
}
.card-record .card-recordBody{
  height: 500px;
}
.card-recordDetail .card-recordDetailBody{
  height: 370px;
}
.card-budget .card-body{
  height: 93%;
  overflow-y: auto;
}
.card-budget .card-sup-body{
  height: 89% !important;
}
.card-popup{
  height: 90%;
  overflow-y: auto;
}

div.content{
  position: relative;
  width: 100%;
  min-height: 100%;
  float: left;
  padding: 5px;
}

div.content-box{
  border: 1px solid RGB(150,150,150);
  background-color: RGB(255,255,255);
  border-radius: 5px;
}
div.content-box.bg-lime{
  border-radius: 0px;
  border: 1px solid #005a49 !important;
}

div.content-body{
  padding: 5px;
  display: inline-block;
  width: 100%;
  color: RGB(0,0,0);
}

div.content-float{
  padding: 0px;
}

div.content-middle{
  min-width: 880px !important;
  padding: 0px;
  margin: 0 auto;
  float: none;
}

div.panel{
  margin: 5px;
}
div.panel-w1000{
  width: 850px;
  height: 925px;
  margin:0 auto;
}
div.panel-w1750{
  min-width: 1750px;
}
div.panel-h1130{
  height: 1130px;
}
div.panel-h920{
  height: 915px;
}
div.panel-h900{
  height: 896px;
}
div.panel-h30{
  height: 30px;
}

div.panel-h820{
  height: 820px;
  overflow-y: auto;
}


div.panel-h750{
  height: 750px;
}

div.panel-heading {
  font-size: 18px;
  min-height: 46px;
}
div.panel-heading-button {
  padding: 6px 15px;
}
div.heading-style1{
  padding: 5px 10px;
  line-height: 33px;
  font-size: 20px;
}

div.panel-body-h {
    padding: 3px 2px;
}

div.requisition-sheet{
  height: 750px;
}
div.requisition-detail{
  height: 842px;
}
div.quotation-item{
  overflow-y: auto;
}
div.order-item{
  font-size: 13px;
  min-height:870px;
}
div.order-footer,
div.record-footer,
div.evidence-footer,
div.remitPrint-footer,
div.remitDetail-footer{
  height:40px;
  padding: 2px;
}
div.detail-sheet{
  height: 858px;
  overflow-y: auto;
}
div.data_list{
  padding: 0px;
}
div.flow-auto{
  width: 100%;
  /*overflow-y: auto;*/
}
div.route_content{
  width:400px;
  height:600px;
  background-color: #fff;
  float:left;
  margin: 5px;
  border: 1px solid #000;
}

div.route_left{
  height:300px;
  overflow:auto;
  border-bottom:1px solid #000;
}

div.route_right{
  height:550px;
  overflow:auto;
}

div.modal-header {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background-color: RGB(230, 229, 230);
  border-bottom: 2px solid RGB(208, 207, 210);
  border-radius: 5px 5px 0px 0px;
  position: relative;
  height: 50px;
}

div.modal-body-top {
  font-size: 16px;
  font-weight: bold;
  /* padding: 5px; */
  border-bottom: 2px solid RGB(208, 207, 210);
  position: relative;
  height: 40px;
}

div.modal-body-content{
  border-bottom: 2px solid RGB(208, 207, 210);
  position: relative;
  height: 600px;
  overflow: auto;
}

div.modal-body-flex{
  display: flex;
  padding: 0px;
}

div.modal-body-detail-content,
div.modal-body-hold-content,
div.modal-body-expect-content{
  border-bottom: 2px solid RGB(208, 207, 210);
  position: relative;
  height: 650px;
  overflow: auto;
}
div.modal-body-hold-content{
  width:100%;
}
div.modal-footer{
  padding: 6px;
}
div.modal-row{
  height: 40px;
  padding: 5px;
}
div.modal-space{
  padding: 5px;
}

div.dropdown {
  min-width: 200px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid RGB(104, 118, 152);
  box-shadow: 0 0 2px RGB(104, 118, 152);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  height: 35px;
  color: #888;
  text-align: left;
  padding: 5px;
  cursor: pointer;
}
div.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    padding: 2px;
}
div.dropdown.active:hover,
div.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
div.dropdown.active .select > i {
    transform: rotate(-90deg)
}
div.dropdown .dropdown-menu{
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 370px;
    overflow-y: auto;
    z-index: 9
}
div.dropdown .dropdown-menu li{
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}
div.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
div.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
div.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2;
}


div.dropdown2 {
  min-width: 200px;
  display: inline-block;
  background-color: rgb(241, 241, 241);
  border-radius: 5px;
  border: 2px solid rgb(80, 80, 80);
  box-shadow: 0 0 10px rgb(241, 241, 241);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  height: 30px;
  text-align: left;
  padding: 3px 5px;
  cursor: pointer;
}
div.dropdown3{
  min-width: 150px !important;
}
div.dropdown2 .select > i {
    font-size: 13px;
    color: rgb(80, 80, 80);
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    padding: 2px;
}
div.dropdown2.active:hover,
div.dropdown2.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
div.dropdown2.active .select > i {
    transform: rotate(-90deg)
}
div.dropdown2 .dropdown-menu{
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 370px;
    overflow-y: auto;
    z-index: 9
}
div.dropdown2 .dropdown-menu li{
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}
div.dropdown2 .dropdown-menu {
    padding: 0;
    list-style: none
}
div.dropdown2 .dropdown-menu li:hover {
    background-color: #f2f2f2
}
div.dropdown2 .dropdown-menu li:active {
    background-color: #e2e2e2;
}

div.dropdown-green{
  background-color: #dff0d8;
  border-color: #3c763d;
  margin: 0px 5px;
  height: 34px;
  line-height: 25px;
}
div.dropdown-green .select > i{
  color: #3c763d;
}

div.dropdown-lg{
  width: 350px;
  min-width: 350px;
}

div.dropdown-md{
  width: 190px;
  min-width: 190px;
}
div.dropdown-xm{
  width: 150px;
  min-width: 110px;
}
div.dropdown-sm{
  width: 110px;
  min-width: 110px;
}
div.dropdown-half{
  width: 50%;
  margin: -3px -2px;
}
div.dropdown-thirty{
  width: 30%;
  margin: -3px -2px;
}
div.dropdown-quarter{
  width: 25%;
  margin: -3px -2px;
}
div.dropdown-fifth{
  width: 20%;
  min-width: 150px !important;
  margin: -3px -2px;
}
div.dropdown-fifteen{
  width: 15%;
  min-width: 100px !important;
  margin: -3px -2px;
}
div.dropdown-tenth{
  width: 10%;
  min-width: 100px !important;
  margin: -3px -2px;
}
/* 드롭다운에서 공간 넘으면 ... 처리 */
div.dropdown-overflow ul li{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
div.dropdown-overflow div span{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display:block;
}
div.group-date{
  max-width: 230px;
  box-shadow: 0 0 2px RGB(104, 118, 152);
  margin: 0px;
  display: inline-table;
  vertical-align: middle;
}

div.group-date input{
  border: 1px rgb(59, 72, 99) solid;
  cursor: pointer;
  background-color: #fff !important;
  text-align: center;
  font-size: 15px;
}
div.group-date-addon{
  background-color: rgb(59, 72, 99);
  border: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

div.group-w120{
  width: 120px;
  margin: auto;
}
div.group-w140{
  width: 140px;
  margin: auto;
}
div.toggle{
  /*height: 35px !important;*/
  /*width: 100px !important;*/
  /*margin-left: 10px !important;*/
  box-shadow: 0 0 2px RGB(104, 118, 152);
  margin: auto;
}
div.box-tools{
  position: absolute;
  display: flex;
  right: 5px;
  top: 5px;
}
div.search-box{
  display: flex;
  flex-direction: row-reverse;
}
div.box-tools button.btn-md,
div.search-box button.btn-md{
    height: 30px;
    line-height: 17px;
    width: 80px;
    margin: 0px 2px;
    font-weight: 700;
}
div.box-tools button.btn-max,
div.search-box button.btn-max{
    height: 30px;
    line-height: 17px;
    width: 180px;
    margin: 0px 2px;
    font-weight: 700;
}
div.box-tools input,
div.search-box input{
    margin: 0px 2px;
}
div.box-tools-zero{
  position: absolute;
  display: flex;
  right: 0px;
  top: 0px;
}
div.box-buttons{
  position: absolute;
  display: flex;
  left: 100px;
  top: 5px;
}

div.remark_text{
  overflow-y: scroll;
  max-height: 60px;
}
div.align-center{
  margin: auto;
}
div.align-left{
  margin-bottom: 5px;
  padding: 0px;
  float: left;
}
div.align-right{
  margin-bottom: 5px;
  /*padding: 0px;*/
  float: right;
  text-align: end;
}
div.align-right label{
  width: 120px;
  font-size: 15px;
  font-weight: 700;
}
div.pop_table{
  height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #8C8C8C;
  box-shadow: 0px 0px 2px #333;
}
div.pop_h300{
  height: 300px;
}
div.estimate_list{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(233, 233, 233);
    border-right: 2px solid rgba(48, 53, 73, 0.28);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    margin: 0px;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s ease;
    width: 400px;
    z-index: 9;
    height: 100%;
}
div.estimate_detail{
  padding-left: 200px;
  display: block;
  z-index: 5;
}
div.item-content{
  margin: 3px 0px;
  border-left: 10px solid #000;
  border-radius: 8px;
  padding: 3px;
}
div.item-content > div{
  position: relative;
  min-height: 40px;
  float: left;
  padding: 3px;
  border-bottom: 1px solid #999;
  width: 100%;
}
div.item-content > div.remark{
  min-height: 70px;
}
div.item-content > div > div{
  padding: 0px;
}
div.item-content .form-control, table.currency-table .form-control{
  padding: 2px 3px;
  font-size: 13px !important;
  height: 29px;
  margin: 1px;
}
div.form-group{
  margin: 0px;
}
div.form-summary{
  position: absolute;
  display: block;
  width: 80px !important;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
div.item-content button.btn-primary{
  padding: 1px 5px;
  height: 29px;
}
div.item-info{
  background-color: rgb(227, 231, 237);
  border-color: rgb(63, 70, 84);
}
div.item-onboard{
  background-color: rgb(204, 225, 254);
  border-color: rgb(1, 54, 130);
}
div.item-invoice{
  background-color: rgb(207, 241, 222);
  border-color: rgb(8, 95, 46);
  max-height: 254px;
  overflow-y: scroll;
}
div.item-evidence-invoice{
  background-color: rgb(207, 241, 222);
  border-color: rgb(8, 95, 46);
  max-height: 320px;
  overflow-y: scroll;
}
div.item-evidence-invoice > div > div{
    position: relative;
    min-height: 30px;
    float: left;
    padding: 3px;
    width: 100%;
}
div.item-evidence-invoice > div{
  border-bottom: 1px solid #085F2E;
}
div.toggle-btn-content{
  display: block;
  font-size: 15px;
  font-weight: bold;
  right: -90px;
  position: absolute;
  color: rgb(255, 255, 255);
}
div.sub_div_rmk{
  word-break:break-all;
}
label.toggle-btn{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
  height: 90px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  display: block;
}
div.toggle-btn > i{
  margin: 5px;
}

div.selector-toggle{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 80px;
  right: -100px;
  padding: 8px;
  position: absolute;
  text-align: center;
  touch-action: manipulation;
  width: 100px;
  z-index: 1000;
}

label.toggle-btn-list{
  background: linear-gradient( 60deg, #ffa726, #fb8c00);
}
label.toggle-btn-download{
  background: linear-gradient( 60deg, #66bb6a, #43a047);
}
label.toggle-btn-upload{
  background: linear-gradient( 60deg, #26c6da, #00acc1);

}
label.toggle-btn-add{
  background: linear-gradient( 60deg, #ef5350, #e53935);
}
label.toggle-btn-print{
  background: linear-gradient( 60deg, #949494, #737373);
}
label.toggle-btn-save{
  background-color:RGB(16,127,201);
}
label.toggle-btn-send{
  background-color:RGB(14,78,173);
}

div.toggle-list{
  top:10px;
  background-color:#5cb85c;
}
div.toggle-add{
  top:100px;
  background-color:#ee465a;
}
div.toggle-print{
  top:190px;
  background-color:#00b4f5;
}
div.toggle-save{
  top:280px;
  background-color: RGB(16,127,201);
}
div.toggle-send{
  top:370px;
  background-color: RGB(14,78,173);
}

div.has-margin-zero{
  margin: 0px;
  width: 100%;
}
div.alert-qty{
  margin: auto;
  padding: 3px;
  background-color: #dff0d8;
  border-color: #3c763d;
  border-radius: 4px;
  color: #3c763d;
  /*min-width: 110px;*/
  display: inline-block;
  max-width: 90px;
}
div.alert-qty.danger{
  border-color: RGB(183,27,28) !important;
  background: rgb(242, 222, 222) !important;
  color: RGB(183,27,28) !important;
}
div.alert-qty.warning{
  border-color: #856404 !important;
  background: rgb(255, 243, 205);
  color: #856404 !important;
}
div.alert-qty.NONE{
  display: none;
}
div.alert-qty input{
  text-align: center;
  display: inline-block;
}
div.alert-qty b{
  display: block;
}
div.alert-w60{
  width: 60px !important;
  min-width: auto;
  text-align: center;
}
div.alert-margin-zero{
  display: grid;
  margin: 5px 0px;
  padding: 5px;
  font-weight: bold;
}
div.status-option{
  height: 32px;
  margin: 0px !important;
  padding: 3px !important;
  vertical-align: middle;
  font-size: 13px;
}
div.status-chk{
  height: 32px;
  margin: 0px !important;
  padding: 3px !important;
  vertical-align: middle;
  font-size: 13px;
  min-width: 195px;
}
div.alert-remitForm{
  width:130px;
  float:left;
  margin-right:2px !important;
}
div.alert-ready{
  background-color:rgb(227, 231, 237);
  border: 1px solid rgb(205, 212, 224);
  border-radius:4px;
  color:rgb(63, 70, 84);
}
div.alert-notyet{
  background-color: #EEE;
  border: 1px solid rgb(205, 212, 224);
  border-radius:4px;
  color:rgb(63, 70, 84);
}
div.alert-shipment,
div.alert-deadline,
div.alert-requestComplete{
  background-color:rgb(204, 225, 254);
  border: 1px solid rgb(184, 213, 254);;
  border-radius:4px;
  color:rgb(1, 54, 130);
}
div.alert-invoice,
div.alert-return{
  background-color:rgb(248, 215, 218);
  border: 1px solid rgb(245, 198, 203);
  border-radius:4px;
  color:rgb(114, 28, 36);
}
div.alert-complete,
div.alert-remitComplete{
  background-color:rgb(207, 241, 222);
  border: 1px solid rgb(188, 235, 209);
  border-radius:4px;
  color:rgb(8, 95, 46);
}
div.alert-amount{
  margin: 2px;
  padding: 0px;
  background-color:rgb(227, 231, 237);
  border: 1px solid rgb(205, 212, 224);
  border-radius:4px;
  color:rgb(63, 70, 84);
}
div.alert-account{
  margin: 0px;
  padding: 4px;
  color: #321fdb;
  background-color: #988fed;
  border: 1px solid #321fdb;
  border-radius:4px;
  font-size: 15px;
}
div.alert-budget{
  color:rgb(63, 70, 84);
  background-color:rgb(227, 231, 237);
  border: 1px solid rgb(63, 70, 84);
  padding: 3px;
  padding-left: 10px;
  font-size: 18px;
  margin: 0px;
  height: 34px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.alert-hold{
  background-color: #b8f3e9;
  border: 1px solid #008891;
  border-radius:4px;
  color: #008891;
}
div.alert-completed{
  background-color: #BDD2B6;
  border: 1px solid #464F41;
  border-radius:4px;
  color: #464F41;
}
div.alert-minus{
  background-color: #FFCDA3;
  border: 1px solid #EF4F4F;
  border-radius:4px;
  color: #EF4F4F;
}
div.alert-change{
  background-color: #F1AE89;
  border: 1px solid #532E1C;
  border-radius:4px;
  color: #532E1C;
}
div.alert-check{
  background-color: #C0FEFC;
  border: 1px solid #04009A;
  border-radius:4px;
  color: #04009A;
}
div.alert-uncheck{
  background-color: #FCECDD;
  border: 1px solid #FF6701;
  border-radius:4px;
  color: #FF6701;
}
div.chatbox{
  width: 100%;
  background-color: RGB(230, 243, 246) !important;
}
div.messageline{
  width: 100%;
}
div.messageline.box-left{
  text-align: left;
}
div.messageline.box-right{
  text-align: right;
}
div.messagebox{
  text-align: left;
  display: inline-block;
  min-width: 300px;
  max-width: 600px;
  padding: 7px 12px;
  border-radius: 20px;
  word-break: break-all;
  margin: 2px;
  position: relative;
}

div.autocomplete-suggestions{
  height: 200px;
  overflow-y: scroll;
  padding: 5px;
  background-color: #fff;
}
div.autocomplete-suggestion{
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
}

div.box-left > .messagebox{
  background: rgba(0, 114, 135, .1) !important;
  box-shadow: 0 0 0 1px rgba(0, 114, 135, .5) inset !important;
  margin-right: 50px;
  border-top-left-radius: 0px;
}
div.box-left button.msg-remove{
  background: rgba(0, 114, 135);
  color: RGB(255,255,255);
}

div.box-right > .messagebox{
  background: rgba(100, 170, 0, .1) !important;
  box-shadow: 0 0 0 1px rgba(100, 170, 0, .5) inset !important;
  margin-left: 50px;
  border-top-right-radius: 0px;
}

div.box-right button.msg-remove{
  background: rgba(100, 170, 0);
  color: RGB(255,255,255);
}

div.box-left div.message-header{
  color: rgb(0, 114, 135);
}

div.box-right div.message-header{
  color: rgb(100, 170, 0);
}
div.line-break{
  word-break: break-all;
}
div.visible{
  visibility: visible !important;
}
.nav-tabs>li a, .nav-tabs>li a.hover{
  border-top: 1px solid rgb(52, 73, 94) !important;
  border-left: 1px solid rgb(52, 73, 94) !important;
  border-right: 1px solid rgb(52, 73, 94) !important;
  color: rgb(52, 73, 94) !important;
  margin-top: 5px;
  min-width: 290px;
  padding: 6px 10px;
}
.nav-tabs>li a.nav-supplier, .nav-tabs>li a.nav-supplier.hover{
  min-width: 0;
}
.nav-tabs>li.active > a{
  background-color: rgb(52, 73, 94) !important;
  color: rgb(255, 255, 255) !important;
}
.nav-item{
  padding: 0px !important;
}
.nav-item input{
  cursor: pointer !important;
}
table.dataTable{
  font-size: 12px;
  width: 100% !important;
}
table.dataTable tbody th, table.dataTable tbody td,
table.dataTable thead th, table.dataTable thead td{
  padding: 5px;
}

div.record-sheet table tbody th, div.record-sheet table tbody td,
div.div_expectContent table tbody th, div.div_expectContent table tbody td,
div.modal-body-detail-content table tbody th, div.modal-body-detail-content table tbody td{
  padding: 4px 5px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
/* div.pop-table.modal-body{
  height: 500px;
  overflow-y : auto;
} */
table.dataTable.form_table{
  margin-bottom: 10px;
}
table.dataTable tbody td{
  min-width: 30px;
}
table.dataTable tbody td.wt_f300{
  width: 300px !important;
}
table.dataTable tbody td.wt_200{
  min-width: 240px !important;
}
table.dataTable tbody td.wt_f200{
  width: 200px !important;
}
table.dataTable tbody td.wt_m200{
  max-width: 200px !important;
}
table.dataTable tbody td.wt_f160{
  width: 160px !important;
}
table.dataTable tbody td.wt_160{
  min-width: 160px !important;
}
table.dataTable tbody td.wt_f140{
  width: 140px !important;
}
table.dataTable tbody td.wt_120{
  min-width: 120px !important;
}
table.dataTable tbody td.wt_f120{
  width: 120px !important;
}
table.dataTable tbody td.wt_100{
  min-width: 100px !important;
}
table.dataTable tbody td.wt_f100{
  width: 100px !important;
}
table.dataTable tbody td.wt_m100{
  max-width: 100px !important;
}
table.dataTable tbody td.wt_90{
  min-width: 90px !important;
}
table.dataTable tbody td.wt_80{
  min-width: 80px !important;
}
table.dataTable tbody td.wt_f80{
  width: 80px !important;
}
table.dataTable tbody td.wt_m80{
  max-width: 80px !important;
}
table.dataTable tbody td.wt_75{
  min-width: 75px !important;
}
table.dataTable tbody td.wt_f75{
  width: 75px !important;
}
table.dataTable tbody td.wt_70{
  min-width: 70px !important;
}
table.dataTable tbody td.wt_f70{
  width: 70px !important;
}
table.dataTable tbody td.wt_w60{
  width: 60px !important;
}
table.dataTable tbody td.wt_60{
  min-width: 60px !important;
}
table.dataTable tbody td.wt_50{
  min-width: 50px !important;
}
table.dataTable tbody td.wt_f50{
  width: 50px !important;
}
table.dataTable tbody td.wt_40{
  min-width: 40px !important;
}
table.dataTable tbody td.wt_f40{
  width: 40px !important;
}
table.dataTable tbody td.wt_f30{
  width: 30px !important;
}
/* .dataTable{
  table-layout:fixed;
} */
table.dataTable tbody td.align-left{
  text-align: left;
  padding-left: 5px;
  max-width: 300px;
}
table.dataTable tbody td.link-effect{
  color: #004085 !important;
  text-decoration: underline;
position: relative;
}
table.dataTable tbody td.EXIST{
  background-color: RGBA(166, 240, 195, 0.4) !important;
}
table.dataTable tbody td.font-16{
  font-size: 16px;
}
table.dataTable th.subtotal{
  background-color: RGB(255,255,153) !important;
}
table.dataTable td.subtotal{
  background-color: RGB(255,255,203) !important;
}
table.dataTable th.total{
  background-color: rgb(255, 193, 140) !important;
}
table.dataTable td.total{
  background-color: rgb(255, 221, 180) !important;
}
table.dataTable tbody tr.trCheck td.tdCheck{
  background-color: #FFEFCF !important;
  color: #864000;
  font-weight: bold;
}
table.dataTable select{
  margin: auto;
}
table.dataTable .left-partition{
  border-left: 3px solid #303030 !important;
}
table.dataTable tbody tr.Exclude td{
  color: red !important;
  text-decoration: line-through !important;
  background-color: #d6d6d6 !important;
}
table.dataTable tbody tr.Exclude input{
  pointer-events: none;
}
table.dataTable tbody tr.tr_group{
  height: 52px;
}
table.dataTable tbody tr.tr_group th{
  font-size: 15px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  background-color: #2780e3;
  border-color: #2780e3;
  position: relative;
}

table.dataTable tbody td.td_group{
  text-align: left;
  padding-left: 5px;
  height: 22px !important;
  font-size: 15px;
  font-weight: 700;
  background-color: rgb(227, 231, 237);
}
table.dataTable tbody tr.budget-group td{
  font-size: 13px;
  color: RGB(15,36,62);
  background-color: RGB(197,217,241);
}
table.dataTable tbody tr.budget-subgroup td{
  height: 40px;
  background-color: RGB(220,230,241);
}
table.dataTable tbody tr.budget-group td:first-child,
table.dataTable tbody tr.budget-subgroup td:first-child{
  text-align: left;
  padding-left: 10px;
}
table.dataTable tbody tr.budget-group td.highlight{
  background-color: RGB(141,180,226) !important;
  font-weight: 700;
}
table.dataTable tbody tr.budget-subgroup td.highlight{
  background-color: RGB(184,204,228) !important;
}

table.dataTable tbody tr.remark td{
  text-align: left;
  padding-left: 5px;
  height: 22px !important;
  background-color: #faebfa !important;
}
table.dataTable thead th{
  background-color: #cce5ff !important;
}
table.dataTable th, table.dataTable td{
  text-align: center;
  border: 1px solid #004085 !important;
  cursor: pointer;
  height: 40px;
}
table.dataTable.bdr-0 th{
  background-color: rgba(150, 150, 150, 0.2) !important;
}
table.dataTable.bdr-0 th, table.dataTable.bdr-0 td{
  border: 0px !important;
  border-bottom: 1px solid rgb(150, 150, 150) !important;
}
table.dataTable.padding-8 th, table.dataTable.padding-8 td{
  padding: 8px;
}
table.dataTable thead tr.ht-20 th{
  height: 20px;
}
table.dataTable tbody tr.ht-30 td{
  height: 30px;
}
table.dataTable tbody tr.even{
  background-color: #f1f1f1 !important;
}
table.dataTable tbody tr.odd{
  background-color: #fff !important;
}

table.dataTable tfoot th{
  background-color: RGB(220,232,235) !important;
}
table.dataTable tfoot td{
  background-color: RGB(220,232,235) !important;
}
table.dataTable tbody tr.shadow-R td,
table.dataTable tbody tr.shadow-P td,
table.dataTable tbody tr.shadow-ok td{
    color: rgb(63, 70, 84);
    background-color: rgb(227, 231, 237);
}
table.dataTable tbody tr.shadow-S td{
    color: rgb(1, 54, 130);
    background-color: rgb(204, 225, 254);
}
table.dataTable tbody tr.shadow-index td{
    color: rgb(23, 13, 39) !important;
    background-color: rgb(222, 214, 234) !important;
}
table.dataTable tbody tr.shadow-I td{
    color: rgb(114, 28, 36);
    background-color: rgb(248, 215, 218);
}
table.dataTable tbody tr.shadow-subtotal td{
  color: rgb(114, 28, 36);
  background-color: RGB(255,255,203) !important;
  font-size: 13pt;
  font-weight: bold;
}
table.dataTable tbody tr.trSum td.tdSum{
  color: rgb(114, 28, 36);
  background-color: #cdc733 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-decoration: underline;
}
table.dataTable tbody tr.trMonth td.tdMonth{
  color: rgb(94, 69, 75);
  background-color: #D8B384 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-decoration: underline;
}
table.dataTable tbody tr.shadow-C td,
table.dataTable tbody tr.shadow-remove td{
    color: rgb(8, 95, 46);
    background-color: rgb(207, 241, 222);
}
table.dataTable tbody tr:hover td{
  color: #0c5460;
  background-color: rgb(207, 231, 237) !important;
}
table.dataTable tr.select-active td{
  background-color: rgb(242, 255, 237);
  color: #050099;
}
table.dataTable tr.select-none td{
  background-color: rgb(254, 244, 234);
  color: #000;
}
table.dataTable tbody tr.app_item td{
  border-top: 8px ridge #004085 !important;
}
table.dataTable tbody tr.bdr-t8 th,
table.dataTable tbody tr.bdr-t8 td{
  border-top: 5px solid #004085 !important;
}
table.dataTable tbody tr.bdr-b8 th,
table.dataTable tbody tr.bdr-b8 td{
  border-bottom: 5px solid #004085 !important;
}

table.dataTable tbody tr.need_to_save td{
  background-color: RGBA(177,230,209, 0.4);
}
table.dataTable tbody tr.need_to_save input, table.dataTable tbody tr.need_to_save select{
  border: 1px solid RGB(61,123,128);
  color: RGB(52,98,104);
  background-color: RGB(239,249,248);
}
table.dataTable .form-required:valid{
  border: 1px solid RGB(61,123,128);
  color: RGB(52,98,104);
}
table.dataTable .form-required:invalid{
  color: red;
  border-color: red;
  box-shadow: 0 0 1px red;
  background-color: rgb(242, 222, 222);
}
table.dataTable tr.disable{
  pointer-events: none;
  color: RGB(134, 33, 61);
  text-decoration: line-through;
  background-color: #E8E8E8;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{
  overflow-y: scroll !important;
}
table.dataTable.space-zero td{
  padding: 0px;
}
table.dataTable.space-zero td input{
  margin: 0px !important;
  padding: 6px !important;
  background-color: transparent;
  border: 1px;
}
table.default-table, table.note-table, table.route_table,
table.est-table, table.modal-table, table.print-table,
table.header-table, table.item-table, table.dataTable{
  border-collapse: collapse !important;
}

table.default-table{
  border: 1px solid rgb(217, 222, 228);
  font-size: 14px;
  font-weight: 300;
  width: 100% !important;
  margin-bottom: 5px;
}
table.default-table th {
    border: 1px solid #0c5460 !important;
    color: #0c5460 !important;
    background-color: rgb(227, 231, 237) !important;
    padding: 5px;
}
table.default-table td {
    background-color: rgb(247, 247, 247) !important;
    border: 1px solid #0c5460 !important;
    padding: 4px;
    height: 30px;
}
table.note-table{
  border: 1px solid #01a9ac;
  color: rgb(51, 51, 51) !important;
  font-size: 14px;
  font-weight: 300;
  width: 100% !important;
  margin-bottom: 5px;
}
table.note-table th{
  border: 1px solid #01a9ac !important;
  background-color: rgba(1, 169, 172, 0.1) !important;
  padding: 5px;
}
table.note-table td {
  border: 1px solid #01a9ac !important;
  background-color: rgb(247, 247, 247) !important;
  padding: 4px;
  height: 30px;
}
table.route_table{
  border: 1px solid #235281;
  width: 100%;
}

table.route_table th, table.route_table td{
  text-align: center;
  border: 1px solid #235281;
  padding: 2px;
}

table.route_table th{
  background-color: #DEEAF6;
  color:#235281;
}

table.route_table td{
  cursor: pointer;
}
table .highlight{
  color: rgb(1, 54, 130) !important;
  background-color: rgb(236 243 253) !important;
  text-decoration: underline;
}

table.route_table > tbody > tr:hover td, table.approval-table > tbody > tr:hover td{
  background:#FFEFEF;
  color:#FF4848;
  border-bottom:2px solid #FF4848;
  cursor:pointer;
}
table.est-table{
  border: 1px solid rgb(51, 51, 51);
  color: rgb(51, 51, 51) !important;
  font-size: 14px;
  font-weight: 300;
  width: 100% !important;
  margin-bottom: 5px;
}
table.est-table th{
  background-color: rgb(210, 210, 210) !important;
  border: 1px solid rgb(51, 51, 51) !important;
  padding: 5px;
}
table.est-table td{
  background-color: rgb(247, 247, 247) !important;
  border: 1px solid rgb(51, 51, 51) !important;
  padding: 4px;
}

table.header-table th, table.header-table td{
  border: 1px solid rgb(51, 51, 51);
  padding: 8px 5px;
}
table.header-table th{
  background-color: rgb(247, 247, 247);
}

table.modal-table{
  width: 100%;
  border: 1px solid #8C8C8C;
  box-shadow: 0px 0px 2px #333;
  font-size: 16px;
  font-weight: bold;
}
table.modal-table th, table.modal-table td{
  padding: 5px;
  border: 1px solid rgb(221,221,221);
}
table.modal-table th{
  background-color: rgb(236, 239, 240);
  border-right: 2px solid #8C8C8C;
}
table.print-table{
  width: 100%;
  border: 1px solid #8C8C8C;
  margin-bottom: 5px;
}
table.print-table tr{
  page-break-inside:avoid;
  page-break-after: auto;
}
table.print-table th, table.print-table td{
  padding: 5px;
  border: 1px solid #8C8C8C;
  text-align: center;
  height: 30px;
}
table.print-table th{
  background-color: rgb(236, 239, 240) !important;
}
table.print-table tr.group th{
  background-color: #accdf1 !important;
  text-align: left;
  font-size: 18px;
}
table.print-table th.title_style{
  height: 50px;
  font-size: 20px;
  background-color: rgb(210 213 214) !important;
  text-align: center !important;
}
table.print-table.align-left th,
table.print-table.align-left td,
table th.align-left,
table td.align-left{
  text-align: left;
  padding-left: 5px;
}
table#approval_item td.td_group{
  border-top: 8px ridge #004085 !important;
}
table.font-12{
  font-size: 12px !important;
}
table.text-center th, table.text-center td,
th.text-center, td.text-center{
  text-align: center !important;
}

table.pageLast{
  font-size: 20px
}

th.relative, td.relative{
  position: relative !important;
}

td.view-minus{
  display: none;
}

ul.side-menu{
  list-style:none;
  border: 0px;
  flex-wrap:wrap;
  padding:0px;
  font-size: 14px;
  text-align: center;
}

ul.side-menu > li{
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.side-menu > li.selected{
  color: #015C92 !important;
  background-color: #E3F2FD;
}

ul.side-menu i{
  font-size: 30px;
  width: 100%;
  padding: 5px;
}

a:hover, a:focus {
  text-decoration: none;
}
a.menu_btn:hover{
  color: #495057 !important;
  cursor: pointer;
}
a.side_btn:hover{
  color: #015C92 !important;
  cursor: pointer;
}
a.link_box{
  background-color: #00b4f5;
  border-color: #008dc5;
  padding: 4px;
  font-size: 13px;
}

.form-control.disabled{
  background-color: #d6d6d6 !important;
}

.form-control.Exclude{
  color: red !important;
  text-decoration: line-through !important;
  background-color: #d6d6d6 !important;
  pointer-events: none;
}

input.form-log{
  margin: 14px 0px;
  height: 50px;
  width: 400px;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-p10{
  width: 10% !important;
}
.form-p25{
  width: 25% !important;
}
.form-p40{
  width: 40% !important;
}
.form-p50{
  width: 50% !important;
}
.form-p60{
  width: 60% !important;
}
.form-p65{
  width: 65% !important;
}
input.form-w50{
  width: 50px !important;
}
input.form-w60{
  width: 60px !important;
}
input.form-w75, select.form-w75{
  width: 75px !important;
}
input.form-w80{
  width: 80px !important;
}
input.form-w110, select.form-w110{
  width: 110px !important;
}
input.form-center{
  text-align: center;
}
input.form-date, input.form-code, input.form-pic, input.form-bank{
  width: 100px !important;
  text-align: center;
  padding: 2px 4px !important;
  display: inline-block;
}
input.form-input-data{
  width:180px !important;
  text-align: center;
  display:inline-block;
  border-radius: 4px !important;
}
input.form-input-account{
  width: 140px !important;
  text-align: center;
  padding: 2px 4px !important;
  display: inline-block;
}
input.form-input-amount{
  width:100px !important;
  text-align: right;
  display:inline-block;
  border-radius: 4px !important;
}
input.form-input-budget{
  width:80px !important;
  text-align: center;
  display:inline-block;
  border-radius: 4px !important;
}
input.form-input-bank{
  width: 60px !important;
  text-align: center;
  padding: 2px 4px !important;
  display: inline-block;
}
input.form-input-cur{
  width:60px !important;
  text-align: center;
  display:inline-block;
  border-radius: 4px !important;
  margin-left: 5px !important;
}

input.form-h30, select.form-h30, span.form-h30{
  height: 30px !important;
  padding: 2px 6px !important;
  font-weight: 300;
}
input.form-h24, select.form-h24, span.form-h24{
  height: 24px !important;
  padding: 2px 6px !important;
  font-weight: 300;
}
input.form-amount{
  text-align: right;
  /*max-width: 130px;*/ /* 2021-02-09 / 예산 */
}
input.form-success, input.form-success:focus{
  border:   2px solid rgb(32, 145, 35);
  color:   rgb(35, 159, 38);
  padding: 5px;
  box-shadow: none;
}
input.form-danger, input.form-danger:focus{
  border:   2px solid rgb(255, 65, 54);
  color:   rgb(255, 65, 54);
  padding: 5px;
  box-shadow: none;
}
input.form-warning, input.form-warning:focus{
  border:   2px solid rgb(255, 119, 2);
  color:   rgb(255, 119, 2);
  padding: 5px;
  box-shadow: none;
}
.form-pointer, .tag-pointer{
  cursor: pointer !important;
}

input.btn_index{
  border-radius: 5px;
  border: 2px solid;
  width: 198px;
  font-size: 20px;
  font-weight: 400;
  background: #fff;
}

input.btn_log{
  border-color: #337ab7;
  color: #337ab7;
}

input.btn_log:hover{
  color: #fff;
  background-color: #337ab7;
}

input.btn_log{
  border-color: #337ab7;
  color: #337ab7;
}
input.btn_forgot:hover{
  color: #fff;
  background-color: rgb(51, 51, 51);
}
input.btn-supplier{
  width: 90px;
  padding: 1px;
  margin: 1px;
  font-size: 12px;
  font-weight: 700;
  background-color:rgb(119, 119, 119);
  border: 1px solid rgb(85, 85, 85);
  border-radius:4px;
  color:#fff;
}
.btn-check{
  width: 90px;
  font-size: 12px;
  font-weight: 700;
  background-color:#3f6ad8;
  border: 1px solid #3f6ad8;
  color:#fff;
}
.btn-radio, .btn-radio:hover{
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(33, 150, 243);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px 0px;
  color: rgb(33, 150, 243);
}
.btn-radio.active{
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
input.btn-supplier:hover, input.btn-supplier:focus, input.btn-check:hover, input.btn-check:focus{
  color:#fff;
}
input.btn-check.active{
  background-color: rgb(76, 108, 145);
}
input.btn-supplier.active{
  background-color: rgb(27, 146, 108);
}
input.btn-invoice-delete{
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
}
input.chk_box{
  background-color:rgba(0, 0, 0, 0);
  border: 1px solid rgb(119, 119, 119);
  cursor:pointer;
  width: 25px;
  height: 25px;
  font-size:13px;
}
input.chk_sm{
  width: 18px !important;
  height: 18px !important;
}
span.chk_symbol{
  color: transparent;
  border: 4px solid RGB(100, 100, 100);
  border-radius: 10px;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
span.chk_symbol.active{
  color: RGB(255,255,255);
  border-color: rgb(40, 182, 44);
  background-color: rgb(40, 182, 44);
}

span.fa-stack{
  display: block;
  margin: auto;
}
span.modal-shead{
  display: inline-block;
  padding: 7px 0px;
  margin: 2px;
}
span.label{
  color: #fff;
  font-size: 13px;
}
span.label-btn{
  border: solid 1px rgb(255,255,255);
  border-radius: 4px;
  font-size: 14px;
}
span.label-block{
  display: block;
  margin: 4px auto;
}
span.label-S, span.label-Re, span.label-YEN, span.label-DeadlineOk{
  background-color: #33b5e5;
}
span.label-C, span.label-Pr, span.label-USD, span.label-DeadlineReady{
  background-color: #388e3c;
}
span.label-D, span.label-Se, span.label-WON, span.label-DeadlineBan{
  background-color: #2e2e2e;
}
span.label-E{
  background-color: #3f51b5;
}
span.label-Re{
  background-color: #78909c;
}
span.label-Es, span.label-EUR{
  background-color: #795548;
}
span.label-Ap{
  background-color: #59698d;
}
span.label-Or, span.label-R, span.label-SGD{
  background-color: #512da8;
}
span.label-Sh{
  background-color: #8bc34a;
}
span.label-Ta, span.label-I{
  background-color: #880e4f;
}
span.label-Co, span.label-F{
  background-color: #337ab7;
}
span.label-Ca, span.label-A{
  background-color: #212121;
}
span.label-U{
  background-color: #ac2925;
}
span.label-T{
  background-color: #5D54A4;
}
span.label-H{
  background-color: #2A3D66;
}
span.label-B, span.label-GBP{
  background-color: #CF7500;
}
span.label-G, span.label-NOK{
  background-color: #FE7171;
}
span.label-O{
  background-color: #FF4B5C;
}
span.label-V{
  background-color: #133B5C;
}
span.label-M{
  background-color: #523906;
}
span.label-W{
  background-color: #799351;
}
span.label-totalAmount{
  background-color: #87431D;
}
span.label-lockPIC,
span.label-remitPIC{
  background-color: #00416D;
}
span.label-billok{
  background-color: rgb(114,28,36);
}
span.label-billremove{
  background-color: rgb(8,95,46);
}
span.label-amount{
  display:inline-block;
  width: 100px !important;
  height: 30px;
  line-height: 30px;
  padding-right: 12px !important;
}
span.label-cur{
  display:inline-block;
  width: 120px !important;
  height: 30px;
  line-height: 30px;
  padding-right: 12px !important;
  background-color: #87431D;
}
span.label-lock,
span.label-remit{
  display:inline-block;
  width: 130px !important;
  height: 30px;
  line-height: 30px;
}
span.label-edit{
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
}
span.label-VRmk{
  font-size: 12px;
  background-color: #0b51c5;
  padding: 2px 10px;
  display: block;
  text-align: left;
  width: 147px;
  height: 22px;
  line-height: 18px;
  margin-bottom: 4px;
}
span.label-SRmk{
  font-size: 12px;
  background-color: #186860;
  padding: 2px 10px;
  display: block;
  text-align: left;
  width: 147px;
  height: 22px;
  line-height: 18px;
  margin-bottom: 4px;
}
span.label-ERmk{
  font-size: 12px;
  background-color: #62309a;
  padding: 2px 10px;
  display: block;
  text-align: left;
  width: 147px;
  height: 22px;
  line-height: 18px;
  margin-bottom: 4px;
}
span.label-ARmk{
  font-size: 12px;
  background-color: rgb(255, 99, 71);
  padding: 2px 10px;
  display: block;
  text-align: left;
  width: 147px;
  height: 22px;
  line-height: 18px;
  margin-bottom: 4px;
}
span.label-begin{
  background-color: RGB(255,255,255);
  border: 1px solid rgba(255, 41, 29);
  color: rgb(255, 65, 54);
}

span.label-pro{
  background-color: RGB(255,255,255);
  border: 1px solid rgb(255, 119, 2);
  color: rgb(255, 133, 27);
}

span.label-comp, span.label-YES{
  background-color: RGB(255,255,255);
  border: 1px solid rgb(32, 145, 35);
  color: rgb(35, 159, 38);
}

span.label-DEADLINE{
  background-color: RGB(247, 214, 231);
  border: 2px solid RGB(134, 33, 61);
  color: RGB(134, 33, 61);
  display: inline-block !important;
  font-size: 13px;
  display: inline-block;
  padding: 6px;
}

span.input-group-btn button{
  width: 60px;
  padding: 6px 2px;
}
span.input-group-btn button.btn-w120{
  width: 120px;
}
span.check-view{
  border: 2px solid rgb(63, 70, 84);
  cursor: pointer;
  background-color: RGB(255,255,255);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 10px;
  margin-right: 3px;
  font-size: 17px;
  font-weight: bold;
  color: RGB(255,255,255);
}

span.span-checked{
  color: rgb(63, 70, 84);
}
span.label-Modified{
  background-color: rgb(227, 231, 237);
  border: 2px solid rgb(63, 70, 84);
  color: rgb(63, 70, 84);
  display: inline-block !important;
  font-size: 13px;
  display: inline-block;
  padding: 4px;
}
span.label-Disable{
  background-color: RGB(247, 214, 231);
  border: 2px solid RGB(134, 33, 61);
  color: RGB(134, 33, 61);
  display: inline-block !important;
  font-size: 13px;
  display: inline-block;
  padding: 4px;
}

.btn-transparent{
  background-color: transparent;
}

button.btn:focus, button.btn.focus, button.btn:active{
  outline: 0 !important;
}
button.btn-option{
  padding: 4px;
  color: #fff;
  background: rgb(115, 113, 110);
  text-align: left;
  width: 103px;
  height: 35px;
  margin: 2px 0px;
}
button.btn-option-lg{
  width: 142px;
}
button.btn-option-xl{
  width: 215px;
}
button.btn-option:hover, button.btn-option:focus{
  color: #fff;
}

button.btn-option.active{
  background: #2489c5;
  color: #fff;
}
button.btn-option.type-team.active{
  background: rgb(59, 89, 152);
  color: #fff;
}
button.btn-option.btn-lime.active{
  background: rgb(45 170 184) /*rgb(0, 167, 146)*/;
  color: #fff;
}
button.btn-option.active:hover, button.btn-option.active:focus{
  color: #fff;
}
button.type-progress{
  width: 180px;
}
button.type-progress.active{
  background: #f0ad4e;
  color: #fff;
}
button.btn-hide, button.btn-hide:active, button.btn-hide:hover{
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  color:rgb(255, 255, 255) !important;
  margin-bottom: 3px;
}
button.btn-fuc{
  width: 50px;
  height: 32px;
  margin: 2px;
  font-weight: 600;
  color:#fff;
}
button.btn-rmk{
  background-color: #777;
  border-color: #555;
}
button.btn-plus{
  background-color: #008fc2;
  border-color: #006188;
}
button.btn-minus{
  background-color: #ea1730;
  border-color: #8b1329;
}
.btn-w140{
  width:140px !important;
}
.btn-w40{
  width:40px;
}
button.btn-overlap{
  background-color:rgb(220, 53, 69);
  border-color:rgb(220, 53, 69);
}
button.btn-overlap:hover, button.btn-overlap:focus, button.btn-overlap:active{
  background-color:rgb(220, 53, 69) !important;
  border-color:rgb(220, 53, 69) !important;
  color:rgb(248, 215, 218) !important;
}
button.btn-green{
  background-color: rgb(8, 95, 46);
  border: rgb(8, 95, 46);
  color: #fff;
}
button.btn-green:hover, button.btn-green:focus{
  color:rgb(207, 241, 222);
  color: #fff;
}
button.btn-blue{
  background-color: rgb(1, 54, 130);
  border: rgb(1, 54, 130);
  color: #fff;
}
button.btn-blue:hover, button.btn-blue:focus{
  color:rgb(204, 225, 254);
  color: #fff;
}
button.btn-red{
  background-color: rgb(255, 41, 29);
  border: rgb(255, 41, 29);
  color: #fff;
}
button.btn-red:hover, button.btn-red:focus{
  color:rgb(248, 215, 218);
  color: #fff;
}
button.btn-select, button.btn-send:hover{
  background-color: rgb(76, 108, 145);
  color:RGB(255,255,255);
}
button.btn-modify{
  background-color: rgb(125, 125, 125);
  color:RGB(255,255,255);
}
button.btn-new, button.btn-new:hover, button.btn-new:focus {
    background-color: #007BB6;
    color: RGB(255,255,255);
}
button.btn-save, button.btn-save:hover, button.btn-save:focus{
    background-color: #546E7A;
    color: RGB(255,255,255);
}
button.btn-batch, button.btn-batch:hover, button.btn-batch:focus{
    background-color: #0c5460;
    color: RGB(255,255,255);
}
.btn-delete, .btn-delete:hover, .btn-delete:focus{
    background-color: #C62828;
    color: RGB(255,255,255);
}
button.btn-attach, button.btn-attach:hover, button.btn-attach:focus{
  background-color: #ff851b;
  color: RGB(255,255,255);
}
button.btn-inbus, button.btn-inbus:hover, button.btn-inbus:focus,
button.btn-chart, button.btn-chart:hover, button.btn-chart:focus,
button.btn-summary, button.btn-summary:hover, button.btn-summary:focus{
  background-color: #c5a880;
  color: RGB(255,255,255);
}
button.btn-total, button.btn-total:hover, button.btn-total:focus,
button.btn-table, button.btn-table:hover, button.btn-table:focus,
button.btn-detail, button.btn-detail:hover, button.btn-detail:focus{
  background-color: #cc7351;
  color: RGB(255,255,255);
}
button.btn-accountCode, button.btn-accountCode:hover, button.btn-accountCode:focus,
button.btn-record, button.btn-record:hover, button.btn-record:focus{
  /* background-color: #ffa62b; */
  background-color: #96bb7c;
  color: RGB(255,255,255);
}
button.btn-accountUpdate, button.btn-accountUpdate:hover, button.btn-accountUpdate:focus,
button.btn-hold, button.btn-hold:hover, button.btn-hold:focus,
button.btn-expect, button.btn-expect:hover, button.btn-expect:focus{
  background-color: #7c9473;
  color: RGB(255,255,255);
}
button.btn-budgetStd, button.btn-budgetStd:hover, button.btn-budgetStd:focus{
  background-color: #87A7B3;
  color: RGB(255,255,255);
}
button.btn-lastMonthStd, button.btn-lastMonthStd:hover, button.btn-lastMonthStd:focus{
  background-color: #766161;
  color: RGB(255,255,255);
}
button.btn-allSave, button.btn-allSave:hover, button.btn-allSave:focus{
  background-color: #206A5D;
  color: RGB(255,255,255);
}
button.btn-more, button.btn-more:hover, button.btn-more:focus{
  background-color: RGB(255,255,255);
  color: RGB(0,0,0);
  padding: 3px 28px;
  font-weight: 700;
  margin: auto;
}
button.btn-budget{
  width: 100%;
  min-width: 200px;
  height: 26px;
  margin: 3px 0px;
  text-align: left;
  display: block;
  border: 1px solid #65676F;
  background-color: RGB(207,210,218);
  line-height: 13px;
  font-size: 15px;
  font-weight: bold;
}
button.btn-budget:focus, button.btn-budget.selected{
  color: #1E4F92;
  border-color: #3E6491;
  background-image: linear-gradient(90deg , rgb(175, 217, 255) 0%, rgb(156,196,241) 100%);
}

button.btn-send, button.btn-send:hover{
  background-color: #32506D;
  color:RGB(255,255,255);
}
button.btn-release{
  background-color: #FF7A00;
  color: #FFF !important;
}
button.btn-release:hover{
  background-color: #D44000;
  color: #FFF !important;
}
button.ihm_refresh,
button.ihm_refresh:hover,
button.ihm_refresh:focus{
  height: 97px;
  margin: 4px 0px;
  width: 100%;
  color: #fff;
  background-color: #2255a4;
  border: 2px solid #1d4480;
}
button.ihm_download,
button.ihm_download:hover,
button.ihm_download:focus{
  height: 97px;
  margin: 4px 0px;
  width: 100%;
  color: #fff;
  background-color: RGB(111, 66, 193);
  border: 2px solid #1d4480;
}

button.btn-enter, button.btn-enter:hover, button.btn-enter:focus{
  background-color: #FFB830;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
}
mark.mark-enter{
  background-color: #2D46B9;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}

.row_btn{
  width: 40px;
  height: 35px;
  font-size: 20px;
  padding: 3px;
}
.row_btn.blue{
  background-color: #337ab7;
  border-color: #2e6da4;
  color: RGB(255,255,255);
}
.row_btn.red{
  background-color: #d9534f;
  border-color:     #d43f3a;
  color: RGB(255,255,255);
}

.btn_box{
  width: 34px !important;
  height: 34px !important;
}
textarea.print-area{
  width: 100%;
  border: 0px solid #fff;
  resize: none;
  height: 100%;
}
textarea.msg-area{
  width: 100%;
  resize: none;
  height: 100%;
}
textarea.default-area{
  width: 98%;
  height: 60px;
  resize: none;
  color: #495057;
  text-align: left !important;
}
textarea.area-h120{
  height: 120px;
}

b.link:focus, b.link:active, b.link:hover{
  text-decoration:underline;
  color: #0061f2;
  cursor: pointer;
}

img.currency_img{
  width: 32px;
  height: 32px;
}

p.description{
  color: #8c8c8c;
  margin: 0px;
}

.img-view{
  width: 40px;
  height: 40px;
  border: 1px solid #000;
}

div.dt-buttons{
  margin: 5px 0;
}

.group-search input.form-date{
  display: inline-block !important;
  width:105px !important;
  height: 35px;
  vertical-align: bottom;
  border: 1px solid RGB(104, 118, 152);
  box-shadow: 0 0 2px RGB(104, 118, 152);
  background-color: RGB(255,255,255) !important;
  padding: 4px !important;
  text-align: center;
}
.form-required:invalid{
  color: red; border-color: red;
  box-shadow: 0 0 1px red;
  background-color: rgb(242, 222, 222);
}

.form-required:valid{
  border-color: green;
  box-shadow: 0 0 1px green;
}
.form-input-sm {
    width: 90px !important;
    text-align: center;
    display: inline-block;
    padding: 2px 3px;
    font-size: 13px !important;
    height: 29px;
    margin: 1px;
}
.form-input-md{
  background-color:rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  box-shadow:rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
  color:rgb(85, 85, 85);
  font-size:14px;
  font-weight:700;
  margin:0px;
  padding:6px 12px;
  width:160px !important;
  text-align: center;
}
.form-center{
  margin: auto;
}
.form-cur,
.form-tax,
.form-jeopdae{
  display:inline-block;
  width:65px !important;
  padding: 2px 3px;
  font-size: 13px !important;
  height: 29px;
  margin: 1px;
}
.form-cur-lg{
  display:inline-block;
  width:100px !important;
  padding: 2px 3px;
}
.form-deadline{
  display:inline-block;
  width:80px !important;
  padding: 2px 3px;
  font-size: 13px !important;
  height: 29px;
  margin: 1px;
}
.has-lawn .input-group-addon{
  border-color: rgb(45 170 184);
  background-color: rgb(45 170 184);
  color: RGB(255,255,255);
}
.has-lawn .form-control{
  border-color: rgb(45 170 184);
}
.has-primary .input-group-addon {
  color: RGB(0,51,153) !important;
  background-color: RGB(208,218,253) !important;
  border-color: RGB(0,51,153) !important;
  box-shadow: 0 !important;
}
.has-primary input{
  border-color: RGB(0,51,153);
}
input.border-primary{
  border-color: RGB(0,51,153) !important;
}
.has-danger .input-group-addon {
    color: RGB(134, 33, 61) !important;
    background-color: RGB(247, 214, 231) !important;
    border-color: RGB(134, 33, 61) !important;
    box-shadow: 0 !important;
}
.has-danger input{
    pointer-events: none;
    border-color: RGB(134, 33, 61) !important;
}
.has-default .input-group-addon {
  color: RGB(50,50,50) !important;
  background-color: RGB(200,200,200) !important;
  border-color: RGB(50,50,50) !important;
  box-shadow: 0 !important;
}
.has-default input, .has-default select, .has-default textarea{
  border-color: RGB(50, 50, 50);
}
.has-select-primary{
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  height: 40px;
  border: 1px solid RGB(0,51,153);
  background-color: RGB(208,218,253);
  border-radius: 4px;
}

.input-group-md{
  margin: 3px;
}
.input-group-md > span, .input-group-md > input{
  height: 40px !important;
}

.input-group-pointer{
  cursor: pointer !important;
}
.input-group-addon{
    padding: 3px 6px !important;
    min-width: 50px !important;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-right: 0px;
}
.input-group .form-control {
  background-color: #fff;
  margin: 0px !important;
}

.input-group .form-control:last-child{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group-vertical .btn{
  padding: 2px 12px;
}
.addon-max{
  border: 1px solid !important;
  width: 100%;
  height: 34px;
  max-width: 140px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.addon-text{
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
.input-group-text{
  background-color:rgb(46, 94, 134);
  border-radius: 4px;
  color: RGB(255,255,255);
  padding: 2px 10px;
  margin-right: 5px !important;
  width: 160px;
  height: 34px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  font-size:17px;
  font-weight:700;
}
.group-btn{
  background-color:rgb(46, 94, 134);
  color: RGB(255,255,255);
  font-size: 12px;
  float: left;
  padding: 1px 8px;
  margin: 0px;
  height: 34px;
}

.group-btn:hover{
  color: #fff;
  background-color: #337ab7;
  border-color: #204d74;
}
.btn-function{
  margin: 2px 4px;
  width: 100px;
  font-size: 13px;
  color:rgb(73, 80, 87);
  font-family:"Malgun Gothic";
  font-weight:700;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  padding-top:2px;
}
.btn-function i{
  margin-right: 5px;
}
.btn-float-r{
  float: right;
  margin: 2px 0px;
}
.btn-excel{
  float: right;
  margin: 1px 20px 1px 0;
}
.btn-label{
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  margin: 0px;
  height: 33px;
  vertical-align: middle;
  cursor: pointer;
}
.btn-remark, .btn-edit{
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-remark:hover, .btn-edit:hover{
    background-color: #204d74;
    border-color: #122b40;
}
.btn-exclude{
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-exclude:hover{
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-print, .btn-esystem, .btn-korList, .btn-forList{
  color: #fff;
  background-color: #777;
  border-color: #555;
  margin-bottom: 10px;
}
.btn-outline-success{
  color: rgb(40, 182, 44);
}
button.btn-outline-success:not(:disabled):not(.disabled):active,
button.btn-outline-success:not(:disabled):not(.disabled):hover,
button.btn-outline-success:not(:disabled):not(.disabled):focus
{
    color: #fff;
    background-color: rgb(40, 182, 44);
    border-color: rgb(40, 182, 44);
}
.btn-outline-warning{
  color: rgb(230, 120, 24);
}
button.btn-outline-warning:not(:disabled):not(.disabled):active,
button.btn-outline-warning:not(:disabled):not(.disabled):hover,
button.btn-outline-warning:not(:disabled):not(.disabled):focus
{
    color: #fff;
    background-color: rgb(230, 120, 24);
    border-color: rgb(230, 120, 24);
}
.btn-outline-danger{
  color: rgb(217, 37, 80);
}
button.btn-outline-danger:not(:disabled):not(.disabled):active,
button.btn-outline-danger:not(:disabled):not(.disabled):hover,
button.btn-outline-danger:not(:disabled):not(.disabled):focus
{
    color: #fff;
    background-color: rgb(217, 37, 80);
    border-color: rgb(217, 37, 80);
}
.btn-outline-primary{
  color: rgb(63, 106, 216);
}
button.btn-outline-primary:not(:disabled):not(.disabled):active,
button.btn-outline-primary:not(:disabled):not(.disabled):hover,
button.btn-outline-primary:not(:disabled):not(.disabled):focus
{
    color: #fff;
    background-color: rgb(63, 106, 216);
    border-color: rgb(63, 106, 216);
}

.btn-panel-info,
.btn-panel-info:hover,
.btn-panel-info:focus{
  color: #fff;
  background-color: #2391be;
  border-color: #2189b3;
}
.btn-panel-blue,
.btn-panel-blue:hover,
.btn-panel-blue:focus{
  background-color: #042893;
  color: rgba(255, 255, 255, 0.7);
}
.btn-panel-firebrick,
.btn-panel-firebrick:hover,
.btn-panel-firebrick:focus{
  background-color: rgb(221, 75, 57);
  color: RGB(255,255,255);
}
.btn-panel-bluegreen,
.btn-panel-bluegreen:hover,
.btn-panel-bluegreen:focus
{
    background-color: #0c5460;
    color: RGB(255,255,255);
}
.btn-panel-green{
  background-color: #61B15A;
  color: rgba(255, 255, 255, 0.7);
}
.btn-panel-yellow{
  background-color: #FDB827;
  color: rgba(255, 255, 255, 0.7);
}
.btn-panel-dark,
.btn-panel-dark:hover,
.btn-panel-dark:focus{
  background-color: #3b4863;
  color: rgba(255, 255, 255, 0.7);
}
.btn-panel-dark2,
.btn-panel-dark2:hover,
.btn-panel-dark2:focus{
  background-color: #34495E;
  color: rgba(255, 255, 255, 0.7);
}
.btn-panel-green:hover, .btn-panel-green:focus{
  color: #F2D974;
}
.btn-panel-yellow:hover, .btn-panel-yellow:focus{
  color: #C24914;
}
.btn-group{
  width: 100%;
}
.btn-group > button{
  border: 1px solid #45484B;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: RGB(104, 118, 152);
  font-weight: bold;
  background-color: RGB(255,255,255);
  transition: $transition;
}
.btn-group > button.active{
  color: RGB(255,255,255);
  background-color: RGB(104, 118, 152);
}
.group-btn-2 button,
.group-btn-2 label.btn{
  width: 50%;
  max-width: 240px;
}
.group-btn-3 button,
.group-btn-3 label.btn{
  width: 33.333%;
  max-width: 160px;
}
.group-btn-4 button{
  width: 25%;
  max-width: 120px;
}
.group-btn-6 > button{
  width: 16.6666%;
  max-width: 120px;
  padding:6px 3px;
}
.group-btn-7 > button{
  width: 14.2857%;
  max-width: 100px;
  padding:6px 3px;
}

.label-, .label-NO, .label-un, .label-In, .img-none, .label-view, .label-none, .hiding,
.btn-no{
  display: none !important;
}

.align-center{
  text-align: center;
}
.align-right{
  text-align: right !important;
  /*padding: 0 5px 0 0 !important;*/
}

.width-full{
  width: 100%
}

.page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 1cm;
    margin: 1cm auto;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.page-landscape{
  width: 29.7cm;
  min-height: 21cm;
  padding: 1cm;
  margin: 1cm auto;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media print
{
  html, body{
      margin:0;
      padding:0;
      height: auto;
      page-break-after: auto;
      page-break-before: auto;
  }

  table { page-break-inside:auto; }
  tr    { page-break-inside:avoid; page-break-after:auto; }
  thead { display:table-header-group; }
  tfoot { display:table-footer-group; }

  .page {
    margin: 0px;
    padding: 0.3cm 0.5cm 0.5cm 0.5cm;
  }
}
@page {
    /*size:  auto;*/
    size:21cm 29.7cm;
    margin: 10mm 7mm 5mm 7mm;
    padding: 0px;
}

@media (max-width: 1400px){
  div.estimate_list{
    left:-400px;
  }
  div.estimate_detail{
    margin-left: 0px;
  }
}

/* 김원종 추가 */
.btn-rightMarginSM{
  margin-right: 5px;
}

/* 예산집행 관련 CSS - [START] */
div.spend-item{
  font-size: 13px;
  min-height: 870px;
}
div.spend-footer{
  height: 40px;
  padding: 2px;
}
.form-spend{
  display: inline-block;
}
input.form-spend{
  text-align: center;
}
select.form-reason{
  display:inline-block;
  width:120px !important;
  padding: 2px 3px;
  font-size: 13px !important;
  height: 29px;
  margin: 1px;
}
.form-vessel{
  display:inline-block;
  width:70px !important;
  padding: 2px 3px;
  font-size: 13px !important;
  height: 29px;
  margin: 1px;
}
.form-wd-60{
  width: 60px;
}
.form-wd-70{
  width: 70px;
}
.form-wd-80{
  width: 80px;
}
.form-wd-90{
  width: 90px;
}
.form-wd-100{
  width: 100px;
}
.form-wd-120{
  width: 120px;
}
.form-wd-150{
  width: 150px;
}
div[name="jeopdae_attend"]{
  padding: 0;
  height: 380px;
  overflow-y: scroll;
}
div[name="kyotong_detail"]{
  padding: 0;
  height: 505px;
  overflow-y: scroll;
}

div[name="sq_detail"]{
  padding: 0;
  height: 235px;
  overflow-y: scroll;
}

div[name="jeopdae_attend"] > div,
div[name="kyotong_detail"] > div,
div[name="sq_detail"] > div{
  padding: 0;
}

button.btn-division, button.btn-division:hover, button.btn-division:focus{
  display: inline-block;
  padding: 3px 6px;
  margin: 1px;
  color: white;
  background-color: #05595B;
}

button.btn-vessel, button.btn-vessel:hover, button.btn-vessel:focus{
  display: inline-block;
  padding: 3px 6px;
  margin: 1px;
  color: white;
  min-width: 70px;
}

button.btn-whole-plus, button.btn-whole-plus:hover, button.btn-whole-plus:focus,
button.btn-rlpg-plus, button.btn-rlpg-plus:hover, button.btn-rlpg-plus:focus,
button.btn-plpg-plus, button.btn-plpg-plus:hover, button.btn-plpg-plus:focus,
button.btn-chemical-plus, button.btn-chemical-plus:hover, button.btn-chemical-plus:focus{
  /* background-color: #05595B; */
  /* background-color: #BB9981; */
  /* background-color: #789395; */
  background-color: #7882A4;
}
button.btn-whole-minus, button.btn-whole-minus:hover, button.btn-whole-minus:focus{
  background-color: #FF6464;
}

button.btn-member-plus, button.btn-member-plus:hover, button.btn-member-plus:focus{
  display: inline-block;
  padding: 3px 6px;
  margin: 1px;
  background-color: green;
  color: white;
}

button.btn-member-plus, button.btn-member-plus:hover, button.btn-member-plus:focus{
  display: inline-block;
  padding: 3px 6px;
  margin: 1px;
  background-color: green;
  color: white;
}
button.btn-member-trash, button.btn-member-trash:hover, button.btn-member-trash:focus{
  display: inline-block;
  padding: 3px 6px;
  margin: 1px;
  background-color: red;
  color: white;
}
button.btn-spend{
  padding: 4px 6px 4px 4px;
  color: #fff;
  background: rgb(115, 113, 110);
  text-align: left;
  min-width: 103px;
  height: 35px;
  margin: 2px;
}
button.btn-spend:hover, button.btn-spend:focus{
  color: #fff;
}
button.btn-spend.active{
  background: #2489c5;
  color: #fff;
}
button.btn-spend.active:hover, button.btn-spend.active:focus{
  color: #fff;
}

div.group-search span.period-char{
  display: inline-block;
  height: 25px;
}
/* 예산집행 관련 CSS - [END] */

/* 외화송금신청 관련 CSS - [START] */
div.remit-request-content > div{
  padding: 0;
}
div.remit-request-content div.remit-request-content-lt{
  height: 715px;
}
div.remit-request-content div.remit-request-content-lb{
  height: 655px;
}
div.remit-request-content div.remit-request-content-r{
  height: 1375px;
}
div.remit-request-content div.remit-request-content-r div.panel-body-h{
  height: 1280px;
}
table.remit-detail tbody tr th,
table.remit-detail tbody tr td{
  padding: 5px;
  border-bottom: 2px solid rgb(63, 70, 84);
}

table.remit-detail tbody tr th{
  background-color: rgb(227, 231, 237);
  color: rgb(63, 70, 84);
  border-right: 2px solid rgb(63, 70, 84);
}

table[name="remitList"] tbody tr.status-select td,
table[name="remitList"] tbody tr.status-select th{
  background-color: #FFEFCF !important;
  color: #864000;
  font-weight: bold;
}

table[name="remitList"] tbody tr.status-return td,
table[name="remitList"] tbody tr.status-return th{
  background-color: rgb(248, 215, 218) !important;
  color: rgb(114, 28, 36);
}
table[name="remitList"] tbody tr.status-requestComplete td,
table[name="remitList"] tbody tr.status-requestComplete th{
  background-color: rgb(204, 225, 254) !important;
  color: rgb(1, 54, 130);;
}
table[name="remitList"] tbody tr.status-remitComplete td,
table[name="remitList"] tbody tr.status-remitComplete th{
  background-color: rgb(207, 241, 222) !important;
  color: rgb(8, 95, 46);
}
/* 외화송금신청 관련 CSS - [END] */

/* 외화송금 관리자용 관련 CSS - [START] */
div.remit-request-confirm-content > div{
  padding: 0;
}
/* div.remit-request-confirm-content div.remit-request-confirm-content-l,
div.remit-request-confirm-content div.remit-request-confirm-content-r{
  height: 1340px;
}
div.remit-request-confirm-content div.remit-request-confirm-content-r div.panel-body-h{
  height: 1245px;
} */

div.remit-request-confirm-content div.remit-request-confirm-content-lt{
  height: 210px;
}
div.remit-request-confirm-content div.remit-request-confirm-content-lb{
  height: 650px;
}
div.remit-request-confirm-content div.remit-request-confirm-content-r{
  height: 865px;
}
div.remit-request-confirm-content div.remit-request-confirm-content-r div.panel-body-h{
  height: 772px;
  overflow-y: scroll;
}

div.remit-request-confirm-content input.form-remitDate{
  border: 1px rgb(59, 72, 99) solid;
  cursor: pointer;
  background-color: #fff !important;
  text-align: center;
  font-size: 15px;
}

div.remit-request-confirm-content table.remitConfirmList tbody tr.status-remitComplete td,
div.remit-request-confirm-content table.remitConfirmList tbody tr.status-remitComplete th{
  background-color: rgb(207, 241, 222) !important;
  color: rgb(8, 95, 46);
}
div.remit-request-confirm-content table.remitConfirmList tbody tr.status-select td,
div.remit-request-confirm-content table.remitConfirmList tbody tr.status-select th{
  background-color: #FFEFCF !important;
  color: #864000;
  font-weight: bold;
}

div.remit-request-confirm-content-lt table.remitConfirmListSummary thead tr th,
div.remit-request-confirm-content-lt table.remitConfirmListSummary thead tr td{
  padding: 5px 3px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background-color: #7882A4;
  text-align: center;
  width: 110px;
}
div.remit-request-confirm-content-lt table.remitConfirmListSummary thead tr th:not(:first-of-type){
  border-left: 1px solid #495371;
  border-bottom: 1px solid #495371;
}

div.remit-request-confirm-content-lt table.remitConfirmListSummary tbody tr th,
div.remit-request-confirm-content-lt table.remitConfirmListSummary tbody tr td{
  padding: 5px 3px;
  border: 1px solid #495371;
  font-size: 14px;
  font-weight: bold;
  color: #495371;
  text-align: right;
  width: 110px;
}
div.remit-request-confirm-content-lt table.remitConfirmListSummary tbody tr td:first-child{
  text-align: center;
  color: #FFF;
  background-color: #7882A4;
}
div.remit-request-confirm-content-lt table.remitConfirmListSummary thead tr:first-child th:first-child{
  border-radius: 6px 0 0 0;
}
div.remit-request-confirm-content-lt table.remitConfirmListSummary thead tr:first-child th:last-child{
  border-radius: 0 6px 0 0;
}
div.remit-request-confirm-content-lt table.remitConfirmListSummary tbody tr.remitToday td:not(:first-of-type){
  background-color: #E2D5D5;
}
/* 외화송금 신청내역 조회 관련 CSS - [END] */

#remit_request_korList th, #remit_request_korList td{
  padding: 0 2px;
  font-size: 11px;
}
#remit_request_forList th, #remit_request_forList td{
  padding: 0 2px;
  font-size: 10px;
}

textarea.return-remark{
  resize: none;
  height: 70px;
}

div.cur-remit-header{
  display: grid;
  grid-template-columns: 2fr 3fr 2fr 3fr 30fr;
  /* border-top: 1px solid #C7B198;
  border-left: 1px solid #C7B198; */
  overflow: auto;
  background-color: #FFF;
  margin: 5px 0 0 0;
  border-radius: 5px 5px 0 0;
}
div.cur-remit-header div{
  display: grid;
  align-items: center;
  padding: 5px;
}
div.cur-remit-header div.fund-grid-title{
  background-color: #F5F5F5;
  color: #656565;
  font-size: 16px;
  justify-items: center;
  font-weight: 600;
}
div.cur-remit-header div.fund-grid-border-r{
  border-right: 1px solid #DDD;
}
div.cur-remit-body{
  background-color: #FFF;
  border-top: 1px solid #ddd;
  height: 750px;;
}
div.cur-remit-footer{
  height: 40px;
  padding: 2px;
  background-color: #F5F5F5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}

div.remit-info{
  margin: 3px 0px;
  border-left: 10px solid #000;
  border-radius: 8px;
  padding: 3px;
}
div.remit-info-kor{
  background-color: #F7FBFC;
  border-color: #769FCD;
}
button.btn-remit-info-kor, button.btn-remit-info-kor:focus{
  color: #F7FBFC;
  background-color: #769FCD;
}
div.remit-info-for{
  background-color: #F0E9E9;
  border-color: #8B5D5D;
}
button.btn-remit-info-for, button.btn-remit-info-for:focus{
  color: #F0E9E9;
  background-color: #8B5D5D;
}
div.remit-info > div{
  position: relative;
  min-height: 40px;
  float: left;
  padding: 3px;
  border-bottom: 1px solid #999;
  width: 100%;
}
div.remit-info > div.remark{
  min-height: 70px;
}
div.remit-info > div > div{
  padding: 0px;
}
div.remit-info .form-control{
  font-size: 13px !important;
}
div.remit-info button.btn-primary{
  padding: 1px 5px;
  height: 29px;
}
div.remit-info input.form-control,
div.remit-info select.form-control,
div.remit-info textarea.form-control{
  display:inline-block;
  font-size: 13px !important;
}
div.remit-info div.col-xs-2{
  font-weight: 600;
  font-size: 13px !important;
}
div.remit-info div.divRow div.col-xs-2:last-child{
  padding : 0 5px;
}
div.remit-info input.form-code{
  width: 80px !important;
}
div.remit-info input.form-detail{
  width: 260px !important;
}
div.remit-info input.form-normal{
  width: 120px !important;
}
div.remit-info textarea.form-textarea{
  resize:none;
}
div.remit-info select.form-remit-cur,
div.remit-info select.form-change,
div.remit-info select.form-check,
div.remit-info select.form-feePayer,
div.remit-info select.form-depart{
  width:100px !important;
}

div.panel-fund{
  min-width: auto;
}
div.panel-search{
  display: grid;
  overflow: auto;
  align-items: center;
}
div.panel-search-grid{
  /* grid-template-columns: 1fr 5fr 1fr 6fr 2fr 3fr; */
  grid-template-columns: 5fr 19fr 5fr 11fr 5fr 10fr 5fr 12fr 2fr 12fr 7fr;
}
div.panel-search > div{
  padding: 5px;
}
div.panel-search-grid > div.merge-large{
  grid-column: 4/11;
  grid-row: 1/2;
}
div.panel-search-grid > div.merge-small{
  grid-column: 4/7;
  grid-row: 1/2;
}
div.panel-search-grid > div.merge-btn{
  grid-column: 7/12;
  grid-row: 1/3;
}

div.fund-search-title{
  display: grid;
  align-items: center;
  justify-items: end;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px;
}
.btn-fund-off, .btn-fund-off:hover, .btn-fund-off:focus{
  border: 1px solid #424642;
  color: #424642;
  background-color: #E1E5EA;
}
.btn-fund-off.active, .btn-fund-off.active:hover, .btn-fund-off.active:focus{
  background-color: #424642;
  color: #FFF;
}

table.remitRequestPrint-table tbody tr th,
table.remitRequestPrint-table tbody tr td{
  border: 1px solid #000;
  padding: 2px;
  height: 27px;
  font-size:12px;
}
table.remitRequestPrint-table tbody tr th{
  background-color: #EEE !important;
}

div.approval-form{
  padding: 0;
  margin-top: 10px;
}
table.approval-table{
  width: 100%;
}
table.approval-table tbody tr th,
table.approval-table tbody tr td{
  border: 1px solid #000;
  padding: 3px;
  font-size: 12px;
  text-align: center;
}
table.approval-table tbody tr th.text-left,
table.approval-table tbody tr td.text-left{
  text-align: left;
}
table.approval-table tbody tr.approval-sign th,
table.approval-table tbody tr.approval-sign td{
  height: 50px;
}

div.search-title {
  display: grid;
  align-items: center;
  /* justify-content: right; */
  height: 32px;
  background-color: rgb(227, 231, 237);
  border-radius: 4px;
  margin-top: 3px;
}
div.search-title span{
  color: rgb(63, 70, 84);
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px;
}

.auto-height{
  height: auto !important;
}

div.panel-right{
  text-align: right;
  padding-right: 5px;
}

div.record-top{
  border-bottom: 1px solid #A9A9A9;
  padding: 0 0 5px 0 !important;
}
div.record-bottom{
  padding: 5px 0 0 0 !important;
  background-color: #F8F5F1;
  border-bottom: 2px solid #656565;
  margin-top: 20px;
}
div.fund-nav{
  padding: 5px 0 0 0 !important;
  background-color: #F8F5F1;
  border-bottom: 2px solid #656565;
}

div.dropdown-wj {
  min-width: 200px;
  display: inline-block;
  background-color: #EDEDED;
  border-radius: 5px;
  border: 2px solid #656565;
  box-shadow: 0 0 10px #EDEDED;
  transition: all .5s ease;
  position: relative;
  font-size: 16px;
  height: 32px;
  text-align: left;
  padding: 3px 5px;
  cursor: pointer;
  font-weight: bold;
  font-family: 'NanumBarueGothic', sans-serif;
}
div.dropdown-wj .select > i {
    font-size: 13px;
    color: #656565;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    padding: 2px;
}
div.dropdown-wj.active:hover,
div.dropdown-wj.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
div.dropdown-wj.active .select > i {
    transform: rotate(-90deg)
}
div.dropdown-wj .dropdown-menu{
    position: absolute;
    background-color: #0096af;
    color: #FFF;
    /* color: #656565; */
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 280px;
    overflow-y: auto;
    z-index: 9
}
div.dropdown-wj .dropdown-menu li{
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}
div.dropdown-wj .dropdown-menu {
    padding: 0;
    list-style: none
}
div.dropdown-wj .dropdown-menu li:hover {
    background-color: #f2f2f2;
    color: #000;
}
div.dropdown-wj .dropdown-menu li:active {
    background-color: #e2e2e2;
}

div.dropdown-hold{
  margin-top: 5px;
}
div.div_holdContent{
  padding-top: 5px;
}

div.div_holdContent table.dataTable thead th, div.div_holdContent table.dataTable thead td,
div.div_detailContent table.dataTable thead th, div.div_detailContent table.dataTable thead td{
  padding: 5px 10px;
}

/* 예산실적 상단 Navigation bar */
.header_wrap{
  z-index: 5;
  width: 100%;
  min-width: 1734px;
  height: 28px;
  /* background-color: white; */
  /* border-bottom: 2px solid #656565; */
  /* background-color: #EDEDED; */
}
.record-bottom:hover .gnb_unfold,
.fund-nav:hover .gnb_unfold{
  display: block;
  z-index: 5;
}

.header_wrap .pix-header_wrap{
  height: 30px;
}
.gnb_wrap .gnb_fold{
  min-width: 1734px;
  position: absolute;
  height: 30px;
  padding: 0px;
  z-index: 5;
}
.gnb_wrap .gnb_fold .gnb_wrap-ul{
  overflow: hidden;
  float: right;
  width: 100%;
  height: 100%;
  padding: 0;
}
.header_wrap ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_wrap .gnb_unfold ul li{
  cursor: pointer;
}
/* .header_wrap .gnb_fold li:hover, */
.header_wrap .gnb_unfold li.gnb-sub:hover{
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}
/* .header_wrap .gnb_fold li:hover a, */
.header_wrap .gnb_unfold li.gnb-sub:hover a{
  font-weight: bold;
  color: #0068b7 !important;
}
.header_wrap .gnb_wrap .gnb_wrap-ul .gnb-title {
  float: left;
  width: 180px;
  font-size: 16px;
  font-family: 'NanumBarueGothic', sans-serif;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #5bc0de;
}


.header_wrap:hover .gnb_unfold{
  display: block;
  z-index: 9999;
  height: 145px;
  -webkit-box-shadow: 0px 20px 32px -2px rgba(0,0,0,0.24);
  box-shadow: 0px 20px 32px -2px rgba(0,0,0,0.24);
  border-bottom: 1px solid #dfdfdf;
}

.gnb_wrap .gnb_unfold{
  display: none;
  width: 100%;
  min-width: 1734px;
  height: 0px;
  position: absolute;
  margin-top: 33px;
  padding: 0px;
  z-index: 5;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.gnb_wrap .gnb_unfold .gnb_unfold_inside{
  overflow: hidden;
  float: right;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  background-color: #5bc0de;
  border-top: 1px solid white;

}
.gnb_wrap .gnb_unfold .gnb_unfold_inside > li{
  float: left;
  min-height: 120px;
  border-right: 1px solid white;
}
.gnb_wrap .gnb_unfold ul .gnb-sub {
  /* color: #ffffff; */
  color: white;
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  width: 180px;
  padding: 0;
}
.gnb_wrap .gnb_unfold ul .gnb-sub a{
  color: white;
}

/* 자금관리 상단 Navigation bar */
div.fund-nav{
  padding: 5px 0 0 0 !important;
  background-color: #F8F5F1;
  border-bottom: 2px solid #656565;
}

/* 실적 테이블 디자인 */
div.record-sheet{
  position:relative;
  max-width:1750px;
  overflow:hidden;
  height: 725px;
}
div.record-sheet div.div_content {
  width: 100%;
  /* overflow: auto; */
}
div.record-sheet table {
  border-collapse:separate;
  border-spacing:0;
}
div.record-sheet table th, div.record-sheet table td {
  padding: 5px 10px;
  white-space: nowrap;
  vertical-align: middle;
  min-width: 70px;
  border: 1px solid #C7B198 !important
}
div.record-sheet table th.rightBorder, div.record-sheet table td.rightBorder {
  border-right: 5px solid #C7B198 !important
}
div.record-sheet table thead th, div.record-sheet table thead td{
  height: 40px;
  background-color: #F0ECE3 !important;
}
/* div.record-sheet table.dataTable.no-footer th, div.record-sheet table.dataTable.no-footer td{
  border: 0px !important;
} */
div.record-sheet table.clone {
  position: absolute;
  left: 5px;
  top: 5px;
}

/* 실적누계(%)에 따른 행 알림 */
/* #record-content tbody td.td-normal{
} */
#record-content tbody tr td.td-steady, #record-content tbody tr:hover td.td-steady{
  /* background-color: #9ECCA4; */
  /* background-color: #DDFFBC; */
  background-color: #CAD315 !important;
  color: #1F441E;
  font-size: 15px;
}
#record-content tbody tr td.td-caution, #record-content tbody tr:hover td.td-caution{
  background-color: #FFE268 !important;
  color: #FF7A00;
  font-size: 15px;
}
#record-content tbody tr td.td-danger, #record-content tbody tr:hover td.td-danger:hover{
  background-color: #FF7A00 !important;
  color: #864000;
  font-size: 15px;
}
#record-content tbody tr td.td-serious, #record-content tbody tr:hover td.td-serious:hover,
#detail-content tbody tr td.td-serious, #detail-content tbody tr:hover td.td-serious:hover{
  background-color: #EEC4C4 !important;
  color: #931A25;
  font-size: 15px;
}

span.deadline-info{
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
}

span.deadline-slip{
  background-color: #91c483;
}

span.deadline-record{
  background-color: #00b4d8;
}

button.btn-search, button.btn-search:hover{
  vertical-align: top;
  margin-left: 5px;
}

table.dataTable thead.padding-sm th, table.dataTable thead.padding-sm td {
  padding: 5px !important;
}
table.dataTable tbody.margin-sm th div, table.dataTable tbody.margin-sm td div {
  margin: 7px 0px !important;
}

svg g.bb-chart-text text.bb-text{
  font-size: 10px;
  font-weight: bold;
}

div.btn-box{
  margin: -3px -2px;
}
div.btn-box button.btn-max{
  height: 30px;
  line-height: 17px;
  width: 240px;
  margin: 0px 2px;
  font-weight: 700;
}
div.btn-box button.btn-md{
  height: 30px;
  line-height: 17px;
  width: 160px;
  margin: 0px 2px;
  font-weight: 700;
}
div.btn-box button.btn-sm{
  height: 30px;
  line-height: 17px;
  width: 80px;
  margin: 0px 2px;
  font-weight: 700;
}

.group-btn-3f button,
.group-btn-3f label.btn{
  width: 33.333%;
}

.form-hold{
  display:inline !important;
}

div.mb-sm{
  margin-bottom: 5px;
}

span.wt_f150{
  display:inline-block;
  width: 150px !important;
  height: 30px;
  line-height: 30px;
}
span.wt_f100{
  display:inline-block;
  width: 100px !important;
  height: 30px;
  line-height: 30px;
}

span.wt_f50{
  display:inline-block;
  width: 50px !important;
  height: 30px;
  line-height: 30px;
}

table.invoice_table, table.account-table{
  width: 100%;
}
table.invoice_table th, table.invoice_table td,
table.account-table th, table.account-table td{
  padding: 5px;
  border: 1px solid #C7B198;
  font-size: 13px;
  font-weight: bold;
}
table.account-table td.wt_m180{
  max-width: 180px !important;
}
table.invoice_table th, table.account-table th{
  background-color: #F0ECE3;
}

button.btn-deadline{
  margin-left: 5px;
  background-color:rgb(46, 94, 134);
  color: RGB(255,255,255);
  float: left;
  height: 34px;
}
button.btn-deadline:hover, button.btn-deadline:focus{
  color: #fff;
  background-color: #337ab7;
  border-color: #204d74;
}

.btn-off{
  border: 1px solid #45484B;
  color: #fff;
  background: rgb(115, 113, 110);
}
.btn-off.active{
  background-color: #2489c5;
}

.txt_line{
  width: 300px;
  text-overflow: ellipsis;
}

.no-drag{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.progress{
  margin-bottom: 0px;
}

.content-half{
  width: 50% !important;
  display: inline-block;
  margin: -1px -1px 0;
}

.content-box-header{
  font-size: 16px;
  margin: -1px -1px 0;
  padding: 12px;
  border-color: transparent;
  font-weight: bold;
  border-bottom: 1px solid #000;
  position: relative;
}
.bg-lime .content-box-header{
  color: #fff !important;
  background: rgb(45 170 184) /*rgb(0, 167, 146)*/ !important;
  border: 1px solid #005a49 !important;
}
.content-header-buttons{
  position: absolute;
  display: flex;
  right: 0px;
  top: 0px;
}
.content-header-buttons > .view-label{
  width: 130px;
  height: 47px;
  color: rgba(255, 255, 255, 0.9);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 47px;
}
.content-header-buttons > .btn-icon{
  width: 70px;
  height: 47px;
  color: rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 47px;
  cursor: pointer;
}
.content-header-buttons > .btn-icon:hover{
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
}
.list-group{
  margin-bottom: 1px;
}
.list-group-item{
    border-width: 1px 0 0;
    cursor: pointer;
}
.list-group-item:first-child{
    border-radius: 0;
}
.list-group-item:focus, .list-group-item:hover{
  background: #f9f9f9;
  font-weight: bold;
}
.list-group-item.active, .list-group-item.active:hover{
  background: #f1f1f1;
  border-color: rgb(221, 221, 221);
  color: RGB(0,0,0);
  font-weight: bold;
  z-index: 0;
}

.bdr-circle{
  border-radius: 50%!important;
  border: 1px solid RGB(0,0,0);
}

.bdr-circle > .img-icon{
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.circle-lg{
  height: 70px;
  width: 70px;
}

.circle-lg > .img-icon{
  font-size: 25px;
}

.bg-purple{
  background-color: RGB(217 213 246);
  border-color: #6658dd !important;
  color: #6658dd !important;
}
.bg-lime{
  background-color: #c6eee6;
  border-color: rgb(45 170 184) !important;
  color: rgb(45 170 184);
}
.bg-red{
  color: #fff !important;
  background-color: rgb(255, 41, 29) !important;
  border-color: rgb(255, 41, 29) !important;
}
.bg-blue{
  color: #fff !important;
  background-color: #0062cc !important;
  border-color: #005cbf !important;
}
.bg-dark{
  color: #fff !important;
  background-color: #545b62 !important;
  border-color: #4e555b !important;
}
.bg-light-gray{
  background-color: rgb(244, 244, 244) !important;
}
.bg-light-navy{
  background-color: rgb(205 216 227) !important;
}
.bg-light-purple{
  background-color: rgb(213, 211, 220) !important;
}
.bg-light-red{
  background-color: rgb(251, 212, 218);
  border-color: rgb(241, 85, 108) !important;
  color: rgb(241, 85, 108) !important;
}
.bg-dark-gradient, .bg-dark-gradient:hover, .bg-dark-gradient:focus{
  background-color: rgb(34, 34, 34);
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  color: RGB(255,255,255);
}


.text-truncate{
  color: #98a6ad !important;
}

.mrg-b7{
  margin: 0 0 7px 0;
}

.scr-xauto{
  overflow-x:scroll;
}

.scr-y200{
  overflow-y: auto;
  height: 200px;
}

.scr-y270{
  height: 274px;
  overflow-y: auto;
}
.scr-y285{
  height: 285px;
  overflow-y: auto;
}
.scr-y300{
  height: 300px;
  overflow-y: auto;
}
.scr-y400{
  height: 400px;
  overflow-y: auto;
}
.scr-y500{
  height: 500px;
  overflow-y: auto;
}
.scr-y530{
  height: 530px;
  overflow-y: auto;
}
.scr-y588{
  height: 588px;
  overflow-y: auto;
}
.scr-y600{
  height: 600px;
  overflow-y: auto;
}
.scr-y640{
  height: 640px;
  overflow-y: auto;
}
.scr-y650{
  height: 650px;
  overflow-y: auto;
}
.scr-y690{
  height: 690px;
  overflow-y: auto;
}

.scr-y400{
  overflow-y: auto;
  height: 400px;
}

.scr-ym200{
  overflow-y: auto;
  max-height: 200px;
}
.scr-ym420{
  height: 100%;
  max-height: 420px;
  overflow-y: auto;
}
.scr-ym480{
  height: 100%;
  max-height: 480px;
  overflow-y: auto;
}
.scr-ym510{
  height: 100%;
  max-height: 520px;
  overflow-y: auto;
}
.scr-ym700{
  height: 100%;
  max-height: 700px;
  overflow-y: auto;
}

.mrg-H10{
  margin-top:      10px !important;
  margin-bottom:   10px !important;
}
.mrg-L05{
  margin-left: 5px !important;
}
.mrg-B10{
  margin-bottom: 10px !important;
}
.mrg-B05{
  margin-bottom: 5px !important;
}
.mrg-B03{
  margin-bottom: 3px !important;
}
.mrg-5{
  margin: 5px !important;
}
.mrg-1{
  margin: 1px !important;
}
.mrg-0{
  margin: 0px !important;
}

.pdg-20{
  padding: 20px !important;
}
.pdg-6{
  padding: 6px !important;
}
.pdg-5{
  padding: 5px !important;
}

.pdg-2{
  padding: 2px !important;
}

.pdg-0{
  padding: 0px !important;
}

.fnt-s12{
  font-size: 13px !important;
}

.fnt-s13{
  font-size: 13px !important;
}

.fnt-s16{
  font-size: 16px !important;
}

.fnt-s18{
  font-size: 18px !important;
}

.fnt-s20{
  font-size: 20px !important;
}

.fnt-s25{
  font-size: 25px !important;
}
.wd-50{
  width: 50px !important;
}
.wd-60{
  width: 60px !important;
}
.wd-80{
  width: 80px !important;
}
.wd-100{
  width: 100px !important;
}
.wd-110{
  width: 110px !important;
}
.wd-130{
  width: 130px !important;
}
.wd-140{
  width: 140px !important;
}
.wd-150{
  width: 150px !important;
}
.wd-180{
  width: 180px !important;
}
.wd-200{
  width: 200px !important;
}
.wd-m100{
  min-width: 100px !important;
}
.wd-m130{
  min-width: 130px !important;
}
.wd-m200{
  min-width: 200px !important;
}
.wd-m250{
  min-width: 250px !important;
}
.wd-p100{
  width: 100% !important;
}

.hh-70{
  height: 70px !important;
}
.hh-80{
  height: 80px !important;
}
.hh-550{
  height: 550px !important;
}
.hh-650{
  height: 650px !important;
}
.hh-860{
  height: 860px !important;
}
.hh-915{
  height: 915px !important;
}
.round-bdr{
  border: 1px solid RGB(150,150,150);
  border-radius: 5px;
}

.tags, .tags:hover, .tags:focus{
  display: inline-block;
  padding: 0px 15px;
  margin: 0px 5px;
  background: rgb(152, 77, 255);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  color: #fff;
  text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  font-weight: bold;
}

.tag-right{
  float: right;
}
.tag-disabled{
  background: rgb(100, 100, 100) !important;
}

@media ( max-width: 768px ) {
  .card-item{ width: 100% !important; }
  .card-item-top{padding-top: 10px;}
  .card-item-body{display: none;}
  .card-item-price{
    background-color: RGBA(255,255,255,0.3);
    color: #000;
    margin-top: 10px;
  }
  .card-chart{
    width: 100% !important;
  }
  .panel-h920{
    height: auto !important;
  }
  .content-box{
    min-width: 650px !important;
  }

}

@media screen {
  table.pageLast{
    display: none;
  }
}

@page :last{
  table.pageLast{
    position: fixed;
    bottom: 0;
  }
}
