/*--
import url(../../../../../../../template/css/forms.css);
--*/

.bx-form-advanced-wrapper .bx-form-section-wrapper:first-child {
  margin-top: 0;
}

.bx-form-advanced-wrapper .bx-form-section-divider:first-child {
  border-top: none;
  padding-top: 0;
}

.bx-form-advanced-wrapper .bx-form-section-divider:first-child .bx-form-section-content {
  padding-top: 0;
}

.bx-form-advanced-wrapper .bx-form-section-wrapper:last-child .bx-form-section-content {
  padding-bottom: 0;
}

.bx-form-advanced-wrapper .bx-form-section-wrapper:first-child .bx-form-row-view-wrapper:first-child {
  padding-top: 0;
}

.bx-form-input-wrapper-pgc {
  position: relative;
}

/*-- Section Toggler ---*/
.bx-form-section-wrapper {
  position: relative;
}

.bx-form-section {
  margin: 0;
  padding: 0;
  border: none;
}

.bx-form-section-header .bx-form-section-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  line-height: 1.25rem;
  text-transform: uppercase;
}

.bx-form-section-header .bx-form-section-title u {
  cursor: pointer;
}

.bx-form-section-header .bx-form-section-title span {
  width: 100%;
  padding-left: 1.25rem;

  white-space: nowrap;
  text-transform: none;
  font-size: 0.75rem;
}

.bx-form-section-hidden .bx-form-section-content {
  display: none;
}

.bx-form-collapsable .bx-form-section-toggler {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

  width: 1.25rem;
  height: 1.25rem;

  text-decoration: none;

  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

  line-height: 1.25rem;
}

.bx-form-collapsed .bx-form-section-toggler {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.bx-form-section-toggler .sys-icon {
  font-size: 0.875rem;
}

/*--- One Line fields ---*/
.bx-form-element-wrapper-oneline .bx-form-element {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.bx-form-input-wrapper-submit .bx-btn {
  float: none;
}
.bx-form-input-wrapper-input_set .bx-btn {
  float: left;
}

/*-- Form field: Password --*/
.bx-artificer .bx-form-input-wrapper-password > a {
  position: absolute;
  z-index: 1000;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

  top: 0;
  right: 0;
  height: 100%;

  margin: 0 0.5rem;
}
.bx-artificer .bx-form-input-password {
  position: relative;

  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0.5rem 0;

  border: 0;
  background-color: transparent;
}
.bx-artificer .bx-form-input-password:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

@-moz-document url-prefix() {
    .bx-artificer .bx-form-input-password {
        height: auto;
    }
}

/*-- Form field: Price --*/
.bx-form-element .bx-form-value .bx-form-input-wrapper-price {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.bx-form-element .bx-form-value .bx-form-input-wrapper-price span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;

  width: auto;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bx-form-element .bx-form-value .bx-form-input-price:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*-- Form field: Date/Time Pickers --*/
.bx-form-datepicker-modal {
  z-index: 10001 !important;
}

/*-- Form field: Switcher --*/
.bx-switcher-cont input {
  display: none !important;
}

/*-- Form field: Checkbox/Radio Set --*/
.bx-form-input-wrapper-checkbox_set label,
.bx-artificer .bx-form-input-wrapper-radio_set label {
  margin-left: 0.5rem;
  vertical-align: text-bottom;
}

/*--- Form field: File ---*/
.bx-form-input-wrapper-file .bx-btn {
  display: inline-block;
  float: none;
}
.bx-form-input-file {
  position: fixed;
  top: -1000px;

  border: none;
  background-color: transparent;
  visibility: hidden;
}

/*--- Form field: Location ---*/
.bx-form-element .bx-form-value input,
.bx-form-element .bx-form-value select {
  display: inline-block;
}
.bx-form-element .bx-form-input-location-country,
.bx-form-element .bx-form-input-location-zip,
.bx-form-element .bx-form-input-location-state,
.bx-form-element .bx-form-input-location-city {
  width: 49%;
}
.bx-form-element .bx-form-input-location-street {
  width: 83%;
}
.bx-form-element .bx-form-input-location-street_number {
  width: 15%;
}
.bx-form-element .bx-form-input-location-street_number,
.bx-form-element .bx-form-input-location-street_address,
.bx-form-element .bx-form-input-location-street,
.bx-form-element .bx-form-input-location-state,
.bx-form-element .bx-form-input-location-city {
  margin-bottom: 0.25rem;
}
.bx-form-element .bx-form-input-location-street,
.bx-form-element .bx-form-input-location-state,
.bx-form-element .bx-form-input-location-country {
  margin-left: 0.25rem;
}

.bx-form-element .bx-form-input-location-cont .bx-form-input-location-status-cont {
  float: none;
  width: 98%;
  line-height: normal;
}
.bx-form-element .bx-form-input-location-status {
  float: left;
}
.bx-form-element .bx-form-input-location-copyright {
  float: right;
}

.bx-form-element .bx-form-input-location-auto-cont {
  display: table;
}
.bx-form-element .bx-form-input-location-auto-cont > div {
  display: table-cell;
  vertical-align: middle;
}

/*--- Form field: Auto-siggestion ---*/
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) {
  float: left;
  padding: 0.125rem 0;
  height: auto;
  box-shadow: none;
  min-height: 2.375rem;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) b {
  display: block;
  float: left;
  margin: 0.125rem;
  padding-right: 1.5rem;
  border-radius: 1.25rem;

  line-height: 2rem;
  white-space: nowrap;
  font-weight: normal;
  cursor: pointer;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) b.val-wo-icon {
  padding-left: 1.5rem;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) b:hover {
  opacity: 0.7;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) b:after {
  font-family: 'BrandonGrotesque', 'sys-user', 'sys-user-fal';
  content: '\f00d';
  position: absolute;
  padding: 0 0.5em;
  margin-left: 0.5em;
  font-size: 0.7em;
  font-weight: bold;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels).bx-form-input-disabled b {
  cursor: default;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels).bx-form-input-disabled b:after {
  display: none;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) input {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 0 0.5rem;
  border: 0;
  box-shadow: none;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) .bx-account-unit-wo-info,
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) .bx-base-pofile-unit-wo-info {
  display: inline-block;
  vertical-align: top;

  margin-right: 0.5rem;
}
.sys-labels .bx-form-input-text.bx-form-input-autotoken b:first-child {
  margin-left: 2px !important;
}
.sys-labels .bx-form-input-text.bx-form-input-autotoken.bx-form-input-disabled b {
  height: 2rem;
  line-height: 2rem;
}

.select2-container {
  width: 100% !important;
}
.bx-form-input-select {
  -webkit-appearance: none;
}

/* tiny mce */
.bx-form-input-wrapper-html .gray-theme.fr-toolbar.fr-top {
  border-radius: 0.375rem 0.375rem 0 0 !important;
}
.bx-form-input-wrapper-html .fr-wrapper {
  border-radius: 0 0 0.375rem 0.375rem !important;
  border-bottom-color: #cccccc !important;
}
.bx-form-input-wrapper-html .second-toolbar {
  border-bottom: none !important;
}
.bx-artificer .bx-form-input-password::-ms-clear,
.bx-artificer .bx-form-input-password::-ms-reveal {
  display: none;
}

#bx-form-element-scheduling-icon-wrapper {
  flex: 0 0 calc(50% - 8px);
  box-sizing: border-box;
  margin-top: 1rem;
}

