/**
 * @author    p0v1n0m <support@lutylab.ru>
 * @license   Commercial
 * @link      https://lutylab.ru
 */
.ll_shipping_widget {
  clear: both;
}
.ll_shipping_widget .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.ll_shipping_widget .panel .panel-heading {
  padding: 7px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #333;
  background-color: #f5f5f5;
}
.ll_shipping_widget .panel .panel-footer {
  padding: 7px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ll_shipping_widget .form-control {
  display: inline-block !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 5px !important;
  margin: 0 0 5px 0 !important;
  font-size: 12px !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 2px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.ll_shipping_widget select.form-control {
  padding: 0 !important;
}
.ll_shipping_widget .form-control:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
.ll_shipping_widget .form-control::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.ll_shipping_widget .form-control:-ms-input-placeholder {
  color: #999 !important;
}
.ll_shipping_widget .form-control::-webkit-input-placeholder {
  color: #999 !important;
}
.ll_shipping_widget .collapse {
  display: none;
}
.ll_shipping_widget .collapse.in, .ll_shipping_widget .collapse.show {
  display: block;
}
.ll_shipping_widget .panel > .table {
  margin-bottom: 0;
  border: none;
  border-spacing: 0;
  order-collapse: collapse;
  width: 100%;
  max-width: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
}
.ll_shipping_widget .panel > .table > tbody {
  border: none;
  display: table;
  width: 100%;
  max-width: 100%;
}
.ll_shipping_widget .panel > .table > tbody > tr, .ll_shipping_widget .panel > .table > tbody > tr:first-child > td {
  border: none;
  width: 100%;
  max-width: 100%;
}
.ll_shipping_widget .panel > .table > tbody > tr > td {
  padding: 7px;
  border: none;
  line-height: 20px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.ll_shipping_widget .panel > .table > tbody > tr > td p {
  margin: 0 0 7px 0;
}
.ll_shipping_widget .panel > .table > tbody > tr > td:nth-child(2) {
  width: 1px;
  padding: 0 7px 0 0;
  vertical-align: middle;
  text-align: right;
}
.ll_shipping_widget .panel > .table > tbody > tr.success > td {
  background-color: #dff0d8;
}
.ll_shipping_widget .panel > .table > tbody > tr.info > td {
  background-color: #d9edf7;
}
.ll_shipping_widget .panel > .table > tbody > tr > td select {
  width: 100%;
  margin: 0 0 5px 0;
}
.ll_shipping_widget .panel > .table > tbody > tr > td small {
  display: inline;
}
.ll_shipping_widget .panel > .table > tbody > tr > td small > div {
  max-width: auto !important;
}
.ll_shipping_widget .label {
  display: inline;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  margin: 2px;
}
.ll_shipping_widget .label-success {
  background-color: #5cb85c;
}
.ll_shipping_widget .table > thead > tr.info > td {
  background-color: #d9edf7;
}
.ll_shipping_widget ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.ll_shipping_widget ul.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ll_shipping_widget ul.dropdown-menu > li > a:hover,
.ll_shipping_widget ul.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.ll_shipping_widget .btn {
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  cursor: pointer;
}
.ll_shipping_widget .btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.ll_shipping_widget .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.ll_shipping_widget .btn-primary:hover, .ll_shipping_widget .btn-primary:active, .ll_shipping_widget .btn-primary.active, .ll_shipping_widget .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}
.ll_shipping_widget .btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.ll_shipping_widget .btn-success:hover, .ll_shipping_widget .btn-success:active, .ll_shipping_widget .btn-success.active, .ll_shipping_widget .btn-success.disabled, .ll_shipping_widget .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.ll_shipping_widget .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.ll_shipping_widget .btn-info:hover, .ll_shipping_widget .btn-info:active, .ll_shipping_widget .btn-info.active, .ll_shipping_widget .btn-info.disabled, .ll_shipping_widget .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.ll_shipping_widget .btn-block {
  display: block;
  max-width: 100%;
  width: auto;
  text-align: center;
}
.ll_shipping_widget .btn.disabled {
  cursor: default;
}
.ll_shipping_widget .form-inline > * {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.ll_shipping_widget .panel .panel-heading > .form-inline > span {
  margin: 0 3px 0 0 !important;
  padding: 0 !important;
}
.ll_shipping_widget .panel .panel-heading > .form-inline > a, .ll_shipping_widget .prmn-cmngr__city {
  font-size: 13px !important;
  text-decoration: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
}
.ll_shipping_widget .panel .panel-heading > .form-inline > a:hover, .ll_shipping_widget .prmn-cmngr__city:hover {
  text-decoration: none !important;
}
.ll_shipping_widget .panel .panel-heading > .form-inline > input {
  font-size: 13px !important;
  text-decoration: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  width: auto !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
  width: auto;
  display: inline-block;
}
.ll_shipping_widget .panel .panel-heading > .form-inline > input:hover {
  text-decoration: none !important;
}
.ll_shipping_widget .panel .panel-heading > .form-inline > input:focus {
  text-decoration: none !important;
  cursor: text !important;
}
.modal-body .ll_shipping_widget .panel {
  margin: 0;
}
