/* change text color */
body {
  color: #505050;
}
table th {
  color: #696969;
}
.table-bordered>thead>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>tfoot>tr>td {
  border: 1px solid #d8d8d8;
}
.table-bordered>thead>tr>th, 
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}
.control-label {
  color: #696969;
}
#nav a {
  color: #696969;
}
/* end change text color */
@media (min-width: 992px) {
    .modal-slg {
        width: 900px
    }
}
@media (min-width: 1280px) {
    .modal-slg {
        width: 1200px
    }
}
@media (min-width: 768px) {
    .modal-dialog.modal-slg {
        margin: 15px auto;
    }
}
.btn-group.edit-button-group>.btn+.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
/* set z-index > modal for datepicker */
.uib-datepicker-popup.dropdown-menu {
  z-index: 1051;
}
/* quotation summary */
.btn.btn-quotation-type {
  cursor: default;
  padding: 2px 8px;
  font-size: 18px;
}
.quotation-summary .basket-content {
  max-height: 450px;
}
.quotation-summary .basket-content table.table-basket ul.list-group li {
  min-width: 110px;
  font-size: 10px;
}
.quotation-summary .basket-content table.table-basket thead tr th.product-column{
  min-width: 100px;
}
.quotation-summary .basket-content table.table-basket thead tr th.color-column{
  min-width: 80px;
}
.quotation-summary .basket-content .table>thead>tr>th,
.quotation-summary .basket-content .table>thead>tr>td, 
.quotation-summary .basket-content .table>tbody>tr>th, 
.quotation-summary .basket-content .table>tbody>tr>td {
  padding: 4px 5px 4px 5px;
}
.width-30 {
  width: 30px;
}
/* end quotation summary */
.top-header.test-version{
  background-color: #B13D31;
}
.top-header.test-version .logo{
  background-color: #B13D31;
}
.preloading
{
    background: #fff url("../images/preloading.gif") no-repeat scroll center center;
    position: absolute;
    left:0px;
    top:0px;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
}
html.loaded .preloading
{
    display: none;
}
img.img20_20 {
    width: 20px;
    height: 20px
}
.price-box{
  width: 67px;
}
.quantity-box{
  width: 50px;
}
.payment-client-price {
  max-width: 100px;
}
.text-bold {
  font-weight: 600;
}
.checkbox-popover .ui-checkbox-2 input[type="checkbox"]:checked + span:after{
  top: 7px;
}
/*logo*/
.logo_img
{
  content:url("../images/modaencasa_logo2_WH.png");
  height: 23px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.cursor-pointer{
    cursor: pointer;
}
.bootbox.modal{
    z-index: 1060;
}
.list-group.not-margin{
    margin-bottom: 0px;
}
.color-white {
  color: white !important;
}
.bg-red {
  background-color: #d81d0a;
  color: white;
}
.bg-default {
  background-color: #eee;
  color: #979797;
}
.bg-wheat {
  background-color: #F5DEB3;
}
.bg-light-grey {
  background-color: #fbfbfb;
}
.bg-light-grey-1 {
  background-color: #ababab;
  color: white;
}
.bg-pumpkin {
  background-color: #d35400;
  color: white;
}
.bg-dark-green {
  background-color: #11866F;
  color: white;
}
.bg-dark-orchid  {
  background-color: #9932CC;
  color: white;
}
.bg-khaki {
  background-color: #ffc926;
  color: white;
}
.bg-lime {
  background-color: #c9ff26;
  color: white;
}
.bg-olive {
  background-color: #93ff26;
  color: white;
}
.bg-cyan {
  background-color: #50D29F;
  color: white;
}
.bg-medium-greenish-cian{
  background-color: #6DA398;
  color: white;
}
.bg-pure-cyan {
  background-color: #1CA6A1;
  color: white;
}
.bg-dark-greenish-cian {
  background-color: #14815C;
  color: white;
}
.bg-blue-cian {
  background-color: #26c9ff;
  color: white;
}
.badge-white {
    background-color: #fff;
    color: #ddd;
}

/* status select */
.select-info,
select.form-control.select-info {
  background-color: #2ec1cc;
  color: white;
  border: 1px solid #1bb2bd;
}
.select-primary,
select.form-control.select-primary{
  background-color: #2980b9;
  color: white;
  border: 1px solid #0d659e;
}
.select-danger,
select.form-control.select-danger{
  background-color: #E94B3B;
  color: white;
  border: 1px solid #e63624;
}
.select-warning,
select.form-control.select-warning{
  background-color: #FFB61C;
  color: white;
  border: 1px solid #f3a500;
}
.select-success,
select.form-control.select-success{
  background-color: #23ae89;
  color: white;
  border: 1px solid #13a77f;
}
.select-danger,
select.form-control.select-danger{
  background-color: #d92a18;
  color: white;
  border: 1px solid #b92415;
}
select.form-control.select-info option,
select.form-control.select-primary option,
select.form-control.select-danger option,
select.form-control.select-warning option,
select.form-control.select-success option,
select.form-control.select-danger option {
  background-color: white;
  color: #555;
}
select.form-control.select-info[disabled],
select.form-control.select-primary[disabled],
select.form-control.select-danger[disabled],
select.form-control.select-warning[disabled],
select.form-control.select-success[disabled],
select.form-control.select-danger[disabled]{
  opacity: 0.65;
}
/* end status select */
/* chosen select */
.input-group select[chosen].form-control {
  position: absolute;
}
.has-filter > .input-group > input,
.has-filter > input,
.has-filter > .input-group > .chosen-container.chosen-container-single .chosen-single,
.has-filter > .chosen-container.chosen-container-single .chosen-single,
.has-filter > .ui-select-container.ui-select-multiple.ui-select-bootstrap,
.has-filter > .chosen-container.chosen-container-multi .chosen-choices {
  border: 1px solid #ffcb00;
  background-color: #ffe992;
}
/* end chosen select */
/* status span */
span.badge.select-info{
  background-color: #2ec1cc;
  color: white;
  border: none;
  padding: 6px 9px;
  border-radius: 14px;
}
span.badge.select-primary{
  background-color: #2980b9;
  color: white;
  border: none;
  padding: 6px 9px;
  border-radius: 14px;
}
span.badge.select-danger{
  background-color: #E94B3B;
  color: white;
  border: none;
  padding: 6px 9px;
  border-radius: 14px;
}
span.badge.select-warning{
  background-color: #FFB61C;
  color: white;
  border: none;
  padding: 6px 9px;
  border-radius: 14px;
}
span.badge.select-success{
  background-color: #23ae89;
  color: white;
  border: none;
  padding: 6px 9px;
  border-radius: 14px;
}
/* end status span */
table.table-center, table.table-center > thead > tr > th,
table.table-center input, table.table-center > tbody > tr > td{
    text-align: center;
    margin : 0 auto;
    vertical-align: middle;
}
.small-text{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}
.big-text{
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}
.text-ssm{
  font-size: 10.5px;
}
.size-10 {
  font-size: 10px;
}
.size-14 {
  font-size: 14px;
}
.size-25{
  font-size: 25px !important;
}
input[type=number].non-spin::-webkit-inner-spin-button, 
input[type=number].non-spin::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number].non-spin {
    -moz-appearance:textfield;
}
.pd-0{
  padding: 0px !important;
}
.pdl-0{
  padding-left: 0px !important;
}
.pdr-0{
  padding-right: 0px !important;
}
.pdr-15{
  padding-right: 15px !important;
}
.pdt-5 {
  padding-top: 5px !important;
}
/*margin class*/
.mg-0{
  margin: 0px !important;
}

