.message-wrapper > .box {
  border-radius: 0;
}
.message-wrapper + .message-wrapper:not(.message-break) .avatar,
.message-wrapper + .message-wrapper:not(.message-break) .timestamp,
.message-wrapper + .message-wrapper:not(.message-break) .username {
  display: none !important;
}
.message-wrapper.message-break + .message-wrapper.message-break {
  margin-top: 1rem;
}
.message-file .file-download {
  background: rgba(0,0,0,0.5);
  border: none 0;
  border-radius: 4px;
  color: #fff;
  display: none;
  opacity: 0.8;
  line-height: 1;
  padding: 8px;
  position: relative;
  transition: background 0.3s, opacity 0.3s;
  z-index: 100;
}
.message-file .file-download .pcfont {
  margin: 0;
}
.message-file .file-download:hover {
  opacity: 1;
}
.message-file:hover .file-download {
  display: inline-block;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@-webkit-keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes highlightIn {
  0% {
    background-color: #fee8a6;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes highlightOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.select2-container,
.apocalypse .select2-container {
  font-size: 15px;
  min-height: 32px !important;
}
.select2-container--default .select2-selection--single,
.apocalypse .select2-container--default .select2-selection--single {
  height: auto;
  min-height: 32px !important;
  border: 1px solid #d6d4d0;
  border-radius: 3px;
  padding: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.apocalypse .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABGdBTUEAALGPC/xhBQAAAHhJREFUCB1jtnH02SGnqH350YMbLxmQgINboI6MnOpkJiZWxsz////MtnX0cYbJ2zn5Ov359Wc2GyNrGSNI0N09VOjLzx9rmJgZ5/3//5/x/3+GBEYu3pAjW5e9BysAKXJISOD48+DNfAZGxn+8HApJ27dP/gkSBwAtjClvmVUf/gAAAABJRU5ErkJggg==) 50% 50% no-repeat;
  height: 100%;
  right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.apocalypse .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.apocalypse .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #289aa0;
}
.select2-container--open,
.apocalypse .select2-container--open {
  z-index: 2147483647;
}
.select2-container--open .select2-selection--single .select2-selection__arrow,
.apocalypse .select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-results__option,
.apocalypse .select2-results__option {
  font-size: 14px;
  margin-bottom: 0;
}
.select2-container .select-icon,
.apocalypse .select2-container .select-icon {
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 17px;
  border: 1px solid transparent;
  float: right;
}
.select2-selection,
.apocalypse .select2-selection {
  height: auto;
}
.select2-selection .select-icon,
.apocalypse .select2-selection .select-icon {
  position: absolute;
  right: 30px;
}
table .select2-container,
.apocalypse table .select2-container {
  vertical-align: middle;
  display: block;
}
table .select2-container .select2-selection,
.apocalypse table .select2-container .select2-selection {
  display: block;
}
.select2-container--inline-search,
.apocalypse .select2-container--inline-search {
  min-height: 32px;
}
.select2-container--inline-search.select2-container--open .select2-selection,
.apocalypse .select2-container--inline-search.select2-container--open .select2-selection {
  box-shadow: none !important;
}
.select2-container--inline-search.select2-container--open .select2-selection .select2-selection__arrow,
.apocalypse .select2-container--inline-search.select2-container--open .select2-selection .select2-selection__arrow {
  z-index: 9999;
}
.select2-container--inline-search .select2-dropdown,
.apocalypse .select2-container--inline-search .select2-dropdown {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  border-color: #66afe9;
  border-top-width: 0px !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  margin-top: -34px !important;
}
.select2-container--inline-search .select2-dropdown .select2-search,
.apocalypse .select2-container--inline-search .select2-dropdown .select2-search {
  padding: 0;
}
.select2-container--inline-search .select2-dropdown .select2-search .select2-search__field,
.apocalypse .select2-container--inline-search .select2-dropdown .select2-search .select2-search__field {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 6px 12px;
  height: 33px;
}
.ui-widget-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999998;
}
#dialogRegion,
.modal,
.ui-dialog {
  background-color: #fff;
  z-index: 999999;
}
#dialogRegion.blank-dialog,
.modal.blank-dialog,
.ui-dialog.blank-dialog {
  background: none;
  overflow: inherit;
}
#dialogRegion h1,
.modal h1,
.ui-dialog h1,
#dialogRegion h2,
.modal h2,
.ui-dialog h2,
#dialogRegion h3,
.modal h3,
.ui-dialog h3,
#dialogRegion h4,
.modal h4,
.ui-dialog h4,
#dialogRegion h5,
.modal h5,
.ui-dialog h5,
#dialogRegion h6,
.modal h6,
.ui-dialog h6 {
  margin: 0;
  text-align: left;
}
.modal-header,
.ui-widget-header,
.modal-footer {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  padding: 1em;
  position: relative;
}
.modal-header.ui-widget-header,
.ui-widget-header.ui-widget-header,
.modal-footer.ui-widget-header {
  font-size: 16px;
  line-height: 34px;
  padding: 12px;
}
.modal-header button.close-modal,
.ui-widget-header button.close-modal,
.modal-footer button.close-modal,
.modal-header .ui-dialog-titlebar-close,
.ui-widget-header .ui-dialog-titlebar-close,
.modal-footer .ui-dialog-titlebar-close {
  background: none;
  border: none;
  bottom: 0;
  color: #3b404c;
  font-size: 1em;
  height: 100%;
  margin: 0px;
  padding: 0;
  position: absolute;
  right: 0.25em;
  text-shadow: none;
  top: 0;
  transition: color 0.3s ease;
}
.modal-header button.close-modal i,
.ui-widget-header button.close-modal i,
.modal-footer button.close-modal i,
.modal-header .ui-dialog-titlebar-close i,
.ui-widget-header .ui-dialog-titlebar-close i,
.modal-footer .ui-dialog-titlebar-close i {
  font-weight: bold;
}
.modal-header button.close-modal:hover,
.ui-widget-header button.close-modal:hover,
.modal-footer button.close-modal:hover,
.modal-header .ui-dialog-titlebar-close:hover,
.ui-widget-header .ui-dialog-titlebar-close:hover,
.modal-footer .ui-dialog-titlebar-close:hover {
  color: #bebebe;
}
.ui-widget-header {
  padding: 0.5em;
}
.ui-widget-header .ui-dialog-title {
  color: readableColor(#fff);
  display: inline-block;
  height: 100%;
}
.modal-header {
  display: none;
}
.ui-dialog-content {
  overflow-y: auto;
}
.modal-body {
  background-color: #fff;
  color: #333;
  height: 100%;
  overflow-y: auto;
  padding: 0.5em;
  position: relative;
}
.modal-body.blank-dialog {
  background: none;
  overflow: inherit;
}
.modal-body .alert {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.modal-body.confirmation {
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
.modal-body.confirmation strong {
  font-weight: bold;
}
.modal-body.confirmation p {
  margin-bottom: 0;
  text-align: center;
}
.modal-body table {
  margin: 0 auto;
}
.modal-body .button-bar button,
.modal-body .button-bar .button {
  font-size: 1.2em;
  margin-right: 0.5em;
}
.modal-body .button-bar button:last-child,
.modal-body .button-bar .button:last-child {
  margin-right: 0;
}
.modal-body input[type=text],
.modal-body input[type=password],
.modal-body textarea {
  color: #3b404c;
  margin-right: 1em;
  padding: 0 0.5em;
  transition: border-color 0.4s ease;
}
.modal-body input[type=text].disabled,
.modal-body input[type=password].disabled,
.modal-body textarea.disabled,
.modal-body input[type=text]:disabled,
.modal-body input[type=password]:disabled,
.modal-body textarea:disabled {
  background-color: #fff;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.modal-body textarea {
  height: 38px;
}
.modal-body table button .shane-awesome,
.modal-body table .button .shane-awesome {
  position: relative;
}
.actions input[type=text],
.actions input[type=password],
.actions textarea {
  height: 38px;
  margin-right: 1em;
  padding: 0 0.5em;
  transition: border-color 0.4s ease;
}
.actions input[type=text]:focus,
.actions input[type=password]:focus,
.actions textarea:focus {
  border-color: #000;
}
.modal-footer {
  background-color: #f3f3f3;
  border-bottom: none;
  font-size: 1.4em;
  padding: 0.5em;
  text-align: center;
/*button,
	.button
		margin-left: 1em;
		text-transform: none;
	&.confirmation
		padding: .5em;
		text-align: center;*/
}
.modal-footer.no-background {
  background: none transparent;
}
.modal-footer button,
.modal-footer .button {
  margin-left: 1em;
}
.modal-footer button:first-child,
.modal-footer .button:first-child {
  margin-left: 0;
}
.modal-footer .button-sub-text {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.modal-footer a {
  display: inline-block;
}
.modal-footer a.nobutton {
  margin-left: 1em;
}
.modal-backdrop {
  opacity: 0.9;
}
.no-padding .modal-body {
  padding: 0;
}
.headless-dialog {
  font-size: 16px;
  padding: 0;
}
.headless-dialog .ui-widget-header {
  border-bottom: 0;
  height: auto;
  line-height: normal;
  padding: 2em 0 0 0;
  text-align: center;
}
.headless-dialog .ui-widget-header .ui-dialog-titlebar-close {
  color: #3b404c;
  font-size: 26px;
  height: 27px;
  padding-top: 7px;
  vertical-align: top;
}
.headless-dialog .ui-widget-header .ui-dialog-titlebar-close .close-chat {
  font-weight: normal;
  vertical-align: inherit;
}
.headless-dialog .ui-widget-header .ui-dialog-titlebar-close .pcfont {
  vertical-align: baseline !important;
}
.headless-dialog .ui-dialog-title {
  font-size: 1.75em;
}
.headless-dialog .modal-body {
  padding-top: 0;
}
.headless-dialog .modal-body h2 {
  text-align: center;
}
.headless-dialog .modal-body p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1em;
  padding: 0 4em;
  text-align: center;
}
.headless-dialog .modal-footer {
  background: none;
  margin-bottom: 25px;
}
.headless-dialog .modal-footer button,
.headless-dialog .modal-footer .button {
  background: none no-repeat center center;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-align: center;
}
.headless-dialog .modal-footer button.nobutton,
.headless-dialog .modal-footer .button.nobutton {
  background-color: #fff;
  border-color: #289aa0;
  color: #289aa0;
}
.headless-dialog .modal-footer button.nobutton:hover,
.headless-dialog .modal-footer .button.nobutton:hover {
  background-color: #289aa0;
  color: #fff;
}
.headless-dialog .modal-footer button.nobutton.black,
.headless-dialog .modal-footer .button.nobutton.black {
  border-color: #3b404c;
  color: #3b404c;
}
.headless-dialog .modal-footer button.nobutton.black:hover,
.headless-dialog .modal-footer .button.nobutton.black:hover {
  background-color: #3b404c;
  color: #fff;
}
.headless-dialog .modal-footer button.primary,
.headless-dialog .modal-footer .button.primary {
  background-color: #289aa0;
  color: #fff;
}
.headless-dialog .modal-footer button.primary:hover,
.headless-dialog .modal-footer .button.primary:hover {
  background-color: rgba(40,154,160,0.7);
}
.headless-dialog .modal-footer button .smaller-text,
.headless-dialog .modal-footer .button .smaller-text {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  text-align: center;
}

