:root{
  --v-padding: 8px;
  --h-padding: 16px;
  --input-height: 40px;
  --border-radius: 3px;

  --color-primary: #355bf2;
  --color-primary-rgb: 53, 91, 242;
  --color-primary-hover: #496dfd;
  --color-primary-active: #0e3cf2;
  --color-secondary: #6c757d;
  --color-secondary-rgb: 108, 117, 125;
  --color-secondary-hover: #6c757d;
  --color-secondary-active: #6c757d;
  --color-success: #05af3b;
  --color-success-rgb: 5, 175, 59;
  --color-success-hover: #18ce0f;
  --color-success-active: #18ce0f;
  --color-info: #7c54d8;
  --color-info-rgb: 124, 84, 216;
  --color-info-hover: #9477d8;
  --color-info-active: #622fd8;
  --color-warning: #FFB236;
  --color-warning-rgb: 255, 178, 54;
  --color-warning-hover: #FFB236;
  --color-warning-active: #FFB236;
  --color-danger: #ff5062;
  --color-danger-rgb: 255, 80, 98;
  --color-danger-hover: #ff5062;
  --color-danger-active: #ff5062;
  --color-green: #30b570;
  --color-blue: #0073ff;
  --color-purple: #8557D3;
  --color-red: #ff5062;
  --color-muted: rgba(69, 89, 122, 0.6);

  --input-shadow-primary: 0 0 0 3px #2c74f645;
  --input-shadow-success: 0 0 0 3px #3ba25345;
  --input-shadow-danger: 0 0 0 3px #ff506245;
  --input-shadow-info: 0 0 0 3px #7c54d845;
}
.c-pointer{
  cursor: pointer;
}
._wplf .pos-h label{
  display: inline-block;
  margin-right: 8px;
  font-weight: 400;
}
._wplf .pos-v label{
  display: block;
  font-weight: 400;
}
._wplf button,
._wplf input,
._wplf optgroup,
._wplf select,
._wplf textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
._wplf button {
  overflow: visible;
}
._wplf button,
._wplf select {
  text-transform: none;
}
._wplf button,
._wplf html input[type=button],
._wplf input[type=reset],
._wplf input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
._wplf button[disabled],
._wplf html input[disabled] {
  cursor: default;
}
._wplf button::-moz-focus-inner,
._wplf input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
._wplf input {
  line-height: normal;
}
._wplf input[type=checkbox],
._wplf input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
._wplf input[type=number]::-webkit-inner-spin-button,
._wplf input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
._wplf input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
._wplf input[type=search]::-webkit-search-cancel-button,
._wplf input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
._wplf fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
._wplf textarea {
  overflow: auto;
}
._wplf .d-block{
  display: block !important;
  clear: both;
}
@media print {

  ._wplf .btn > .caret,
._wplf .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
}
._wplf input,
._wplf button,
._wplf select,
._wplf textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
._wplf .img-responsive,
._wplf .thumbnail > img,
._wplf .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
._wplf .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
._wplf .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  ._wplf .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  ._wplf .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  ._wplf .container {
    width: 1170px;
  }
}
._wplf .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
._wplf .text-center{
  text-align: center !important;
}
._wplf .text-left{
  text-align: left !important;
}
._wplf .text-right{
  text-align: right !important;
}
._wplf .row {
  margin-right: -15px;
  margin-left: -15px;
}
._wplf .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
._wplf .row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
._wplf .col-xs-1,
._wplf .col-sm-1,
._wplf .col-md-1,
._wplf .col-lg-1,
._wplf .col-xs-2,
._wplf .col-sm-2,
._wplf .col-md-2,
._wplf .col-lg-2,
._wplf .col-xs-3,
._wplf .col-sm-3,
._wplf .col-md-3,
._wplf .col-lg-3,
._wplf .col-xs-4,
._wplf .col-sm-4,
._wplf .col-md-4,
._wplf .col-lg-4,
._wplf .col-xs-5,
._wplf .col-sm-5,
._wplf .col-md-5,
._wplf .col-lg-5,
._wplf .col-xs-6,
._wplf .col-sm-6,
._wplf .col-md-6,
._wplf .col-lg-6,
._wplf .col-xs-7,
._wplf .col-sm-7,
._wplf .col-md-7,
._wplf .col-lg-7,
._wplf .col-xs-8,
._wplf .col-sm-8,
._wplf .col-md-8,
._wplf .col-lg-8,
._wplf .col-xs-9,
._wplf .col-sm-9,
._wplf .col-md-9,
._wplf .col-lg-9,
._wplf .col-xs-10,
._wplf .col-sm-10,
._wplf .col-md-10,
._wplf .col-lg-10,
._wplf .col-xs-11,
._wplf .col-sm-11,
._wplf .col-md-11,
._wplf .col-lg-11,
._wplf .col-xs-12,
._wplf .col-sm-12,
._wplf .col-md-12,
._wplf .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
._wplf .col-xs-1,
._wplf .col-xs-2,
._wplf .col-xs-3,
._wplf .col-xs-4,
._wplf .col-xs-5,
._wplf .col-xs-6,
._wplf .col-xs-7,
._wplf .col-xs-8,
._wplf .col-xs-9,
._wplf .col-xs-10,
._wplf .col-xs-11,
._wplf .col-xs-12 {
  float: left;
}
/*._wplf .col-xs-12 {
  width: 100%;
}
._wplf .col-xs-11 {
  width: 91.66666667%;
}
._wplf .col-xs-10 {
  width: 83.33333333%;
}
._wplf .col-xs-9 {
  width: 75%;
}
._wplf .col-xs-8 {
  width: 66.66666667%;
}
._wplf .col-xs-7 {
  width: 58.33333333%;
}
._wplf .col-xs-6 {
  width: 50%;
}
._wplf .col-xs-5 {
  width: 41.66666667%;
}
._wplf .col-xs-4 {
  width: 33.33333333%;
}
._wplf .col-xs-3 {
  width: 25%;
}
._wplf .col-xs-2 {
  width: 16.66666667%;
}
._wplf .col-xs-1 {
  width: 8.33333333%;
}
._wplf .col-xs-pull-12 {
  right: 100%;
}
._wplf .col-xs-pull-11 {
  right: 91.66666667%;
}
._wplf .col-xs-pull-10 {
  right: 83.33333333%;
}
._wplf .col-xs-pull-9 {
  right: 75%;
}
._wplf .col-xs-pull-8 {
  right: 66.66666667%;
}
._wplf .col-xs-pull-7 {
  right: 58.33333333%;
}
._wplf .col-xs-pull-6 {
  right: 50%;
}
._wplf .col-xs-pull-5 {
  right: 41.66666667%;
}
._wplf .col-xs-pull-4 {
  right: 33.33333333%;
}
._wplf .col-xs-pull-3 {
  right: 25%;
}
._wplf .col-xs-pull-2 {
  right: 16.66666667%;
}
._wplf .col-xs-pull-1 {
  right: 8.33333333%;
}
._wplf .col-xs-pull-0 {
  right: auto;
}
._wplf .col-xs-push-12 {
  left: 100%;
}
._wplf .col-xs-push-11 {
  left: 91.66666667%;
}
._wplf .col-xs-push-10 {
  left: 83.33333333%;
}
._wplf .col-xs-push-9 {
  left: 75%;
}
._wplf .col-xs-push-8 {
  left: 66.66666667%;
}
._wplf .col-xs-push-7 {
  left: 58.33333333%;
}
._wplf .col-xs-push-6 {
  left: 50%;
}
._wplf .col-xs-push-5 {
  left: 41.66666667%;
}
._wplf .col-xs-push-4 {
  left: 33.33333333%;
}
._wplf .col-xs-push-3 {
  left: 25%;
}
._wplf .col-xs-push-2 {
  left: 16.66666667%;
}
._wplf .col-xs-push-1 {
  left: 8.33333333%;
}
._wplf .col-xs-push-0 {
  left: auto;
}
._wplf .col-xs-offset-12 {
  margin-left: 100%;
}
._wplf .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
._wplf .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
._wplf .col-xs-offset-9 {
  margin-left: 75%;
}
._wplf .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
._wplf .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
._wplf .col-xs-offset-6 {
  margin-left: 50%;
}
._wplf .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
._wplf .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
._wplf .col-xs-offset-3 {
  margin-left: 25%;
}
._wplf .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
._wplf .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
._wplf .col-xs-offset-0 {
  margin-left: 0%;
}*/
@media (min-width: 768px) {
  ._wplf .col-sm-1,
._wplf .col-sm-2,
._wplf .col-sm-3,
._wplf .col-sm-4,
._wplf .col-sm-5,
._wplf .col-sm-6,
._wplf .col-sm-7,
._wplf .col-sm-8,
._wplf .col-sm-9,
._wplf .col-sm-10,
._wplf .col-sm-11,
._wplf .col-sm-12 {
    float: left;
  }
  ._wplf .col-sm-12 {
    width: 100%;
  }
  ._wplf .col-sm-11 {
    width: 91.66666667%;
  }
  ._wplf .col-sm-10 {
    width: 83.33333333%;
  }
  ._wplf .col-sm-9 {
    width: 75%;
  }
  ._wplf .col-sm-8 {
    width: 66.66666667%;
  }
  ._wplf .col-sm-7 {
    width: 58.33333333%;
  }
  ._wplf .col-sm-6 {
    width: 50%;
  }
  ._wplf .col-sm-5 {
    width: 41.66666667%;
  }
  ._wplf .col-sm-4 {
    width: 33.33333333%;
  }
  ._wplf .col-sm-3 {
    width: 25%;
  }
  ._wplf .col-sm-2 {
    width: 16.66666667%;
  }
  ._wplf .col-sm-1 {
    width: 8.33333333%;
  }
  ._wplf .col-sm-pull-12 {
    right: 100%;
  }
  /*._wplf .col-sm-pull-11 {
    right: 91.66666667%;
  }
  ._wplf .col-sm-pull-10 {
    right: 83.33333333%;
  }
  ._wplf .col-sm-pull-9 {
    right: 75%;
  }
  ._wplf .col-sm-pull-8 {
    right: 66.66666667%;
  }
  ._wplf .col-sm-pull-7 {
    right: 58.33333333%;
  }
  ._wplf .col-sm-pull-6 {
    right: 50%;
  }
  ._wplf .col-sm-pull-5 {
    right: 41.66666667%;
  }
  ._wplf .col-sm-pull-4 {
    right: 33.33333333%;
  }
  ._wplf .col-sm-pull-3 {
    right: 25%;
  }
  ._wplf .col-sm-pull-2 {
    right: 16.66666667%;
  }
  ._wplf .col-sm-pull-1 {
    right: 8.33333333%;
  }
  ._wplf .col-sm-pull-0 {
    right: auto;
  }
  ._wplf .col-sm-push-12 {
    left: 100%;
  }
  ._wplf .col-sm-push-11 {
    left: 91.66666667%;
  }
  ._wplf .col-sm-push-10 {
    left: 83.33333333%;
  }
  ._wplf .col-sm-push-9 {
    left: 75%;
  }
  ._wplf .col-sm-push-8 {
    left: 66.66666667%;
  }
  ._wplf .col-sm-push-7 {
    left: 58.33333333%;
  }
  ._wplf .col-sm-push-6 {
    left: 50%;
  }
  ._wplf .col-sm-push-5 {
    left: 41.66666667%;
  }
  ._wplf .col-sm-push-4 {
    left: 33.33333333%;
  }
  ._wplf .col-sm-push-3 {
    left: 25%;
  }
  ._wplf .col-sm-push-2 {
    left: 16.66666667%;
  }
  ._wplf .col-sm-push-1 {
    left: 8.33333333%;
  }
  ._wplf .col-sm-push-0 {
    left: auto;
  }
  ._wplf .col-sm-offset-12 {
    margin-left: 100%;
  }
  ._wplf .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  ._wplf .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  ._wplf .col-sm-offset-9 {
    margin-left: 75%;
  }
  ._wplf .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  ._wplf .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  ._wplf .col-sm-offset-6 {
    margin-left: 50%;
  }
  ._wplf .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  ._wplf .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  ._wplf .col-sm-offset-3 {
    margin-left: 25%;
  }
  ._wplf .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  ._wplf .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  ._wplf .col-sm-offset-0 {
    margin-left: 0%;
  }*/
}
@media (min-width: 992px) {
  ._wplf .col-md-1,
._wplf .col-md-2,
._wplf .col-md-3,
._wplf .col-md-4,
._wplf .col-md-5,
._wplf .col-md-6,
._wplf .col-md-7,
._wplf .col-md-8,
._wplf .col-md-9,
._wplf .col-md-10,
._wplf .col-md-11,
._wplf .col-md-12 {
    float: left;
  }
  ._wplf .col-md-12 {
    width: 100%;
  }
  ._wplf .col-md-11 {
    width: 91.66666667%;
  }
  ._wplf .col-md-10 {
    width: 83.33333333%;
  }
  ._wplf .col-md-9 {
    width: 75%;
  }
  ._wplf .col-md-8 {
    width: 66.66666667%;
  }
  ._wplf .col-md-7 {
    width: 58.33333333%;
  }
  ._wplf .col-md-6 {
    width: 50%;
  }
  ._wplf .col-md-5 {
    width: 41.66666667%;
  }
  ._wplf .col-md-4 {
    width: 33.33333333%;
  }
  ._wplf .col-md-3 {
    width: 25%;
  }
  ._wplf .col-md-2 {
    width: 16.66666667%;
  }
  ._wplf .col-md-1 {
    width: 8.33333333%;
  }
  /*._wplf .col-md-pull-12 {
    right: 100%;
  }
  ._wplf .col-md-pull-11 {
    right: 91.66666667%;
  }
  ._wplf .col-md-pull-10 {
    right: 83.33333333%;
  }
  ._wplf .col-md-pull-9 {
    right: 75%;
  }
  ._wplf .col-md-pull-8 {
    right: 66.66666667%;
  }
  ._wplf .col-md-pull-7 {
    right: 58.33333333%;
  }
  ._wplf .col-md-pull-6 {
    right: 50%;
  }
  ._wplf .col-md-pull-5 {
    right: 41.66666667%;
  }
  ._wplf .col-md-pull-4 {
    right: 33.33333333%;
  }
  ._wplf .col-md-pull-3 {
    right: 25%;
  }
  ._wplf .col-md-pull-2 {
    right: 16.66666667%;
  }
  ._wplf .col-md-pull-1 {
    right: 8.33333333%;
  }
  ._wplf .col-md-pull-0 {
    right: auto;
  }
  ._wplf .col-md-push-12 {
    left: 100%;
  }
  ._wplf .col-md-push-11 {
    left: 91.66666667%;
  }
  ._wplf .col-md-push-10 {
    left: 83.33333333%;
  }
  ._wplf .col-md-push-9 {
    left: 75%;
  }
  ._wplf .col-md-push-8 {
    left: 66.66666667%;
  }
  ._wplf .col-md-push-7 {
    left: 58.33333333%;
  }
  ._wplf .col-md-push-6 {
    left: 50%;
  }
  ._wplf .col-md-push-5 {
    left: 41.66666667%;
  }
  ._wplf .col-md-push-4 {
    left: 33.33333333%;
  }
  ._wplf .col-md-push-3 {
    left: 25%;
  }
  ._wplf .col-md-push-2 {
    left: 16.66666667%;
  }
  ._wplf .col-md-push-1 {
    left: 8.33333333%;
  }
  ._wplf .col-md-push-0 {
    left: auto;
  }
  ._wplf .col-md-offset-12 {
    margin-left: 100%;
  }
  ._wplf .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  ._wplf .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  ._wplf .col-md-offset-9 {
    margin-left: 75%;
  }
  ._wplf .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  ._wplf .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  ._wplf .col-md-offset-6 {
    margin-left: 50%;
  }
  ._wplf .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  ._wplf .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  ._wplf .col-md-offset-3 {
    margin-left: 25%;
  }
  ._wplf .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  ._wplf .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  ._wplf .col-md-offset-0 {
    margin-left: 0%;
  }*/
}

