/* ------------------------------------------------
 Author: SIF
------------------------------------------------ */
/* ------------------------------------------------
   - Variables
------------------------------------------------ */
/* ----- Gutters ----- */
/* ----- Colors ----- */
.search-form.inverted-color form {
  border: 2px solid #fff; }
  .search-form.inverted-color form.focus {
    border: 2px solid #fff; }
    .search-form.inverted-color form.focus .actions > div {
      border-left: 2px solid #fff; }
  .search-form.inverted-color form .actions > div {
    border-left: 2px solid #fff; }
  .search-form.inverted-color form .actions .submit i {
    color: #fff; }
  .search-form.inverted-color form input {
    color: #fff; }
.search-form.inverted-color ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.7); }
.search-form.inverted-color :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7); }
.search-form.inverted-color ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.7); }
.search-form form {
  padding: 10px 10px 10px 20px;
  border: 2px solid #abb2b9; }
  .search-form form.focus {
    border: 2px solid #798590; }
    .search-form form.focus .actions > div {
      border-left: 2px solid #798590; }
    .search-form form.focus .actions .submit i {
      color: #fff; }
  .search-form form .actions {
    display: inline-block;
    vertical-align: middle; }
    .search-form form .actions > div {
      border-left: 2px solid #abb2b9;
      padding: 4px 12px 4px 21px;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: -0.2px;
      cursor: pointer;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      .search-form form .actions > div.clear {
        display: none; }
      .search-form form .actions > div.submit:hover i {
        color: #ff8300; }
  .search-form form .input {
    display: inline-block;
    vertical-align: middle; }
  .search-form form input {
    border: 0 !important;
    background: 0;
    border-radius: 0;
    outline: 0;
    padding: 4px 0;
    line-height: 30px;
    display: inline-block;
    width: calc(100% - 53px);
    vertical-align: middle; }
    .search-form form input.hs-button:hover {
      color: #ff0000; }
.search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C5CCD3; }
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C5CCD3; }
.search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C5CCD3; }

form .form-group {
  margin-bottom: 1rem;
  position: relative; }
form .form-control {
  border-radius: 0; }
form label {
  color: #4D5966;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 15px; }
form input {
  border: 2px solid #eef3f6 !important;
  border-radius: 4px; }
form .has-error input, form .has-error textarea {
  border: 2px solid #ff8300 !important; }
form textarea, form textarea.form-control {
  border: 2px solid #eef3f6;
  border-radius: 4px;
  resize: none; }
form span.form-error {
  position: relative;
  color: #ff8300 !important;
  font-size: 14px;
  font-weight: 500;
  padding-top: 7px;
  display: block;
  text-align: right;
  padding-right: 15px;
  width: 100%; }
  form span.form-error:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: '\f148';
    top: 6px;
    right: 0; }
form .form-group.has-error label {
  color: #ff8300 !important; }
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff8300; }
form .checkbox-sm .custom-control-label {
  padding-top: 6px; }
  @media (max-width: 767px) {
    form .checkbox-sm .custom-control-label {
      max-width: 90%;
      padding-top: 0; } }
form .checkbox-lg .custom-control-label {
  padding-top: 5px;
  padding-left: 14px;
  font-size: 0.9rem; }
  form .checkbox-lg .custom-control-label:before, form .checkbox-lg .custom-control-label:after {
    top: 0;
    width: 1.55rem;
    height: 1.55rem; }
form .checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px; }
  form .checkbox-xl .custom-control-label:before, form .checkbox-xl .custom-control-label:after {
    top: 1.2rem;
    width: 1.85rem;
    height: 1.85rem; }
@media (max-width: 767px) {
  form .form-group {
    margin-bottom: 1.5rem; }
  form .form-control {
    font-size: 16px; }
  form label {
    font-weight: 400; } }

.slim {
  border-radius: 5px; }
  .slim.rounded {
    border-radius: 50% !important; }

.tail-select {
  margin-bottom: 25px !important; }
  .tail-select .select-dropdown ul li.optgroup-title {
    padding: 0.5rem 12px !important; }
    .tail-select .select-dropdown ul li.optgroup-title b {
      color: #288dc1 !important;
      font-weight: 300 !important;
      font-size: 20px !important; }
  .tail-select .select-dropdown ul li.dropdown-option.selected {
    color: #ff8300 !important; }
  .tail-select .select-label {
    border: 2px solid #eef3f6;
    border-radius: .25rem; }
    .tail-select .select-label .label-count {
      background-color: #ff8300 !important; }

.si-form-field {
  margin-bottom: 25px; }

.char-count-width-label {
  float: right;
  color: #4D5966;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 3px; }
  .char-count-width-label span {
    color: #ff8300; }

.custom-file-label {
  border: 2px solid #eef3f6;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none; }
  .custom-file-label:after {
    line-height: 1.9;
    border-left: 2px solid #eef3f6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem; }

.custom-file {
  overflow: hidden; }

#setting-map {
  margin-bottom: 15px;
  width: 100%;
  height: 350px; }

.multi-switch {
  width: 60px;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 5px; }
  .multi-switch * {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .multi-switch .switch-content {
    background: none;
    background-color: #D97C6F;
    height: 31px;
    position: relative;
    cursor: pointer;
    border-radius: 31px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    -ms-border-radius: 31px; }
    .multi-switch .switch-content.active {
      background-color: #5DC177; }
      .multi-switch .switch-content.active .switch-circle {
        left: 100%;
        margin-left: -30px; }
    .multi-switch .switch-content.disabled {
      background-color: #CCC;
      cursor: default; }
    .multi-switch .switch-content.initial {
      background-color: #dddddd; }
      .multi-switch .switch-content.initial .switch-circle {
        left: 50%;
        margin-left: -14.5px; }
    .multi-switch .switch-content .switch-circle {
      background: #FFF;
      width: 29px;
      height: 29px;
      position: absolute;
      top: 1px;
      left: 0%;
      z-index: 1;
      margin-left: 1px;
      border-radius: 29px;
      -moz-border-radius: 29px;
      -webkit-border-radius: 29px;
      -ms-border-radius: 29px;
      box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); }
    .multi-switch .switch-content .info-slide {
      position: absolute;
      z-index: 2;
      width: 50%;
      height: 100%;
      display: block; }
      .multi-switch .switch-content .info-slide.active {
        right: 0;
        border-radius: 0 31px 31px 0;
        -moz-border-radius: 0 31px 31px 0;
        -webkit-border-radius: 0 31px 31px 0;
        -ms-border-radius: 0 31px 31px 0; }
      .multi-switch .switch-content .info-slide.disable {
        left: 0;
        border-radius: 31px 0 0 31px;
        -moz-border-radius: 31px 0 0 31px;
        -webkit-border-radius: 31px 0 0 31px;
        -ms-border-radius: 31px 0 0 31px; }
  .multi-switch input {
    display: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  outline: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  outline: none;
  border: 1px solid #fff;
  background: #004f90; }

.custom-switch {
  line-height: 12px; }

.custom-switch .custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-switch .custom-switch-input, .custom-switch .custom-switch-input:after, .custom-switch .custom-switch-input:before,
.custom-switch .custom-switch-input *,
.custom-switch .custom-switch-input *:after,
.custom-switch .custom-switch-input *:before,
.custom-switch .custom-switch-input + .custom-switch-btn {
  box-sizing: border-box; }

.custom-switch .custom-switch-input:selection, .custom-switch .custom-switch-input:after:selection, .custom-switch .custom-switch-input:before:selection,
.custom-switch .custom-switch-input *:selection,
.custom-switch .custom-switch-input *:after:selection,
.custom-switch .custom-switch-input *:before:selection,
.custom-switch .custom-switch-input + .custom-switch-btn:selection {
  background: none; }

.custom-switch .custom-switch-input + .custom-switch-btn {
  outline: 0;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 68px;
  height: 38px;
  margin: 0;
  padding: 4px;
  background: #adb5bd;
  border-radius: 76px;
  transition: all 150ms ease; }

.custom-switch .custom-switch-input + .custom-switch-btn:after, .custom-switch .custom-switch-input + .custom-switch-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 29px;
  height: 29px; }

.custom-switch .custom-switch-input + .custom-switch-btn:after {
  left: 2px;
  border-radius: 50%;
  background: white;
  transition: all 150ms ease; }

.custom-switch .custom-switch-input + .custom-switch-btn:before {
  display: none; }

.custom-switch .custom-switch-input + .custom-switch-btn.text-hide {
  top: -.80rem; }

.custom-switch .custom-switch-input:checked + .custom-switch-btn {
  background: #28a745; }

.custom-switch .custom-switch-input:checked + .custom-switch-btn:after {
  left: 30px; }

.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-checked {
  opacity: 1;
  height: auto; }

.custom-switch .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-unchecked {
  display: none;
  opacity: 0;
  height: 0; }

.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-checked {
  display: none;
  opacity: 0;
  height: 0; }

.custom-switch .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-unchecked {
  opacity: 1;
  height: auto; }

.custom-switch .custom-switch-input[disabled] + .custom-switch-btn {
  background: rgba(173, 181, 189, 0.6);
  cursor: default; }

.custom-switch .custom-switch-input[disabled]:checked + .custom-switch-btn {
  background: rgba(40, 167, 69, 0.4); }

.custom-switch .custom-switch-input:not([disabled]):focus ~ .custom-switch-btn {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(56, 123, 189, 0.25); }

.custom-switch .custom-switch-input[required] ~ .custom-switch-btn {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.125rem rgba(220, 53, 69, 0.5); }

.custom-switch .custom-switch-form-text {
  display: inline-block;
  height: 38px;
  margin-left: .5rem;
  line-height: 38px;
  vertical-align: top; }

.custom-switch.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='42.5' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EO%3C/text%3E%3C/svg%3E"); }

.custom-switch.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='18.13333' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EI%3C/text%3E%3C/svg%3E"); }

.custom-switch.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOff%3C/text%3E%3C/svg%3E"); }

.custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOn%3C/text%3E%3C/svg%3E"); }

.custom-switch.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3ENo%3C/text%3E%3C/svg%3E"); }

.custom-switch.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EYes%3C/text%3E%3C/svg%3E"); }

.custom-switch.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 96px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EDisabled%3C/text%3E%3C/svg%3E"); }

.custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EEnabled%3C/text%3E%3C/svg%3E"); }

.custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 58px; }

.custom-switch-sm {
  line-height: 11px; }

.custom-switch-sm .custom-switch-input + .custom-switch-btn {
  width: 60px;
  height: 31px;
  padding: 3px;
  border-radius: 62px; }

.custom-switch-sm .custom-switch-input + .custom-switch-btn:after, .custom-switch-sm .custom-switch-input + .custom-switch-btn:before {
  width: 23px;
  height: 23px; }

.custom-switch-sm .custom-switch-input + .custom-switch-btn:after {
  left: 2px; }

.custom-switch-sm .custom-switch-input:checked + .custom-switch-btn:after {
  left: 29px; }

.custom-switch-sm .custom-switch-form-text {
  height: 31px;
  margin-left: .5rem;
  line-height: 31px; }

.custom-switch-sm.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='37.5' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EO%3C/text%3E%3C/svg%3E"); }

.custom-switch-sm.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='16' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EI%3C/text%3E%3C/svg%3E"); }

.custom-switch-sm.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='32.87671' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOff%3C/text%3E%3C/svg%3E"); }

.custom-switch-sm.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='8.57143' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOn%3C/text%3E%3C/svg%3E"); }

.custom-switch-sm.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='32.87671' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3ENo%3C/text%3E%3C/svg%3E"); }

.custom-switch-sm.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='31'%3E%3Ctext x='8.57143' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EYes%3C/text%3E%3C/svg%3E"); }

.custom-switch-sm.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 88px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='31'%3E%3Ctext x='32.87671' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EDisabled%3C/text%3E%3C/svg%3E"); }

.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='31'%3E%3Ctext x='8.57143' y='19.375' font-size='11px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EEnabled%3C/text%3E%3C/svg%3E"); }

.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 57px; }

.custom-switch-xs {
  line-height: 10px; }

.custom-switch-xs .custom-switch-input + .custom-switch-btn {
  width: 48px;
  height: 24px;
  padding: 3px;
  border-radius: 48px; }

.custom-switch-xs .custom-switch-input + .custom-switch-btn:after, .custom-switch-xs .custom-switch-input + .custom-switch-btn:before {
  width: 18px;
  height: 18px; }

.custom-switch-xs .custom-switch-input + .custom-switch-btn:after {
  left: 1px; }

.custom-switch-xs .custom-switch-input:checked + .custom-switch-btn:after {
  left: 24px; }

.custom-switch-xs .custom-switch-form-text {
  height: 24px;
  margin-left: .5rem;
  line-height: 24px; }

.custom-switch-xs.custom-switch-label-io .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='27.42857' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EO%3C/text%3E%3C/svg%3E"); }

.custom-switch-xs.custom-switch-label-io .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='12.8' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EI%3C/text%3E%3C/svg%3E"); }

.custom-switch-xs.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='25.6' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOff%3C/text%3E%3C/svg%3E"); }

.custom-switch-xs.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='6.85714' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOn%3C/text%3E%3C/svg%3E"); }

.custom-switch-xs.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='25.6' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3ENo%3C/text%3E%3C/svg%3E"); }

.custom-switch-xs.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24'%3E%3Ctext x='6.85714' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EYes%3C/text%3E%3C/svg%3E"); }

.custom-switch-xs.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 76px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='24'%3E%3Ctext x='25.6' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EDisabled%3C/text%3E%3C/svg%3E"); }

.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='24'%3E%3Ctext x='6.85714' y='15' font-size='10px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EEnabled%3C/text%3E%3C/svg%3E"); }

.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 52px; }

.is-invalid .custom-switch .custom-switch-input ~ .custom-switch-btn,
.was-validated .custom-switch:invalid .custom-switch-input ~ .custom-switch-btn {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem #dc3545; }

.slider-selection {
  background: #f77500 !important; }

.slider-success .slider-selection {
  background-color: #5cb85c !important; }

.slider-primary .slider-selection {
  background-color: #428bca !important; }

.slider-info .slider-selection {
  background-color: #5bc0de !important; }

.slider-warning .slider-selection {
  background-color: #f0ad4e !important; }

.slider-danger .slider-selection {
  background-color: #d9534f !important; }

.slider.slider-horizontal {
  width: 100% !important;
  height: 20px; }

.slider-handle {
  background-color: #fff !important;
  background-image: none !important;
  -webkit-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important; }

.slider-strips .slider-selection {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important; }

.slider .tooltip.top {
  margin-top: -25px !important; }

.well {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0; }

.slider-ghost .slider-track {
  height: 5px !important; }

.slider-ghost .slider-handle {
  top: -2px !important;
  border: 5px solid #f77500; }

.slider-success.slider-ghost .slider-handle {
  border-color: #5cb85c; }

.slider-primary.slider-ghost .slider-handle {
  border-color: #428bca; }

.slider-info.slider-ghost .slider-handle {
  border-color: #5bc0de; }

.slider-warning.slider-ghost .slider-handle {
  border-color: #f0ad4e; }

.slider-danger.slider-ghost .slider-handle {
  border-color: #d9534f; }

.line-style {
  /*CHECKBOX*/ }
  .line-style form {
    position: relative; }
    .line-style form input[type=text] {
      font-size: 20px;
      width: 100%;
      height: 40px;
      background: transparent;
      border: none !important;
      border-bottom: 3px solid #288dc1 !important;
      color: #fff;
      outline: none;
      padding-right: 25px;
      border-radius: 0; }
      .line-style form input[type=text]::placeholder {
        color: rgba(255, 255, 255, 0.6); }
      .line-style form input[type=text]:-webkit-autofill {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset;
        transition: background-color 5000s ease-in-out 0s;
        border-bottom: 3px solid #288dc1 !important; }
      .line-style form input[type=text]:focus {
        border-bottom: 3px solid #ff8300 !important; }
    .line-style form button[type=submit] {
      position: absolute;
      bottom: 10px;
      right: 0;
      text-align: center;
      background: transparent;
      border: none;
      outline: 0;
      color: #fff;
      padding: 0;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      .line-style form button[type=submit]:hover {
        color: #ff8300; }
  .line-style .custom-checkbox-list .checkbox {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
    /* unchecked icon */
    /* checked icon */ }
    .line-style .custom-checkbox-list .checkbox input[type=checkbox], .line-style .custom-checkbox-list .checkbox input[type=radio] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      opacity: 0;
      cursor: pointer;
      margin: 0; }
    .line-style .custom-checkbox-list .checkbox label {
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.04);
      font-size: 15px;
      color: #fff;
      padding: 9px 12px 7px 12px;
      font-weight: 500;
      text-transform: none; }
    .line-style .custom-checkbox-list .checkbox input[type=checkbox]:hover + label, .line-style .custom-checkbox-list .checkbox input[type=radio]:hover + label {
      background-color: rgba(255, 255, 255, 0.08); }
    .line-style .custom-checkbox-list .checkbox input[type=checkbox]:checked + label, .line-style .custom-checkbox-list .checkbox input[type=radio]:checked + label {
      background-color: rgba(255, 255, 255, 0.08);
      color: #fff; }
    .line-style .custom-checkbox-list .checkbox input[type=checkbox] + label:after, .line-style .custom-checkbox-list .checkbox input[type=radio] + label:after {
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      padding-left: 5px;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased; }
    .line-style .custom-checkbox-list .checkbox input[type=checkbox] + label:after, .line-style .custom-checkbox-list .checkbox input[type=radio] + label:after {
      content: "\f111"; }
    .line-style .custom-checkbox-list .checkbox input[type=checkbox]:checked + label:after, .line-style .custom-checkbox-list .checkbox input[type=radio]:checked + label:after {
      content: "\f058";
      color: #fff;
      font-weight: 600; }

.press-style {
  /*CHECKBOX*/ }
  .press-style .form {
    position: relative; }
    .press-style .form input[type=text] {
      font-size: 20px;
      width: 100%;
      height: 40px;
      background: transparent;
      border: none !important;
      border-bottom: 3px solid #288dc1 !important;
      outline: none;
      padding-right: 25px;
      border-radius: 0; }
      .press-style .form input[type=text]::placeholder {
        color: #9ab6cb; }
      .press-style .form input[type=text]:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px transparent inset;
        transition: background-color 5000s ease-in-out 0s;
        border-bottom: 3px solid #288dc1 !important; }
      .press-style .form input[type=text]:focus {
        border-bottom: 3px solid #ff8300 !important; }
    .press-style .form button[type=submit] {
      position: absolute;
      bottom: 10px;
      right: 0;
      text-align: center;
      background: transparent;
      border: none;
      outline: 0;
      padding: 0;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      .press-style .form button[type=submit]:hover {
        color: #ff8300; }
  .press-style .btn-reset-press-category {
    cursor: pointer;
    background-color: #f7f9fb;
    font-size: 15px;
    padding: 9px 12px 7px 12px;
    font-weight: 500;
    text-transform: none;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px; }
  .press-style fieldset {
    display: inline-block; }
  .press-style #press-category-sublist {
    vertical-align: top;
    display: inline-block; }
    .press-style #press-category-sublist fieldset {
      cursor: pointer;
      background-color: #f7f9fb;
      display: inline-block;
      margin-bottom: 8px;
      margin-right: 5px;
      padding-right: 12px; }
    .press-style #press-category-sublist select {
      background: transparent;
      border: none;
      font-size: 15px;
      padding: 5px 6px 6px 8px;
      font-weight: 500;
      outline: 0;
      color: #586674; }
  .press-style .custom-checkbox-list .checkbox {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
    /* unchecked icon */
    /* checked icon */ }
    .press-style .custom-checkbox-list .checkbox input[type=checkbox], .press-style .custom-checkbox-list .checkbox input[type=radio] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      opacity: 0;
      cursor: pointer;
      margin: 0; }
    .press-style .custom-checkbox-list .checkbox label {
      cursor: pointer;
      background-color: #f7f9fb;
      font-size: 15px;
      padding: 9px 12px 7px 12px;
      font-weight: 500;
      text-transform: none; }
    .press-style .custom-checkbox-list .checkbox input[type=checkbox]:hover + label, .press-style .custom-checkbox-list .checkbox input[type=radio]:hover + label {
      background-color: #eef2f6; }
    .press-style .custom-checkbox-list .checkbox input[type=checkbox]:checked + label, .press-style .custom-checkbox-list .checkbox input[type=radio]:checked + label {
      background-color: #eef2f6; }
    .press-style .custom-checkbox-list .checkbox input[type=checkbox] + label:after, .press-style .custom-checkbox-list .checkbox input[type=radio] + label:after {
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      padding-left: 5px;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased; }
    .press-style .custom-checkbox-list .checkbox input[type=checkbox] + label:after, .press-style .custom-checkbox-list .checkbox input[type=radio] + label:after {
      content: "\f111"; }
    .press-style .custom-checkbox-list .checkbox input[type=checkbox]:checked + label:after, .press-style .custom-checkbox-list .checkbox input[type=radio]:checked + label:after {
      content: "\f058";
      color: #006098;
      font-weight: 600; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #eef3f6;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0; }

/*# sourceMappingURL=styles_form.css.map */
