@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
#alerts {
  position: fixed;
  z-index: 1051;
  margin: 10px;
  top: 0;
  left: 0;
  max-height: 100%;
  min-width: 400px;
  max-width: 100%;
}
#alerts .alert {
  padding: 5px 28px 5px 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}
#alerts .alert .close {
  padding: 1px 6px;
  right: 0;
}
#ajax_loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100000;
  margin: -19px 0 0 -19px;
  background: url(/assets/images/ring-alt.svg) 0 0 no-repeat;
  cursor: none;
  width: 38px;
  height: 38px;
}
#icon_test span {
  padding: 1px 5px;
  display: inline-block;
  width: 200px;
}
#icon_test span::before {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 25px;
}
.top-bar-search button {
  color: #fff;
}
.top-bar-search .focus button {
  color: #495057;
}
.video {
  max-height: 350px;
}
.note-editor.note-frame .note-editing-area .note-editable {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #333;
}
.conversation-message-text {
  max-width: 730px;
}
.text-muted a:not([class]) {
  color: #6385af;
}
select[multiple] {
  min-height: 160px;
}
@media (min-width: 767px) {
  .auth-header {
    height: 300px;
  }
}
#selected_options {
  display: none;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 1;
  padding: 20px;
  border: 1px solid #346cb0;
  border-bottom: 0;
}
.grecaptcha-badge {
  display: none !important;
}
.dh-selector {
  display: inline-block;
  height: auto;
}
.dh-selector a {
  cursor: pointer;
}
.dh-selector.hidden {
  display: none;
}
.dh-selector.cond a,
.dh-selector.grey a {
  color: #444;
}
.dh-selector.readonly a.dh-click {
  color: #666;
}
.dh-selector div.empty,
.dh-selector a.dh-click.empty {
  color: #999;
}
.dh-selector div.disabled {
  color: #aaa;
}
.dh-selector .dh-options {
  display: none;
  position: absolute;
  margin-left: 10px;
  margin-top: 22px;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 7px 0;
  background: #fff;
  z-index: 1;
}
.dh-selector .dh-options > div {
  max-height: 290px;
  overflow-y: auto;
  margin-right: 6px;
}
.dh-selector .dh-options div.dh-option {
  cursor: default;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 100%;
  min-width: 150px;
  display: flex;
  align-items: center;
}
.dh-selector .dh-options div.dh-option.active,
.dh-selector .dh-options div.dh-option:active {
  background: #cce8ff;
}
.dh-selector .dh-options div.dh-option:hover:not(.active) {
  background: #fffdf1;
}
.dh-selector .dh-options div.dh-option input {
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: 4px;
}
.dh-selector .dh-options div.dh-option span {
  color: #000;
}
.dh-selector .dh-options div.dh-option span.dh-text2 {
  display: inline-block;
  padding-left: 7px;
  color: #868686;
}
.dh-selector .dh-options div.dh-option span.dh-text3 {
  display: inline-block;
  padding-left: 9px;
  color: #868686;
  font-weight: bold;
  font-size: 10px;
}
.dh-selector .dh-options div.dh-option-group {
  cursor: default;
  padding: 6px 6px 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
}
.dh-selector .dh-options div.dh-divider {
  border-bottom: 1px solid #ddd;
  margin: 3px 0 3px 8px;
}
.dh-selector .dh-options input.dh-option {
  margin: 0px 7px 1px;
  height: 30px;
  width: 92%;
  padding: 0 7px;
  min-width: 200px;
  border-color: #ececec;
  border-bottom: 2px solid #606060;
}
.dh-selector .dh-options input.dh-option:focus {
  border-color: #ececec;
  border-bottom-color: #0067c0;
}
.dh-selector .dh-options .dh-filter {
  margin: 0px 7px 9px;
  padding: 0 7px;
  height: 25px;
  width: 92%;
  min-width: 170px;
  border-color: #ececec;
  border-bottom: 2px solid #606060;
}
.dh-selector .dh-options .dh-filter:focus {
  border-color: #ececec;
  border-bottom-color: #0067c0;
}
.dh-selector .control-group,
.dh-selector .controls,
.dh-selector .control-label {
  margin: 0;
  padding: 0;
}
.dh-selector.dh-large div.dh-option {
  padding-top: 6px;
  padding-bottom: 6px;
}