/*@media (min-width: 1200px) {
  ._wplf .col-lg-1,
._wplf .col-lg-2,
._wplf .col-lg-3,
._wplf .col-lg-4,
._wplf .col-lg-5,
._wplf .col-lg-6,
._wplf .col-lg-7,
._wplf .col-lg-8,
._wplf .col-lg-9,
._wplf .col-lg-10,
._wplf .col-lg-11,
._wplf .col-lg-12 {
    float: left;
  }
  ._wplf .col-lg-12 {
    width: 100%;
  }
  ._wplf .col-lg-11 {
    width: 91.66666667%;
  }
  ._wplf .col-lg-10 {
    width: 83.33333333%;
  }
  ._wplf .col-lg-9 {
    width: 75%;
  }
  ._wplf .col-lg-8 {
    width: 66.66666667%;
  }
  ._wplf .col-lg-7 {
    width: 58.33333333%;
  }
  ._wplf .col-lg-6 {
    width: 50%;
  }
  ._wplf .col-lg-5 {
    width: 41.66666667%;
  }
  ._wplf .col-lg-4 {
    width: 33.33333333%;
  }
  ._wplf .col-lg-3 {
    width: 25%;
  }
  ._wplf .col-lg-2 {
    width: 16.66666667%;
  }
  ._wplf .col-lg-1 {
    width: 8.33333333%;
  }
  ._wplf .col-lg-pull-12 {
    right: 100%;
  }
  ._wplf .col-lg-pull-11 {
    right: 91.66666667%;
  }
  ._wplf .col-lg-pull-10 {
    right: 83.33333333%;
  }
  ._wplf .col-lg-pull-9 {
    right: 75%;
  }
  ._wplf .col-lg-pull-8 {
    right: 66.66666667%;
  }
  ._wplf .col-lg-pull-7 {
    right: 58.33333333%;
  }
  ._wplf .col-lg-pull-6 {
    right: 50%;
  }
  ._wplf .col-lg-pull-5 {
    right: 41.66666667%;
  }
  ._wplf .col-lg-pull-4 {
    right: 33.33333333%;
  }
  ._wplf .col-lg-pull-3 {
    right: 25%;
  }
  ._wplf .col-lg-pull-2 {
    right: 16.66666667%;
  }
  ._wplf .col-lg-pull-1 {
    right: 8.33333333%;
  }
  ._wplf .col-lg-pull-0 {
    right: auto;
  }
  ._wplf .col-lg-push-12 {
    left: 100%;
  }
  ._wplf .col-lg-push-11 {
    left: 91.66666667%;
  }
  ._wplf .col-lg-push-10 {
    left: 83.33333333%;
  }
  ._wplf .col-lg-push-9 {
    left: 75%;
  }
  ._wplf .col-lg-push-8 {
    left: 66.66666667%;
  }
  ._wplf .col-lg-push-7 {
    left: 58.33333333%;
  }
  ._wplf .col-lg-push-6 {
    left: 50%;
  }
  ._wplf .col-lg-push-5 {
    left: 41.66666667%;
  }
  ._wplf .col-lg-push-4 {
    left: 33.33333333%;
  }
  ._wplf .col-lg-push-3 {
    left: 25%;
  }
  ._wplf .col-lg-push-2 {
    left: 16.66666667%;
  }
  ._wplf .col-lg-push-1 {
    left: 8.33333333%;
  }
  ._wplf .col-lg-push-0 {
    left: auto;
  }
  ._wplf .col-lg-offset-12 {
    margin-left: 100%;
  }
  ._wplf .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  ._wplf .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  ._wplf .col-lg-offset-9 {
    margin-left: 75%;
  }
  ._wplf .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  ._wplf .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  ._wplf .col-lg-offset-6 {
    margin-left: 50%;
  }
  ._wplf .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  ._wplf .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  ._wplf .col-lg-offset-3 {
    margin-left: 25%;
  }
  ._wplf .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  ._wplf .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  ._wplf .col-lg-offset-0 {
    margin-left: 0%;
  }
}*/
._wplf fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
._wplf legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
._wplf label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
._wplf label .note {
  font-weight: 400;
  font-size: 9pt;
  font-style: italic;
  display: block;
}
._wplf  label.error{
  color: var(--color-danger);
  font-weight: 400;
  font-size: 12px;
  display: block;
}
._wplf input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
._wplf input[type=radio],
._wplf input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
._wplf input[type=radio][disabled],
._wplf input[type=checkbox][disabled],
._wplf input[type=radio].disabled,
._wplf input[type=checkbox].disabled,
._wplf fieldset[disabled] input[type=radio],
._wplf fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
._wplf input[type=file] {
  display: block;
}
._wplf input[type=range] {
  display: block;
  width: 100%;
}
._wplf select[multiple],
._wplf select[size] {
  height: auto;
}
._wplf input[type=file]:focus,
._wplf input[type=radio]:focus,
._wplf input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
._wplf output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
._wplf .form-control {
  display: block;
  width: 100%;
  height: var(--input-height);
  padding: var(--v-padding) var(--h-padding);
  font-size: 14px;
  max-width: 100%;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
._wplf input[type=date].form-control {
  padding: 0 15px;
}
._wplf .form-control:focus {
  border-color: var(--color-primary);
  box-shadow: var(--input-shadow-primary);
  outline: 0;
}
._wplf .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
._wplf .form-control:-ms-input-placeholder {
  color: #999;
}
._wplf .form-control::-webkit-input-placeholder {
  color: #999;
}
._wplf .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
._wplf .form-control[disabled],
._wplf .form-control[readonly],
._wplf fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
._wplf .form-control[disabled],
._wplf fieldset[disabled] .form-control {
  cursor: not-allowed;
}
._wplf textarea.form-control {
  height: auto;
  min-height: 64px;
  min-width: 196px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ._wplf input[type=date].form-control,
._wplf input[type=time].form-control,
._wplf input[type=datetime-local].form-control,
._wplf input[type=month].form-control {
    line-height: var(--input-height);
  }
  ._wplf input[type=date].input-sm,
._wplf input[type=time].input-sm,
._wplf input[type=datetime-local].input-sm,
._wplf input[type=month].input-sm,
._wplf .input-group-sm input[type=date],
._wplf .input-group-sm input[type=time],
._wplf .input-group-sm input[type=datetime-local],
._wplf .input-group-sm input[type=month] {
    line-height: 30px;
  }
  ._wplf input[type=date].input-lg,
._wplf input[type=time].input-lg,
._wplf input[type=datetime-local].input-lg,
._wplf input[type=month].input-lg,
._wplf .input-group-lg input[type=date],
._wplf .input-group-lg input[type=time],
._wplf .input-group-lg input[type=datetime-local],
._wplf .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
._wplf .form-group {
  margin-bottom: 15px;
}
._wplf .radio,
._wplf .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
._wplf .radio.disabled label,
._wplf .checkbox.disabled label,
._wplf fieldset[disabled] .radio label,
._wplf fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
._wplf .radio label,
._wplf .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
._wplf .radio input[type=radio],
._wplf .radio-inline input[type=radio],
._wplf .checkbox input[type=checkbox],
._wplf .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}
._wplf .radio + .radio,
._wplf .checkbox + .checkbox {
  margin-top: -5px;
}
._wplf .radio-inline,
._wplf .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
._wplf .radio-inline.disabled,
._wplf .checkbox-inline.disabled,
._wplf fieldset[disabled] .radio-inline,
._wplf fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
._wplf .radio-inline + .radio-inline,
._wplf .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
._wplf .form-control-static {
  min-height: var(--input-height);
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
._wplf .form-control-static.input-lg,
._wplf .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
._wplf .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
._wplf select.input-sm {
  height: 30px;
  line-height: 30px;
}
._wplf textarea.input-sm,
._wplf select[multiple].input-sm {
  height: auto;
}
._wplf .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
._wplf .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
._wplf .form-group-sm textarea.form-control,
._wplf .form-group-sm select[multiple].form-control {
  height: auto;
}
._wplf .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
._wplf .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
._wplf select.input-lg {
  height: 46px;
  line-height: 46px;
}
._wplf textarea.input-lg,
._wplf select[multiple].input-lg {
  height: auto;
}
._wplf .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
._wplf .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
._wplf .form-group-lg textarea.form-control,
._wplf .form-group-lg select[multiple].form-control {
  height: auto;
}
._wplf .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
._wplf .has-feedback {
  position: relative;
}
._wplf .has-feedback .form-control {
  padding-right: 42.5px;
}
._wplf .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: var(--input-height);
  line-height: var(--input-height);
  text-align: center;
  pointer-events: none;
}
._wplf .input-lg + .form-control-feedback,
._wplf .input-group-lg + .form-control-feedback,
._wplf .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
._wplf .input-sm + .form-control-feedback,
._wplf .input-group-sm + .form-control-feedback,
._wplf .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
._wplf .has-success .help-block,
._wplf .has-success .control-label,
._wplf .has-success .radio,
._wplf .has-success .checkbox,
._wplf .has-success .radio-inline,
._wplf .has-success .checkbox-inline,
._wplf .has-success.radio label,
._wplf .has-success.checkbox label,
._wplf .has-success.radio-inline label,
._wplf .has-success.checkbox-inline label {
  color: var(--color-success);
}
._wplf .has-success .form-control {
  border-color: var(--color-success);
}
._wplf .has-success .form-control:focus {
  border-color: var(--color-success);
  -webkit-box-shadow: var(--input-shadow-success);
  box-shadow: var(--input-shadow-success);
}
._wplf .has-success .input-group-addon {
  color: var(--color-success);
  background-color: #dff0d8;
  border-color: var(--color-success);
}
._wplf .has-success .form-control-feedback {
  color: var(--color-success);
}
._wplf .has-error .help-block,
._wplf .has-error .control-label,
._wplf .has-error .radio,
._wplf .has-error .checkbox,
._wplf .has-error .radio-inline,
._wplf .has-error .checkbox-inline,
._wplf .has-error.radio label,
._wplf .has-error.checkbox label,
._wplf .has-error.radio-inline label,
._wplf .has-error.checkbox-inline label {
  color: var(--color-danger-active);
}
._wplf .has-error .form-control {
  border-color: var(--color-danger-active);
  -webkit-box-shadow: var(--input-shadow-danger);
  box-shadow: var(--input-shadow-danger);
}
._wplf .has-error .form-control:focus {
  border-color: var(--color-danger-active);
  -webkit-box-shadow: var(--input-shadow-danger);
  box-shadow: var(--input-shadow-danger);
}
._wplf .has-error .input-group-addon {
  color: var(--color-danger-active);
  background-color: #f2dede;
  border-color: var(--color-danger-active);
}
._wplf .has-error .form-control-feedback {
  color: var(--color-danger-active);
}
._wplf .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
._wplf .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
._wplf .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
/*
._wplf .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  ._wplf .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  ._wplf .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  ._wplf .form-inline .form-control-static {
    display: inline-block;
  }
  ._wplf .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  ._wplf .form-inline .input-group .input-group-addon,
._wplf .form-inline .input-group .input-group-btn,
._wplf .form-inline .input-group .form-control {
    width: auto;
  }
  ._wplf .form-inline .input-group > .form-control {
    width: 100%;
  }
  ._wplf .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  ._wplf .form-inline .radio,
._wplf .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  ._wplf .form-inline .radio label,
._wplf .form-inline .checkbox label {
    padding-left: 0;
  }
  ._wplf .form-inline .radio input[type=radio],
._wplf .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  ._wplf .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
._wplf .form-horizontal .radio,
._wplf .form-horizontal .checkbox,
._wplf .form-horizontal .radio-inline,
._wplf .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
._wplf .form-horizontal .radio,
._wplf .form-horizontal .checkbox {
  min-height: 27px;
}
._wplf .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  ._wplf .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
._wplf .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  ._wplf .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  ._wplf .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}*/
._wplf .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: var(--v-padding) var(--h-padding);
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: var(--border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._wplf .btn:focus,
._wplf .btn:active:focus,
._wplf .btn.active:focus,
._wplf .btn.focus,
._wplf .btn:active.focus,
._wplf .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
._wplf .btn:hover,
._wplf .btn:focus,
._wplf .btn.focus {
  color: #333;
  text-decoration: none;
}
._wplf .btn:active,
._wplf .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
._wplf .btn.disabled,
._wplf .btn[disabled],
._wplf fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
._wplf a.btn.disabled,
._wplf fieldset[disabled] a.btn {
  pointer-events: none;
}
._wplf .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
._wplf .btn-default:focus,
._wplf .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
._wplf .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
._wplf .btn-default:active,
._wplf .btn-default.active,
._wplf .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
._wplf .btn-default:active:hover,
._wplf .btn-default.active:hover,
._wplf .open > .dropdown-toggle.btn-default:hover,
._wplf .btn-default:active:focus,
._wplf .btn-default.active:focus,
._wplf .open > .dropdown-toggle.btn-default:focus,
._wplf .btn-default:active.focus,
._wplf .btn-default.active.focus,
._wplf .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
._wplf .btn-default.disabled:hover,
._wplf .btn-default[disabled]:hover,
._wplf fieldset[disabled] .btn-default:hover,
._wplf .btn-default.disabled:focus,
._wplf .btn-default[disabled]:focus,
._wplf fieldset[disabled] .btn-default:focus,
._wplf .btn-default.disabled.focus,
._wplf .btn-default[disabled].focus,
._wplf fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
._wplf .btn-default .badge {
  color: #fff;
  background-color: #333;
}
._wplf .btn-primary {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
._wplf .btn-primary:focus,
._wplf .btn-primary.focus {
  color: #fff;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-active);
}
._wplf .btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
._wplf .btn-primary:active,
._wplf .btn-primary.active,
._wplf .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: var(--color-primary-hover);
  background-image: none;
  border-color: var(--color-primary-active);
}
._wplf .btn-primary:active:hover,
._wplf .btn-primary.active:hover,
._wplf .open > .dropdown-toggle.btn-primary:hover,
._wplf .btn-primary:active:focus,
._wplf .btn-primary.active:focus,
._wplf .open > .dropdown-toggle.btn-primary:focus,
._wplf .btn-primary:active.focus,
._wplf .btn-primary.active.focus,
._wplf .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: var(--color-primary-active);
  border-color: var(--color-primary-active);
}
._wplf .btn-primary.disabled:hover,
._wplf .btn-primary[disabled]:hover,
._wplf fieldset[disabled] .btn-primary:hover,
._wplf .btn-primary.disabled:focus,
._wplf .btn-primary[disabled]:focus,
._wplf fieldset[disabled] .btn-primary:focus,
._wplf .btn-primary.disabled.focus,
._wplf .btn-primary[disabled].focus,
._wplf fieldset[disabled] .btn-primary.focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
._wplf .btn-primary .badge {
  color: var(--color-primary);
  background-color: #fff;
}
._wplf .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
._wplf .btn-success:focus,
._wplf .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
._wplf .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
._wplf .btn-success:active,
._wplf .btn-success.active,
._wplf .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
._wplf .btn-success:active:hover,
._wplf .btn-success.active:hover,
._wplf .open > .dropdown-toggle.btn-success:hover,
._wplf .btn-success:active:focus,
._wplf .btn-success.active:focus,
._wplf .open > .dropdown-toggle.btn-success:focus,
._wplf .btn-success:active.focus,
._wplf .btn-success.active.focus,
._wplf .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
._wplf .btn-success.disabled:hover,
._wplf .btn-success[disabled]:hover,
._wplf fieldset[disabled] .btn-success:hover,
._wplf .btn-success.disabled:focus,
._wplf .btn-success[disabled]:focus,
._wplf fieldset[disabled] .btn-success:focus,
._wplf .btn-success.disabled.focus,
._wplf .btn-success[disabled].focus,
._wplf fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
._wplf .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
._wplf .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
._wplf .btn-info:focus,
._wplf .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
._wplf .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
._wplf .btn-info:active,
._wplf .btn-info.active,
._wplf .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
._wplf .btn-info:active:hover,
._wplf .btn-info.active:hover,
._wplf .open > .dropdown-toggle.btn-info:hover,
._wplf .btn-info:active:focus,
._wplf .btn-info.active:focus,
._wplf .open > .dropdown-toggle.btn-info:focus,
._wplf .btn-info:active.focus,
._wplf .btn-info.active.focus,
._wplf .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
._wplf .btn-info.disabled:hover,
._wplf .btn-info[disabled]:hover,
._wplf fieldset[disabled] .btn-info:hover,
._wplf .btn-info.disabled:focus,
._wplf .btn-info[disabled]:focus,
._wplf fieldset[disabled] .btn-info:focus,
._wplf .btn-info.disabled.focus,
._wplf .btn-info[disabled].focus,
._wplf fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
._wplf .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
._wplf .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
._wplf .btn-warning:focus,
._wplf .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
._wplf .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
._wplf .btn-warning:active,
._wplf .btn-warning.active,
._wplf .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
._wplf .btn-warning:active:hover,
._wplf .btn-warning.active:hover,
._wplf .open > .dropdown-toggle.btn-warning:hover,
._wplf .btn-warning:active:focus,
._wplf .btn-warning.active:focus,
._wplf .open > .dropdown-toggle.btn-warning:focus,
._wplf .btn-warning:active.focus,
._wplf .btn-warning.active.focus,
._wplf .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
._wplf .btn-warning.disabled:hover,
._wplf .btn-warning[disabled]:hover,
._wplf fieldset[disabled] .btn-warning:hover,
._wplf .btn-warning.disabled:focus,
._wplf .btn-warning[disabled]:focus,
._wplf fieldset[disabled] .btn-warning:focus,
._wplf .btn-warning.disabled.focus,
._wplf .btn-warning[disabled].focus,
._wplf fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
._wplf .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
._wplf .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
._wplf .btn-danger:focus,
._wplf .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
._wplf .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
._wplf .btn-danger:active,
._wplf .btn-danger.active,
._wplf .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
._wplf .btn-danger:active:hover,
._wplf .btn-danger.active:hover,
._wplf .open > .dropdown-toggle.btn-danger:hover,
._wplf .btn-danger:active:focus,
._wplf .btn-danger.active:focus,
._wplf .open > .dropdown-toggle.btn-danger:focus,
._wplf .btn-danger:active.focus,
._wplf .btn-danger.active.focus,
._wplf .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
._wplf .btn-danger.disabled:hover,
._wplf .btn-danger[disabled]:hover,
._wplf fieldset[disabled] .btn-danger:hover,
._wplf .btn-danger.disabled:focus,
._wplf .btn-danger[disabled]:focus,
._wplf fieldset[disabled] .btn-danger:focus,
._wplf .btn-danger.disabled.focus,
._wplf .btn-danger[disabled].focus,
._wplf fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
._wplf .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
._wplf .btn-link {
  font-weight: 400;
  color: var(--color-primary);
  border-radius: 0;
}
._wplf .btn-link,
._wplf .btn-link:active,
._wplf .btn-link.active,
._wplf .btn-link[disabled],
._wplf fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
._wplf .btn-link,
._wplf .btn-link:hover,
._wplf .btn-link:focus,
._wplf .btn-link:active {
  border-color: transparent;
}
._wplf .btn-link:hover,
._wplf .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
._wplf .btn-link[disabled]:hover,
._wplf fieldset[disabled] .btn-link:hover,
._wplf .btn-link[disabled]:focus,
._wplf fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
._wplf .btn-lg,
._wplf .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: var(--border-radius);
}
._wplf .btn-sm,
._wplf .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
._wplf .btn-xs,
._wplf .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
._wplf .btn-block {
  display: block;
  width: 100%;
}
._wplf .btn-block + .btn-block {
  margin-top: 5px;
}
._wplf input[type=submit].btn-block,
._wplf input[type=reset].btn-block,
._wplf input[type=button].btn-block {
  width: 100%;
}
._wplf .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
._wplf [data-toggle=buttons] > .btn input[type=radio],
._wplf [data-toggle=buttons] > .btn-group > .btn input[type=radio],
._wplf [data-toggle=buttons] > .btn input[type=checkbox],
._wplf [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
._wplf .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
._wplf .input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
._wplf .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
._wplf .input-group .form-control:focus {
  z-index: 3;
}
._wplf .input-group-lg > .form-control,
._wplf .input-group-lg > .input-group-addon,
._wplf .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
._wplf select.input-group-lg > .form-control,
._wplf select.input-group-lg > .input-group-addon,
._wplf select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
._wplf textarea.input-group-lg > .form-control,
._wplf textarea.input-group-lg > .input-group-addon,
._wplf textarea.input-group-lg > .input-group-btn > .btn,
._wplf select[multiple].input-group-lg > .form-control,
._wplf select[multiple].input-group-lg > .input-group-addon,
._wplf select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
._wplf .input-group-sm > .form-control,
._wplf .input-group-sm > .input-group-addon,
._wplf .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
._wplf select.input-group-sm > .form-control,
._wplf select.input-group-sm > .input-group-addon,
._wplf select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
._wplf textarea.input-group-sm > .form-control,
._wplf textarea.input-group-sm > .input-group-addon,
._wplf textarea.input-group-sm > .input-group-btn > .btn,
._wplf select[multiple].input-group-sm > .form-control,
._wplf select[multiple].input-group-sm > .input-group-addon,
._wplf select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
._wplf .input-group-addon,
._wplf .input-group-btn,
._wplf .input-group .form-control {
  display: table-cell;
}
._wplf .input-group-addon:not(:first-child):not(:last-child),
._wplf .input-group-btn:not(:first-child):not(:last-child),
._wplf .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
._wplf .input-group-addon,
._wplf .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
._wplf .input-group-addon {
  padding: var(--v-padding) var(--h-padding);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
}
._wplf .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
._wplf .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
._wplf .input-group-addon input[type=radio],
._wplf .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
._wplf .input-group .form-control:first-child,
._wplf .input-group-addon:first-child,
._wplf .input-group-btn:first-child > .btn,
._wplf .input-group-btn:first-child > .btn-group > .btn,
._wplf .input-group-btn:first-child > .dropdown-toggle,
._wplf .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
._wplf .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
._wplf .input-group-addon:first-child {
  border-right: 0;
}
._wplf .input-group .form-control:last-child,
._wplf .input-group-addon:last-child,
._wplf .input-group-btn:last-child > .btn,
._wplf .input-group-btn:last-child > .btn-group > .btn,
._wplf .input-group-btn:last-child > .dropdown-toggle,
._wplf .input-group-btn:first-child > .btn:not(:first-child),
._wplf .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
._wplf .input-group-addon:last-child {
  border-left: 0;
}
._wplf .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
._wplf .input-group-btn > .btn {
  position: relative;
}
._wplf .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
._wplf .input-group-btn > .btn:hover,
._wplf .input-group-btn > .btn:focus,
._wplf .input-group-btn > .btn:active {
  z-index: 2;
}
._wplf .input-group-btn:first-child > .btn,
._wplf .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
._wplf .input-group-btn:last-child > .btn,
._wplf .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/*._wplf .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
._wplf .nav > li {
  position: relative;
  display: block;
}
._wplf .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
._wplf .nav > li > a:hover,
._wplf .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
._wplf .nav > li.disabled > a {
  color: #777777;
}
._wplf .nav > li.disabled > a:hover,
._wplf .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
._wplf .nav .open > a,
._wplf .nav .open > a:hover,
._wplf .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: var(--color-primary);
}
._wplf .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
._wplf .nav > li > a > img {
  max-width: none;
}
._wplf .nav-tabs {
  border-bottom: 1px solid #ddd;
}
._wplf .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
._wplf .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
._wplf .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
._wplf .nav-tabs > li.active > a,
._wplf .nav-tabs > li.active > a:hover,
._wplf .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
._wplf .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
._wplf .nav-tabs.nav-justified > li {
  float: none;
}
._wplf .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
._wplf .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  ._wplf .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  ._wplf .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
._wplf .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: var(--border-radius);
}
._wplf .nav-tabs.nav-justified > .active > a,
._wplf .nav-tabs.nav-justified > .active > a:hover,
._wplf .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  ._wplf .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  ._wplf .nav-tabs.nav-justified > .active > a,
._wplf .nav-tabs.nav-justified > .active > a:hover,
._wplf .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
._wplf .nav-pills > li {
  float: left;
}
._wplf .nav-pills > li > a {
  border-radius: var(--border-radius);
}
._wplf .nav-pills > li + li {
  margin-left: 2px;
}
._wplf .nav-pills > li.active > a,
._wplf .nav-pills > li.active > a:hover,
._wplf .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: var(--color-primary);
}
._wplf .nav-stacked > li {
  float: none;
}
._wplf .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
._wplf .nav-justified {
  width: 100%;
}
._wplf .nav-justified > li {
  float: none;
}
._wplf .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
._wplf .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  ._wplf .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  ._wplf .nav-justified > li > a {
    margin-bottom: 0;
  }
}
._wplf .nav-tabs-justified {
  border-bottom: 0;
}
._wplf .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: var(--border-radius);
}
._wplf .nav-tabs-justified > .active > a,
._wplf .nav-tabs-justified > .active > a:hover,
._wplf .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  ._wplf .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  ._wplf .nav-tabs-justified > .active > a,
._wplf .nav-tabs-justified > .active > a:hover,
._wplf .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
._wplf .tab-content > .tab-pane {
  display: none;
}
._wplf .tab-content > .active {
  display: block;
}
._wplf .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}*/
/*._wplf .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
._wplf .thumbnail > img,
._wplf .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
._wplf a.thumbnail:hover,
._wplf a.thumbnail:focus,
._wplf a.thumbnail.active {
  border-color: var(--color-primary);
}
._wplf .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
._wplf .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
._wplf .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
._wplf .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
._wplf .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
._wplf .list-group-item.disabled,
._wplf .list-group-item.disabled:hover,
._wplf .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
._wplf .list-group-item.disabled .list-group-item-heading,
._wplf .list-group-item.disabled:hover .list-group-item-heading,
._wplf .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
._wplf .list-group-item.disabled .list-group-item-text,
._wplf .list-group-item.disabled:hover .list-group-item-text,
._wplf .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
._wplf .list-group-item.active,
._wplf .list-group-item.active:hover,
._wplf .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
._wplf .list-group-item.active .list-group-item-heading,
._wplf .list-group-item.active:hover .list-group-item-heading,
._wplf .list-group-item.active:focus .list-group-item-heading,
._wplf .list-group-item.active .list-group-item-heading > small,
._wplf .list-group-item.active:hover .list-group-item-heading > small,
._wplf .list-group-item.active:focus .list-group-item-heading > small,
._wplf .list-group-item.active .list-group-item-heading > .small,
._wplf .list-group-item.active:hover .list-group-item-heading > .small,
._wplf .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
._wplf .list-group-item.active .list-group-item-text,
._wplf .list-group-item.active:hover .list-group-item-text,
._wplf .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
._wplf a.list-group-item,
._wplf button.list-group-item {
  color: #555;
}
._wplf a.list-group-item .list-group-item-heading,
._wplf button.list-group-item .list-group-item-heading {
  color: #333;
}
._wplf a.list-group-item:hover,
._wplf button.list-group-item:hover,
._wplf a.list-group-item:focus,
._wplf button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
._wplf button.list-group-item {
  width: 100%;
  text-align: left;
}
._wplf .list-group-item-success {
  color: var(--color-success);
  background-color: #dff0d8;
}
._wplf a.list-group-item-success,
._wplf button.list-group-item-success {
  color: var(--color-success);
}
._wplf a.list-group-item-success .list-group-item-heading,
._wplf button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
._wplf a.list-group-item-success:hover,
._wplf button.list-group-item-success:hover,
._wplf a.list-group-item-success:focus,
._wplf button.list-group-item-success:focus {
  color: var(--color-success);
  background-color: #d0e9c6;
}
._wplf a.list-group-item-success.active,
._wplf button.list-group-item-success.active,
._wplf a.list-group-item-success.active:hover,
._wplf button.list-group-item-success.active:hover,
._wplf a.list-group-item-success.active:focus,
._wplf button.list-group-item-success.active:focus {
  color: #fff;
  background-color: var(--color-success);
  border-color: var(--color-success);
}
._wplf .list-group-item-info {
  color: var(--color-info);
  background-color: #d9edf7;
}
._wplf a.list-group-item-info,
._wplf button.list-group-item-info {
  color: var(--color-info);
}
._wplf a.list-group-item-info .list-group-item-heading,
._wplf button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
._wplf a.list-group-item-info:hover,
._wplf button.list-group-item-info:hover,
._wplf a.list-group-item-info:focus,
._wplf button.list-group-item-info:focus {
  color: var(--color-info);
  background-color: #c4e3f3;
}
._wplf a.list-group-item-info.active,
._wplf button.list-group-item-info.active,
._wplf a.list-group-item-info.active:hover,
._wplf button.list-group-item-info.active:hover,
._wplf a.list-group-item-info.active:focus,
._wplf button.list-group-item-info.active:focus {
  color: #fff;
  background-color: var(--color-info);
  border-color: var(--color-info);
}
._wplf .list-group-item-warning {
  color: var(--color-warning);
  background-color: #fcf8e3;
}
._wplf a.list-group-item-warning,
._wplf button.list-group-item-warning {
  color: var(--color-warning);
}
._wplf a.list-group-item-warning .list-group-item-heading,
._wplf button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
._wplf a.list-group-item-warning:hover,
._wplf button.list-group-item-warning:hover,
._wplf a.list-group-item-warning:focus,
._wplf button.list-group-item-warning:focus {
  color: var(--color-warning);
  background-color: #faf2cc;
}
._wplf a.list-group-item-warning.active,
._wplf button.list-group-item-warning.active,
._wplf a.list-group-item-warning.active:hover,
._wplf button.list-group-item-warning.active:hover,
._wplf a.list-group-item-warning.active:focus,
._wplf button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
._wplf .list-group-item-danger {
  color: var(--color-danger-active);
  background-color: #f2dede;
}
._wplf a.list-group-item-danger,
._wplf button.list-group-item-danger {
  color: var(--color-danger-active);
}
._wplf a.list-group-item-danger .list-group-item-heading,
._wplf button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
._wplf a.list-group-item-danger:hover,
._wplf button.list-group-item-danger:hover,
._wplf a.list-group-item-danger:focus,
._wplf button.list-group-item-danger:focus {
  color: var(--color-danger-active);
  background-color: #ebcccc;
}
._wplf a.list-group-item-danger.active,
._wplf button.list-group-item-danger.active,
._wplf a.list-group-item-danger.active:hover,
._wplf button.list-group-item-danger.active:hover,
._wplf a.list-group-item-danger.active:focus,
._wplf button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: var(--color-danger-active);
  border-color: var(--color-danger-active);
}
._wplf .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
._wplf .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}*/
._wplf .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
._wplf .panel-body {
  padding: 15px;
}
._wplf .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
._wplf .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
._wplf .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
._wplf .panel-default {
  border-color: #ddd;
}
._wplf .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
._wplf .container:before,
._wplf .container:after,
._wplf .container-fluid:before,
._wplf .container-fluid:after,
._wplf .row:before,
._wplf .row:after,
._wplf .form-horizontal .form-group:before,
._wplf .form-horizontal .form-group:after,
._wplf .btn-toolbar:before,
._wplf .btn-toolbar:after,
._wplf .btn-group-vertical > .btn-group:before,
._wplf .btn-group-vertical > .btn-group:after,
._wplf .panel-body:before,
._wplf .panel-body:after,
._wplf .nav:before,
._wplf .nav:after {
  display: table;
  content: " ";
}
._wplf .clearfix:after,
._wplf .container:after,
._wplf .container-fluid:after,
._wplf .row:after,
._wplf .form-horizontal .form-group:after,
._wplf .btn-toolbar:after,
._wplf .btn-group-vertical > .btn-group:after,
._wplf .pager:after,
._wplf .panel-body:after,
._wplf .nav:after {
  clear: both;
}
._wplf .pull-right {
  float: right !important;
}
._wplf .pull-left {
  float: left !important;
}
._wplf .hide {
  display: none !important;
}
._wplf .show {
  display: block !important;
}
._wplf .invisible {
  visibility: hidden;
}

._wplf .alert.alert-success {
  border: 1px solid var(--color-success);
  padding: 20px;
  background: rgba(var(--color-success-rgb), 0.02);
  border-radius: var(--border-radius);
  box-shadow: var(--input-shadow-success);
}

._wplf .alert.alert-danger {
  border: 1px solid var(--color-danger);
  padding: 20px;
  background: rgba(var(--color-danger-rgb), 0.02);
  border-radius: var(--border-radius);
  box-shadow: var(--input-shadow-danger);
}
._wplf .alert.alert-info {
  border: 1px solid var(--color-info);
  padding: 20px;
  background: rgba(var(--color-info-rgb), 0.02);
  border-radius: var(--border-radius);
  box-shadow: var(--input-shadow-info);
}

/* Custom Select Dropdown */
.wplf-custom-select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url("../images/sort.svg") calc(100% - var(--h-padding)) center no-repeat !important;
  background-size: 15px !important;
  padding-right: var(--h-padding) !important;
  cursor: pointer;
}