.mgr-0{
  margin-right: 0px !important;
}
.mgr-2{
  margin-right: 2px !important;
}
.mgr-5{
  margin-right: 5px !important;
}
.mgr-10{
  margin-right: 10px !important;
}
.mgr-15{
  margin-right: 15px !important;
}
.mgr-20{
  margin-right: 20px !important;
}
.mgr-25{
  margin-right: 25px !important;
}
.mgr-30{
  margin-right: 30px !important;
}

.mgl-0{
  margin-left: 0px !important;
}
.mgl-5{
  margin-left: 5px !important;
}
.mgl-10{
  margin-left: 10px !important;
}
.mgl-15{
  margin-left: 15px !important;
}
.mgl-20{
  margin-left: 20px !important;
}
.mgl-25{
  margin-left: 25px !important;
}
.mgl-30{
  margin-left: 30px !important;
}

.mgt-0{
  margin-top: 0px !important;
}
.mgt-5{
  margin-top: 5px !important;
}
.mgt-10{
  margin-top: 10px !important;
}
.mgt-15{
  margin-top: 15px !important;
}
.mgt-20{
  margin-top: 20px !important;
}
.mgt-25{
  margin-top: 25px !important;
}
.mgt-30{
  margin-top: 30px !important;
}

.mgb-0{
  margin-bottom: 0px !important;
}
.mgb-5{
  margin-bottom: 5px !important;
}
.mgb-10{
  margin-bottom: 10px !important;
}
.mgb-15{
  margin-bottom: 15px !important;
}
.mgb-20{
  margin-bottom: 20px !important;
}
.mgb-25{
  margin-bottom: 25px !important;
}
.mgb-30{
  margin-bottom: 30px !important;
}
/* select quotation status */
.quotation-status{
  width: 100px;
  display: inline;
  margin-right: 2px;
}
/* btn excel export */
.btn-excel-export{
  background-image: url('../images/xls-icon.png');
  background-position: 5px 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 35px;
}
/* btn pdf export */
.btn-pdf-export{
  background-image: url('../images/pdf.ico');
  background-position: 5px 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 35px;
}
/* btn print */
.btn-print{
  background-image: url('../images/print.ico');
  background-position: 5px 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 35px;
}
/* datepicker input */
table tr td .datepicker-control{
  max-width: 90px;
}
/* loading input */
input.input-loading {    
    background-image: url("../images/input-loading.gif");
    background-size: 23px 23px;
    background-position: 99% center;
    background-repeat: no-repeat;
}
/*records perpage dropdown*/
.records-perpage{
  margin-right:15px;
  margin-left:15px;
  vertical-align:top
}
.break-word {
  word-wrap: break-word;
}
.max-width-50 {
  max-width: 50px;
}
.max-width-70 {
  max-width: 70px;
}
/* switch */
.switch i:before{
  height: 20px;
  width: 20px;
}
.switch :checked + i{
  padding-left: 20px;
}
.switch i{
  padding-right: 20px;
}
/* end switch */
/*vertical align data table*/
.table-dynamic .table-bordered thead th {
  vertical-align: middle;
}
.uib-datepicker-popup table.uib-daypicker tbody tr td, 
.uib-datepicker-popup table.uib-daypicker thead tr th{
  padding: 1px;
}
.uib-datepicker-popup div.uib-datepicker{
  padding: 0 5px 5px 5px;
}
.uib-daypicker:focus{
  outline: none;
}
.text-inline-flex{
  display: inline-flex;
}
.ui-checkbox.non-label{
  margin:0 0px 10px 20px;
}
.ui-checkbox-2.non-label{
  margin:0 0px 0px 20px;
}
table{
  background-color: white;
  cursor: default;
}
.flag-us{
  background: #fff url("../images/flag-us-icon.gif") no-repeat;
  background-position-x: 15px;
  background-position-y: 10px;
  background-size: 28px 18px;
}
.flag-vi{
  background: #fff url("../images/flat-vietnam-icon.png") no-repeat;
  background-position-x: 15px;
  background-position-y: 4px;
  background-size: 30px 30px;
}
.flag-jp{
  background: #fff url("../images/Japan-Flag.png") no-repeat;
  background-position-x: 15px;
  background-position-y: 4px;
  background-size: 30px 30px;
}
/*
*checkbox with tick icon
*/
.ui-checkbox-2 {
  position: relative;
  margin: 0 20px 10px 20px;
}
.ui-checkbox-2 input[type="checkbox"] {
  display: none;
}
.ui-checkbox-2 input[type="checkbox"] + span {
  font-weight: normal;
}
.ui-checkbox-2 input[type="checkbox"]+span:hover {
    cursor: pointer
}
.ui-checkbox-2 input[type="checkbox"] + span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: -20px;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.ui-checkbox-2 input[type="checkbox"]:disabled + span:before {
  opacity: .65;
  border: 1px solid #ccc;
  cursor: no-drop;
}
.ui-checkbox-2 input[type="checkbox"]:checked + span:before {
  background-color: #1c7ebb;
  border: 1px solid #1c7ebb;
}
.ui-checkbox-2 input[type="checkbox"]:checked + span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: -15px;
  background: url("img/checkmark.png") no-repeat center center;
  background-size: 14px 14px;
  display: block;
}
.ui-checkbox-2 input[type="checkbox"]:disabled:checked + span:before {
  opacity: .65;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.ui-checkbox-2 input[type="checkbox"]:disabled:checked + span:after {
  opacity: .65;
  cursor: no-drop;
  background: url("img/checkmark.png") no-repeat center center;
}
#fileupload .progress{
  height: 7px;
}
.fileupload-buttonbar .progress{
  height: 7px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.display-inline{
  display: inline-flex;
}
.img-thumbnail{
  padding: 2px;
}
.img-thumbnail.img-sm {
  height: 100px;
}
.pdf-file {
  height: 80px;
}
/* datepicker */
ul.uib-datepicker-popup .uib-button-bar .btn-sm{
  padding: 4px 7px;
}
ul.uib-datepicker-popup .uib-datepicker table td,
ul.uib-datepicker-popup .uib-datepicker table th {
  padding: 1px;
}
ul.uib-datepicker-popup .uib-datepicker table td .btn-sm{
  padding: 4px 7px;
}
.uib-button-bar{
  padding: 2px 9px 2px;
}

/* end datepicker */
/*Scroll Modal*/
.modal-body.scroll-modal{
  max-height:585px;
  overflow-y:auto;
}
/*Remove image icon*/
.remove-image{
  cursor: pointer;
  font-size: 20px;
  color: #e94b3b;
  margin-right: 5px;
}
/*Remove outline for button/input file*/
.btn:focus, input[type="file"]:focus{
   outline:none;
}
.a-link{
  color: #2e8ece;
  cursor: pointer; 
}
.a-link:hover{
  color: #1c7ebb;
}
legend{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: inherit;
  color: #2e8ece;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend.okawa{
   
    width: 85% !important; 
    float: right;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1000px;
  }
}
.btn-round-ssm {
  height: 25px;
  width: 25px;
  line-height: 24px;
  padding-top: 1px;
  cursor: pointer;
}
.btn-round-ssm.disabled{
  cursor: default;
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #adadad
}
/*Product*/
.packing-info .head-title{
  color:#2e8ece;
  font-size:16px;
  margin-bottom: 0px;
  text-align: center;
}
.packing-info .box-title label.control-label{
  text-align: center;
}
.packing-info .box-details{
  margin-left: 4px;
}
.packing-info .box-details .box-label label{
  height: 34px;
}
.packing-info .box-details div .row{
  margin-bottom: -1px;
  margin-left: -16px;
}
.packing-info .box-details div .row .cbm-box{
  max-width: 100px;
  margin: 0 auto;
}
.packing-info .box-details div .row input.form-control:focus{
  border-color: #cbd5dd;
  outline: 0;
}
.product-img-ssm{
  height: 40px;
  max-width: 80px;
}
.packing-info table tbody tr th{
  text-align: center;
}
/* input group for jp volume price */
.input-group.volume-price-group{
  width: 100%;
}
.input-group.volume-price-group input.form-control{
  width: 75%;
}
.input-group.volume-price-group select.form-control{
  width: 25%;
  border-radius: 2px;
  margin-left: -1px;
  background-color: #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  background-position:right 50%;
  background-repeat:no-repeat;
}
.discontinued-item {
  background-color: #fff4e6 !important;
}
/* end input group for jp volume price */

