/*********************************************************************
                            TEXT COLORS
*********************************************************************/
/*********************************************************************
                            BORDER STYLES
*********************************************************************/
/*********************************************************************
                            SREEN SIZE
*********************************************************************/
/*********************************************************************
                            COMPONENTS SIZE
*********************************************************************/
:local .field-wrap {
  width: 100%;
  position: relative;
  left: 15px;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  :local .field-wrap {
    display: table;
    table-layout: fixed;
  }
}
:local .field-wrap .label {
  padding-right: 0;
  color: #7A787A;
}
:local .field-wrap .value {
  height: 100%;
}
@media (min-width: 1200px) {
  :local .has-top-offset.field-wrap {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  :local .inline .label,
  :local .inline .value {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}

:local .hide-spinner :global .rw-select {
  display: none;
}
:local .hide-spinner :global .rw-numberpicker {
  padding-right: 0;
}
:local .hide-spinner :global .rw-input {
  border-radius: 4px;
}

:local .native-select-wrap {
  width: 100%;
  position: relative;
}
:local .native-select-wrap:after {
  content: "▼";
  position: absolute;
  right: 11px;
  top: 13.5px;
  background: none;
  color: #e1e1e1;
  font-size: 12px;
  line-height: 12px;
}
:local .native-select {
  margin: 0;
  padding: 5px 8px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: transparent!important;
  appearance: none;
  background-color: #ffffff;
  height: 39px;
  /*** TODO: Styles for element option are applied, but do not change the width - to understand why ***/
  /*** ***/
}
:local .native-select:focus {
  outline: none!important;
  outline-width: 0!important;
}
:local .native-select :global option {
  width: 100%!important;
  max-width: 400px!important;
}
:global .has-error :local .native-select {
  border-color: #f54b0f !important;
}

.cp-textarea__desktop {
  width: 100%;
}
.cp-textarea__show-dialog:hover {
  background-color: #bbb;
}
.cp-textarea__show-dialog {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  cursor: pointer;
}
.cp-textarea__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  border-left: none;
  resize: none;
  height: 34px;
}
.cp-textarea__input:focus {
  border-right: solid 1px;
  border-color: #007EFF;
}
.cp-textarea__dialog {
  width: 100%;
  padding: 15px;
  min-width: 558px;
}
.cp-textarea__dialog textarea {
  width: 100%;
  margin-top: 10px;
  height: 100%;
  height: 400px;
  resize: none;
}
.cp-textarea__mobile {
  width: 100%;
  height: 150px;
  resize: none;
}
.has-error.cp-textaria__body textarea {
  border-color: #f54b0f !important;
}
.has-error.cp-textaria__body label {
  color: #f54b0f !important;
}
.cp-textaria__body {
  display: 'table';
  width: '100%';
}
.has-error.cp-textaria__body .cp-textarea__show-dialog {
  border-color: #f54b0f !important;
}

.cp-checkbox__item {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.cp-checkbox__item_custom {
  position: relative;
  width: 11px;
  height: 11px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #ddd;
}
.cp-checkbox__item_custom {
  display: inline-block;
  vertical-align: middle;
}
.cp-checkbox__item:checked + .cp-checkbox__item_custom::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 3px;
  width: 2px;
  height: 6px;
  background: #0868c6;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.cp-checkbox__item:checked + .cp-checkbox__item_custom::after {
  position: absolute;
  content: "";
  left: 3px;
  top: -1px;
  width: 2px;
  height: 9px;
  background: #0868c6;
  transform: rotate(33deg);
  transform-origin: 0 100%;
}
.cp-checkbox__item:focus + .cp-checkbox__item_custom {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

/*********************************************************************
                            TEXT COLORS
*********************************************************************/
/*********************************************************************
                            BORDER STYLES
*********************************************************************/
/*********************************************************************
                            SREEN SIZE
*********************************************************************/
/*********************************************************************
                            COMPONENTS SIZE
*********************************************************************/
.mobile-toolbar .body {
  height: 56px;
  max-height: 56px;
  width: 100%;
  display: table;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(67, 67, 69, 0.35);
  z-index: 999;
  font-size: 24px;
}
.mobile-toolbar .mobile-clearfix {
  height: 56px;
  margin-top: 28px;
}
.mobile-toolbar .mobile-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}

.cp-pagination {
  text-align: center;
}
.cp-pagination__body {
  margin: 0;
  margin-bottom: 0;
}
.cp-pagination__body > li > span {
  z-index: 0!important;
}
.cp-pagination__body > li > span {
  margin-top: 3px;
  margin-bottom: 3px;
}

/*********************************************************************
                            TEXT COLORS
*********************************************************************/
/*********************************************************************
                            BORDER STYLES
*********************************************************************/
/*********************************************************************
                            SREEN SIZE
*********************************************************************/
/*********************************************************************
                            COMPONENTS SIZE
*********************************************************************/
.div-shipping-line-edit {
  min-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  padding: 5px;
}
@media (min-width: 768px) {
  .div-shipping-line-edit {
    min-width: 550px;
  }
}
.shipping-line-header {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 5px 20px;
  font-size: 20px;
  color: #18598c;
}
.shipping-line-header-image {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.shipping-line-filter {
  margin: 5px 20px 5px 20px!important;
}
.filter-row {
  margin-left: auto!important;
  margin-right: auto!important;
  margin-bottom: 10px;
}
.filter-row-label {
  padding-left: 0;
}
@media (max-width: 768px) {
  .filter-row-label {
    text-align: left;
  }
}
.filter-row-input {
  padding: 0;
}
.uom-selector {
  padding: 10px 5px 10px 5px!important;
  text-align: left;
}
.uom-selector :global .Select-control {
  height: 39px !important;
}
.uom-selector :global .Select-menu-outer {
  top: auto;
  bottom: 100%;
}
/*
    .pagination > li {
        @media(max-width: @extraSmallScreenSize) {
            display: none;
        }
    }
    .pagination :global{ li.active {
        @media(max-width: @extraSmallScreenSize) {
            display: inline;
        }
    }}
*/
.pagination {
  margin: 0;
  margin-bottom: 0;
}
.pagination > li > span {
  z-index: 0!important;
}
.pagination > li > span {
  margin-top: 3px;
  margin-bottom: 3px;
}

