
.dialog_shadow
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.comment_dialog
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.comment_dialog > .controls
{
  position: fixed;
  top: 1em;
  left: 1em;
  width: 8em;
  overflow: hidden;
  padding: 0.3em;
}

.comment_dialog button
{
  display: block;
  cursor: default;
  padding: 0.3em 0;
  margin-bottom: 13px;
  width: 100%;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
}

.comment_dialog button.enabled
{
  cursor: pointer;
  /*border: 1px solid #E0DFB1;*/
  background: #F5F4D7;
  color: #D3643B;
}

.comment_dialog button.inverted.enabled
{
  background-color: #FFFFFF;
}

.comment_dialog .comments
{
  position: fixed;
  top: 1em;
  left: 9.5em;
  width: 85%;
  height: 95%;
  color: #000000;
  overflow-x: hidden;
  overflow-y: auto;
}

.comment_dialog .comments .new_comment
{
  width: 95%;
  font-size: 1.5em;
  margin: 0.3em auto;
  padding: 0.1em;
  background: #F5F4D7;
  border: 1px solid #E0DFB1;
}

.comment_dialog .comments .new_comment h1,
.comment_dialog .comments .comment h1
{
  display: inline-block;
  font-size: 0.75em;
  font-family: Source Sans Pro;
  margin: 0.3em 0.4em;
}

.comment_dialog .comments .new_comment h1.reason,
.comment_dialog .comments .comment h1.reason
{
  margin: 0.2em 0.4em;
  vertical-align: top;
}

