﻿#admin-modal-bulletin .admin-modal-content-header-subtext {
  margin: 0 0 10px 0;
}
#admin-modal-bulletin .admin-modal-bulletin-html-wrap {
  background-image: url('textures/highlight.png');
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #e3e3e3;
  border: 1px solid #C5C5C5;
  display: none;
}
#admin-modal-bulletin .admin-modal-bulletin-html-wrap .admin-modal-bulletin-textarea-html {
  padding: 0;
  margin: 6px 4px 1px 4px;
  width: calc(100% - 10px);
  height: 236px;
  border: 1px solid #C5C5C5;
  resize: vertical;
}
#admin-modal-bulletin .admin-modal-bulletin-editor-options-wrap {
  display: flex;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#admin-modal-bulletin .admin-modal-bulletin-editor-options-wrap .admin-modal-bulletin-option {
  position: relative;
  top: -1px;
  color: white;
  background-color: #BCBCBC;
  border: 1px solid #BCBCBC;
  border-top: none;
  height: 22px;
  width: 60px;
  text-align: center;
  padding-top: 8px;
}
#admin-modal-bulletin .admin-modal-bulletin-editor-options-wrap .admin-modal-bulletin-option-selected {
  position: relative;
  top: -1px;
  color: #333333;
  background-color: #E3E3E3;
  border: 1px solid #D0D0D0;
  border-top: none;
  height: 22px;
  width: 60px;
  text-align: center;
  padding-top: 8px;
}