/*Material*/
.material-img{
  max-height: 80px;
  max-width: 150px;
}
.material-img-sm{
  height: 40px;
  max-width: 150px;
}
.img-20 {
  height: 20px;
}
.material-img-ssm{
  height: 25px;
  max-width: 50px;
}
.panel-heading.panel-range{
  padding: 5px 10px;
}
.panel-heading.panel-range .ui-checkbox-2{
  margin-top: 5px;
  margin-bottom: 0px;
}
.modal-body.scroll-modal{
  max-height:550px;
  overflow-y:auto;
}
/* product modal */
.modal-body.product-modal legend .legend-checkbox input[type="checkbox"]:checked + span:after{
  top: 10px;
}
.modal-body.product-modal{
  height:585px;
  overflow-y:auto;
}
.modal-body.product-modal legend .special-price-checkbox span{
  color: #767676;
  font-size: 13px; 
  font-weight: bold;
}
.modal-body.product-modal legend .special-price-checkbox input[type="checkbox"]:checked + span:after{
  top: 10px;
}
/* sofa combination info */
.list-info.combination-info li label{
  width: 134px;
}
.list-info.combination-info li p{
  display: inline-block;
  margin-bottom: 0px;
}
/* web uipopover */
.webui-popover .webui-popover-content{
  max-height: 250px;
  min-height: 50px;
  width: 200px;
  overflow: scroll;
}
span.element-popover{
  width: 22px;
  height: 20px;
}
/*CUSTOM SCROLLBAR*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.498039); 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.46); 
}
/* Material Image */
.material-image{
  max-height: 27px;
  max-width: 30px;
  padding: 1px;
}
/* Material Image */
.material-image.material-image-sm{
  max-height: 25px;
  max-width: 25px;
}
.modal-title.modal-sub-title{
  min-height: 20px;
}
.modal-title.modal-sub-title span{
  font-size: 13px;
  margin-left: 10px;
}
/* Save Button */
.btn-save{
  width: 200px;
}
.btn-save div.replies{
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-save .glyphicon-chevron-left{
  float: left;
}
.btn-save .glyphicon-chevron-right{
  float: right;
}
.btn-save .comment { 
  display: none; 
}
.btn-save:hover .replies { 
  display: none; 
}
.btn-save:hover .comment { 
  display: inline; 
  color: white;
}

.btn-back-list{
  width: 105px;
}
.btn-back-list .comment { 
  display: none; 
}
.btn-back-list:hover .replies { 
  display: none; 
}
.btn-back-list:hover .comment { 
  display: inline; 
}
/* remove spinner of input number */
input[type=number].non-spin::-webkit-inner-spin-button, 
input[type=number].non-spin::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}
/* wholesale rate input */
.wholesale-rate .input-group{
  width:90px;
  margin:0 auto;
}
/* table-vertical-align */
table.table-vertical-align tbody tr td,
table.table-vertical-align tbody tr th{
  vertical-align: middle;
}
table.table.multi-tbody tbody{
  border-top: 1px solid #ddd
}
table.table tbody tr.dark-color{
  background-color: #f9f9f9;
}
table.table tbody tr.dark-blue{
  background-color: #c2e1f1;
}
table.table-client tbody tr td.info{
  cursor: pointer;
}
.cursor-pointer{
  cursor: pointer;
}
/* ui-select2 */
/*.select2.select2-container{
  font-size: 14px;
}
.select2.select2-container .selection .select2-selection:focus {
  outline: black;
  border: 1px solid #1C7EBB;
}
.select2.select2-container .selection .select2-selection{
  height: 34px;
  border: 1px solid #CBD5DD;
}
.select2.select2-container .selection .select2-selection .select2-selection__rendered{
  line-height: 29px;
  height: 33px;
}
.select2.select2-container .selection .select2-selection .select2-selection__arrow{
  line-height: 29px;
  height: 32px;
}
.select2-container .select2-dropdown{
  border: 1px solid #CBD5DD;
  color: #484848;
}
.select2-container .select2-dropdown .select2-search .select2-search__field{
  border: 1px solid #CBD5DD;
}
.select2-container .select2-dropdown .select2-search .select2-search__field:focus{
  outline: none;
}*/
/* UI-SELECT */
/* BOOTSTRAP */
.ui-select-container .ui-select-match.btn-default-focus{
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.ui-select-container .ui-select-match .btn-default {
    color: #616161;
    background-color: transparent;
    /*border-color: #ccc*/
}
.ui-select-container .ui-select-match .btn-default:hover,
.ui-select-container .ui-select-match .btn-default:focus,
.ui-select-container .ui-select-match .btn-default:active,
.ui-select-container .ui-select-match .btn-default.active {
    color: #616161;
    background-color: #fff
}
.ui-select-container .ui-select-match .open .btn-default.dropdown-toggle {
    color: #616161;
    background-color: #fff
}
/* chosen single */
.chosen-container{
  font-size: 14px;
  width: 100% !important;
}
.has-error .chosen-container.chosen-container-single .chosen-single{
  border: 1px solid #B13D31;
}
.chosen-container.chosen-container-single .chosen-single{
  height: 34px;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  line-height: 32px;
  color: #505050;
}
.chosen-disabled{
  background-color: #eeeeee;
}
.chosen-disabled .chosen-single:focus{
  border: 1px solid #1C7EBB;
  outline: none;
}
/* chosen multi */
.chosen-container{
  font-size: 14px;
  width: 100% !important;
}
.chosen-container.chosen-container-multi .chosen-choices{
  height: 34px;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  line-height: 32px;
  color: #616161;
}
.chosen-container-multi .chosen-choices li.search-choice{
  border-radius: 2px !important;
  background-color: #FFFFFF !important;
  border: 1px solid #CCC !important;
  margin: 5px 5px 3px 0 !important;
  color: #616161 !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #FFFFFF), color-stop(50%, #FFFFFF), color-stop(52%, #FFFFFF), color-stop(100%, #FFFFFF)) !important;
  background-image: -webkit-linear-gradient(#FFFFFF 20%, #FFFFFF 50%, #FFFFFF 52%, #FFFFFF 100%) !important;
  background-image: -moz-linear-gradient(#FFFFFF 20%, #FFFFFF 50%, #FFFFFF 52%, #FFFFFF 100%) !important;
  background-image: -o-linear-gradient(#FFFFFF 20%, #FFFFFF 50%, #FFFFFF 52%, #FFFFFF 100%) !important;
  background-image: linear-gradient(#FFFFFF 20%, #FFFFFF 50%, #FFFFFF 52%, #FFFFFF 100%) !important;
  box-shadow: none !important;
}
/* END BOOTSTRAP*/
/* SELECT 2 */
.ui-select-container.select2-container{
  width: 100%;
}
.ui-select-container.select2-container.ui-select-range{
  width: 200px;
}
.ui-select-container.select2-container.ui-select-color{
  min-width: 120px;
}
.has-error .ui-select-container.select2-container .select2-choice{
  border:1px solid #B13D31;
}

.ui-select-container.select2-container .select2-choice{
  background-image: none;
  cursor: pointer;
  border-radius: 2px;
  border:1px solid #cbd5dd;
  height: 29px;
  color: #616161;
}
.ui-select-container.select2-container .select2-choice .select2-arrow{
  border-radius: 0 2px 2px 0;
  background-image: none;
  background: transparent;
  border-left: none;
}
.ui-select-container.select2-dropdown-open .select2-choice{
  background-color: white;
  background-image: none;
}
.ui-select-container.select2-container-active .select2-choice, 
.ui-select-container.select2-container-active .select2-choices{
  box-shadow:none;
}
.ui-select-container .select2-drop{
  box-shadow: none;
  color: #616161;
  margin-top: -1px;
}
.ui-select-container .select2-drop-active{
  border: 1px solid #CBD5DD;
  border-top: none;
}
.ui-select-container .select2-search input{
  margin: 2px 0px 0px 0px;
  border: 1px solid #CBD5DD;
  background: #fff url('../assets/ui-select/select2.png') no-repeat 100% -22px;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown, 
.ui-select-container.select2.direction-up .ui-select-dropdown{
  box-shadow: none !important;
  border-radius: 2px;
  margin-top: -3px;
}
.ui-select-container ul.ui-select-choices:focus,
.ui-select-container ul.ui-select-choices:active{
  outline: none;
}
/* END SELECT 2*/
/* END UI-SELECT*/
/* start of modification for 5 columns */

.columns-5 .col-xs-2 {
    width: 19.9487179487179488%;
    *width: 19.87424986361156592%;
}
/* end of modification for 5 columns */
/* link */
a {
    color: #337ab7;
}
a:hover,
a:focus {
    color: #196fa5;
    text-decoration: underline
}
/* end link */
/* margin dl tag*/
.dl-horizontal.dl-margin dd, .dl-horizontal.dl-margin dt{
  margin-bottom: 7px;
}
.table.table-bordered thead tr.thin-border th {
  border-bottom-width: 1px;
}
 /*FIXED BAR TABLE*/
.non-fixed-pagination{
  margin:15px -15px 2px -15px;
}
.fixed-pagination{
  display: none;
  padding:8px 0 2px 0;
  width:100%
}
.fixed-pagination-active{
   display: table;
   position: fixed;
   top: 100px;
   background-color:white;
   z-index: 3;
 }
 @media (min-width: 768px) {
   .fixed-pagination-active{
   display: table;
   position: fixed;
   top: 50px;
   background-color:white;
   z-index: 3;
   }
 }
.table-fixed-header{
  top:149px;
  position:fixed;
  width: calc(100% - 257px);
  display:none;
  border:none;
  background-color: white;
  z-index: 3;
}
.table-fixed-header.no-pagination{
  top:99px;
}
.table-fixed-header > tbody > tr{
  height: 0px !important;
}
.table-fixed-header td{
  padding: 0px !important;
  margin: 0px !important;
  border: 1px solid rgba(221, 221, 221, 0) !important;
}
.fixed-main-table{
  display: none;
}
.fixed-main-table-po{
  display: none;
}
@media (min-width: 768px) {
  .table-fixed-header{
    top:99px;
    position:fixed;
    width: calc(100% - 257px);
    display:none;
    border:none;
    background-color: white;
    z-index: 3;
  }
  .table-fixed-header.no-pagination{
    top:49px;
  }
}
/*END FIXED BAR TABLE*/
.store-hours{
  display: inline-flex;
}
.store-hours label{
  padding: 40px 10px;
}
/* custom readonly input */
.form-control.custom-readonly[readonly]{
  cursor: pointer;
  background-color: white;
}
.text-danger{
  color: #E94B3B;
}
.ui-datepicker span{
  cursor: pointer;
}
[uib-typeahead-popup].dropdown-menu{
  z-index: 1051;
  max-height: 300px;
  overflow-y: overlay;
}
.dropdown-menu>li>a.search-option-item{
  min-width: 200px;
  padding: 5px 10px 5px 10px; 
}
.dropdown-menu>li>a.search-option-item div{
  font-size: 12.5px;
}
/* product option list in product modal*/
.product-option-list > div{
  padding: 0px;
}
.product-option-list > div > div{
  padding-right: 0px;
}
/**/
td.product-has-option{
  position: relative;
}
td.product-has-option div{
  bottom: 0px; 
  right: 10px;
  position: absolute;
}

/* Basket Table */
table.table-basket tr td a {
  text-decoration: none;
}
table.table-basket{
  margin-bottom: 0px;
  margin-top: -1px;
}
table.table-basket thead tr th{
  z-index: 1000;
}
table.table-basket thead tr th.product-column{
  min-width: 115px;
}
table.table-basket thead tr th.color-column{
  min-width: 100px;
}
/*.table-basket input.form-control,
.table-basket select.form-control,
.table-basket textarea.form-control{
  font-size: 12.5px;
  padding: 6px 10px;
}*/
.table-basket tbody tr td .quantity-box{
  width: 50px;
}
.table-basket tbody tr td .price-box{
  width: 67px;
}
.table-basket tbody tr td .discount-box{
  width: 59px;
}
.table-basket tbody tr td .price-group-box{
  min-width: 65px;
  padding-left: 2px;
  padding-right: 0px;
}
.table-basket tbody tr td textarea {
  min-width: 120px;
}

.basket-content table.table-basket ul.list-group{
  margin-bottom: 0px;
}
.basket-content table.table-basket ul.list-group li{
  padding: 5px;
  min-width: 90px;
  font-size: 9px;
}
.basket-content table.left-fixed-table > tbody > tr > td:nth-child(5),
.basket-content table.left-fixed-table > thead > tr > th:nth-child(5){
  border-right: 1px solid #ddd;
}
.basket-content table.left-fixed-table > tbody > tr > td:nth-child(1),
.basket-content table.left-fixed-table > tbody > tr > td:nth-child(2),
.basket-content table.left-fixed-table > tbody > tr > td:nth-child(3),
.basket-content table.left-fixed-table > tbody > tr > td:nth-child(4),
.basket-content table.left-fixed-table > tbody > tr > td:nth-child(5){
  z-index: 1;
}
.basket-content table.left-fixed-table > tbody > tr > td:nth-child(6),
.basket-content table.left-fixed-table > thead > tr > th:nth-child(6){
  border-left: 0px;
}
.basket-content table.left-fixed-table > tbody > tr.option-row td:nth-child(1){
  border-right: 1px solid #ddd;
}
.basket-content table.left-fixed-table > tbody > tr.option-row td:nth-child(2){
  border-left: 0px;
}
.basket-content table.left-fixed-table > tbody > tr.range-row td:nth-child(1){
  border-right: 1px solid #ddd;
}
.basket-content table.left-fixed-table > tbody > tr.range-row td:nth-child(2){
  border-left: 0px;
}
.basket-content table.left-fixed-table > tbody > tr.range-row td:nth-child(3){
  border-left: 0px;
  border-right: 0px;
}
.price-summary-box .panel.mini-box.panel-profile{
  border:1px solid #e9e9e9;
  box-shadow: none;
  margin-bottom: 10px;
}
.price-summary-box .panel.mini-box{
  padding: 6px;
  min-height: 70px;
}
.price-summary-box .panel.mini-box ul.list-justified{
  margin-bottom: 0px;
}
.combination-item{
  background-color: #fff3e9;
  cursor: pointer;
}
table.table-hover>tbody>tr.combination-item:hover {
  background-color: #fbebde;
}
.basket-content{
  /*max-height: 500px;
  overflow-y: auto;*/
  max-height: 600px;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
/*.basket-content::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}*/
.basket-content::-webkit-scrollbar-thumb {
  background: rgba(56, 56, 56, 0.46);
}
.basket-content::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(56, 56, 56, 0.46); 
}
.basket-content .date-done-picker .input-group{
  width: 103px;
}
.basket-content .date-done-picker .input-group .input-group-addon{
  padding: 0px 6px;
  font-size: 12px;
}
.basket-content .date-done-picker .input-group .form-control{
  height: 26px;
}
/* delivery content */
.delivery-content .collapse-header{
  border-color: #eff2f7;
  border: 1px solid #eff2f7;
  background-color: #fafafa;
  color: #1C7EBB;
  padding-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.delivery-content .collapse-header label{
  cursor: pointer;
}
/* po page */
.podetail-content table tbody tr td .quantity-box{
  width: 58px;
}
.podetail-content table .po-sub-table{
  background-color: white;
}
.podetail-content table .po-sub-table tr.total-row{
  background-color: #fbfbfb;
}
.podetail-content table .po-sub-table table{
  margin-bottom: 0px;
  border: 1px solid #f3f3f3;
  background-color: white;
}
.podetail-content table .po-sub-table table .received-product.fa-check {
  float: right;
  padding-left: 5px;
}
.podetail-content table .po-sub-table table .input-quantity-group .input-group-addon {
  font-size: 12px;
  padding: 6px 18px;
}
.received-product.fa-check {
  font-size: 17px;
  color: #23ae89;
}
.podetail-content table .po-sub-table table tbody tr td,
.podetail-content table .po-sub-table table tbody tr th{
  padding: 6px;
  border: 1px solid #f3f3f3;
}
.podetail-content table .po-sub-table table tbody tr th{
  background-color: rgb(248, 248, 248);
}
.podetail-content table .po-sub-table table tbody+tbody{
  border-top: 1px solid #ddd;
}
.price-summary-box.po-price-box .panel-profile ul.list-justified>li{
  padding: 2px;
}
.price-summary-box.po-price-box .panel.mini-box.panel-profile{
  margin-bottom: 0px;
}
.price-summary-box.po-price-box .panel.mini-box{
  min-height: 70px;
}
.podetail-content table .po-sub-table table tbody tr td .list-group{
  margin-bottom: 0px;
}
.podetail-content table .po-sub-table table tbody tr td .list-group li{
  padding: 7px;
}
input.eta-customer-datepicker {
  width: 0px !important;
  padding: 0px !important;
  border: none !important;
}
/* end po page */
/* conatienr detail page */
table.table-container tbody tr td.info{
  cursor: pointer;
}
.container-content table .sub-table{
  background-color: white;
}

.container-content table .sub-table table{
  margin-bottom: 0px;
  border: 1px solid #f3f3f3;
  font-size: 11.5px;
  background-color: white;
}
.container-content table .sub-table table tbody tr th{
  background-color: rgb(248, 248, 248); 
}
.container-content table .sub-table table tbody tr td,
.container-content table .sub-table table tbody tr th{
  padding: 7px;
  border: 1px solid #f3f3f3;
}
.container-content table .po-sub-table table tbody tr th{
  background-color: rgb(248, 248, 248);
  padding: 8px;
}
.container-content table .sub-table table tbody+tbody{
  border-top: 1px solid #ddd;
}
.container-content table .sub-table table tbody tr td .list-group{
  margin-bottom: 0px;
}
.container-content table .sub-table table tbody tr td .list-group li{
  padding: 7px;
}
/* end container detail page */
/* table fixed left column */
.left-fixed-table{
  border-collapse: separate;
  margin-top: 0px;
  margin-left: -1px;
  border-bottom: 0px;
}
table.left-fixed-table > tbody > tr > td, 
table.left-fixed-table > thead > tr > th{
  border-right: 0px;
}
table.left-fixed-table > thead > tr > th{
  border-bottom-width: 1px;
  /*z-index: 10000;*/
}
table.left-fixed-table > tbody > tr > td{
  border-bottom: 0px;
}

/*table.left-fixed-table > tbody > tr > td:nth-child(4),
table.left-fixed-table > thead > tr > th:nth-child(4){
  border-right: 1px solid #ddd;
}
table.left-fixed-table > tbody > tr > td:nth-child(1),
table.left-fixed-table > tbody > tr > td:nth-child(2),
table.left-fixed-table > tbody > tr > td:nth-child(3),
table.left-fixed-table > tbody > tr > td:nth-child(4){
  z-index: 1;
}
table.left-fixed-table > tbody > tr > td:nth-child(5),
table.left-fixed-table > thead > tr > th:nth-child(5){
  border-left: 0px;
}*/
.webui-popover-content ul.list-group li.list-group-item {
  padding: 8px 15px;
}
.text-strong {
  font-weight: 600;
}
/* stock page */
table.table-stock.sm-padding thead tr th{
  font-size: 10px;
  padding: 4px 3px;
}
table.table-stock.sm-padding thead tr th>.th {
  padding: 8px 15px 8px 0px;
}
table.table-stock thead tr th span.badge{
  padding: 4px 6px;
}
.table-dynamic .table-bordered.table-stock thead th .fa-angle-up, 
.table-dynamic .table-bordered.table-stock thead th .fa-angle-down{
  font-size: 14px;
}

/* sale reports news */

.sale-report-news .total-column {
  height: 40px;
}
.sale-report-news .total-column td{
  vertical-align: middle;
  font-size: 13px;
}
/* sale reports shop staff */
.sale-report-shop-staff .sales-group {
  font-weight: 600;
  font-size: 12px;
}
.sale-report-shop-staff .total-column {
  height: 40px;
}
.sale-report-shop-staff .total-column td{
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
}
/* okawa courier list */
table .date-group .ui-datepicker{
  max-width: 105px;
  min-width: 90px;
}
table .date-group .edit-button-group{
  margin-top: 2px;
  padding: 0px;
  white-space: nowrap;
}
table .date-group .input-group-addon{
  padding: 0px 5px;
  font-size: 12px;
}
table .date-group .form-control{
  padding: 5px 3px;
  height: 25px;
}
/* end logistics courier list */
/* ui multi select */
.ui-select-multiple.ui-select-bootstrap {
  padding: 3px !important;
}
/* ui multi select */
/* small size */

.form-control{
  font-size: 11px;
  height: 28px;
  padding: 5px 8px;
}
.chosen-container{
  font-size: 11px;
}
.chosen-container.chosen-container-single .chosen-single{
  height: 28px;
  line-height: 25px;
}
.chosen-container-single .chosen-single div b{
  background: url('../assets/angular-chosen/chosen-sprite.png') no-repeat 0px 4px !important;
}
.btn{
  font-size: 11px;
}
#nav ul a{
  font-size: 11px;
}
.ui-checkbox-2 input[type="checkbox"]:checked + span:after{
  top: 5px;
}
.fixed-pagination-active{
   top: 90px;
 }
 @media (min-width: 768px) {
   .fixed-pagination-active{
   top: 46px;
   }
 }
.table-fixed-header{
  top:139px;
  width: calc(100% - 257px);
}
.table-fixed-header.no-pagination{
  top:89px;
}
@media (min-width: 768px) {
  .table-fixed-header{
    top:89px;
    width: calc(100% - 257px);
  }
  .table-fixed-header.no-pagination{
    top:44px;
  }
}
.form-group{
  margin-bottom: 10px;
}
.dropdown-menu{
  font-size: 11px;
}
.modal-footer{
  padding: 10px;
}
.modal-header{
  padding: 10px;
}
.modal-header .close{
  margin-top: 0px;
}
.price-summary-box .panel.mini-box ul.list-justified li{
  vertical-align: middle;
  padding: 7px;
}
.price-summary-box .panel.mini-box ul.list-justified li.invoice-number {
  padding: 0px 7px;
}
.price-summary-box .invoice-number input {
  height: 24px;
}
.price-summary-box .invoice-number .invoice-no {
  font-size: 14px;
  font-weight: 600;
  color: #1C7EBB;
}
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 6px 7px 6px 7px;
}
.table.sm-padding>thead>tr>th,
.table.sm-padding>thead>tr>td,
.table.sm-padding>tbody>tr>th,
.table.sm-padding>tbody>tr>td,
.table.sm-padding>tfoot>tr>th,
.table.sm-padding>tfoot>tr>td {
  padding: 6px 5px 6px 5px;
}
.table.sm-padding thead th>.th {
  padding: 8px 20px 8px 0px;
}
.pagination-sm>li>a, .pagination-sm>li>span{
  font-size: 11px;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up, .table-dynamic .table-bordered thead th .fa-angle-up{
  top: 2px;
}
.table-dynamic .table-bordered thead th .fa-angle-down{
  top: 15px;
}
.panel-heading{
  padding: 7px 10px;
}
.badge{
  font-size: 10.5px;
}
/* chosen multi */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
  top: 2px !important;
}
.chosen-container-multi .chosen-choices li.search-choice{
  padding: 1px 20px 2px 5px !important;
}
.chosen-container.chosen-container-multi .chosen-choices{
  line-height: 27px;
}
/* end small size */

.remove-circle-button {
  cursor: pointer;
  font-size: 16px;
  color: #e94b3b;
}