.comment_dialog .comments .new_comment select
{
  font-size: 0.7em;
  vertical-align: baseline;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

.comment_dialog .comments .new_comment h1 select
{
  font-size: 0.9em;
}

.comment_dialog .comments .new_comment .controls button
{
  cursor: inherit;
  display: inline-block;
  float: right;
  width: initial;
  padding: 0.2em;
  margin: 0.2em 0.5em;
  font-size: 0.6em;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
}

.comment_dialog .comments .new_comment .controls button.enabled
{
  cursor: pointer;
  color: #D3643B;
  background: #FFFFFF;
}

/*.comment_dialog .comments .new_comment .controls button.enabled:hover
{
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #E0DFB1;
}*/

.comment_dialog .comments .new_comment .controls
{
  height: 1.3em;
}

.comment_dialog .comments .new_comment .options
{
  display: none;
}

.comment_dialog .comments .new_comment .options.selected
{
  display: block;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.3em;
}

.comment_dialog .comments .new_comment .options textarea
{
  width: 98%;
  margin: 0.3em auto;
  display: block;
  height: 5em;
  font-size: 0.75em;
  border: 1px solid #E0DFB1;
  resize: none;
}

/*.comment_dialog .comments .new_comment .options #selected_text
{
  width: 98%;
  margin: 0.3em auto;
  padding: 3px;
  display: block;
  font-size: 0.75em;
  border: 1px solid #E0DFB1;
  font-family: Source Sans Pro;
  overflow: hidden;
  white-space: nowrap;
  background: #FFFFFF;
}*/

.comment_dialog .comments .new_comment .options .divider,
.comment_dialog .comments .comment .divider
{
  display: none;
}

.comment_dialog .comments .new_comment .options.wrapped .divider,
.comment_dialog .comments .comment.wrapped .divider
{
  display: inline-block;
}

.comment_dialog .comments .new_comment .options #selected_text,
.comment_dialog .comments .comment #selected_text
{
  display: inline-block;
  white-space: pre-wrap;
}

.comment_dialog .comments .new_comment .options.wrapped #selected_text,
.comment_dialog .comments .comment.wrapped #selected_text
{
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0.4em 0 0.7em;
  margin: 0.5em 0 0 0;
  background: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.comment_dialog .comments .new_comment .options button.select_text
{
  background: #FFFFFF;
  width: initial;
  padding: 0.1em 0.3em;
  position: absolute;
  right: 0.4em;
  top: 0.5em;
}

.comment_dialog .comments .options hr
{
  width: 99%;
  margin: 0.4em auto 0.25em auto;
}

.comment_dialog .comments .comment hr
{
  width: 99%;
  margin: 0.2em auto 0.25em auto;
}

.comment_dialog .comments .header
{
  width: 95%;
  font-family: Source Sans Pro;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 auto 0.2em auto;
  padding: 0 0.1em;
  border-bottom: 1px solid #E0DFB1;
}

.comment_dialog .comments .comment
{
  width: 95%;
  font-size: 1.5em;
  margin: 0 auto 0.2em auto;
  padding: 0.1em;
  background: #F5F4D7;
  border: 1px solid #E0DFB1;
  position: relative;
}

.comment_dialog .comments .comment div.reason
{
  display: inline-block;
  font-size: 0.75em;
  font-family: Source Sans Pro;
  margin: 0.2em 0.4em;
  white-space: pre-wrap;
  max-width: 100%;
}

.comment_dialog .comments .comment .controls
{
  display: inline-block;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
}

.comment_dialog .comments .comment .controls button.enabled
{
  width: initial;
  display: inline-block;
  float: right;
  padding: 0.1em 0.2em;
  margin-left: 0.3em;
  background: #FFFFFF;
}


.comment_dialog .comments .comment .feedback
{
  width: 100%;
  margin-top: 1.8em;
  padding: 0.2em 0;
  border-top: 1px solid;
  font-size: 0.75em;
}

.select_text_controls
{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.7em;
  padding: 0.3em;
  z-index: 1;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 3px solid #FFFFFF;
}

.select_text_controls.display
{
  display: initial;
}

.select_text_controls h1
{
  display: inline-block;
  margin: 0 0 0 0.7em;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: Source Sans Pro;
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.select_text_controls button
{
  float: right;
  display: inline-block;
  cursor: pointer;
  padding: 0.2em;
  margin: 0 1em 0 0;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  /*border: 1px solid #E0DFB1;*/
  background: #F5F4D7;
  color: #D3643B;
}

.comment_dialog button.enabled:hover,
.comment_dialog button.inverted.enabled:hover,
.select_text_controls button:hover
{
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #E0DFB1;
}

.requires_js
{
  display: none;
}

.confirm_dialog
{
  position: fixed;
  width: 15em;
  z-index: 2;
  display: block;
  padding: 0.5em;
  font-family: Source Sans Pro;
  font-weight: 500;
  font-size: 1.2em;
  overflow: hidden;
  background: #F5F4D7;
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.confirm_dialog
{
  display: none;
}

.confirm_dialog .note
{
  width: 100%;
  white-space: pre-wrap;
  text-align: justify;
}

.confirm_dialog .controls
{
  width: 100%;
  height: 1.5em;
  margin-top: 0.4em;
}

.confirm_dialog button
{
  display: inline-block;
  cursor: pointer;
  min-width: 5em;
  padding: 0.3em;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 0.7em;
  white-space: nowrap;
  overflow: hidden;
  background: #FFFFFF;
  color: #D3643B;
  border: 1px solid #D3643B;
}

.confirm_dialog button:hover
{
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #E0DFB1;
}

.confirm_dialog button#yes
{
  float: left;
  margin-left: 2em;
}

.confirm_dialog button#no
{
  float: right;
  margin-right: 2em;
}


.status_dialog
{
  position: fixed;
  top: 7px;
  right: 7px;
  width: 10em;
  z-index: 3;
  display: block;
  padding: 0.5em;
  font-family: Source Sans Pro;
  font-weight: 500;
  font-size: 1.2em;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  background: #F5F4D7;
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.status_dialog
{
  display: none;
}

.status_dialog .note
{
  width: 100%;
  white-space: pre-wrap;
  text-align: justify;
}

.response_info
{
  position: fixed;
  top: 6.5em;
  left: 1em;
  width: 8em;
  padding: 0.3em;
  overflow: hidden;
  background: #F5F4D7;
  border: 1px solid #E0DFB1;
}

.response_info h1
{
  font-size: 1em;
  font-family: Source Sans Pro;
  font-weight: 700;
  margin: 0 0 0.2em 0;
}

.response_info h1#email
{
  margin-top: 0.7em;
}

.response_info p
{
  font-size: 0.7em;
  font-family: Source Sans Pro;
  font-weight: 500;
  margin: 0;
  text-align: justify;
}

.response_info textarea
{
  width: 97%;
  margin-top: 0.2em;
  overflow: hidden;
  resize: none;
}








