.row-m-10{
    margin-right: -10px;
    margin-left: -10px;
}
.col-p-10{
    padding-right: 10px;
    padding-left: 10px;
}
.row-m-3{
    margin-right: -3px;
    margin-left: -3px;
}
.col-p-3{
    padding-right: 3px;
    padding-left: 3px;
}

@media(min-width: 1200px){
  .modal-lg {
    width: 1100px;
  }
  .col-p-3 {
    width: 20%;
  }
}

/* .panel-inverse > .panel-heading {
    color: #fff;
    background-color: #3b3e47;
    border-color: #3b3e47;
}
*/

/*---------- Product search area -----------*/
.navbar-search {
    width: 75%;
    margin: 0 auto 20px;
}
.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.navbar-search > .input-group {
    width: 100%;
}
.navbar-search .form-control {
    background: #fff;
    line-height: 1.34em;
    padding: 1.01em 15px;
    border-radius: 2px;

}
.navbar-search .input-group .form-control {
    border-width: 2px;
    border-style: solid;
    border-right: 0;

    height: 53px;
}
.navbar-search .input-group .input-group-addon {


    border-width: 2px 0;
    background-color: #fff;
}

.navbar-search .search-categories > select {
    color: #999;
    padding: 0 1.75rem 0 .75rem;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 150px;
}
.navbar-search .input-group .btn {
    border-width: 2px;
    border-style: solid;
    border-left: 0;
    color: #fff;
    background-color: #37a000;
    padding: 12px 30px;
    font-size: 18px;
    height: 53px;
    /*border-radius: 25px;*/
}
.navbar-search  .input-group-btn:last-child > .btn{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*---------- Product -----------*/

.product-panel {
    margin-bottom:  6px;
    cursor: pointer;
}
.product-panel .panel-body{
    padding: 8px;
}
.product-panel img{
    width: 100%;
    height: 100px;
}
.product-panel .panel-footer {
    background-color: #f7f9fa;
    border-top: 1px solid #e1e6ef;
    padding: 8px;
    font-weight: 600;
    font-size: 13px;
    min-height: 58px;
}
.actives .panel-footer{
    background-color: #37a000;
    color: #fff;
}
.actives{
    border: 1px solid #37a000;
}



/*.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}*/


.col-form-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e4e5e7;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.select2-dropdown {
    border: 1px solid #e4e5e7;
    border-radius: 0;
}

.product-list .table > thead > tr > th, 
.product-list .table > tbody > tr > th, 
.product-list .table > tfoot > tr > th,
.product-list .table > thead > tr > td,
.product-list .table > tbody > tr > td,
.product-list .table > tfoot > tr > td {
    vertical-align: middle;
}
.total-price .table > tbody > tr > td:last-child{
    text-align: right;
}








/*---------- Client form -----------*/

.client-add {
    padding: 15px 15px 20px;
    border: 2px solid #3b3e47;
    margin-bottom: 20px;
    position: relative;
}
.client-add-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #3b3e47;
    color: #fff;
    padding: 3px;
    font-size: 13px;
}
.client-add-btn:hover{
    color: #fff;
    background-color: #37a000;
}