.bx-form-scheduling-btn {
  min-height: 2.375rem;
  display: flex;
  align-items: center;
  border: #fff 1px solid;
  justify-content: end;
  padding-top: 1px;
}

.scheduling-btn {
  border-radius: 15.2px;
  background: #f3f4f6;
  width: 30.4px;
  height: 30.4px;
  padding: 7.2px 6.4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
}

.scheduling-btn i {
  font-size: 20px;
  color: #000;
}

.scheduling-btn.active i {
  color: #7728dd;
}

#bx-form-element-scheduling {
  display: none;
}

.bx-form-element-schedule-form {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

#bx-form-element-schedule-date,
#bx-form-element-schedule-time,
#bx-form-element-schedule-timezone {
  flex: 0 0 calc(50% - 8px);
  box-sizing: border-box;
}

#bx-form-element-schedule-date {
  margin-right: 10px;
}

#bx-form-element-schedule-time .bx-form-caption {
  height: 0.25rem;
}

.bx-form-element-input_schedule {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.25rem;
  color: #8f9bb3;
}

.bx-form-element-schedule-date .bx-form-input-wrapper-datepicker,
.bx-form-element-schedule-time .bx-form-input-wrapper-datetime {
  position: relative;
}


#designbox-add-new #sys-create-post-form #bx-form-element-attachments,
#designbox-add-new #sys-create-post-form .sys-cpf-bx_polls #bx-form-element-hidden_results{
  flex: 0 0 calc(50% - 8px);
}


#bx-page-home #designbox-add-new #sys-create-post-form #bx-form-element-attachments,
#bx-page-home #designbox-add-new #sys-create-post-form .sys-cpf-bx_polls #bx-form-element-hidden_results{
  flex: 100%;
}

#designbox-add-new #sys-create-post-form #bx-form-element-scheduling {
  margin-top: 0 !important;
}


#designbox-add-new #sys-create-post-form .bx-form-element-scheduling-icon-wrapper .bx-form-caption {
  height: 0 !important;
}

#bx-page-home #designbox-add-new #sys-create-post-form .bx-form-element-scheduling-icon-wrapper .bx-form-caption{
  height: 1.25rem !important;
}

#designbox-add-new #sys-create-post-form .sys-cpf-bx_polls .bx-form-element-scheduling-icon-wrapper .bx-form-value{
 margin-top: 0 !important;
}

#bx-page-home #designbox-add-new #sys-create-post-form .sys-cpf-bx_polls .bx-form-element-scheduling-icon-wrapper .bx-form-value{
 margin-top: .25rem !important;
}

#designbox-add-new #sys-create-post-form .bx-form-scheduling-btn {
  height: 30.4px;
  min-height: 30.4px;
}

#bx-page-home #designbox-add-new #sys-create-post-form .bx-form-scheduling-btn {
  height: 2.375rem;
  min-height: 2.375rem;
}

#bx-page-view-persons-profile #designbox-add-new #sys-create-post-form #bx-form-element-scheduling {
  margin-top: 1rem !important;
}


#bx-page-view-persons-profile #designbox-add-new #sys-create-post-form .bx-form-element-scheduling-icon-wrapper .bx-form-caption {
  height: 1.25rem !important;
}

#bx-page-view-persons-profile #designbox-add-new #sys-create-post-form .bx-form-element-scheduling-icon-wrapper .bx-form-value{
 margin-top: 0.25rem !important;
}

#bx-page-view-persons-profile #designbox-add-new #sys-create-post-form .sys-cpf-bx_polls #bx-form-element-hidden_results{
  flex: 100%;
}

#bx-page-view-persons-profile #designbox-add-new #sys-create-post-form .bx-form-scheduling-btn {
  height: 2.375rem;
  min-height: 2.375rem;
}

#bx-page-view-persons-profile #designbox-add-new form[name='bx_albums'] .bx-form-section-content .bx-form-element-scheduling-icon-wrapper{
  position: static;
}