/** Custom radio/check */
input.wplf-radio[type="radio"], input.wplf-checkbox[type="checkbox"] {
  border: 1px solid #d5dbde;
  background: #d5dbde;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -3px 4px 0 0 !important;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: none;
  position: relative;
  border-radius: 1.5px !important;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.wplf-radio:checked + span{
  color: var(--color-success);
}
.wplf-checkbox:checked + span{
  color: var(--color-primary);
}

/** Custom radio/check - Size - Medium **/
input.wplf-checkbox.wplf-checkbox-m[type="checkbox"],
input.wplf-radio.wplf-radio-m[type="radio"]{
  transform: scale(1.5);
  border-radius: 1px !important;
  margin: 7px 10px 0 5px !important;
}

input.wplf-checkbox[type="checkbox"]:checked{
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  box-shadow: var(--input-shadow-primary)
}

input.wplf-radio[type="radio"]{
  border-radius: 500px !important;
  width: 18px;
  height: 18px;
}
input.wplf-radio[type="radio"]:checked{
  border: 1px solid var(--color-success);
  background: var(--color-success);
  box-shadow: var(--input-shadow-success);
}

input.wplf-radio[type="radio"]:checked::before{
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 500px;
  width: 8px !important;
  height: 8px;
  background: #ffffff;
}
input.wplf-checkbox[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 1.5px;
  width: 5px !important;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

input.wplf-radio[type="radio"]:checked::before, input.wplf-checkbox[type="checkbox"]:checked::before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 21px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Custom radio/check end */

/* Block UI */

svg#wplf-loading path,
svg#wplf-loading rect{
  fill: #FF6700 !important;
}

._wplf .blockui{
  position: relative;
}
._wplf .blockui:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8) url("../images/loader.svg") center center no-repeat;
  background-size: 64px;
  -webkit-transition: ease-in-out 400ms;
  -moz-transition: ease-in-out 400ms;
  -ms-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}

/* Block UI Ends */