.form-wizard .steps, .form-wizard .steps > li > a.step {
    background-color: #fff;
    background-image: none;
    border: 0;
    box-shadow: none;
    filter: none;
    color: #374767;
}
.form-wizard .steps > li > a.step > .number {
    background-color: #eee;
    text-align: center !important;
    padding: 11px 15px 13px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.form-wizard .steps > li.active > a.step .number {
    background-color: #37a000;
    color: #fff;
}


.pager li button {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #37a000;
}
.pager li button:focus, .pager li button:hover {
    text-decoration: none;
    background-color: #eee;
}


/*Effects processing*/
.processing
{
  display: none;
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.popup_loadding
{
    display: none;
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.sk-circle {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 999;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.poppup-customer {
    top: -188px!important;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


/*Model custome*/
.n-modal-footer{
  border-top: 1px solid #e1e6ef;
  background: #f9fafb;
  padding: 10px 0;
}
.modal-body .btn.print_order, .modal-body .btn.print_order_a4, .modal-body .btn.print_order_a5{
  width: 100%;
  border-radius: 5px;
}
.n-modal-footer .btn{
  margin:0 5px;
}

/*fb setting*/
.fb-setting-menu{
  display: none;
}
.modal-ghn-content{
  position: relative;
}
/*Responsive wrap jnt-radio*/
@media(max-width: 767px){
  .radio-wrap{
    padding-left: 15px;
  }
}

.btn-info.btn-active {
  /*background-color: #c7c7c7;
  border-color: #c7c7c7;*/
}

.btn-info.btn-deactive {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
  /*background-color: #f5ca54;
  border-color: #f5ca54;*/
}
.btn-info.btn-delete {
  background-color: #e84e4e;
  border-color: #e84e4e;
}
.panel-body table tr td, .table>tbody>tr>td.vertical-middle{
  vertical-align: middle;
}

.table-scroll-horizontal {
  width: 100%;
}
.table-scroll-horizontal thead, .table-scroll-horizontal tbody{
  width: 100%;
  overflow-x:auto;
}
.table-scroll-horizontal th, .table-scroll-horizontal td {
  white-space: nowrap;
}
.table-scroll-horizontal .btn-add{
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 13px;
}
.scroll-container{
  position: relative;
  z-index: 1;
  height: 500px;
}
.scroll-container table{
  position: relative;
  margin: auto;
}
.scroll-container table tr{
overflow: hidden;
}
.scroll-container table thead th{
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 5;
  top: -1px;
  background: #eee;
}
.scroll-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scroll-container::-webkit-scrollbar-track {
    /*background-color: #ccc;*/
}
.scroll-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
    /*background-color: red;*/
}

/*========= Add Order GHTK ==============*/
.clear{
  clear: both;
}
.box-body {
  border-radius: 5px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
.box-body a{
  color: #0030ff;
}
.box-body .box-title {
  position: relative;
  font-weight: bold;
  color: #000;
  padding: 15px;
}
.box-body .box-title:before{
  content: '';
  position: absolute;
  left: 0px;
  width: 4px;
  height: 18px;
  background: #2cc194;
}
.box-content{
  padding: 10px 25px 20px 25px;
}
.box-content.pdlr-10{
  padding-left: 10px;
  padding-right: 10px;
}
.box-content .row .pd-10{
  padding-left: 10px;
  padding-right: 10px;
}
.box-body .form-control{
  border-radius: 5px;
  border: 1px solid #d5d5d5;
}
.box-body .form-control.w100per{
  width: 100%;
}
.box-body .form-control:focus {
  border-color: #0030ff;
  box-shadow: none;
}
.box-body textarea.form-control.txt-note {
  /*border: none;*/
  resize: none;
}
.box-body select.form-control.hide-arrows{
  border: none;
  text-align: right;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.box-body select.form-control.hide-arrows::-ms-expand{
  display: none;
}
.box-body .form-control.dont-select-me{
  padding: 6px 5px;
}
.box-body .add-cutomer-modal{
  border-radius: 5px;
}
.information_search .input-search{
  width:-webkit-calc(100% - 55px);
  width:-moz-calc(100% - 55px);
  width:-o-calc(100% - 55px);
  width:calc(100% - 55px);
  float: left;
}
.information_search .input-search input{
  width: 100%;
}
.box-body .box-content .btn-chose-user{
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
  color: #707070;
}
.box-body .flr{
  float: right;
}
.customer-avatar{
  width: 40px;
  margin-right: 15px;
  float: left;
}
.customer-avatar i{
  font-size: 38px;
  color: #2cc194;
}
.customer-phone-name{
  width:-webkit-calc(100% - 60px);
  width:-moz-calc(100% - 60px);
  width:-o-calc(100% - 60px);
  width:calc(100% - 60px);
  float: left;
}
.customer-phone-name .customer-name{
  font-weight: bold;
  color: #2cc194;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.customer-address{
  font-weight: bold;
}
.customer-address .address-detail{
  padding:10px;
}
.customer-address .address-detail i{
  margin-right: 10px;
}
.customer-address .address-detail .address-phone{
  line-height: 24px;
}
.box-static{
  font-weight: bold;
}
.box-static>ul{
  padding: 0;
  list-style: none;
}
.box-static > ul > li{
  padding: 10px 15px;
  color: #707070;
}
.box-static .att {
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 22px;
}
.box-static .ats {
  width: 50%;
  text-align: right;
  float: right;
}
.box-static ul > li:after{
  content: "";
  clear: both;
}
.box-static > ul > li .att.lh-34{
  line-height: 34px;
}
.box-static > ul > li.highlight{
  background: #e8f1f7;
  color: #000;
}
.box-static > ul > li.highlight .ats{
  color: #f00;
}
.box-note{
  padding: 15px;
  color: #707070;
}
.has-search .form-control{
  padding-left: 20px;
  padding-right: 30px;
}
.box-body .has-search .form-control-feedback{
  right: 0;
  top: 10px;
  left: initial;
  color: #000;
}
.select2-container--default .select2-selection--single{
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  top: 15px;
}
.wrapper-table{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.wrapper-table::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.wrapper-table::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
table.list-product{
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
table.list-product thead{
  background: #e8f1f7;
  text-transform: uppercase;
}
table.list-product thead th{
  white-space: nowrap;
}
table.list-product tr.no_item_select{
  font-weight: normal;
}
table.list-product tr td{
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: none;
  padding: 8px 5px;
}
table.list-product .choose-quantity, table.list-product .row-discount{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
table.list-product a{
  color: #9e9e9e;
}
table.list-product tr td .item_name{
  max-width: 180px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
table.list-product tr td .item_name.item_choose{
  max-width: 350px;
}
.choose-quantity .nav-button{
  display: inline-block;
  margin: 0;
  width: 25px;
  height: 30px;
  border: 1px solid #d5d5d5;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}
.choose-quantity .nav-button.q-prev{
  border-right: none;
  /*margin-right: -5px;*/
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.choose-quantity .nav-button.q-next{
  border-left: none;
  /*margin-left: -5px;*/
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.choose-quantity .quantity{
  width: 40px;
  height: 30px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  vertical-align: top;
  padding: 5px;
}
.list-product .onhand{
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: #fcc949;
  border-radius: 5px;
  transform: rotate(45deg);
  top: 5px;
  left: 3px;
  margin-left: 3px;
}
.list-product .onhand i{
  position: absolute;
  top: 4px;
  left: 8px;
  color: #fff;
  z-index: 3;
  font-size: 13px;
  font-weight: normal;
  transform: rotate(-45deg);
}
.list-product input.price{
  width: 90px;
  border: none;
  font-weight: bold;
  color:#2cc194;
  padding-left: 7px;
}
.list-product span.total_price{
  font-weight: bold;
  color:#f00;
}
.list-product span.red{
  color:#f00;
}
.list-product .row-discount .item_discount {
  width: 60px;
  height: 30px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  vertical-align: top;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
  border-color: #e9e9e9;
}
.list-product .row-discount select{
  width: 35px;
  height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  border-color: #e9e9e9;
  background: #e9e9e9;
}
/* Hidden arrows of input type number on Chrome, Safari, Edge, Opera */
.choose-quantity input::-webkit-outer-spin-button,
.choose-quantity input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.foot_grand_total{
  color: #2cc194;
}
.foot_grand_total span.total_order{
  padding-left: 7px;
}
.foot_total_discount .total_discount{
  padding-left: 10px;
}
.foot_total_final{
  color: #f00;
}
/* Hidden arrows of input type number on Firefox */
.choose-quantity input[type=number], input.hide-arrow{
  -moz-appearance: textfield;
}
/*============== Product Result =====================*/
.product-result{
  font-weight: bold;
  max-width: 100%;
}
.product-result .pro-image{
  width: 50px;
  height: 50px;
  margin-right: 15px;
  float: left;
  text-align: center;
}
.product-result .pro-image i{
  font-size: 40px;
  color: #2cc194;
  margin-top: 12px;
}
.product-result .pro-image img {
  width: 50px;
  height: 50px;
}
.product-result .pro-infor{
  float: left;
  width:-webkit-calc(100% - 65px) !important;
  width:-moz-calc(100% - 65px) !important;
  width:-o-calc(100% - 65px) !important;
  width:calc(100% - 65px) !important;
}
.product-result .pro-infor .pro-name{
  max-width: 500px;
  font-size: 12px;
}
.product-result .pro-infor .pro-name .p-name{
  max-height: 34px;
  overflow: hidden;
}
.product-result .pro-infor .pro-name span{
  color: #2cc194;
}
.product-result .pro-infor .pro-name.item_choose{
  max-width: 450px;
}
/*============== Chose Shipping =====================*/
.choose-shipping{
  margin-bottom: 25px;
}
.shipping-address{
  margin-bottom: 20px;
}
a.shipping-item{
  border: 1px solid #19d49c;
  color: #19d49c;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.shipping-item.active, a.shipping-item:hover{
  background: #19d49c;
  color: #fff;
}
.shipping-title{
  background: #e8f1f7;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.shipping-title a{
  text-transform: none;
}
.shipping-service .address-phone{
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}
.shipping-service .address-phone i{
  margin-right: 10px;
}
.c-col-pdl-0{
  padding-left: 0;
}
.shipping-service .size-group{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.shipping-service .size-group .size-item{
  margin-right: 10px;
}
.shipping-service .size-group .size-item:last-child{
  margin-right: 0;
}
.shipping-service .size-group .size-item label{
  margin-right: 2px;
}
.shipping-service .size-group .size-item input[type=number] {
  padding: 5px;
  text-align: center;
}
#has-ghtk-account, #no-ghtk-account, #has-ghn-account, #no-ghn-account{
  position: relative;
}
.ghtk-token-note {
  font-weight: bold;
  padding: 10px 15px;
}
.ghtk-token-note p{
  font-weight: normal;
  margin-bottom: 5px;
}
.alert-success.reset{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-danger.reset {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-bottom: 10px;
}
.alert-info.reset {
  color:#31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  margin-bottom: 10px;
}
/*====== Custom jnt-checkbox ======*/
.jnt-checkbox.circle{
  padding-left: 22px;
  font-weight: normal;
}
.jnt-checkbox.circle.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.jnt-checkbox.circle .jnt-checkmark {
  top: 2px;
  left: 0;
  border: 2px solid #565656;
  border-radius: 50%;
}
.jnt-checkbox.circle input:checked ~ .jnt-checkmark{
  border-color: #19d49c;
}
.jnt-checkbox.circle .jnt-checkmark:after {
  display: block;
  content: "\f00c";
  font-family: fontawesome;
  top: 0;
  left: 1px;
  width: 0;
  height: 0;
  transform: initial;
  border: none;
  font-size: 11px;
  color: #565656;
}
.jnt-checkbox.circle input:checked ~ .jnt-checkmark:after{
  color: #19d49c;
}
.jnt-partsign {
    color: #f00;
}
.jnt-partsign.disabled {
    color: initial;
}
.shipping-partner{
  margin-bottom: 20px;
}
.shipping-partner{
  /*padding: 5px;*/
}
table.list-partner tr td{
  padding: 15px 8px 10px 8px;
}
.shipping-partner .partner-logo{
  cursor: pointer;
}
.shipping-partner .partner-logo img{
  max-width: 150px;
  height: 35px;
} 
.jnt-checkbox.circle.mgb0{
  margin-bottom: 0;
}
.shipping-partner .ship_fee{
  color: #19d49c;
}
.button-group{
  text-align: center;
  margin-bottom: 25px;
}
.btn.btn-add-order {
    background: #19d49c;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
}
.btn.btn-add-order.btn-draft {
  background: #c5c5c5;
}
.btn.btn-add-order.btn-store {
  background: #a63803;
}
.btn.btn-add-order.btn-cancle{
  background: #d1d1d1;
}
.btn.btn-add-order.btn-connect{
  background: #008aff;
}
.btn.btn-add-order.btn-invoice{
  margin: 0;
  padding: 7px 10px;
}
/*======= BEGIN: Modal Custom ========*/
.modal-custom{
  /*font-weight: bold;*/
  color: #000;
}
.modal-custom .modal-body:before{
  border-top:none;
}
.modal-custom .modal-header{
  border-bottom: none;
}
.modal-warning.modal-custom .modal-header .modal-title{
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  color: #000;
}
.modal-custom .modal-header .modal-title:before {
  content: '';
  position: absolute;
  left: -15px;
  width: 4px;
  height: 12px;
  background: #2cc194;
  top: 6px;
}
.modal-custom .modal-body label{
  margin-bottom: 10px;
}
.modal-custom .modal-body .form-control{
  border-radius: 5px;
}
.modal-custom .modal-footer{
  text-align: center;
  border-top: none;
}

.choose-addr .choose-city{
  padding-right: 5px;
}
.choose-addr .choose-district{
  padding-left: 5px;
  padding-right: 5px;
}
.choose-addr .choose-ward{
  padding-left: 5px;
}
.table-scroll-horizontal .pagi-group{
  padding: 5px 10px;
}
.table-scroll-horizontal a.btn-pagi {
  border: 1px solid #337ab7;
  padding: 3px 10px;
  border-radius: 5px;
}
.change_item_group, .checkbox-group{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.change_item_group .change_item_type, .checkbox-item{
  margin-right: 20px;
}
.pagination-group{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-group .pagi-select{
  margin-right: 10px;
  margin-bottom: 5px;
}
.pagination-group .pagi-select select{
  margin: 20px 0;
}
/*==================== LOADING =====================*/
/*=============LOADING=================*/
.loading{
  position: relative;
}
.loading:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.loading:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 100px;
  height: 100px;
  background: url(../img/loading.svg) no-repeat center center;
  background-size: cover;
  opacity: 0.6;
}
.loading_fixed{
  position: relative;
}
.loading_fixed:before{
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.loading_fixed:after{
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 100px;
  height: 100px;
  background: url(../img/loading.svg) no-repeat center center;
  background-size: cover;
  opacity: 0.6;
}
.loading_fixed.bulk:before{
  background: rgba(0,0,0,0.1);
}
.loading_fixed.bulk:after{
  width: 200px;
  height: 200px;
}
/*============ BIKE LOADING ==============*/
.loading_bike{
  position: relative;
}
.loading_bike:before{
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.3);
  z-index: 9999;
}
.loading_bike:after{
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 180px;
  height: 120px;
  background: url(../img/bike-loading.gif) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
/*======= Shipping Partner Config =======*/
.item-partner {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e1e6ef;
  border-radius: 5px;
}
.item-partner .row-partner{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.item-partner .partner-logo img{
  max-width: 150px;
}
.item-partner .partner-name{
  font-weight: bold;
  color: #19d49c;
  margin-bottom: 5px;
}
.item-partner .partner-name .connected{
  color: #08f;
  font-weight: normal;
}
.item-partner .partner-name .not-connected{
  color: #f00;
  font-weight: normal;
}
.item-partner .button-connect{
  text-align: center;
}
.partner-desc p{
  margin-bottom: 5px;
}
.info-connect ul.info-more, ul.reset-ul{
  padding-left: 15px;
}
.info-connect ul.info-more li,  ul.reset-ul li{
    padding: 3px 0;
}
#modal-connect-ghtk .tab-content, #modal_get_ghtk_token .tab-content{
  border: 1px solid #dedede;
  border-top: none;
  padding: 10px;
}
/*======= Media min =======*/
@media only screen and (min-width: 1200px) {
  .product-result .pro-infor .pro-name{
    max-width: 100%;
  }
}
@media only screen and (min-width: 1335px) {
  .product-result .pro-infor .pro-name{
    max-width: 100%;
  }
}
/*======= Media max =======*/
@media all and (max-width: 1199px){
  .md-mgb-10{
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1199px){
  table.list-product tr td .item_name.item_choose{
    max-width: 270px;
  }
}
/*======= END: Modal Custom ========*/
@media all and (max-width: 1024px){
  .box-body .information_search .input-search input#search_customer{
    width: 100% !important;
  }
  /*.box-body .form-control#search_customer{
    width:-webkit-calc(100% - 55px) !important;
    width:-moz-calc(100% - 55px) !important;
    width:-o-calc(100% - 55px) !important;
    width:calc(100% - 55px) !important;
  }*/
  .box-body .form-group.has-feedback{
    margin-top: 10px;
  }
}
@media all and (max-width: 991px){
  .box-body .information_search .input-search input#search_customer{
    width: 100% !important;
  }
  .choose-quantity .nav-button {
    width: 30px;
    height: 30px;
    padding: 2px;
  }
  .choose-quantity .quantity{
    width: 50px;
    height: 30px;
  }
}
@media all and (max-width: 768px){
  .modal-custom .modal-body label{
    margin-top: 10px;
  }
  .c-col-pdl-0{
    padding-left: 15px;
  }
  .choose-addr .choose{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 460px){
  a.shipping-item{
    display: block;
    margin-bottom: 10px;
  }
}
/*============== POS INVOICE ===============*/
.list-tab-invoice{
  list-style: outside none none;
  display: flex;
  padding: 0;
  float: left;
}
.list-tab-invoice li{
  font-weight: 500;
  margin-right: 15px;
  height: 34px;
}
.list-tab-invoice li.active, .list-tab-invoice li:hover{
  border-bottom: 2px solid #19d49c;
}
.list-tab-invoice li a{
  color: #000;
  padding: 10px 5px 0 0;
  line-height: 34px;
}
.list-tab-add {
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #19d49c;
  cursor: pointer;
}
table.table-invoice tr td{
  vertical-align: middle;
}
table.table-invoice tr td a.remove_item, a.remove_more, a.remove_filter{
  color: #9e9e9e;
}
input.form-control.form-quantity{
  width: 100px;
  text-align: center;
}
input.form-control.form-stock{
  width: 80px;
  text-align: center;
}
input.form-control.form-price{
  width: 120px;
  text-align: center;
}
.select_warehouse{
  border: 1px solid #ddd;
  height: 34px;
  width: 100%;
  padding-left: 27px;
}
.form-invoice .row .pdr-10 {
  padding-right: 10px;
}
.form-invoice .row .pdl-10 {
  padding-left: 10px;
}
.form-invoice .row .pdr-5 {
  padding-right: 5px;
}
.form-invoice .row .pdl-5 {
  padding-left: 5px;
}
.right-block-header{
  background-color: #f9fafc;
  border: solid 1px #ddd;
  border-top: none;
  border-width: 1px 0 1px 0;
  display: inline-block;
  width: 100%;
}
.right-block-header .block-header-left{
  float: left;
}
.right-block-header .block-header-right{
  float: right;
  padding: 10px;
}
.right-block-header .block-header-right a{
  color: #19d49c;
}
.right-block-header .nav-tabs{
  border-bottom: 0;
}
.right-block-header .nav-tabs li{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
.right-block-header .nav-tabs > li > a{
  font-weight: normal;
  padding: 10px 15px;
  border:none;
  background: transparent;
  font-weight: bold;
}
.right-block-header .nav-tabs > li > a:hover, .right-block-header .nav-tabs > li > a:focus{
  background: transparent;
}
.right-block-header .nav-tabs > li.active > a, .right-block-header .nav-tabs > li.active > a:hover, .right-block-header .nav-tabs > li > a:hover,
.right-block-header .nav-tabs > li.active > a:focus{
  border:none;
  color: #19d49c;
}
.right-block-header .nav-tabs li.active:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 40%;
  border: 10px solid transparent;
  border-top-color: #ddd;
  transform: rotate(180deg);
}
.right-block-header .nav-tabs li.active:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 40%;
  border: 10px solid transparent;
  border-top-color: #fff;
  transform: rotate(180deg);
}
.right-block-content{
  padding: 10px;
}
.right-block-content .customer-address .address-detail{
  padding: 0;
}
.right-block-content .box-static{
  font-weight: normal;
}
.right-block-content .box-static.box-payment .att{
  line-height: 45px;
}
.right-block-content .box-static.box-payment .ats{
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.right-block-content .box-static ul li{
  padding: 0;
}
.right-block-content .txt-note{
  resize: none;
}
.right-block-content .box-note{
  padding: 0;
}
.right-block-header .block-filter{
  float: left;
}
.right-block-header .block-arrow{
  float: right;
}
.block-product .right-block-header{
  padding: 5px;
}
.btn-arrow{
  background: #19d49c;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 0px 10px;
  border: none;
}
.btn-arrow.btn-filter{
  font-size: 14px;
  line-height: 28px;
}
.btn-arrow.prev{
  margin-right: 3px;
}
.block-product .profile-pic{
  border:none;
}
.block-product .owl-stage-outer{
  padding-left: 30px;
}
.block-product .right-block-header{
  border-bottom: 0;
}
.scroll-container.list_product table thead th{
  background: #fff;
}
.change_customer{
  color: #f00;
  font-size: 16px;
}
.change_customer:hover, .change_customer:focus{
  color: #19d49c;
}
#full_screen{
  background: #f1f3f6;
}
.btn-success.btn-confirm{
  background-color: #19d49c;
  border-color: #19d49c;
}
.btn-success.btn-confirm.uploaded{
  background-color: #cac7c7;
  border-color: #cac7c7;
}
.btn-success.btn-confirm.btn-popup-edit{
  width: 34px;
  height: 32px;
}
.btn-cancel{
  background-color: #efefef;
  border: 1px solid #efefef;
}
a.btn-cancel{
  color:#333;
}
.select2-container--default .select2-search--inline .select2-search__field{
  padding-left: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  padding-left: 10px;
}

.modal-warning.modal-custom .modal-header {
  background-color : #f9f9f9;
}
#customer_pagination .pagination{
  margin: 5px 0;
}
table.table-invoice .row-discount{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.table-invoice .row-discount .item_discount{
  width: 60px;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  vertical-align: top;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
  border-color: #e9e9e9;
}
.table-invoice .row-discount select {
  width: 35px;
  height: 34px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  border-color: #e9e9e9;
  background: #f5f5f5;
  font-weight: bold;
}
.table-invoice .form-control[disabled]{
  background: #f5f5f5;
}
.flex_row_center{
  display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: flex;width: 100%;align-items: center;
}
textarea.no-resize{
  resize: none;
}
textarea.resize-vertical{
  resize: vertical;
}
.mgb10, .panel.mgb10{
  margin-bottom: 10px;
}
.mgb40{
  margin-bottom: 40px;
}
/*====================PROMOTIONS=======================*/
.table-promotion .form-control{
  border-radius: 4px;
}
.table-promotion .form-control.error_valid{
  border: 1px solid #fb8787eb;
}
table.table-promotion{
  margin-bottom: 10px;
}
table.table-promotion .row-discount{
  display: inline-flex;
}
.table-promotion .row-discount .item_discount{
  width: 100px;
}
.table-promotion input.form-control.form-price{
  width: 150px;
}
.select2-container--default .select2-selection--multiple{
  border: 1px solid #e4e5e7;
}
.label_note{
  font-weight: normal;
  color: #ff8d00;
}
.select2-selection__rendered .select2-selection__choice{
  background-color: #19d49c !important;
}
.box-promotion-method .has-search .form-control {
  padding-right: 12px;
  padding-left: 30px;
}
.table-filter{
  border:1px solid #e4e5e7;
}
.mt-3{
  margin-top: 3px;
}
.half-box{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.half-box .half-left{
  width: 115px;
}
.half-box .half-left-65{
  width: 65px;
}
.datepicker_multiple[readonly]{
  background-color: #fff;
}
.panel-body.panel-custom{
  border-top: none;
  padding: 15px 10px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none;
}
.box-edit .btn-chose-user{
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
  color: #707070;
}
.tooltip-inline .tooltip.fade {
  white-space: nowrap;
}
.box-edit .form-control{
  border-radius: 5px;
}
.box-edit .input-group .form-control:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn.btn-danger.customize, .btn.btn-info.customize, .btn.btn-success.customize{
  padding: 5px;
  border: none;
  font-size: 12px;
}
.edit_address{
  cursor: pointer;
}
.note_upload {
  margin-bottom: 10px;
  color: #f1750b;
}
.td_error{ background: #FF0000; color: #e4e423}
.td_warning{ background: #fbcb09}
.mgr-5{
  margin-right: 5px;
}
.table-edit>tbody>tr.tr_editting td{
  background-color: #e0f5ee;
}
.btn.btn-danger.report-detect{
  border: none;
}
.panel-body.panel-custom .table_jnt tbody tr{
  height: 50px;
}
.modal-custom .modal-body .input-group .form-control:first-child{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-custom .modal-body .input-group .form-control:last-child{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-custom .modal-body .input-group .form-control:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.address_detail, .edit_address_detail{
  cursor: pointer;
}

.customer-note{
  font-weight: normal;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.customer-order{
  padding-right: 15px;
}
.customer-order:last-child{
  margin-left: 10px;
}
.customer-order .customer-order-title{
  color: #2cc194;
  cursor: pointer;
}
.customer-order .customer-order-title:after{
  content: "\f0dd";
  font-family: FontAwesome;
  position: relative;
  bottom: 3px;
  left: 2px;
}
.customer-order .customer-order-title i{
  /*margin-right: 5px;*/
}
.customer-order .customer-order-body{
  display: none;
  width: 600px;
  height: 240px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 5;
  right: 0;
  border: 1px solid #f5f7fb;
  margin-top: 10px;
  box-shadow: -3px 3px 3px 0px #f5f7fb;
  overflow-x: auto;
  overflow-y: auto;
}
/*.customer-order .customer-order-body.active{
  display: block;
}*/
.customer-order .customer-order-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.customer-order .customer-order-body::-webkit-scrollbar-track {
  /*background-color: #f5f7fb;*/
}
.customer-order .customer-order-body::-webkit-scrollbar-thumb {
  background-color: #f5f7fb;
}
.customer-order .customer-order-body .items{
  position: relative;
  padding: 10px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.customer-order .customer-order-body .items:hover{
  background: #f5f7fb;
}
.customer-order .customer-order-body .items:after {
  content: " ";
  border-bottom: 1px solid #f5f7fb;
  width:-webkit-calc(100% - 30px);
  width:-moz-calc(100% - 30px);
  width:-o-calc(100% - 30px);
  width:calc(100% - 30px);
  position: absolute;
  left: 15px;
  bottom: 0;
}
.customer-order .customer-order-body .items .item{
  width: 25%;
}
.customer-order .customer-order-body .items .item-shop{
  width: 150px;
}
.customer-order .customer-order-body .items .item-note{
  width: 310px;
  margin-left: 10px;
}
.customer-order .customer-order-body .items .item-date{
  width: 95px;
  margin-left: 5px;
}
.customer-order .customer-order-body .items .item a{
  color: #2cc194
}
.customer-order .customer-order-body .items .item .total-order{
  font-weight: bold;
}
.customer-order .badge{
  padding: 5px 7px;
}
.row_date_range{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.row_date_range .date-filter-range{
  text-align: center;
  width:-webkit-calc(100% - 135px);
  width:-moz-calc(100% - 135px);
  width:-o-calc(100% - 135px);
  width:calc(100% - 135px);
  display: inline-block;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.row_date_range .date-filter-type{
  width: 130px;
  border-left:none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/**=======OVERVIEW SHIPPING========**/
.panel-body.panel-overview{
  padding: 10px 20px;
}
.overview-title{
  padding: 20px 0;
  font-size: 17px;
  font-weight: 400;
  color: #6b7586;
}
.content-overview .form-control:focus{
  border-color: #307fff;
}
.heading-note{
  font-style: italic;
  color :#307fff;
}
.heading-title.has-border{
  padding-bottom: 15px;
  border-bottom: 1px solid #edf1f8;
}
.heading-title .heading-left{
  width: 50%;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 34px;
}
.heading-title .heading-right{
  float: right;
}
input.date-range{
  width: 220px;
  padding-left: 30px;
  border-radius: 5px;
  text-align: center;
}
.faForm{
  position: relative;
}
.faForm:before{
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#999999;
}
.overview-status-items{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.overview-status-items .item{
  flex: 22%;
  border: 1px solid #b7c5cb;
  border-radius: 5px;
  padding: 15px;
  margin: 10px;
  text-align: center;
}
.overview-status-items .item .item-icon{
  width: 34px;
  height: 34px;
  margin: 0 auto;
  background: #eaf2ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.overview-status-items .item .item-orders{
  font-size: 18px;
  color:#307fff;
}
.overview-status-items .item .item-money{
  color:#307fff;
}
.table.table-check{
  margin-bottom: 30px;
}
.table.table-check.table-report{
  margin-bottom: 0px;
}
.table.table-check>tbody>tr>td{
  border:none;
  height: 70px;
}
.table.table-check.table-report>tbody>tr>td{
  height: 60px;
}
.table.table-check>thead>tr>th{
  padding: 15px 8px;
  color:#aaafb8;
  font-weight: normal;
  border-bottom: 1px solid #edf1f8;
}
.table.table-check>tfoot>tr>td{
  font-weight: bold;
  border-top: 1px solid #edf1f8;
  padding: 15px 8px;
}
.table.table-check .title{
  font-weight: bold;
}
.content-overview .box-report{
  border: 1px solid #b7c5cb;
  padding: 15px;
  border-radius: 10px;
}
.chart-title {
  text-align: center;
  color: #848c99;
  font-size: 15px;
  margin-bottom: 20px;
}
.chart-box{
  padding: 20px 0;
  margin-bottom: 10px;
}
.chart-legend{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
}
.chart-legend .legend-item{
  margin-bottom: 10px;
  margin-right: 15px;
}
.legend-item i{
  font-weight: bold;
  margin-right: 3px;
}
.legend-item i.color-1{
  color: #659cff;
}
.legend-item i.color-2{
  color: #ff808b;
}
.legend-item i.color-3{
  color: #4d4cac;
}
.legend-item i.color-4{
  color: #66d7ff;
}
.title-flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title-flex select{
  width: 200px;
  margin-left: 20px;
  border-radius: 5px
}
.note_partner {
  background: #e8f1f7;
  padding: 15px;
  margin-top: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
body.modal-open {
  overflow: hidden;
}
.config-title{
  position: relative;
  padding: 5px 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  /*border-bottom: 2px solid #19d49c;*/
}
.config-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #19d49c;
  position: absolute;
  bottom: 0;
  left: 0;
}