.checkbox.checkbox input[type=checkbox]
{
  margin-left: 0;
}

/* CUSTOM BPE */
.tooltip-radio
{
  text-align: left;
}

.comment-table-text-field
{
  width: 70%;
}

.form-group label:not(.btn).big-size
{
  font-size: 18px;
}
/* END CUSTOM BPE */

.radio label
{
  padding-left: 0;
}

.radio-checkbox-container
{
/*  white-space: nowrap;*/
}

.form-group label.required::after,
.panel-title.required::after
{
  content: ' *';
}

.table-responsive.table-responsive
{
  overflow-x: visible;
}

.td-multi-field.td-multi-field
{
  padding: 2px;
  vertical-align: inherit;
}

.table-multi-field .form-group
{
  margin-bottom: 0;
}

.table-multi-field .form-field
{
  width: 100%;
}

.search-form .search-form-block
{
  position: relative;
  display: inline-block;
  margin-right: 10px;
  min-height: 55px;
  vertical-align: top;
}

@media screen and (max-width:767px)
{
  .search-form .search-form-block
  {
    width: 100%;
  }
}

.search-form-last-block
{
  padding-top: 10px;
}

.search-form-block .search-form-remove-button
{
  position: absolute;
  top: 0;
  right: 0;
}

.search-form-block > .dropdown
{
  display: inline-block;
  margin-right: 10px;
}

.search-form .filter-hidden
{
  visibility: hidden
}

.edvance-tooltip .tooltip-inner
{
  max-width: 600px;
  min-width: 600px;
  width: 600px;
  white-space: normal;
}

.tooltip
{
  z-index: 1010;
}

.tooltip-inner
{
  white-space: nowrap;
  max-width: none;
}

.dual-list-box
{
  font-size: 0;
}

.dual-list-box > ul
{
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
  display: inline-block;
  width: 50%;
  height: 116px;
  vertical-align: top;
  overflow: auto;
}

.dual-list-box > ul.expanded
{
  width: 100%;
}

.dual-list-box > ul > li > span
{
  display: block;
  padding: 3px 2px 3px 20px;
  cursor: default;
  clear: both;
}

.dual-list-box > ul > li > span > a
{
  color: #333;
  float: right;
  text-decoration: none;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 600;
  margin-top: -5px;
  clear: both;
}

.dual-list-box.disabled > ul
{
  background-color: #eee;
  border: 1px solid #A5A5B1;
  color: #050507;
}

.dual-list-box.disabled > ul > li:hover
{
  background-color: #eee;
}

.dual-list-box.disabled > ul > li > span > a
{
  cursor: not-allowed;
}

.dual-list-box.disabled > ul > li > span,
.dual-list-box.disabled > ul > li > span > a,
.dual-list-box.disabled > ul > li:hover > span,
.dual-list-box.disabled > ul > li:hover > span > a
{
  color: #050507;
}

.autocomplete-dropdown
{
  margin-left: 15px;
}

.autocomplete-dropdown .highlight-instance
{
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
  background-repeat: repeat-x;
}

.autocomplete-description
{
  color: #555;
  font-size: 12px;
}

.multi-column-form
{
  width: 100%;
  height: calc(100% - 70px);
}

.multi-column-form.no-scroll-for-preview
{
  height: auto;
}

.multi-column-form.unique-scroll
{
  overflow: auto;
}

.multi-column-form.unique-scroll.no-scroll-for-preview
{
  overflow: visible;
}

.multi-column-form-footer
{
  margin-bottom: 0;
}

.left-form,
.right-form
{
  display: inline-block;
  width: calc(50% - 5px);
  vertical-align: top;
  padding: 3px 15px 0 15px;
  height: 100%;
}

.no-scroll-for-preview > .left-form,
.no-scroll-for-preview > .right-form
{
  height: auto;
}

.separate-scrolls > .left-form,
.separate-scrolls > .right-form
{
  overflow: auto;
}

.separate-scrolls.no-scroll-for-preview > .left-form,
.separate-scrolls.no-scroll-for-preview > .right-form
{
  overflow: initial;
}

.multi-column-form .folder-field
{
  height: 100%;
}

.multi-column-form.no-scroll-for-preview .folder-field
{
  height: auto;
}

.multi-column-form .folder-field .panel
{
  height: calc(100% - 20px);
}

.multi-column-form.no-scroll-for-preview .folder-field .panel
{
  height: auto;
}

.multi-column-form .folder-field .panel-collapse
{
  height: calc(100% - 35px);
}

.multi-column-form.no-scroll-for-preview .folder-field .panel-collapse
{
  height: auto;
}

.multi-column-form .folder-field .panel-body
{
  height: 100%;
}

.multi-column-form.no-scroll-for-preview .folder-field .panel-body
{
  height: auto;
}

@media screen and (max-width:767px)
{
  .radio-checkbox-container
  {
    white-space: normal;
  }

  .radio-checkbox-container .radio-inline
  {
    display: block;
    margin-left: 0;
  }

  .table-responsive.table-responsive
  {
    border: none;
    overflow-y: auto;
    overflow-x: auto;
  }

  .multi-column-form
  {
    height: auto;
    width: auto;
  }

  .left-form,
  .right-form
  {
    display: block;
    width: auto;
    height: auto;
  }

  .multi-column-form .folder-field
  {
    height: auto;
  }

  .multi-column-form .folder-field .panel
  {
    height: auto;
  }

  .multi-column-form .folder-field .panel-collapse
  {
    height: auto;
  }

  .multi-column-form .folder-field .panel-body
  {
    height: auto;
  }
}
